2022-11-23T01:14:53.4004480Z Requested labels: windows.4xlarge 2022-11-23T01:14:53.4004556Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:14:53.4004579Z Waiting for a runner to pick up this job... 2022-11-23T01:15:12.9792566Z Job is about to start running on the runner: i-0f729c75f840089bf (organization) 2022-11-23T01:15:15.0847346Z Current runner version: '2.299.1' 2022-11-23T01:15:15.0856724Z Runner name: 'i-0f729c75f840089bf' 2022-11-23T01:15:15.0857190Z Runner group name: 'Default' 2022-11-23T01:15:15.0858352Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:15:15.0861151Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:15:15.0861857Z Actions: write 2022-11-23T01:15:15.0862116Z Checks: write 2022-11-23T01:15:15.0862391Z Contents: write 2022-11-23T01:15:15.0862691Z Deployments: write 2022-11-23T01:15:15.0862953Z Discussions: write 2022-11-23T01:15:15.0863223Z Issues: write 2022-11-23T01:15:15.0863521Z Metadata: read 2022-11-23T01:15:15.0863827Z Packages: write 2022-11-23T01:15:15.0864453Z Pages: write 2022-11-23T01:15:15.0864999Z PullRequests: write 2022-11-23T01:15:15.0865651Z RepositoryProjects: write 2022-11-23T01:15:15.0866009Z SecurityEvents: write 2022-11-23T01:15:15.0866295Z Statuses: write 2022-11-23T01:15:15.0866561Z ##[endgroup] 2022-11-23T01:15:15.0870119Z Secret source: Actions 2022-11-23T01:15:15.0871170Z Prepare workflow directory 2022-11-23T01:15:15.2252657Z Prepare all required actions 2022-11-23T01:15:15.2417626Z Getting action download info 2022-11-23T01:15:15.4438381Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:18:09.0913248Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:18:11.5032671Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:18:12.5871837Z Getting action download info 2022-11-23T01:18:12.7500807Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:18:14.4986890Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:18:14.4989287Z ##[group] Inputs 2022-11-23T01:18:14.4989602Z build-environment: win-vs2019-cpu-py3 2022-11-23T01:18:14.4989824Z cuda-version: cpu 2022-11-23T01:18:14.4990286Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "windows.4xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "windows.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:18:14.4990696Z sync-tag: 2022-11-23T01:18:14.4990869Z ##[endgroup] 2022-11-23T01:18:14.4991337Z Complete job name: win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) 2022-11-23T01:18:14.6263948Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:18:14.6264377Z git config --global core.symlinks true 2022-11-23T01:18:14.6296933Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:14.6297222Z env: 2022-11-23T01:18:14.6297390Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:14.6297583Z ##[endgroup] 2022-11-23T01:18:15.9266578Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:18:15.9266926Z with: 2022-11-23T01:18:15.9267101Z no-sudo: true 2022-11-23T01:18:15.9267285Z submodules: recursive 2022-11-23T01:18:15.9267470Z fetch-depth: 0 2022-11-23T01:18:15.9267624Z env: 2022-11-23T01:18:15.9267799Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:15.9267985Z ##[endgroup] 2022-11-23T01:18:15.9571742Z ##[group]Run retry () { 2022-11-23T01:18:15.9571978Z retry () { 2022-11-23T01:18:15.9572204Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:18:15.9572403Z } 2022-11-23T01:18:15.9572628Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:18:15.9572858Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:18:15.9573339Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:18:15.9573791Z else 2022-11-23T01:18:15.9574111Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:18:15.9574382Z fi 2022-11-23T01:18:15.9574785Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:18:15.9607592Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:15.9607875Z env: 2022-11-23T01:18:15.9608052Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:15.9608243Z NO_SUDO: true 2022-11-23T01:18:15.9608399Z ##[endgroup] 2022-11-23T01:18:15.9905244Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:16.3000533Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:18:16.3000787Z with: 2022-11-23T01:18:16.3000971Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:16.3001180Z fetch-depth: 0 2022-11-23T01:18:16.3001368Z submodules: recursive 2022-11-23T01:18:16.3001566Z quiet-checkout: true 2022-11-23T01:18:16.3001759Z repository: pytorch/pytorch 2022-11-23T01:18:16.3002121Z token: *** 2022-11-23T01:18:16.3002367Z ssh-strict: true 2022-11-23T01:18:16.3002576Z persist-credentials: true 2022-11-23T01:18:16.3002755Z clean: true 2022-11-23T01:18:16.3002917Z lfs: false 2022-11-23T01:18:16.3003105Z set-safe-directory: true 2022-11-23T01:18:16.3003277Z env: 2022-11-23T01:18:16.3003534Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:16.3003723Z ##[endgroup] 2022-11-23T01:18:20.3208865Z Syncing repository: pytorch/pytorch 2022-11-23T01:18:20.3210315Z ##[group]Getting Git version info 2022-11-23T01:18:20.3210633Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:18:20.3264002Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:18:20.3455454Z git version 2.38.1.windows.1 2022-11-23T01:18:20.3493482Z ##[endgroup] 2022-11-23T01:18:20.3508774Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\3ed0fedc-ea3a-44c9-a5b6-aa594a2eb3e1\.gitconfig' 2022-11-23T01:18:20.3564087Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3ed0fedc-ea3a-44c9-a5b6-aa594a2eb3e1' before making global git config changes 2022-11-23T01:18:20.3564557Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:18:20.3572311Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:20.3838349Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:18:20.3847314Z ##[group]Initializing the repository 2022-11-23T01:18:20.3855008Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:20.4319454Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:18:20.4364821Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:18:20.4658289Z ##[endgroup] 2022-11-23T01:18:20.4658693Z ##[group]Disabling automatic garbage collection 2022-11-23T01:18:20.4665875Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:18:20.4899327Z ##[endgroup] 2022-11-23T01:18:20.4899827Z ##[group]Setting up auth 2022-11-23T01:18:20.4910483Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:18:20.5141092Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:18:21.7679561Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:18:21.7904359Z [command]"C:\Program Files\Git\cmd\git.exe" 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:18:22.1939660Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:18:22.2231407Z ##[endgroup] 2022-11-23T01:18:22.2231799Z ##[group]Fetching the repository 2022-11-23T01:18:22.2241581Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:19:32.8244097Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:19:32.8452117Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:19:32.8486599Z ##[endgroup] 2022-11-23T01:19:32.8487076Z ##[group]Determining the checkout info 2022-11-23T01:19:32.8487582Z ##[endgroup] 2022-11-23T01:19:32.8487914Z ##[group]Checking out the ref 2022-11-23T01:19:32.8495247Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:19:50.9246676Z ##[endgroup] 2022-11-23T01:19:50.9247828Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:19:50.9256449Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:19:50.9568772Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:19:50.9802787Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:19:51.0031780Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:19:51.0294875Z ##[endgroup] 2022-11-23T01:19:51.0295709Z ##[group]Fetching submodules 2022-11-23T01:19:51.0301954Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:19:51.4608431Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:19:51.9880466Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:19:51.9880990Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:19:51.9881471Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:19:51.9882574Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:19:51.9883089Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:19:51.9883661Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:19:51.9884221Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:19:51.9885195Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:19:51.9885881Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:19:51.9886631Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:19:51.9887329Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:19:51.9887796Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:19:51.9888221Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:19:51.9888665Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:19:51.9889126Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:19:51.9889565Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:19:51.9890083Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:19:51.9890541Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:19:51.9891005Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:19:51.9891460Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:19:51.9891959Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:19:51.9892447Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:19:51.9892909Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:19:51.9893338Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:19:51.9893744Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:19:51.9894177Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:19:51.9894615Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:19:51.9895032Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:19:51.9895463Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:19:51.9895928Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:19:51.9896394Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:19:51.9896871Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:19:51.9897361Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:19:51.9897898Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:19:52.0081243Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:19:52.0082012Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:19:52.0082827Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:19:52.0083517Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:19:52.0084075Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:19:52.0084714Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:19:52.0085391Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:19:52.4690441Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:19:52.8812594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:19:53.1716765Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:19:53.6225867Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:19:54.1371911Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:19:56.8026804Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:20:06.3336216Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:20:06.9222642Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:20:07.6908354Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:20:09.4180959Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:20:11.6203230Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:20:13.3045150Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:20:20.0539293Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:20:21.0342136Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:20:22.8592956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:20:24.3157632Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:20:24.6478824Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:20:25.4617254Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:20:25.9473290Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:20:27.2691545Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:20:27.8389869Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:20:28.2396883Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:20:28.6492874Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:20:30.8667599Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:20:31.5096860Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:20:32.0242069Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:20:40.0451565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:20:42.0744710Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:20:42.7474950Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:20:43.1475818Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:20:49.5254276Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:20:49.8746490Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:20:50.2763933Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:20:51.5163678Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:20:51.8436579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:20:52.2774301Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:20:52.7836380Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:20:54.0438137Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:20:57.5013307Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:20:58.1779164Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:21:00.7934142Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:21:00.9736754Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:21:01.1460089Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:21:01.2335550Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:21:01.5955026Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:21:01.9636845Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:21:02.4198487Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:21:13.4014977Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:21:13.6385991Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:21:14.8773268Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:21:15.2128454Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:21:19.3498390Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:21:25.3423691Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:21:27.7148680Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:21:28.7364545Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:21:28.7576916Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:21:28.7577446Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:21:28.7577940Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:21:28.7578966Z 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:21:30.0571499Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:21:31.1140736Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:21:32.6553268Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:21:33.0376649Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:21:34.2209419Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:21:35.3352588Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:21:35.8746862Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:21:35.9686277Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:21:37.2865266Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:21:37.6555409Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:21:37.7671776Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:21:38.1188114Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:21:38.3307939Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:21:38.7239251Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:21:38.8541777Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:21:38.8670764Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:21:50.7897047Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:21:53.3613342Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:21:53.3745522Z 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:22:01.9862319Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:22:06.6119056Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:22:06.7462904Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:22:06.9045819Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:22:07.3567216Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:22:07.3723566Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:22:07.3724217Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:22:10.1816297Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:22:11.5083702Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:22:11.9102973Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:22:12.6221599Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:22:13.4307289Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:22:13.5262977Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:22:18.4302527Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:22:37.1738567Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:22:37.1960320Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:22:37.1960863Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:22:38.2130862Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:22:40.2433103Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:22:41.5153877Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:22:42.9583227Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:22:43.4689186Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:22:43.4817729Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:22:45.8510125Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:22:50.7658174Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:22:50.7835088Z 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:22:50.7835702Z 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:22:52.3957110Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:22:54.3462673Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:22:54.8464086Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:22:55.7436425Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:22:55.7580439Z 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:22:56.7297907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:22:56.7919016Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:22:56.8711752Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:23:09.4374149Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:23:09.4536931Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:09.4537513Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:10.1889696Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:23:12.3689507Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:23:12.7164581Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:23:14.7259838Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:23:14.8090530Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:23:14.9683969Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:23:16.4295703Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:23:16.5635070Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:23:16.9803652Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:23:17.0809379Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:23:18.3857531Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:23:25.0201388Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:23:25.8464033Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:23:25.8856517Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:25.8857129Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:25.8857676Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:25.8858195Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:27.6513990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:23:28.2711472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:23:30.1145254Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:23:31.7520497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:23:32.6004922Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:23:33.0560139Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:23:35.2660706Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:23:35.8531033Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:23:35.8661324Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:36.5207645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:23:36.6008642Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:23:37.3786088Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:23:37.4013518Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:23:37.9483435Z Entering 'android/libs/fbjni' 2022-11-23T01:23:37.9938451Z Entering 'third_party/FP16' 2022-11-23T01:23:38.0386976Z Entering 'third_party/FXdiv' 2022-11-23T01:23:38.0831407Z Entering 'third_party/NNPACK' 2022-11-23T01:23:38.1287031Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:38.1739298Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:38.2217675Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:38.2674183Z Entering 'third_party/benchmark' 2022-11-23T01:23:38.3135163Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:38.3612994Z Entering 'third_party/cub' 2022-11-23T01:23:38.4099980Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:38.4546838Z Entering 'third_party/cutlass' 2022-11-23T01:23:38.5020918Z Entering 'third_party/eigen' 2022-11-23T01:23:38.5485720Z Entering 'third_party/fbgemm' 2022-11-23T01:23:38.5923833Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:38.6437570Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:38.6893036Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:38.7385598Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:38.7851646Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:38.8575509Z Entering 'third_party/fmt' 2022-11-23T01:23:38.9028617Z Entering 'third_party/foxi' 2022-11-23T01:23:38.9468335Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:38.9924999Z Entering 'third_party/gloo' 2022-11-23T01:23:39.0371511Z Entering 'third_party/googletest' 2022-11-23T01:23:39.0811003Z Entering 'third_party/ideep' 2022-11-23T01:23:39.1250449Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:39.1698153Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:39.2228492Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:39.2675937Z Entering 'third_party/ittapi' 2022-11-23T01:23:39.3122192Z Entering 'third_party/kineto' 2022-11-23T01:23:39.3589816Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:39.4046031Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:39.4512754Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:39.4958536Z Entering 'third_party/neon2sse' 2022-11-23T01:23:39.5414405Z Entering 'third_party/nlohmann' 2022-11-23T01:23:39.5858121Z Entering 'third_party/onnx' 2022-11-23T01:23:39.6308737Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:39.6772051Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:39.7254334Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:39.7696832Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:39.8169546Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:39.8687736Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:39.9158495Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:39.9678893Z Entering 'third_party/pocketfft' 2022-11-23T01:23:40.0153959Z Entering 'third_party/protobuf' 2022-11-23T01:23:40.0593663Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:40.1052480Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:40.1574236Z Entering 'third_party/psimd' 2022-11-23T01:23:40.2028163Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:40.2488371Z Entering 'third_party/pybind11' 2022-11-23T01:23:40.2955029Z Entering 'third_party/python-enum' 2022-11-23T01:23:40.3405314Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:40.3844796Z Entering 'third_party/python-six' 2022-11-23T01:23:40.4289519Z Entering 'third_party/sleef' 2022-11-23T01:23:40.4754291Z Entering 'third_party/tbb' 2022-11-23T01:23:40.5209262Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:40.5650815Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:40.6164690Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:40.6649236Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:40.7110629Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:40.7580358Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:40.8076015Z Entering 'third_party/zstd' 2022-11-23T01:23:40.8625111Z ##[endgroup] 2022-11-23T01:23:40.8626814Z ##[group]Persisting credentials for submodules 2022-11-23T01:23:40.8635923Z [command]"C:\Program Files\Git\cmd\git.exe" 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:23:41.4108650Z Entering 'android/libs/fbjni' 2022-11-23T01:23:41.4643556Z Entering 'third_party/FP16' 2022-11-23T01:23:41.5179231Z Entering 'third_party/FXdiv' 2022-11-23T01:23:41.5723648Z Entering 'third_party/NNPACK' 2022-11-23T01:23:41.6262529Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:41.6800909Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:41.7324479Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:41.7881424Z Entering 'third_party/benchmark' 2022-11-23T01:23:41.8450892Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:41.8979066Z Entering 'third_party/cub' 2022-11-23T01:23:41.9503432Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:42.0051668Z Entering 'third_party/cutlass' 2022-11-23T01:23:42.0632176Z Entering 'third_party/eigen' 2022-11-23T01:23:42.1157858Z Entering 'third_party/fbgemm' 2022-11-23T01:23:42.1667429Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:42.2194924Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:42.2721195Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:42.3254772Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:42.3791121Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:42.4313742Z Entering 'third_party/fmt' 2022-11-23T01:23:42.4837995Z Entering 'third_party/foxi' 2022-11-23T01:23:42.5357812Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:42.5875489Z Entering 'third_party/gloo' 2022-11-23T01:23:42.6387667Z Entering 'third_party/googletest' 2022-11-23T01:23:42.6899404Z Entering 'third_party/ideep' 2022-11-23T01:23:42.7427064Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:42.7942311Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:42.8546961Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:42.9062334Z Entering 'third_party/ittapi' 2022-11-23T01:23:42.9599582Z Entering 'third_party/kineto' 2022-11-23T01:23:43.0106652Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:43.0652422Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:43.1199168Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:43.1721984Z Entering 'third_party/neon2sse' 2022-11-23T01:23:43.2238118Z Entering 'third_party/nlohmann' 2022-11-23T01:23:43.2810817Z Entering 'third_party/onnx' 2022-11-23T01:23:43.3353416Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:43.3909403Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:43.4454345Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:43.4988222Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:43.5528395Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:43.6059804Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:43.6587594Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:43.7180908Z Entering 'third_party/pocketfft' 2022-11-23T01:23:43.7718791Z Entering 'third_party/protobuf' 2022-11-23T01:23:43.8238395Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:43.8842441Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:43.9385788Z Entering 'third_party/psimd' 2022-11-23T01:23:43.9951619Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:44.0481762Z Entering 'third_party/pybind11' 2022-11-23T01:23:44.1013472Z Entering 'third_party/python-enum' 2022-11-23T01:23:44.1534133Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:44.2075700Z Entering 'third_party/python-six' 2022-11-23T01:23:44.2599072Z Entering 'third_party/sleef' 2022-11-23T01:23:44.3148526Z Entering 'third_party/tbb' 2022-11-23T01:23:44.3675134Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:44.4194405Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:44.4742569Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:44.5268495Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:44.5804987Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:44.6325086Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:44.6893148Z Entering 'third_party/zstd' 2022-11-23T01:23:44.7498086Z [command]"C:\Program Files\Git\cmd\git.exe" 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:23:45.2112789Z Entering 'android/libs/fbjni' 2022-11-23T01:23:45.2690142Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:23:45.2849046Z Entering 'third_party/FP16' 2022-11-23T01:23:45.3427663Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:23:45.3587412Z Entering 'third_party/FXdiv' 2022-11-23T01:23:45.4179922Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:23:45.4331839Z Entering 'third_party/NNPACK' 2022-11-23T01:23:45.4925122Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:23:45.5083638Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:45.5666204Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:23:45.5849446Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:45.6431282Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:23:45.6586389Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:45.7196113Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:23:45.7357890Z Entering 'third_party/benchmark' 2022-11-23T01:23:45.7957033Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:23:45.8110378Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:45.8701574Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:23:45.8859770Z Entering 'third_party/cub' 2022-11-23T01:23:45.9450793Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:23:45.9607633Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:46.0194172Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:23:46.0360040Z Entering 'third_party/cutlass' 2022-11-23T01:23:46.0953236Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:23:46.1112338Z Entering 'third_party/eigen' 2022-11-23T01:23:46.1689661Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:23:46.1849164Z Entering 'third_party/fbgemm' 2022-11-23T01:23:46.2453309Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:23:46.2596121Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:46.3203365Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:23:46.3356714Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:46.3951380Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:23:46.4113841Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:46.4709859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:46.4867421Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:46.5442154Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:23:46.5613793Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:46.6238062Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:23:46.6392739Z Entering 'third_party/fmt' 2022-11-23T01:23:46.6988804Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:23:46.7140731Z Entering 'third_party/foxi' 2022-11-23T01:23:46.7727052Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:23:46.7880598Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:46.8460265Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:23:46.8613415Z Entering 'third_party/gloo' 2022-11-23T01:23:46.9709943Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:23:46.9868096Z Entering 'third_party/googletest' 2022-11-23T01:23:47.0451601Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:47.0607053Z Entering 'third_party/ideep' 2022-11-23T01:23:47.1187237Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:23:47.1328713Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:47.1903207Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:23:47.2047061Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:47.2639586Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:23:47.2831614Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:47.3400513Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:23:47.3551584Z Entering 'third_party/ittapi' 2022-11-23T01:23:47.4127731Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:23:47.4282134Z Entering 'third_party/kineto' 2022-11-23T01:23:47.4857491Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:23:47.4995107Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:47.5583758Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:23:47.5736000Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:47.6356340Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:23:47.6538880Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:47.7119117Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:23:47.7297226Z Entering 'third_party/neon2sse' 2022-11-23T01:23:47.7896558Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:23:47.8055105Z Entering 'third_party/nlohmann' 2022-11-23T01:23:47.8640532Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:23:47.8794888Z Entering 'third_party/onnx' 2022-11-23T01:23:47.9379050Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:23:47.9537586Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:48.0126741Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:23:48.0288767Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:48.0890535Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:23:48.1070843Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:48.1666667Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:23:48.1801945Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:48.2655818Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:23:48.2809136Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:48.3411644Z file:C:/actions-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:23:48.3572280Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:48.4184117Z file:C:/actions-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:23:48.4325755Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:48.4925348Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:23:48.5127485Z Entering 'third_party/pocketfft' 2022-11-23T01:23:48.5709296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:23:48.5869573Z Entering 'third_party/protobuf' 2022-11-23T01:23:48.6467849Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:23:48.6615283Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:48.7204601Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:23:48.7375757Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:48.7980762Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:48.8149936Z Entering 'third_party/psimd' 2022-11-23T01:23:48.8741578Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:23:48.8897970Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:48.9464291Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:23:48.9616099Z Entering 'third_party/pybind11' 2022-11-23T01:23:49.0193747Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:23:49.0356923Z Entering 'third_party/python-enum' 2022-11-23T01:23:49.0941831Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:23:49.1099595Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:49.1718997Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:23:49.1876460Z Entering 'third_party/python-six' 2022-11-23T01:23:49.2455940Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:23:49.2606116Z Entering 'third_party/sleef' 2022-11-23T01:23:49.3168102Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:23:49.3324463Z Entering 'third_party/tbb' 2022-11-23T01:23:49.3926060Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:23:49.4093006Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:49.4681931Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:23:49.4819413Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:49.5432799Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:23:49.5589206Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:49.6174593Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:23:49.6338865Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:49.6933020Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:23:49.7091869Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:49.7680654Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:23:49.7820501Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:49.8406913Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:23:49.8595557Z Entering 'third_party/zstd' 2022-11-23T01:23:49.9177377Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:23:50.2119464Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:23:50.6828585Z Entering 'android/libs/fbjni' 2022-11-23T01:23:50.7281669Z Entering 'third_party/FP16' 2022-11-23T01:23:50.7727944Z Entering 'third_party/FXdiv' 2022-11-23T01:23:50.8209081Z Entering 'third_party/NNPACK' 2022-11-23T01:23:50.8678714Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:50.9154470Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:50.9610459Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:51.0102031Z Entering 'third_party/benchmark' 2022-11-23T01:23:51.0568529Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:51.1040759Z Entering 'third_party/cub' 2022-11-23T01:23:51.1517516Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:51.1976995Z Entering 'third_party/cutlass' 2022-11-23T01:23:51.2461260Z Entering 'third_party/eigen' 2022-11-23T01:23:51.2914635Z Entering 'third_party/fbgemm' 2022-11-23T01:23:51.3359629Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:51.3833061Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:51.4290692Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:51.4751073Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:51.5227658Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:51.5699125Z Entering 'third_party/fmt' 2022-11-23T01:23:51.6147986Z Entering 'third_party/foxi' 2022-11-23T01:23:51.6602006Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:51.7068378Z Entering 'third_party/gloo' 2022-11-23T01:23:51.7523708Z Entering 'third_party/googletest' 2022-11-23T01:23:51.7966333Z Entering 'third_party/ideep' 2022-11-23T01:23:51.8782527Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:51.9452810Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:51.9952949Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:52.0403656Z Entering 'third_party/ittapi' 2022-11-23T01:23:52.0860835Z Entering 'third_party/kineto' 2022-11-23T01:23:52.1310634Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:52.1798387Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:52.2293663Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:52.2775844Z Entering 'third_party/neon2sse' 2022-11-23T01:23:52.3294920Z Entering 'third_party/nlohmann' 2022-11-23T01:23:52.3841534Z Entering 'third_party/onnx' 2022-11-23T01:23:52.4305355Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:52.5313661Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:52.5791199Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:52.6365806Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:52.6829708Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:52.7304189Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:52.7765502Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:52.8480853Z Entering 'third_party/pocketfft' 2022-11-23T01:23:52.8949720Z Entering 'third_party/protobuf' 2022-11-23T01:23:52.9392314Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:52.9879465Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:53.0350251Z Entering 'third_party/psimd' 2022-11-23T01:23:53.0824333Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:53.1280324Z Entering 'third_party/pybind11' 2022-11-23T01:23:53.1753632Z Entering 'third_party/python-enum' 2022-11-23T01:23:53.2238548Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:53.2691821Z Entering 'third_party/python-six' 2022-11-23T01:23:53.3140228Z Entering 'third_party/sleef' 2022-11-23T01:23:53.3608074Z Entering 'third_party/tbb' 2022-11-23T01:23:53.4065603Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:53.4535403Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:53.5015063Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:53.5469752Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:53.5940854Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:53.6384785Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:53.6878326Z Entering 'third_party/zstd' 2022-11-23T01:23:53.7411413Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T01:23:54.3310472Z Entering 'android/libs/fbjni' 2022-11-23T01:23:54.3771830Z Entering 'third_party/FP16' 2022-11-23T01:23:54.4238055Z Entering 'third_party/FXdiv' 2022-11-23T01:23:54.4693398Z Entering 'third_party/NNPACK' 2022-11-23T01:23:54.5168603Z Entering 'third_party/QNNPACK' 2022-11-23T01:23:54.5617468Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:23:54.6303477Z Entering 'third_party/XNNPACK' 2022-11-23T01:23:54.6810118Z Entering 'third_party/benchmark' 2022-11-23T01:23:54.7267830Z Entering 'third_party/cpuinfo' 2022-11-23T01:23:54.7754990Z Entering 'third_party/cub' 2022-11-23T01:23:54.8240592Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:23:54.8712731Z Entering 'third_party/cutlass' 2022-11-23T01:23:54.9185340Z Entering 'third_party/eigen' 2022-11-23T01:23:54.9646679Z Entering 'third_party/fbgemm' 2022-11-23T01:23:55.0118760Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:23:55.0586160Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:23:55.1072697Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:23:55.1533950Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:23:55.2231732Z Entering 'third_party/flatbuffers' 2022-11-23T01:23:55.2702873Z Entering 'third_party/fmt' 2022-11-23T01:23:55.3173956Z Entering 'third_party/foxi' 2022-11-23T01:23:55.3642127Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:23:55.4137668Z Entering 'third_party/gloo' 2022-11-23T01:23:55.4597036Z Entering 'third_party/googletest' 2022-11-23T01:23:55.5078410Z Entering 'third_party/ideep' 2022-11-23T01:23:55.5530807Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:23:55.5983879Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:23:55.9392085Z Entering 'third_party/ios-cmake' 2022-11-23T01:23:55.9847421Z Entering 'third_party/ittapi' 2022-11-23T01:23:56.0308974Z Entering 'third_party/kineto' 2022-11-23T01:23:56.0789918Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:56.1275325Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:56.2004894Z Entering 'third_party/nccl/nccl' 2022-11-23T01:23:56.2478008Z Entering 'third_party/neon2sse' 2022-11-23T01:23:56.2926028Z Entering 'third_party/nlohmann' 2022-11-23T01:23:56.3378417Z Entering 'third_party/onnx' 2022-11-23T01:23:56.3841524Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:56.4311731Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:56.4790042Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:23:56.5236238Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:56.5693985Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:23:56.6172005Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:23:56.6624647Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:23:56.7148597Z Entering 'third_party/pocketfft' 2022-11-23T01:23:56.7604461Z Entering 'third_party/protobuf' 2022-11-23T01:23:56.8056459Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:23:56.8545092Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:23:56.9312047Z Entering 'third_party/psimd' 2022-11-23T01:23:56.9766195Z Entering 'third_party/pthreadpool' 2022-11-23T01:23:57.0220458Z Entering 'third_party/pybind11' 2022-11-23T01:23:57.0708090Z Entering 'third_party/python-enum' 2022-11-23T01:23:57.1160966Z Entering 'third_party/python-peachpy' 2022-11-23T01:23:57.1616017Z Entering 'third_party/python-six' 2022-11-23T01:23:57.2059483Z Entering 'third_party/sleef' 2022-11-23T01:23:57.2519950Z Entering 'third_party/tbb' 2022-11-23T01:23:57.2980995Z Entering 'third_party/tensorpipe' 2022-11-23T01:23:57.3441273Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:23:57.4603806Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:23:57.5063810Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:23:57.5532626Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:23:57.5982933Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:23:57.6955366Z Entering 'third_party/zstd' 2022-11-23T01:23:57.7494658Z ##[endgroup] 2022-11-23T01:23:57.7759572Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:23:57.7969894Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:23:57.8933124Z Prepare all required actions 2022-11-23T01:23:57.8933501Z Getting action download info 2022-11-23T01:23:58.0632823Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:23:59.1532639Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:23:59.1532845Z with: 2022-11-23T01:23:59.1533003Z cuda-version: cpu 2022-11-23T01:23:59.1533173Z env: 2022-11-23T01:23:59.1533344Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:23:59.1533521Z ##[endgroup] 2022-11-23T01:23:59.2086086Z ##[group]Run set -euo pipefail 2022-11-23T01:23:59.2086336Z set -euo pipefail 2022-11-23T01:23:59.2086549Z function get_ec2_metadata() { 2022-11-23T01:23:59.2086798Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:23:59.2087173Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:23:59.2087485Z  category=$1 2022-11-23T01:23:59.2087770Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:23:59.2088002Z } 2022-11-23T01:23:59.2088194Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:23:59.2088456Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:23:59.2088740Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:23:59.2088986Z echo "system info $(uname -a)" 2022-11-23T01:23:59.2117563Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:23:59.2117837Z env: 2022-11-23T01:23:59.2118002Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:23:59.2118190Z ##[endgroup] 2022-11-23T01:23:59.3784478Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:23:59.3976634Z instance-id: i-0f729c75f840089bf 2022-11-23T01:23:59.4189767Z instance-type: c5d.4xlarge 2022-11-23T01:23:59.4429917Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:23:59.4569157Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:23:59.4570172Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:23:59.4592955Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:23:59.4593233Z env: 2022-11-23T01:23:59.4593413Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:23:59.4593599Z ##[endgroup] 2022-11-23T01:24:00.5391544Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:00.6420084Z Finished 2022-11-23T01:24:00.6979280Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:24:00.6979697Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:24:00.7002301Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:00.7002582Z env: 2022-11-23T01:24:00.7002764Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:00.7002941Z ##[endgroup] 2022-11-23T01:24:01.0794015Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:01.1661571Z Finished 2022-11-23T01:24:01.8153653Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:24:01.8153940Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:24:01.8176745Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:01.8177028Z env: 2022-11-23T01:24:01.8177212Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:01.8177394Z VS_VERSION: 16.8.6 2022-11-23T01:24:01.8177581Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:24:01.8177762Z ##[endgroup] 2022-11-23T01:24:02.1978160Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:02.2864188Z Finished 2022-11-23T01:24:02.7397554Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:24:02.7714899Z ##[group]Run actions/setup-python@v4 2022-11-23T01:24:02.7715113Z with: 2022-11-23T01:24:02.7715273Z python-version: 3.x 2022-11-23T01:24:02.7715468Z check-latest: false 2022-11-23T01:24:02.7715649Z cache: pip 2022-11-23T01:24:02.7716002Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:24:02.7716466Z token: *** 2022-11-23T01:24:02.7716655Z update-environment: true 2022-11-23T01:24:02.7716840Z env: 2022-11-23T01:24:02.7716998Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:02.7717184Z ##[endgroup] 2022-11-23T01:24:03.2264379Z Version 3.x was not found in the local cache 2022-11-23T01:24:03.5150244Z Version 3.x is available for downloading 2022-11-23T01:24:03.5151333Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:24:03.7816958Z Extract downloaded archive 2022-11-23T01:24:03.7920210Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\9a9e7b58-0588-4657-95dd-e6238e5167b5', 'C:\actions-runner\_work\_temp\61042452-c744-427a-94c2-14e713556a5b')" 2022-11-23T01:24:04.7183903Z Execute installation script 2022-11-23T01:24:05.2593971Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:05.3749560Z Finished 2022-11-23T01:24:05.4200354Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:24:05.4200556Z 2022-11-23T01:24:05.4214144Z Create Python toolcache folder 2022-11-23T01:24:05.4215683Z 2022-11-23T01:24:05.4243055Z Check if current Python version is installed... 2022-11-23T01:24:05.4243394Z 2022-11-23T01:24:05.4267151Z No Python3.11.* found 2022-11-23T01:24:05.4267832Z 2022-11-23T01:24:05.4272169Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:24:05.4272940Z 2022-11-23T01:24:05.6741975Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:24:05.6742204Z 2022-11-23T01:24:05.6768904Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:24:05.6769139Z 2022-11-23T01:24:05.6942107Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:24:05.6943366Z 2022-11-23T01:24:37.8324589Z Create python3 symlink 2022-11-23T01:24:37.8325182Z 2022-11-23T01:24:37.8768278Z 2022-11-23T01:24:37.8770985Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:24:37.8773857Z Mode LastWriteTime Length Name 2022-11-23T01:24:37.8776619Z ---- ------------- ------ ---- 2022-11-23T01:24:37.8780647Z -a---l 11/23/2022 1:24 AM 0 python3.exe 2022-11-23T01:24:37.8786459Z Install and upgrade Pip 2022-11-23T01:24:37.8787223Z 2022-11-23T01:24:39.8507135Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpktd1xwwh 2022-11-23T01:24:39.8530237Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:24:39.8541127Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:24:40.6072980Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:24:41.2487862Z Collecting pip 2022-11-23T01:24:41.2842963Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:24:41.3985283Z 2022-11-23T01:24:41.3986156Z ---------------------------------------- 2.1/2.1 MB 16.3 MB/s eta 2022-11-23T01:24:41.3987081Z 0:00:00 2022-11-23T01:24:41.3988033Z 2022-11-23T01:24:41.4776743Z Installing collected packages: pip 2022-11-23T01:24:41.4777178Z Attempting uninstall: pip 2022-11-23T01:24:41.4807259Z Found existing installation: pip 22.3 2022-11-23T01:24:41.9351163Z Uninstalling pip-22.3: 2022-11-23T01:24:41.9584253Z Successfully uninstalled pip-22.3 2022-11-23T01:24:46.7413481Z Successfully installed pip-22.3.1 2022-11-23T01:24:46.9258357Z Create complete file 2022-11-23T01:24:46.9258534Z 2022-11-23T01:24:46.9269658Z 2022-11-23T01:24:46.9270158Z 2022-11-23T01:24:46.9628279Z Successfully set up CPython (3.11.0) 2022-11-23T01:25:02.0661678Z Received 11658366 of 11658366 (100.0%), 64.3 MBs/sec 2022-11-23T01:25:02.0663913Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:25:02.0704283Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/a678b425-b7f0-4aa8-b4a1-17692f0fd0ba/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:02.1802576Z Cache restored successfully 2022-11-23T01:25:02.1838076Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:25:02.2644718Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:25:02.2645016Z with: 2022-11-23T01:25:02.2645468Z github-secret: *** 2022-11-23T01:25:02.2645671Z activate-with-label: false 2022-11-23T01:25:02.2646921Z label: with-ssh 2022-11-23T01:25:02.2647767Z remove-existing-keys: true 2022-11-23T01:25:02.2647959Z env: 2022-11-23T01:25:02.2648138Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:02.2648400Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.2648755Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:02.2649098Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.2649411Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.2649725Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.2650116Z ##[endgroup] 2022-11-23T01:25:02.5451990Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:25:02.5659460Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:25:02.5659831Z python3 -m pip install psutil==5.9.1 2022-11-23T01:25:02.5660102Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:25:02.5660397Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:25:02.5660691Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:25:02.5689207Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:25:02.5689499Z env: 2022-11-23T01:25:02.5689675Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:02.5689962Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.5690310Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:02.5690650Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.5691009Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.5691313Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:02.5691563Z ##[endgroup] 2022-11-23T01:25:03.3070164Z Collecting psutil==5.9.1 2022-11-23T01:25:03.3358907Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:25:03.3782227Z ------------------------------------- 479.1/479.1 kB 10.2 MB/s eta 0:00:00 2022-11-23T01:25:03.6904307Z Installing build dependencies: started 2022-11-23T01:25:08.0912391Z Installing build dependencies: finished with status 'done' 2022-11-23T01:25:08.0927372Z Getting requirements to build wheel: started 2022-11-23T01:25:08.9030637Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:25:08.9129808Z Preparing metadata (pyproject.toml): started 2022-11-23T01:25:09.5328946Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:25:09.5616975Z Building wheels for collected packages: psutil 2022-11-23T01:25:09.5637973Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:25:23.2298506Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:25:23.2441906Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246138 sha256=ed1cf159a21cf98eefc691f376fe13704979c87826a0c1a4f5d34d7d4223229b 2022-11-23T01:25:23.2443141Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:25:23.2507177Z Successfully built psutil 2022-11-23T01:25:23.2992278Z Installing collected packages: psutil 2022-11-23T01:25:23.8762970Z Successfully installed psutil-5.9.1 2022-11-23T01:25:24.8228782Z Collecting pynvml==11.4.1 2022-11-23T01:25:24.8489636Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:25:24.8593944Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-11-23T01:25:24.9327642Z Installing collected packages: pynvml 2022-11-23T01:25:25.0566398Z Successfully installed pynvml-11.4.1 2022-11-23T01:25:25.1954149Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:25:25.1954471Z with: 2022-11-23T01:25:25.1954674Z name: win-vs2019-cpu-py3 2022-11-23T01:25:25.1954899Z path: C:\3528293562\build-results 2022-11-23T01:25:25.1955118Z s3-bucket: gha-artifacts 2022-11-23T01:25:25.1955310Z region: us-east-1 2022-11-23T01:25:25.1955540Z env: 2022-11-23T01:25:25.1955732Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:25.1956016Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:25.1956419Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:25.1956750Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:25.1957070Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:25.1957509Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:25.1957760Z ##[endgroup] 2022-11-23T01:25:26.2529353Z Found 3 objects with prefix pytorch/pytorch/3528293562/win-vs2019-cpu-py3/ 2022-11-23T01:25:26.2534038Z Starting download (1/3): C:\3528293562\build-results\.ninja_log 2022-11-23T01:25:26.6044451Z Finished download (1/3): C:\3528293562\build-results\.ninja_log 2022-11-23T01:25:26.6045465Z Starting download (2/3): C:\3528293562\build-results\.pytorch-test-times.json 2022-11-23T01:25:26.6741662Z Finished download (2/3): C:\3528293562\build-results\.pytorch-test-times.json 2022-11-23T01:25:26.6743650Z Starting download (3/3): C:\3528293562\build-results\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:25:28.7195924Z Finished download (3/3): C:\3528293562\build-results\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:25:28.7196227Z 2022-11-23T01:25:28.7209328Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:25:28.7217097Z Artifact download has finished successfully 2022-11-23T01:25:28.7687363Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:25:28.7687739Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:25:28.7712578Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:25:28.7712876Z env: 2022-11-23T01:25:28.7713140Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:28.7713428Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:28.7713828Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:28.7714152Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:28.7714485Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:28.7714809Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:28.7715055Z ##[endgroup] 2022-11-23T01:25:29.1797865Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:25:29.2699323Z Finished 2022-11-23T01:25:29.5498118Z Folder PATH listing 2022-11-23T01:25:29.5498421Z Volume serial number is 0241-89EB 2022-11-23T01:25:29.5498653Z C:\3528293562\BUILD-RESULTS 2022-11-23T01:25:29.5508662Z .ninja_log 2022-11-23T01:25:29.5508957Z .pytorch-test-times.json 2022-11-23T01:25:29.5509290Z win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:25:29.5509553Z 2022-11-23T01:25:29.5509744Z No subfolders exist 2022-11-23T01:25:29.5509875Z 2022-11-23T01:25:29.5848275Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:25:29.5848719Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:25:29.5848997Z  2022-11-23T01:25:29.5849237Z # sanitize the input commit message and PR body here: 2022-11-23T01:25:29.5849476Z # 2022-11-23T01:25:29.5849744Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:25:29.5850162Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:25:29.5850511Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:25:29.5850760Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:25:29.5850970Z  2022-11-23T01:25:29.5851252Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:25:29.5851590Z # wreak havoc internally 2022-11-23T01:25:29.5851855Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:25:29.5852276Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:25:29.5852485Z  2022-11-23T01:25:29.5852693Z .jenkins/pytorch/win-test.sh 2022-11-23T01:25:29.5883489Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:25:29.5883789Z env: 2022-11-23T01:25:29.5884047Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:29.5884340Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:29.5884698Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:29.5885050Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:29.5885358Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:29.5885680Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:29.5885936Z USE_CUDA: 0 2022-11-23T01:25:29.5886134Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:25:29.5886343Z PYTHON_VERSION: 3.8 2022-11-23T01:25:29.5886543Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:25:29.5886776Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:25:29.5887000Z VC_PRODUCT: BuildTools 2022-11-23T01:25:29.5887198Z VC_VERSION: 2022-11-23T01:25:29.5887388Z VS_VERSION: 16.8.6 2022-11-23T01:25:29.5887577Z VC_YEAR: 2019 2022-11-23T01:25:29.5887764Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:25:29.5887969Z PR_NUMBER: 2022-11-23T01:25:29.5888190Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:29.5888417Z CUDA_VERSION: cpu 2022-11-23T01:25:29.5888664Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293562/build-results/ 2022-11-23T01:25:29.5888920Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-11-23T01:25:29.5889270Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:25:29.5889539Z SHARD_NUMBER: 1 2022-11-23T01:25:29.5889732Z NUM_TEST_SHARDS: 2 2022-11-23T01:25:29.5889982Z TEST_CONFIG: default 2022-11-23T01:25:29.5890155Z PR_BODY: 2022-11-23T01:25:29.5890354Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:25:29.5890581Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:25:29.5890829Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:25:29.5891046Z ##[endgroup] 2022-11-23T01:25:29.6825950Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:25:29.7386564Z ++ cd .jenkins/pytorch 2022-11-23T01:25:29.7391841Z ++ pwd 2022-11-23T01:25:29.7397060Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:25:29.7397786Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:25:29.7474450Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:25:29.7557352Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:25:29.7563443Z +++ declare -f -t trap_add 2022-11-23T01:25:29.7567466Z ++ set -ex 2022-11-23T01:25:29.7567818Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-11-23T01:25:29.7568066Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:25:29.7638626Z ++ git rev-parse HEAD 2022-11-23T01:25:29.7887434Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:29.7887742Z + export IMAGE_COMMIT_ID 2022-11-23T01:25:29.7888087Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:29.7888463Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:25:29.7888758Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:25:29.7889050Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:25:29.7889386Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:25:29.7965479Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:25:29.8377341Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:25:29.8377669Z + export TMP_DIR_WIN 2022-11-23T01:25:29.8377926Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:29.8378415Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:29.8453506Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:29.8586103Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:25:29.8586435Z + export PROJECT_DIR_WIN 2022-11-23T01:25:29.8586719Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:25:29.8587019Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:25:29.8662093Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:25:29.8798987Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:25:29.8799483Z + export TEST_DIR_WIN 2022-11-23T01:25:29.8799914Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293562/build-results/ 2022-11-23T01:25:29.8800436Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293562/build-results/ 2022-11-23T01:25:29.8871712Z ++ cygpath -w /c/3528293562/build-results/ 2022-11-23T01:25:29.8989328Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293562\build-results\' 2022-11-23T01:25:29.8989695Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:25:29.8990006Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:25:29.9332975Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:25:29.9333401Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:25:29.9551528Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:25:29.9952072Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:25:29.9954825Z + '[' -n '' ']' 2022-11-23T01:25:29.9955547Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:25:29.9955986Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:25:29.9956303Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:25:29.9956556Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-11-23T01:25:29.9957429Z + run_tests 2022-11-23T01:25:29.9957903Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:25:29.9958296Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:25:29.9959724Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:25:30.1259223Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-11-23T01:25:30.1259661Z 2022-11-23T01:25:30.1285575Z + echo true 2022-11-23T01:25:30.1286390Z + break 2022-11-23T01:25:30.1286564Z true 2022-11-23T01:25:30.1286779Z + [[ default == *functorch* ]] 2022-11-23T01:25:30.1286989Z + [[ 2 -eq 1 ]] 2022-11-23T01:25:30.1287329Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:25:30.1476684Z 2022-11-23T01:25:30.1477278Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:25:30.1490715Z 2022-11-23T01:25:30.1491396Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T01:25:30.1491894Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:25:30.1492195Z exit /b 0 2022-11-23T01:25:30.1492373Z ) 2022-11-23T01:25:30.1493619Z 2022-11-23T01:25:30.1495066Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:25:30.1497017Z 2022-11-23T01:25:30.1497458Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:25:30.1500185Z 2022-11-23T01:25:30.1500749Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T01:25:30.1515447Z 2022-11-23T01:25:30.1516075Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:25:30.1520976Z 2022-11-23T01:25:30.1521331Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:25:30.1524226Z 2022-11-23T01:25:30.1524514Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:25:30.1525166Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T01:25:30.1525676Z if errorlevel 1 exit /b 2022-11-23T01:25:30.1525956Z if not errorlevel 0 exit /b 2022-11-23T01:25:30.1526422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T01:25:30.1526838Z if errorlevel 1 exit /b 2022-11-23T01:25:30.1527066Z if not errorlevel 0 exit /b 2022-11-23T01:25:30.1527262Z ) 2022-11-23T01:25:30.1527366Z 2022-11-23T01:25:30.1527669Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:25:33.6863218Z 2022-11-23T01:25:33.6863937Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:25:33.6864561Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:25:33.6865059Z if errorlevel 1 exit /b 2022-11-23T01:25:33.6865428Z if not errorlevel 0 exit /b 2022-11-23T01:25:33.6865797Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:25:33.6866315Z if errorlevel 1 exit /b 2022-11-23T01:25:33.6866577Z if not errorlevel 0 exit /b 2022-11-23T01:25:33.6866802Z ) 2022-11-23T01:25:33.6867061Z 2022-11-23T01:25:33.6867430Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:25:33.6868697Z 2022-11-23T01:25:33.6869095Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:25:33.6871515Z 2022-11-23T01:25:33.6871754Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:25:33.6872195Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:25:33.6872583Z if errorlevel 1 exit /b 2022-11-23T01:25:33.6872840Z if not errorlevel 0 exit /b 2022-11-23T01:25:33.6873062Z ) 2022-11-23T01:25:40.2647836Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:25:41.4776876Z Solving environment: ...working... done 2022-11-23T01:25:41.6608822Z 2022-11-23T01:25:41.6609332Z # All requested packages already installed. 2022-11-23T01:25:41.6609554Z 2022-11-23T01:25:41.7110561Z Retrieving notices: ...working... done 2022-11-23T01:25:42.5966028Z 2022-11-23T01:25:42.5966516Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:25:42.5971418Z 2022-11-23T01:25:42.5972195Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T01:25:42.7133777Z ********************************************************************** 2022-11-23T01:25:42.7134126Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:25:42.7134395Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:25:42.7134639Z ********************************************************************** 2022-11-23T01:25:43.2354286Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:25:43.2390750Z 2022-11-23T01:25:43.2391180Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:25:43.2395895Z 2022-11-23T01:25:43.2396801Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T01:25:44.2407545Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:25:44.2424408Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:25:44.2431513Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:25:44.2439052Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:25:44.2448485Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:25:44.2455771Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:25:44.2463592Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:25:44.2469552Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:25:44.2481050Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:25:44.2487015Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:25:44.2493325Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:25:44.2502518Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:25:44.2508367Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:25:44.2515633Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:25:44.2523059Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:25:44.2530479Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:25:44.2540333Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:25:44.3035303Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T01:25:44.3042783Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:25:44.3200709Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T01:25:44.6293226Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:25:44.6736265Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T01:25:44.6743701Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:25:44.6751043Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:25:44.6760130Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:25:44.6767304Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:25:44.6776372Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:25:44.6786584Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:25:44.6798751Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:25:44.6805918Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:25:44.7306207Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T01:25:44.7517842Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:25:44.7532994Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:25:44.7540398Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:25:44.7548035Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:25:44.7556005Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:25:44.7707850Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:25:44.7715152Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:25:44.7916081Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:25:44.8013481Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:25:44.9061520Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T01:25:44.9258316Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T01:25:44.9540395Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T01:25:44.9547721Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T01:25:45.0031191Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T01:25:45.0039483Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T01:25:45.0050065Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T01:25:45.0057669Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T01:25:45.1174976Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T01:25:45.1423670Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T01:25:45.1508482Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T01:25:45.6062988Z 2022-11-23T01:25:45.6063800Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:25:45.6064079Z 2022-11-23T01:25:45.6064555Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:25:45.6066151Z 2022-11-23T01:25:45.6066409Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:25:45.6069837Z 2022-11-23T01:25:45.6070177Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-11-23T01:25:45.6073808Z 2022-11-23T01:25:45.6074181Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:25:45.6077796Z 2022-11-23T01:25:45.6078094Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:25:45.6078454Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:25:45.6078947Z copy /Y C:\3528293562\build-results\\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:25:45.6079510Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:25:45.6079850Z popd 2022-11-23T01:25:45.6080208Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:25:45.6616663Z 1 file(s) copied. 2022-11-23T01:25:45.9517052Z 2022-11-23T01:25:45.9517492Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:25:45.9517693Z 2022-11-23T01:25:45.9517803Z Scanning the drive for archives: 2022-11-23T01:25:45.9518025Z 1 file, 98211272 bytes (94 MiB) 2022-11-23T01:25:45.9518150Z 2022-11-23T01:25:45.9518434Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:01.3367480Z -- 2022-11-23T01:26:01.3368296Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:01.3368652Z Type = 7z 2022-11-23T01:26:01.3368850Z Physical Size = 98211272 2022-11-23T01:26:01.3371047Z Headers Size = 132047 2022-11-23T01:26:01.3371399Z Method = LZMA2:24 BCJ 2022-11-23T01:26:01.3371640Z Solid = + 2022-11-23T01:26:01.3371817Z Blocks = 2 2022-11-23T01:26:01.3371923Z 2022-11-23T01:26:01.3373265Z Everything is Ok 2022-11-23T01:26:01.3373440Z 2022-11-23T01:26:01.3373541Z Folders: 603 2022-11-23T01:26:01.3373717Z Files: 11097 2022-11-23T01:26:01.3373891Z Size: 935795700 2022-11-23T01:26:01.3374086Z Compressed: 98211272 2022-11-23T01:26:01.4274095Z 2022-11-23T01:26:01.4274746Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:26:01.4275246Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:26:01.4275919Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:26:01.4276766Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:26:01.4277303Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:26:01.4277623Z ) 2022-11-23T01:26:02.8400136Z Completed 2.3 KiB/2.3 KiB (41.8 KiB/s) with 1 file(s) remaining 2022-11-23T01:26:02.8400651Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:26:02.9343258Z 2022-11-23T01:26:02.9343860Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:26:02.9344191Z echo "setup pytorch env failed" 2022-11-23T01:26:02.9344394Z echo 0 2022-11-23T01:26:02.9344566Z exit /b 2022-11-23T01:26:02.9344720Z ) 2022-11-23T01:26:02.9344928Z 2022-11-23T01:26:02.9345110Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:26:02.9350569Z 2022-11-23T01:26:02.9351021Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T01:26:02.9354279Z 2022-11-23T01:26:02.9354975Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T01:26:02.9355339Z echo Some smoke tests 2022-11-23T01:26:02.9355662Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:26:02.9356100Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:26:02.9356443Z if ERRORLEVEL 1 goto fail 2022-11-23T01:26:02.9356769Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:26:02.9357063Z if ERRORLEVEL 1 goto fail 2022-11-23T01:26:02.9357239Z ) ) 2022-11-23T01:26:02.9357407Z Some smoke tests 2022-11-23T01:26:02.9909974Z Current Registry Settings for python.exe executable are: 00000002 2022-11-23T01:26:02.9910281Z sls - Show Loader Snaps 2022-11-23T01:26:14.4358925Z Checking that torch is available 2022-11-23T01:26:14.4359216Z Command: python -c import torch 2022-11-23T01:26:14.4359443Z Checking that MKL is available 2022-11-23T01:26:14.4359752Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-11-23T01:26:14.4505058Z Current Registry Settings for python.exe executable are: 00000000 2022-11-23T01:26:14.4518549Z 2022-11-23T01:26:14.4519141Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:26:14.4519545Z Copying over test times file 2022-11-23T01:26:14.4520881Z 2022-11-23T01:26:14.4521511Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293562\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:26:14.4531648Z 1 file(s) copied. 2022-11-23T01:26:14.4533227Z 2022-11-23T01:26:14.4533454Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:26:14.4534198Z Run nn tests 2022-11-23T01:26:14.4535389Z 2022-11-23T01:26:14.4535746Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "2" --verbose 2022-11-23T01:26:16.8858001Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:17.3115913Z Selected tests: 2022-11-23T01:26:17.3116167Z test_ops_gradients 2022-11-23T01:26:17.3116369Z test_ops_fwd_gradients 2022-11-23T01:26:17.3116627Z test_reductions 2022-11-23T01:26:17.3116789Z test_nn 2022-11-23T01:26:17.3116955Z test_linalg 2022-11-23T01:26:17.3117194Z distributions/test_distributions 2022-11-23T01:26:17.3117404Z test_tensorexpr 2022-11-23T01:26:17.3117630Z nn/test_pooling 2022-11-23T01:26:17.3117829Z test_multiprocessing_spawn 2022-11-23T01:26:17.3118264Z test_cpp_api_parity 2022-11-23T01:26:17.3118447Z test_torch 2022-11-23T01:26:17.3118667Z test_cpp_extensions_open_device_registration 2022-11-23T01:26:17.3118885Z test_overrides 2022-11-23T01:26:17.3119154Z test_mobile_optimizer 2022-11-23T01:26:17.3119339Z test_fake_tensor 2022-11-23T01:26:17.3119607Z test_cpp_extensions_aot_no_ninja 2022-11-23T01:26:17.3119807Z test_prims 2022-11-23T01:26:17.3119992Z dynamo/test_aot_autograd 2022-11-23T01:26:17.3120188Z dynamo/test_dynamic_shapes 2022-11-23T01:26:17.3120399Z dynamo/test_export_mutations 2022-11-23T01:26:17.3120598Z dynamo/test_global 2022-11-23T01:26:17.3120783Z dynamo/test_minifier 2022-11-23T01:26:17.3120977Z dynamo/test_model_output 2022-11-23T01:26:17.3121168Z dynamo/test_no_fake_tensors 2022-11-23T01:26:17.3121380Z dynamo/test_optimizations 2022-11-23T01:26:17.3121586Z dynamo/test_python_autograd 2022-11-23T01:26:17.3121790Z dynamo/test_replay_record 2022-11-23T01:26:17.3121996Z dynamo/test_skip_non_tensor 2022-11-23T01:26:17.3122197Z dynamo/test_torchxla_integration 2022-11-23T01:26:17.3122419Z dynamo/test_verify_correctness 2022-11-23T01:26:17.3122620Z inductor/test_perf 2022-11-23T01:26:17.3122820Z inductor/test_torchinductor 2022-11-23T01:26:17.3123017Z lazy/test_bindings 2022-11-23T01:26:17.3123190Z lazy/test_meta_kernel 2022-11-23T01:26:17.3123367Z test_cuda 2022-11-23T01:26:17.3123599Z test_cuda_primary_ctx 2022-11-23T01:26:17.3123786Z test_cuda_trace 2022-11-23T01:26:17.3123955Z test_hub 2022-11-23T01:26:17.3124109Z test_matmul_cuda 2022-11-23T01:26:17.3124326Z doctests 2022-11-23T01:26:17.3124487Z test_decomp 2022-11-23T01:26:17.3124660Z test_quantization 2022-11-23T01:26:17.3124831Z test_meta 2022-11-23T01:26:17.3124987Z test_jit_fuser_te 2022-11-23T01:26:17.3125169Z test_unary_ufuncs 2022-11-23T01:26:17.3125347Z test_schema_check 2022-11-23T01:26:17.3125522Z test_dataloader 2022-11-23T01:26:17.3125700Z test_serialization 2022-11-23T01:26:17.3125876Z test_mkldnn_fusion 2022-11-23T01:26:17.3126056Z test_proxy_tensor 2022-11-23T01:26:17.3126226Z test_foreach 2022-11-23T01:26:17.3126404Z test_fx_experimental 2022-11-23T01:26:17.3126571Z test_mkldnn 2022-11-23T01:26:17.3126739Z test_stateless 2022-11-23T01:26:17.3126916Z lazy/test_ts_opinfo 2022-11-23T01:26:17.3127100Z test_spectral_ops 2022-11-23T01:26:17.3127280Z test_transformers 2022-11-23T01:26:17.3127444Z test_ao_sparsity 2022-11-23T01:26:17.3127617Z test_openmp 2022-11-23T01:26:17.3127786Z test_mkl_verbose 2022-11-23T01:26:17.3127963Z test_import_stats 2022-11-23T01:26:17.3128144Z test_maskedtensor 2022-11-23T01:26:17.3128315Z test_sort_and_select 2022-11-23T01:26:17.3128492Z test_vmap 2022-11-23T01:26:17.3128667Z test_expanded_weights 2022-11-23T01:26:17.3128994Z test_scatter_gather_ops 2022-11-23T01:26:17.3129200Z lazy/test_step_closures 2022-11-23T01:26:17.3129384Z test_python_dispatch 2022-11-23T01:26:17.3129619Z test_package 2022-11-23T01:26:17.3129793Z test_futures 2022-11-23T01:26:17.3129965Z test_namedtensor 2022-11-23T01:26:17.3130223Z test_function_schema 2022-11-23T01:26:17.3130411Z test_numpy_interop 2022-11-23T01:26:17.3130610Z benchmark_utils/test_benchmark_utils 2022-11-23T01:26:17.3130829Z nn/test_lazy_modules 2022-11-23T01:26:17.3131011Z test_subclass 2022-11-23T01:26:17.3131193Z test_dynamic_shapes 2022-11-23T01:26:17.3131390Z test_functional_optim 2022-11-23T01:26:17.3131592Z profiler/test_profiler_tree 2022-11-23T01:26:17.3131802Z test_tensorexpr_pybind 2022-11-23T01:26:17.3131984Z test_monitor 2022-11-23T01:26:17.3132154Z test_type_info 2022-11-23T01:26:17.3132336Z test_public_bindings 2022-11-23T01:26:17.3825532Z parallel (file granularity) tests: 2022-11-23T01:26:17.3825933Z dynamo/test_aot_autograd 2022-11-23T01:26:17.3826250Z dynamo/test_dynamic_shapes 2022-11-23T01:26:17.3826598Z dynamo/test_export_mutations 2022-11-23T01:26:17.3826874Z dynamo/test_global 2022-11-23T01:26:17.3827233Z dynamo/test_minifier 2022-11-23T01:26:17.3827422Z dynamo/test_model_output 2022-11-23T01:26:17.3827635Z dynamo/test_no_fake_tensors 2022-11-23T01:26:17.3827849Z dynamo/test_optimizations 2022-11-23T01:26:17.3828063Z dynamo/test_python_autograd 2022-11-23T01:26:17.3828272Z dynamo/test_replay_record 2022-11-23T01:26:17.3828463Z dynamo/test_skip_non_tensor 2022-11-23T01:26:17.3828682Z dynamo/test_torchxla_integration 2022-11-23T01:26:17.3828904Z dynamo/test_verify_correctness 2022-11-23T01:26:17.3829108Z inductor/test_perf 2022-11-23T01:26:17.3829308Z inductor/test_torchinductor 2022-11-23T01:26:17.3829506Z lazy/test_bindings 2022-11-23T01:26:17.3829682Z lazy/test_meta_kernel 2022-11-23T01:26:17.3829857Z test_hub 2022-11-23T01:26:17.3830026Z test_matmul_cuda 2022-11-23T01:26:17.3830199Z test_decomp 2022-11-23T01:26:17.3830365Z test_quantization 2022-11-23T01:26:17.3830536Z test_meta 2022-11-23T01:26:17.3830703Z test_jit_fuser_te 2022-11-23T01:26:17.3830877Z test_unary_ufuncs 2022-11-23T01:26:17.3831055Z test_schema_check 2022-11-23T01:26:17.3831217Z test_dataloader 2022-11-23T01:26:17.3831398Z test_serialization 2022-11-23T01:26:17.3831580Z test_mkldnn_fusion 2022-11-23T01:26:17.3831760Z test_proxy_tensor 2022-11-23T01:26:17.3831932Z test_foreach 2022-11-23T01:26:17.3832102Z test_fx_experimental 2022-11-23T01:26:17.3832288Z test_mkldnn 2022-11-23T01:26:17.3832460Z test_stateless 2022-11-23T01:26:17.3832638Z lazy/test_ts_opinfo 2022-11-23T01:26:17.3832824Z test_spectral_ops 2022-11-23T01:26:17.3832992Z test_transformers 2022-11-23T01:26:17.3833170Z test_ao_sparsity 2022-11-23T01:26:17.3833343Z test_openmp 2022-11-23T01:26:17.3833548Z test_mkl_verbose 2022-11-23T01:26:17.3833759Z test_import_stats 2022-11-23T01:26:17.3834006Z test_maskedtensor 2022-11-23T01:26:17.3834230Z test_sort_and_select 2022-11-23T01:26:17.3834411Z test_vmap 2022-11-23T01:26:17.3834591Z test_expanded_weights 2022-11-23T01:26:17.3834819Z test_scatter_gather_ops 2022-11-23T01:26:17.3835026Z lazy/test_step_closures 2022-11-23T01:26:17.3835221Z test_python_dispatch 2022-11-23T01:26:17.3835403Z test_package 2022-11-23T01:26:17.3835558Z test_futures 2022-11-23T01:26:17.3835730Z test_namedtensor 2022-11-23T01:26:17.3835913Z test_function_schema 2022-11-23T01:26:17.3836098Z test_numpy_interop 2022-11-23T01:26:17.3836313Z benchmark_utils/test_benchmark_utils 2022-11-23T01:26:17.3836513Z nn/test_lazy_modules 2022-11-23T01:26:17.3836694Z test_subclass 2022-11-23T01:26:17.3836875Z test_dynamic_shapes 2022-11-23T01:26:17.3837068Z test_functional_optim 2022-11-23T01:26:17.3837275Z profiler/test_profiler_tree 2022-11-23T01:26:17.3837472Z test_tensorexpr_pybind 2022-11-23T01:26:17.3837657Z test_monitor 2022-11-23T01:26:17.3837827Z test_type_info 2022-11-23T01:26:17.3838529Z test_public_bindings 2022-11-23T01:26:17.3838762Z serial (file granularity) tests: 2022-11-23T01:26:17.3839042Z test_ops_gradients 2022-11-23T01:26:17.3839237Z test_ops_fwd_gradients 2022-11-23T01:26:17.3839430Z test_reductions 2022-11-23T01:26:17.3839597Z test_nn 2022-11-23T01:26:17.3839798Z test_linalg 2022-11-23T01:26:17.3839988Z distributions/test_distributions 2022-11-23T01:26:17.3840195Z test_tensorexpr 2022-11-23T01:26:17.3840373Z nn/test_pooling 2022-11-23T01:26:17.3840570Z test_multiprocessing_spawn 2022-11-23T01:26:17.3840781Z test_cpp_api_parity 2022-11-23T01:26:17.3840949Z test_torch 2022-11-23T01:26:17.3841165Z test_cpp_extensions_open_device_registration 2022-11-23T01:26:17.3841381Z test_overrides 2022-11-23T01:26:17.3841564Z test_mobile_optimizer 2022-11-23T01:26:17.3841748Z test_fake_tensor 2022-11-23T01:26:17.3841958Z test_cpp_extensions_aot_no_ninja 2022-11-23T01:26:17.3842152Z test_prims 2022-11-23T01:26:17.3842314Z test_cuda 2022-11-23T01:26:17.3842495Z test_cuda_primary_ctx 2022-11-23T01:26:17.3842680Z test_cuda_trace 2022-11-23T01:26:17.3842837Z doctests 2022-11-23T01:26:19.9381065Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:19.9588032Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:20.0887744Z Running dynamo/test_aot_autograd ... [2022-11-23 01:26:20.088395] 2022-11-23T01:26:20.0893459Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:20.089008] 2022-11-23T01:26:20.0895016Z Ignoring disabled issues: [] 2022-11-23T01:26:20.1057884Z Running dynamo/test_dynamic_shapes ... [2022-11-23 01:26:20.105569] 2022-11-23T01:26:20.1062866Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:20.106179] 2022-11-23T01:26:20.1064488Z Ignoring disabled issues: [] 2022-11-23T01:26:23.4637237Z 2022-11-23T01:26:23.4638050Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2022-11-23T01:26:23.4639746Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_a5tr6uv2) 2022-11-23T01:26:23.4640060Z 2022-11-23T01:26:23.4640310Z ##[endgroup] 2022-11-23T01:26:23.4640746Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_a5tr6uv2) 2022-11-23T01:26:23.4641144Z 2022-11-23T01:26:23.6257075Z 2022-11-23T01:26:23.6257848Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T01:26:23.6258623Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_u83xhoos) 2022-11-23T01:26:23.6258943Z 2022-11-23T01:26:23.6259172Z ##[endgroup] 2022-11-23T01:26:23.6259564Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_u83xhoos) 2022-11-23T01:26:23.6259866Z 2022-11-23T01:26:26.3380396Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:26.4880757Z Running dynamo/test_export_mutations ... [2022-11-23 01:26:26.487798] 2022-11-23T01:26:26.4886602Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:26.488397] 2022-11-23T01:26:26.4887940Z Ignoring disabled issues: [] 2022-11-23T01:26:26.5538539Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:26.7015724Z Running dynamo/test_global ... [2022-11-23 01:26:26.700575] 2022-11-23T01:26:26.7021135Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:26.700575] 2022-11-23T01:26:26.7022554Z Ignoring disabled issues: [] 2022-11-23T01:26:29.1148478Z 2022-11-23T01:26:29.1149155Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T01:26:29.1149966Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_zm42sdtn) 2022-11-23T01:26:29.1150278Z 2022-11-23T01:26:29.1150512Z ##[endgroup] 2022-11-23T01:26:29.1150909Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_zm42sdtn) 2022-11-23T01:26:29.1151210Z 2022-11-23T01:26:29.4065323Z 2022-11-23T01:26:29.4065888Z Expand the folded group to see the log file of dynamo/test_global 2022-11-23T01:26:29.4066663Z ##[group]PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_r3ri90ox) 2022-11-23T01:26:29.4066942Z 2022-11-23T01:26:29.4067168Z ##[endgroup] 2022-11-23T01:26:29.4067717Z FINISHED PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_r3ri90ox) 2022-11-23T01:26:29.4067995Z 2022-11-23T01:26:32.0226495Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:32.1786843Z Running dynamo/test_minifier ... [2022-11-23 01:26:32.177089] 2022-11-23T01:26:32.1793120Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:32.177089] 2022-11-23T01:26:32.1794828Z Ignoring disabled issues: [] 2022-11-23T01:26:32.2790235Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:32.4254158Z Running dynamo/test_model_output ... [2022-11-23 01:26:32.425046] 2022-11-23T01:26:32.4259473Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:32.425660] 2022-11-23T01:26:32.4261401Z Ignoring disabled issues: [] 2022-11-23T01:26:34.8572427Z 2022-11-23T01:26:34.8573189Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T01:26:34.8573974Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_zh3brr1u) 2022-11-23T01:26:34.8574274Z 2022-11-23T01:26:34.8574502Z ##[endgroup] 2022-11-23T01:26:34.8574886Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_zh3brr1u) 2022-11-23T01:26:34.8575231Z 2022-11-23T01:26:35.1037471Z 2022-11-23T01:26:35.1038063Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T01:26:35.1038862Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_fvfhx_nk) 2022-11-23T01:26:35.1039180Z 2022-11-23T01:26:35.1039409Z ##[endgroup] 2022-11-23T01:26:35.1039859Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_fvfhx_nk) 2022-11-23T01:26:35.1040145Z 2022-11-23T01:26:37.7531250Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:37.9012733Z Running dynamo/test_no_fake_tensors ... [2022-11-23 01:26:37.899084] 2022-11-23T01:26:37.9017815Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_no_fake_tensors.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:37.899084] 2022-11-23T01:26:37.9019791Z Ignoring disabled issues: [] 2022-11-23T01:26:38.1386730Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:38.2860240Z Running dynamo/test_optimizations ... [2022-11-23 01:26:38.285802] 2022-11-23T01:26:38.2865549Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:38.286411] 2022-11-23T01:26:38.2867441Z Ignoring disabled issues: [] 2022-11-23T01:26:40.6771635Z 2022-11-23T01:26:40.6772642Z Expand the folded group to see the log file of dynamo/test_no_fake_tensors 2022-11-23T01:26:40.6773431Z ##[group]PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_n8zjhl4o) 2022-11-23T01:26:40.6773735Z 2022-11-23T01:26:40.6773966Z ##[endgroup] 2022-11-23T01:26:40.6774369Z FINISHED PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_n8zjhl4o) 2022-11-23T01:26:40.6774664Z 2022-11-23T01:26:40.9848093Z 2022-11-23T01:26:40.9848743Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T01:26:40.9849738Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_fq_9vw_r) 2022-11-23T01:26:40.9850041Z 2022-11-23T01:26:40.9850980Z ##[endgroup] 2022-11-23T01:26:40.9851463Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_fq_9vw_r) 2022-11-23T01:26:40.9851758Z 2022-11-23T01:26:43.6281852Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:43.7759480Z Running dynamo/test_python_autograd ... [2022-11-23 01:26:43.771015] 2022-11-23T01:26:43.7764914Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:43.771015] 2022-11-23T01:26:43.7767048Z Ignoring disabled issues: [] 2022-11-23T01:26:43.7969104Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:43.9463883Z Running dynamo/test_replay_record ... [2022-11-23 01:26:43.945715] 2022-11-23T01:26:43.9467794Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:43.946317] 2022-11-23T01:26:43.9470397Z Ignoring disabled issues: [] 2022-11-23T01:26:46.4305839Z 2022-11-23T01:26:46.4306392Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T01:26:46.4307216Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_6wbsu1yk) 2022-11-23T01:26:46.4307533Z 2022-11-23T01:26:46.4307762Z ##[endgroup] 2022-11-23T01:26:46.4308173Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_6wbsu1yk) 2022-11-23T01:26:46.4308467Z 2022-11-23T01:26:46.5962803Z 2022-11-23T01:26:46.5963530Z Expand the folded group to see the log file of dynamo/test_replay_record 2022-11-23T01:26:46.5964424Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_lolvztyp) 2022-11-23T01:26:46.5964725Z 2022-11-23T01:26:46.5964958Z ##[endgroup] 2022-11-23T01:26:46.5965353Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_lolvztyp) 2022-11-23T01:26:46.5965647Z 2022-11-23T01:26:49.3528572Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:49.3807582Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:49.5105684Z Running dynamo/test_skip_non_tensor ... [2022-11-23 01:26:49.509139] 2022-11-23T01:26:49.5111219Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:49.509139] 2022-11-23T01:26:49.5113246Z Ignoring disabled issues: [] 2022-11-23T01:26:49.5223733Z Running dynamo/test_torchxla_integration ... [2022-11-23 01:26:49.517890] 2022-11-23T01:26:49.5228997Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:49.517890] 2022-11-23T01:26:49.5231211Z Ignoring disabled issues: [] 2022-11-23T01:26:51.8526436Z 2022-11-23T01:26:51.8527116Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T01:26:51.8527967Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_t8nt1mof) 2022-11-23T01:26:51.8528287Z 2022-11-23T01:26:51.8528505Z ##[endgroup] 2022-11-23T01:26:51.8529680Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_t8nt1mof) 2022-11-23T01:26:51.8529993Z 2022-11-23T01:26:52.1110894Z 2022-11-23T01:26:52.1111582Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T01:26:52.1112381Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_rysbyf5u) 2022-11-23T01:26:52.1112689Z 2022-11-23T01:26:52.1112926Z ##[endgroup] 2022-11-23T01:26:52.1113325Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_rysbyf5u) 2022-11-23T01:26:52.1113619Z 2022-11-23T01:26:54.6407484Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:54.7884098Z Running dynamo/test_verify_correctness ... [2022-11-23 01:26:54.788199] 2022-11-23T01:26:54.7889671Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:54.788806] 2022-11-23T01:26:54.7891754Z Ignoring disabled issues: [] 2022-11-23T01:26:55.0337924Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:55.1789368Z Running inductor/test_perf ... [2022-11-23 01:26:55.178177] 2022-11-23T01:26:55.1794818Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:55.178785] 2022-11-23T01:26:55.1795291Z Ignoring disabled issues: [] 2022-11-23T01:26:57.4686432Z 2022-11-23T01:26:57.4687102Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2022-11-23T01:26:57.4687912Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_1elrhhdu) 2022-11-23T01:26:57.4688246Z 2022-11-23T01:26:57.4688458Z ##[endgroup] 2022-11-23T01:26:57.4688867Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_1elrhhdu) 2022-11-23T01:26:57.4689172Z 2022-11-23T01:26:58.4187901Z 2022-11-23T01:26:58.4188426Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T01:26:58.4190732Z ##[group]PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_3ktj395x) 2022-11-23T01:26:58.4191242Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:26:58.4191982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\eval_frame.py:436: UserWarning: Windows is not currently supported, torch._dynamo.optimize() will do nothing 2022-11-23T01:26:58.4192394Z warnings.warn( 2022-11-23T01:26:58.4192515Z 2022-11-23T01:26:58.4192730Z ##[endgroup] 2022-11-23T01:26:58.4193097Z FINISHED PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_3ktj395x) 2022-11-23T01:26:58.4193375Z 2022-11-23T01:27:00.2784484Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:00.4279684Z Running inductor/test_torchinductor ... [2022-11-23 01:27:00.427325] 2022-11-23T01:27:00.4285397Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:00.427936] 2022-11-23T01:27:00.4287172Z Ignoring disabled issues: [] 2022-11-23T01:27:01.3484018Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:01.4973630Z Running lazy/test_bindings ... [2022-11-23 01:27:01.493171] 2022-11-23T01:27:01.4978391Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:01.493171] 2022-11-23T01:27:01.4980356Z Ignoring disabled issues: [] 2022-11-23T01:27:03.1388852Z 2022-11-23T01:27:03.1389491Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T01:27:03.1390306Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_iyrb6g3x) 2022-11-23T01:27:03.1390768Z : No module named 'filelock' 2022-11-23T01:27:03.1390940Z 2022-11-23T01:27:03.1391162Z ##[endgroup] 2022-11-23T01:27:03.1391586Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_iyrb6g3x) 2022-11-23T01:27:03.1391898Z 2022-11-23T01:27:03.6157288Z 2022-11-23T01:27:03.6158018Z Expand the folded group to see the log file of lazy/test_bindings 2022-11-23T01:27:03.6159039Z ##[group]PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings__xg6vukh) 2022-11-23T01:27:03.6159328Z 2022-11-23T01:27:03.6159592Z ##[endgroup] 2022-11-23T01:27:03.6159957Z FINISHED PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings__xg6vukh) 2022-11-23T01:27:03.6160234Z 2022-11-23T01:27:05.9995786Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:06.1521284Z Running lazy/test_meta_kernel ... [2022-11-23 01:27:06.150217] 2022-11-23T01:27:06.1527170Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:06.150217] 2022-11-23T01:27:06.1528623Z Ignoring disabled issues: [] 2022-11-23T01:27:06.4625537Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:06.6214591Z Running test_hub ... [2022-11-23 01:27:06.621051] 2022-11-23T01:27:06.6220002Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:06.621653] 2022-11-23T01:27:06.6221406Z Ignoring disabled issues: [] 2022-11-23T01:27:08.7376777Z 2022-11-23T01:27:08.7377333Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-11-23T01:27:08.7378112Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_f4l47ph9) 2022-11-23T01:27:08.7378405Z 2022-11-23T01:27:08.7378634Z ##[endgroup] 2022-11-23T01:27:08.7379208Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_f4l47ph9) 2022-11-23T01:27:08.7379496Z 2022-11-23T01:27:09.0012425Z 2022-11-23T01:27:09.0013042Z Expand the folded group to see the log file of test_hub 2022-11-23T01:27:09.0013861Z ##[group]PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_3supz2zn) 2022-11-23T01:27:09.0014124Z 2022-11-23T01:27:09.0014351Z ##[endgroup] 2022-11-23T01:27:09.0014691Z FINISHED PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_3supz2zn) 2022-11-23T01:27:09.0014940Z 2022-11-23T01:27:11.5949591Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:11.7483454Z Running test_matmul_cuda ... [2022-11-23 01:27:11.748136] 2022-11-23T01:27:11.7489411Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:11.748802] 2022-11-23T01:27:11.7491009Z Ignoring disabled issues: [] 2022-11-23T01:27:11.8209976Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:11.9684084Z Running test_decomp ... [2022-11-23 01:27:11.958555] 2022-11-23T01:27:11.9689521Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:11.968693] 2022-11-23T01:27:11.9690926Z Ignoring disabled issues: [] 2022-11-23T01:27:20.7141522Z 2022-11-23T01:27:20.7142248Z Expand the folded group to see the log file of test_matmul_cuda 2022-11-23T01:27:20.7143011Z ##[group]PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_nq0tjljo) 2022-11-23T01:27:20.7143290Z 2022-11-23T01:27:20.7143381Z Running tests... 2022-11-23T01:27:20.7143675Z ---------------------------------------------------------------------- 2022-11-23T01:27:20.7143861Z 2022-11-23T01:27:20.7144014Z ---------------------------------------------------------------------- 2022-11-23T01:27:20.7144310Z Ran 0 tests in 0.000s 2022-11-23T01:27:20.7144497Z 2022-11-23T01:27:20.7144581Z OK 2022-11-23T01:27:20.7144724Z 2022-11-23T01:27:20.7144821Z Generating XML reports... 2022-11-23T01:27:20.7145123Z Test results will be stored in test-reports\python-unittest\test_matmul_cuda 2022-11-23T01:27:20.7145328Z 2022-11-23T01:27:20.7145560Z ##[endgroup] 2022-11-23T01:27:20.7145918Z FINISHED PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_nq0tjljo) 2022-11-23T01:27:20.7146185Z 2022-11-23T01:27:23.5522529Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:23.7042871Z Running test_quantization ... [2022-11-23 01:27:23.703995] 2022-11-23T01:27:23.7048433Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:23.704604] 2022-11-23T01:27:23.7049829Z Ignoring disabled issues: [] 2022-11-23T01:40:16.4535881Z 2022-11-23T01:40:16.4536481Z Expand the folded group to see the log file of test_quantization 2022-11-23T01:40:16.4537540Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_3b0m7f54) 2022-11-23T01:40:16.4558465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.4559481Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:40:16.4559764Z 2022-11-23T01:40:16.4559890Z Running tests... 2022-11-23T01:40:16.4560538Z ---------------------------------------------------------------------- 2022-11-23T01:40:16.4561166Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-11-23T01:40:16.4561965Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.020s) 2022-11-23T01:40:16.4562712Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.002s) 2022-11-23T01:40:16.4563478Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4564120Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4564899Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4565640Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4566387Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4567285Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4568036Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4568771Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4569499Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:40:16.4570216Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T01:40:16.4571149Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T01:40:16.4571809Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T01:40:16.4572408Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T01:40:16.4572984Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T01:40:16.4573578Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.001s) 2022-11-23T01:40:16.4574159Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:40:16.4574744Z Tests the migration of the torch.nn.quantized.functional ... ok (0.002s) 2022-11-23T01:40:16.4575369Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4576071Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4576827Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4577579Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4578274Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T01:40:16.4578997Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T01:40:16.4579722Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4580428Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4581222Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:40:16.4581914Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T01:40:16.4582597Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4583349Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.003s) 2022-11-23T01:40:16.4584083Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4584769Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4585433Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4586107Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.006s) 2022-11-23T01:40:16.4586856Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4587615Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4588296Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:40:16.4588881Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-11-23T01:40:16.4589421Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:40:16.4590005Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-11-23T01:40:16.4590596Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4591301Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:40:16.4591896Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.000s) 2022-11-23T01:40:16.4592494Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:40:16.4593214Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.011s) 2022-11-23T01:40:16.4593912Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:40:16.4594503Z Tests the migration of the torch.nn.quantized.modules ... ok (0.003s) 2022-11-23T01:40:16.4595120Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:40:16.4595704Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-11-23T01:40:16.4596348Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4597079Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4597823Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4598542Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T01:40:16.4599254Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4599973Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4601279Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4602079Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4602811Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4603526Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4604230Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T01:40:16.4604930Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4605662Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4606405Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4607250Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4608011Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4608725Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4609466Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4610204Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4610902Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4611614Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4612317Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:40:16.4613007Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T01:40:16.4613730Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T01:40:16.4614470Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T01:40:16.4615167Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:40:16.4615880Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:40:16.4616582Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.003s) 2022-11-23T01:40:16.4617284Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:40:16.4617990Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:40:16.4618702Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:40:16.4619470Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.007s) 2022-11-23T01:40:16.4620283Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4620975Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T01:40:16.4621667Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4622351Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4623036Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4623732Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4624448Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4625171Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4625982Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4626728Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4627515Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4628240Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4628935Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4629639Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:40:16.4630301Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-11-23T01:40:16.4630933Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4631557Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4632194Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T01:40:16.4632844Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4633464Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-11-23T01:40:16.4634082Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:40:16.4634724Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T01:40:16.4635354Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:40:16.4636001Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:40:16.4636652Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:40:16.4637318Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-11-23T01:40:16.4638080Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4638757Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4639394Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:40:16.4640049Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4640687Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4641303Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4641902Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4642486Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T01:40:16.4643099Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.683s) 2022-11-23T01:40:16.4643709Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.195s) 2022-11-23T01:40:16.4644413Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.781s) 2022-11-23T01:40:16.4645036Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.361s) 2022-11-23T01:40:16.4645674Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.017s) 2022-11-23T01:40:16.4646354Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.173s) 2022-11-23T01:40:16.4647427Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-11-23T01:40:16.4648536Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-11-23T01:40:16.4649404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-11-23T01:40:16.4650164Z warnings.warn( 2022-11-23T01:40:16.4650972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-11-23T01:40:16.4651680Z warnings.warn( 2022-11-23T01:40:16.4652412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-11-23T01:40:16.4653124Z warnings.warn( 2022-11-23T01:40:16.4653871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-11-23T01:40:16.4654568Z warnings.warn( 2022-11-23T01:40:16.4654822Z ok (0.217s) 2022-11-23T01:40:16.4655662Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-11-23T01:40:16.4656658Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-11-23T01:40:16.4657521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-11-23T01:40:16.4658179Z warnings.warn( 2022-11-23T01:40:16.4658911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-11-23T01:40:16.4659597Z warnings.warn( 2022-11-23T01:40:16.4660322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-11-23T01:40:16.4660995Z warnings.warn( 2022-11-23T01:40:16.4661260Z ok (0.126s) 2022-11-23T01:40:16.4661734Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:40:16.4662440Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:40:16.4663026Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.004s) 2022-11-23T01:40:16.4663570Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:40:16.4664114Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.014s) 2022-11-23T01:40:16.4664666Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:40:16.4665629Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.4666365Z warnings.warn( 2022-11-23T01:40:16.4666627Z ok (0.006s) 2022-11-23T01:40:16.4667109Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:40:16.4667669Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.006s) 2022-11-23T01:40:16.4668258Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:40:16.4668784Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.000s) 2022-11-23T01:40:16.4669821Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:16.4670699Z warnings.warn(message, UserWarning) 2022-11-23T01:40:16.4670995Z ok (0.162s) 2022-11-23T01:40:16.4671861Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:58: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-11-23T01:40:16.4672691Z warnings.warn( 2022-11-23T01:40:16.4672945Z ok (0.507s) 2022-11-23T01:40:16.4673820Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:123: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-11-23T01:40:16.4674753Z warnings.warn( 2022-11-23T01:40:16.4675043Z ok (0.483s) 2022-11-23T01:40:16.4675910Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:188: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-11-23T01:40:16.4676747Z warnings.warn( 2022-11-23T01:40:16.4676980Z ok (0.505s) 2022-11-23T01:40:16.4677906Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:258: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-11-23T01:40:16.4678789Z warnings.warn( 2022-11-23T01:40:16.4679047Z ok (0.463s) 2022-11-23T01:40:16.4679968Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:319: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-11-23T01:40:16.4680945Z warnings.warn( 2022-11-23T01:40:16.4681240Z ok (0.438s) 2022-11-23T01:40:16.4682153Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:380: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-11-23T01:40:16.4683016Z warnings.warn( 2022-11-23T01:40:16.4683249Z ok (0.463s) 2022-11-23T01:40:16.4683693Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.013s) 2022-11-23T01:40:16.4684326Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (9.634s) 2022-11-23T01:40:16.4684959Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.225s) 2022-11-23T01:40:16.4685564Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-11-23T01:40:16.4686161Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-11-23T01:40:16.4686765Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.008s) 2022-11-23T01:40:16.4687410Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-11-23T01:40:16.4688047Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T01:40:16.4688678Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-11-23T01:40:16.4689500Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4690227Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4690777Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4691306Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4691824Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4692358Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4693000Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4693569Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4694095Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4694622Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4695117Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4695640Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4696175Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4696702Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4697224Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4697744Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4698265Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4698854Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4699403Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.4699782Z ok (0.065s) 2022-11-23T01:40:16.4700204Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.310s) 2022-11-23T01:40:16.4700812Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.024s) 2022-11-23T01:40:16.4701418Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.301s) 2022-11-23T01:40:16.4701998Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.835s) 2022-11-23T01:40:16.4702557Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.347s) 2022-11-23T01:40:16.4703107Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:40:16.4703590Z Sanity checks on _equalize.converged working ... ok (0.000s) 2022-11-23T01:40:16.4704092Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:40:16.4704632Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.011s) 2022-11-23T01:40:16.4705142Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:40:16.4705620Z First checks to see if _equalize.equalize can handle multiple ... ok (0.025s) 2022-11-23T01:40:16.4706144Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:40:16.4706651Z Checks to see if eager mode equalization supports fused ... ok (0.046s) 2022-11-23T01:40:16.4707244Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:40:16.4707756Z Checks to see if eager mode equalization supports fused ... ok (0.030s) 2022-11-23T01:40:16.4708269Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.280s) 2022-11-23T01:40:16.4708830Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4709847Z After applying the equalization functions check if the input ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.4710658Z warnings.warn( 2022-11-23T01:40:16.4711471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.4712175Z warnings.warn( 2022-11-23T01:40:16.4712434Z ok (0.266s) 2022-11-23T01:40:16.4712851Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4713679Z Tests that graphs containing branches are prepared correctly. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:756: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-11-23T01:40:16.4714306Z warnings.warn( 2022-11-23T01:40:16.4714866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:756: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-11-23T01:40:16.4715392Z warnings.warn( 2022-11-23T01:40:16.4715651Z ok (0.042s) 2022-11-23T01:40:16.4716067Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4717066Z Tests that the modified model for equalization (before quantization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4718036Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4718881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4719694Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4720509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4721322Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4722149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4722939Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4723754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4724535Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4725365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4726197Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4726586Z ok (3.924s) 2022-11-23T01:40:16.4727019Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4727557Z After applying the equalization functions, check if the equalization ... ok (0.139s) 2022-11-23T01:40:16.4728145Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4729030Z Tests that the modified model for equalization has the same graph ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:40:16.4729684Z warnings.warn( 2022-11-23T01:40:16.4730371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_equalize.py:190: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-11-23T01:40:16.4731015Z warnings.warn( 2022-11-23T01:40:16.4731704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_equalize.py:102: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-11-23T01:40:16.4732341Z warnings.warn( 2022-11-23T01:40:16.4732913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:40:16.4733521Z warnings.warn( 2022-11-23T01:40:16.4733777Z ok (0.690s) 2022-11-23T01:40:16.4734197Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4734712Z Tests that graphs created after prepare_fx is as expected ... ok (0.238s) 2022-11-23T01:40:16.4735222Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4735712Z Tests that for small models, the results of quantized models that ... ok (0.294s) 2022-11-23T01:40:16.4736246Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4736772Z After applying the equalization functions check if the weights and ... ok (0.102s) 2022-11-23T01:40:16.4737277Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:40:16.4737768Z Tests that we are able to run numeric suite on the equalized model ... ok (0.348s) 2022-11-23T01:40:16.4738298Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.155s) 2022-11-23T01:40:16.4738888Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.059s) 2022-11-23T01:40:16.4739467Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.044s) 2022-11-23T01:40:16.4740001Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T01:40:16.4740454Z Verify that graph matching works on methods ... ok (0.063s) 2022-11-23T01:40:16.4740943Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.219s) 2022-11-23T01:40:16.4741906Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:40:16.4742668Z warnings.warn( 2022-11-23T01:40:16.4742927Z ok (0.170s) 2022-11-23T01:40:16.4743327Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T01:40:16.4743843Z Tests that the mapping of op relationships is complete. ... ok (0.014s) 2022-11-23T01:40:16.4744368Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.217s) 2022-11-23T01:40:16.4745424Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4746347Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4746712Z ok (0.111s) 2022-11-23T01:40:16.4747248Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.139s) 2022-11-23T01:40:16.4747801Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.089s) 2022-11-23T01:40:16.4748339Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.225s) 2022-11-23T01:40:16.4748904Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.102s) 2022-11-23T01:40:16.4749458Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T01:40:16.4749962Z Verify that graph matching works on user defined functions ... ok (0.055s) 2022-11-23T01:40:16.4750535Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.002s) 2022-11-23T01:40:16.4751202Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-11-23T01:40:16.4751945Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:40:16.4753097Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:16.4754098Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:40:16.4754432Z ok (3.510s) 2022-11-23T01:40:16.4754936Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:40:16.4756051Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4757066Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4757430Z ok (0.944s) 2022-11-23T01:40:16.4757933Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.648s) 2022-11-23T01:40:16.4758572Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4759174Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T01:40:16.4759870Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-11-23T01:40:16.4760502Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T01:40:16.4760853Z ok (0.214s) 2022-11-23T01:40:16.4761315Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.290s) 2022-11-23T01:40:16.4761969Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.656s) 2022-11-23T01:40:16.4762629Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.133s) 2022-11-23T01:40:16.4763788Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4764750Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4765574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4766356Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4767160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4767941Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4768735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.4769557Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.4769911Z ok (1.273s) 2022-11-23T01:40:16.4770379Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.083s) 2022-11-23T01:40:16.4771044Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:40:16.4771730Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.322s) 2022-11-23T01:40:16.4772374Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.109s) 2022-11-23T01:40:16.4773026Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.605s) 2022-11-23T01:40:16.4773689Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.649s) 2022-11-23T01:40:16.4774343Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.433s) 2022-11-23T01:40:16.4774979Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.345s) 2022-11-23T01:40:16.4775608Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.072s) 2022-11-23T01:40:16.4776558Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T01:40:16.4777676Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T01:40:16.4778521Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-11-23T01:40:16.4779326Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-11-23T01:40:16.4780124Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-11-23T01:40:16.4780984Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-11-23T01:40:16.4781530Z ok (0.332s) 2022-11-23T01:40:16.4781989Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.155s) 2022-11-23T01:40:16.4782627Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.256s) 2022-11-23T01:40:16.4783228Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.128s) 2022-11-23T01:40:16.4783827Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.479s) 2022-11-23T01:40:16.4784455Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.526s) 2022-11-23T01:40:16.4785106Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.502s) 2022-11-23T01:40:16.4785788Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.164s) 2022-11-23T01:40:16.4786453Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.254s) 2022-11-23T01:40:16.4787231Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.066s) 2022-11-23T01:40:16.4787861Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.250s) 2022-11-23T01:40:16.4788482Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4789219Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4790013Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4790481Z ok (1.472s) 2022-11-23T01:40:16.4790941Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.259s) 2022-11-23T01:40:16.4791584Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.790s) 2022-11-23T01:40:16.4792231Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.554s) 2022-11-23T01:40:16.4792843Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4793343Z Verify that add_loggers works on methods ... ok (0.217s) 2022-11-23T01:40:16.4793874Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.920s) 2022-11-23T01:40:16.4794517Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.430s) 2022-11-23T01:40:16.4795312Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-11-23T01:40:16.4796157Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-11-23T01:40:16.4796911Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T01:40:16.4797711Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T01:40:16.4798383Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-11-23T01:40:16.4799035Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-11-23T01:40:16.4799858Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T01:40:16.4800660Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T01:40:16.4801456Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4802192Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:40:16.4802888Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-11-23T01:40:16.4803577Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T01:40:16.4804240Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-11-23T01:40:16.4804925Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T01:40:16.4806258Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4806997Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:40:16.4807482Z ok (2.091s) 2022-11-23T01:40:16.4807919Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4808469Z Tests that all the ops quantization cares about have input and output ... ok (0.011s) 2022-11-23T01:40:16.4809015Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4809821Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T01:40:16.4810745Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T01:40:16.4811523Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T01:40:16.4812273Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T01:40:16.4813134Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T01:40:16.4813876Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T01:40:16.4814321Z ok (1.038s) 2022-11-23T01:40:16.4815013Z 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:40:16.4815955Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:40:16.4816696Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4817432Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:40:16.4817909Z ok (0.422s) 2022-11-23T01:40:16.4818368Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4819009Z Verifies that we can match pairs of ops which have the same aten ... ok (0.642s) 2022-11-23T01:40:16.4819570Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.156s) 2022-11-23T01:40:16.4820223Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.134s) 2022-11-23T01:40:16.4820894Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4821696Z 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:40:16.4822604Z 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:40:16.4823454Z 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:40:16.4823956Z ok (0.622s) 2022-11-23T01:40:16.4824395Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4825281Z Verify that NS APIs work on user defined functions ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T01:40:16.4826022Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:40:16.4826654Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-11-23T01:40:16.4827543Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-11-23T01:40:16.4828112Z ok (0.396s) 2022-11-23T01:40:16.4828535Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:40:16.4829469Z For user defined modules, ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.4830212Z warnings.warn( 2022-11-23T01:40:16.4830478Z ok (0.279s) 2022-11-23T01:40:16.4830929Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.232s) 2022-11-23T01:40:16.4831608Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.578s) 2022-11-23T01:40:16.4832321Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.103s) 2022-11-23T01:40:16.4834477Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\reference\modules\rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:40:16.4835552Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-11-23T01:40:16.4836448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\reference\modules\rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:40:16.4837309Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-11-23T01:40:16.4837661Z ok (0.266s) 2022-11-23T01:40:16.4838242Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.196s) 2022-11-23T01:40:16.4838945Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.087s) 2022-11-23T01:40:16.4839686Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.228s) 2022-11-23T01:40:16.4840395Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.153s) 2022-11-23T01:40:16.4841081Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.638s) 2022-11-23T01:40:16.4841784Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.501s) 2022-11-23T01:40:16.4842531Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T01:40:16.4843234Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T01:40:16.4843991Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (7.027s) 2022-11-23T01:40:16.4844958Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T01:40:16.4846002Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T01:40:16.4846826Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4847604Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T01:40:16.4848375Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4849155Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T01:40:16.4850024Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T01:40:16.4850848Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4851613Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T01:40:16.4852377Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:40:16.4852821Z ok (7.448s) 2022-11-23T01:40:16.4853463Z test_conv_bn_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4854046Z ok (0.076s) 2022-11-23T01:40:16.4855467Z test_functions (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){}). 2022-11-23T01:40:16.4857023Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T01:40:16.4857584Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T01:40:16.4858009Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T01:40:16.4858524Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T01:40:16.4859159Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4859593Z ok (0.404s) 2022-11-23T01:40:16.4860226Z test_linear_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4860788Z ok (0.046s) 2022-11-23T01:40:16.4861418Z test_linear_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4862053Z ok (0.108s) 2022-11-23T01:40:16.4862540Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.048s) 2022-11-23T01:40:16.4863224Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: no torchvision (0.001s) 2022-11-23T01:40:16.4864022Z test_partial_qconfig_mapping (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... unable to find at least one qconfig for node %fc : [#users=1] = call_module[target=fc](args = (%x,), kwargs = {}), skipping 2022-11-23T01:40:16.4864792Z unable to find at least one qconfig for node %add : [#users=1] = call_function[target=operator.add](args = (%relu, %relu), kwargs = {}), skipping 2022-11-23T01:40:16.4865419Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4865828Z ok (0.046s) 2022-11-23T01:40:16.4866299Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2022-11-23T01:40:16.4867234Z test_qconfig_multi_mapping_end_to_end (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4867835Z ok (0.097s) 2022-11-23T01:40:16.4868483Z test_qconfig_multi_mapping_from_list (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4869082Z ok (0.076s) 2022-11-23T01:40:16.4869550Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.006s) 2022-11-23T01:40:16.4870408Z test_qconfig_multi_mapping_ordering (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T01:40:16.4870999Z ok (0.107s) 2022-11-23T01:40:16.4871476Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.004s) 2022-11-23T01:40:16.4872111Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.265s) 2022-11-23T01:40:16.4872710Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.000s) 2022-11-23T01:40:16.4873356Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.000s) 2022-11-23T01:40:16.4873932Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:40:16.4874540Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.394s) 2022-11-23T01:40:16.4875164Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.017s) 2022-11-23T01:40:16.4875841Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-11-23T01:40:16.4876464Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:40:16.4876963Z Tests the backward method. ... skip: temporarily disable the test (0.008s) 2022-11-23T01:40:16.4877522Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-11-23T01:40:16.4878200Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T01:40:16.4878885Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2022-11-23T01:40:16.4879496Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (1.044s) 2022-11-23T01:40:16.4880140Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-11-23T01:40:16.4880779Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.184s) 2022-11-23T01:40:16.4881696Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-11-23T01:40:16.4882549Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T01:40:16.4882918Z ok (0.010s) 2022-11-23T01:40:16.4883319Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:40:16.4883847Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.179s) 2022-11-23T01:40:16.4884409Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-11-23T01:40:16.4885087Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T01:40:16.4885775Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2022-11-23T01:40:16.4886373Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:40:16.4886899Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.131s) 2022-11-23T01:40:16.4887475Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.013s) 2022-11-23T01:40:16.4888154Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-11-23T01:40:16.4888833Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-11-23T01:40:16.4889433Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.168s) 2022-11-23T01:40:16.4890028Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-11-23T01:40:16.4891273Z 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.006s) 2022-11-23T01:40:16.4892104Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.006s) 2022-11-23T01:40:16.4892786Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.375s) 2022-11-23T01:40:16.4893468Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.006s) 2022-11-23T01:40:16.4894141Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.213s) 2022-11-23T01:40:16.4894819Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.007s) 2022-11-23T01:40:16.4895643Z 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.006s) 2022-11-23T01:40:16.4896432Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-11-23T01:40:16.4897152Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.118s) 2022-11-23T01:40:16.4897782Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.035s) 2022-11-23T01:40:16.4898352Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T01:40:16.4898861Z Test case that checks whether forward pre hooks of the first module and ... ok (0.025s) 2022-11-23T01:40:16.4899396Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.002s) 2022-11-23T01:40:16.4899956Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.055s) 2022-11-23T01:40:16.4900475Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.414s) 2022-11-23T01:40:16.4901023Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.060s) 2022-11-23T01:40:16.4901582Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-11-23T01:40:16.4902137Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.004s) 2022-11-23T01:40:16.4902693Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.238s) 2022-11-23T01:40:16.4903272Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.156s) 2022-11-23T01:40:16.4903983Z 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.006s) 2022-11-23T01:40:16.4904635Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.045s) 2022-11-23T01:40:16.4905137Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2022-11-23T01:40:16.4905659Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.012s) 2022-11-23T01:40:16.4906163Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-11-23T01:40:16.4906661Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2022-11-23T01:40:16.4907262Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T01:40:16.4907786Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.004s) 2022-11-23T01:40:16.4908312Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T01:40:16.4908848Z This test tests two keys in backend_config: root_node_getter and ... ok (0.009s) 2022-11-23T01:40:16.4909346Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.022s) 2022-11-23T01:40:16.4909851Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T01:40:16.4910266Z TODO: add test for all fused modules ... ok (0.058s) 2022-11-23T01:40:16.4910774Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.010s) 2022-11-23T01:40:16.4911400Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.009s) 2022-11-23T01:40:16.4911995Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T01:40:16.4912526Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.012s) 2022-11-23T01:40:16.4913087Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T01:40:16.4913628Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.055s) 2022-11-23T01:40:16.4914208Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.006s) 2022-11-23T01:40:16.4915002Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.026s) 2022-11-23T01:40:16.4915710Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.029s) 2022-11-23T01:40:16.4916371Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.053s) 2022-11-23T01:40:16.4917015Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.055s) 2022-11-23T01:40:16.4917674Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.003s) 2022-11-23T01:40:16.4918330Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.010s) 2022-11-23T01:40:16.4918991Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.019s) 2022-11-23T01:40:16.4919619Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.034s) 2022-11-23T01:40:16.4920303Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.080s) 2022-11-23T01:40:16.4921061Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.061s) 2022-11-23T01:40:16.4921801Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.016s) 2022-11-23T01:40:16.4922470Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.032s) 2022-11-23T01:40:16.4923101Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.141s) 2022-11-23T01:40:16.4923722Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.025s) 2022-11-23T01:40:16.4924327Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.044s) 2022-11-23T01:40:16.4924906Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:40:16.4925380Z Tests the constructor of the ModelReport class. ... ok (0.018s) 2022-11-23T01:40:16.4925897Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:40:16.4926403Z Tests for generation of qconfigs by ModelReport API ... ok (0.083s) 2022-11-23T01:40:16.4926892Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:40:16.4927965Z Tests model_report.generate_model_report to ensure report generation ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\fx\test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:40:16.4928899Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-11-23T01:40:16.4929237Z ok (0.280s) 2022-11-23T01:40:16.4929646Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:40:16.4930227Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.052s) 2022-11-23T01:40:16.4930800Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:40:16.4931393Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.043s) 2022-11-23T01:40:16.4931982Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:40:16.4932541Z Tests for generation of qconfigs by ModelReport API ... ok (0.090s) 2022-11-23T01:40:16.4933118Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.108s) 2022-11-23T01:40:16.4933858Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T01:40:16.4934551Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.038s) 2022-11-23T01:40:16.4935260Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.004s) 2022-11-23T01:40:16.4936039Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.005s) 2022-11-23T01:40:16.4936798Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.005s) 2022-11-23T01:40:16.4937551Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T01:40:16.4938216Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.030s) 2022-11-23T01:40:16.4938815Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.035s) 2022-11-23T01:40:16.4939435Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.150s) 2022-11-23T01:40:16.4940051Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-11-23T01:40:16.4940662Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.019s) 2022-11-23T01:40:16.4941271Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:40:16.4941759Z Tests the generate_table_view() ... ok (0.045s) 2022-11-23T01:40:16.4942245Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:40:16.4942712Z Tests the generate_table_view() ... ok (0.041s) 2022-11-23T01:40:16.4943210Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:40:16.4943684Z Tests the generate_table_view() ... ok (0.051s) 2022-11-23T01:40:16.4944155Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:40:16.4944708Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.177s) 2022-11-23T01:40:16.4945330Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (30.801s) 2022-11-23T01:40:16.4945984Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (7.768s) 2022-11-23T01:40:16.4946631Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T01:40:16.4947291Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.006s) 2022-11-23T01:40:16.4947859Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.595s) 2022-11-23T01:40:16.4948490Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.113s) 2022-11-23T01:40:16.4949128Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.917s) 2022-11-23T01:40:16.4949771Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.264s) 2022-11-23T01:40:16.4950434Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.056s) 2022-11-23T01:40:16.4951153Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.126s) 2022-11-23T01:40:16.4951828Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.427s) 2022-11-23T01:40:16.4952500Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.220s) 2022-11-23T01:40:16.4953181Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.231s) 2022-11-23T01:40:16.4953846Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-11-23T01:40:16.4954517Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.819s) 2022-11-23T01:40:16.4955186Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.026s) 2022-11-23T01:40:16.4955845Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.265s) 2022-11-23T01:40:16.4956502Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.279s) 2022-11-23T01:40:16.4957167Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.009s) 2022-11-23T01:40:16.4957827Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.844s) 2022-11-23T01:40:16.4958479Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.014s) 2022-11-23T01:40:16.4959111Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.755s) 2022-11-23T01:40:16.4959771Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.024s) 2022-11-23T01:40:16.4960424Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.230s) 2022-11-23T01:40:16.4961077Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-11-23T01:40:16.4961733Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.729s) 2022-11-23T01:40:16.4962383Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-11-23T01:40:16.4963092Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T01:40:16.4963750Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T01:40:16.4964378Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.006s) 2022-11-23T01:40:16.4964984Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-11-23T01:40:16.4965588Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:40:16.4966126Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.008s) 2022-11-23T01:40:16.4966657Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:40:16.4967128Z Smoke test on saving/loading state_dict ... ok (0.003s) 2022-11-23T01:40:16.4967624Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.027s) 2022-11-23T01:40:16.4968233Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.042s) 2022-11-23T01:40:16.4968908Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:40:16.4969480Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:40:16.4970032Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.134s) 2022-11-23T01:40:16.4970597Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.365s) 2022-11-23T01:40:16.4971158Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.112s) 2022-11-23T01:40:16.4971705Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:40:16.4972212Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.275s) 2022-11-23T01:40:16.4972811Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:40:16.4973415Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.000s) 2022-11-23T01:40:16.4974171Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:40:16.4974823Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:40:16.4975132Z ok (9.284s) 2022-11-23T01:40:16.4975525Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.422s) 2022-11-23T01:40:16.4976542Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87052 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:40:16.4977634Z 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.010s) 2022-11-23T01:40:16.4978387Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T01:40:16.4979128Z 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:40:16.4979851Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T01:40:16.4980635Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T01:40:16.4981399Z 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.002s) 2022-11-23T01:40:16.4982170Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T01:40:16.4982911Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T01:40:16.4983650Z test_qnnpack_relu (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:40:16.4984406Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T01:40:16.4985200Z 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.002s) 2022-11-23T01:40:16.4985955Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T01:40:16.4987130Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.4987943Z warnings.warn( 2022-11-23T01:40:16.4988194Z ok (0.040s) 2022-11-23T01:40:16.4988608Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.079s) 2022-11-23T01:40:16.4989174Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.006s) 2022-11-23T01:40:16.4989748Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.126s) 2022-11-23T01:40:16.4990305Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.017s) 2022-11-23T01:40:16.4991920Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T01:40:16.4993275Z if param.grad is not None: 2022-11-23T01:40:16.4993523Z ok (0.134s) 2022-11-23T01:40:16.4993980Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.118s) 2022-11-23T01:40:16.4994590Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.653s) 2022-11-23T01:40:16.4995197Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.029s) 2022-11-23T01:40:16.4996307Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp:1377] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator ()) 2022-11-23T01:40:16.4997104Z ok (0.683s) 2022-11-23T01:40:16.4997554Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.698s) 2022-11-23T01:40:16.4998197Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.811s) 2022-11-23T01:40:16.4998834Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.146s) 2022-11-23T01:40:16.4999460Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.204s) 2022-11-23T01:40:16.5000114Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.142s) 2022-11-23T01:40:16.5000771Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.052s) 2022-11-23T01:40:16.5001424Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.053s) 2022-11-23T01:40:16.5002080Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.024s) 2022-11-23T01:40:16.5002729Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.038s) 2022-11-23T01:40:16.5003281Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.045s) 2022-11-23T01:40:16.5003841Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.048s) 2022-11-23T01:40:16.5004420Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.036s) 2022-11-23T01:40:16.5005022Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.042s) 2022-11-23T01:40:16.5005624Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.045s) 2022-11-23T01:40:16.5006223Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.600s) 2022-11-23T01:40:16.5006836Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.034s) 2022-11-23T01:40:16.5007425Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.005s) 2022-11-23T01:40:16.5007997Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-11-23T01:40:16.5008559Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.010s) 2022-11-23T01:40:16.5009176Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.000s) 2022-11-23T01:40:16.5009835Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5010382Z Test post-training dynamic quantization on preserving ... ok (0.010s) 2022-11-23T01:40:16.5010946Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.135s) 2022-11-23T01:40:16.5011554Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5012062Z Test quantization for nested model, top level 'fc3' and ... ok (1.015s) 2022-11-23T01:40:16.5012569Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5013095Z Another test case for quantized, we will quantize all submodules ... ok (1.202s) 2022-11-23T01:40:16.5013620Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5014140Z More complicated nested test case with child qconfig overrides ... ok (1.326s) 2022-11-23T01:40:16.5040539Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5041435Z Test quantization for per_channel dynamic quantization ... ok (0.484s) 2022-11-23T01:40:16.5041992Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5042671Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.853s) 2022-11-23T01:40:16.5043289Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5043925Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.960s) 2022-11-23T01:40:16.5044542Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5045111Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.534s) 2022-11-23T01:40:16.5045686Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5046247Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.508s) 2022-11-23T01:40:16.5046817Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:40:16.5047424Z Test quantization for nested model, top level 'fc3' and ... ok (0.791s) 2022-11-23T01:40:16.5047983Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5048500Z Test quantization of activations ... ok (0.949s) 2022-11-23T01:40:16.5049018Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5049601Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... ok (0.006s) 2022-11-23T01:40:16.5050195Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5050803Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.003s) 2022-11-23T01:40:16.5051417Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5052002Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.003s) 2022-11-23T01:40:16.5052556Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.018s) 2022-11-23T01:40:16.5053194Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.000s) 2022-11-23T01:40:16.5053842Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.719s) 2022-11-23T01:40:16.5054501Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5055042Z User inserts QuantStub and DeQuantStub in model code ... ok (0.634s) 2022-11-23T01:40:16.5055547Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5056049Z Test quantization for nested model, top level 'fc3' and ... ok (1.229s) 2022-11-23T01:40:16.5056567Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.440s) 2022-11-23T01:40:16.5057155Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5057673Z More complicated nested test case with child qconfig overrides ... ok (1.536s) 2022-11-23T01:40:16.5058211Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5059198Z Test quantization of normalization layers ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize.py:314: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-11-23T01:40:16.5060138Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-11-23T01:40:16.5060526Z ok (0.669s) 2022-11-23T01:40:16.5060965Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5061567Z Test the post-training quantization flow, serialization and scripting ... ok (0.107s) 2022-11-23T01:40:16.5062150Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5062725Z Test the post-training quantization flow, serialization and scripting ... ok (0.137s) 2022-11-23T01:40:16.5063359Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.007s) 2022-11-23T01:40:16.5064015Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5064546Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.344s) 2022-11-23T01:40:16.5065104Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5065677Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.347s) 2022-11-23T01:40:16.5066300Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5067003Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (3.375s) 2022-11-23T01:40:16.5067620Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5068126Z The case when we want to skip quantizing some layers ... ok (3.655s) 2022-11-23T01:40:16.5068633Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:40:16.5069172Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.614s) 2022-11-23T01:40:16.5069762Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.008s) 2022-11-23T01:40:16.5070369Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.327s) 2022-11-23T01:40:16.5070943Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T01:40:16.5071443Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.000s) 2022-11-23T01:40:16.5071993Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.439s) 2022-11-23T01:40:16.5072596Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.670s) 2022-11-23T01:40:16.5073208Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.453s) 2022-11-23T01:40:16.5073818Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.468s) 2022-11-23T01:40:16.5074486Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.010s) 2022-11-23T01:40:16.5075079Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T01:40:16.5075554Z Using FakeQuant in evaluation only mode, ... ok (0.041s) 2022-11-23T01:40:16.5076076Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.028s) 2022-11-23T01:40:16.5076667Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.785s) 2022-11-23T01:40:16.5077259Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-11-23T01:40:16.5077891Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-11-23T01:40:16.5078553Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T01:40:16.5079094Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.163s) 2022-11-23T01:40:16.5079728Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.239s) 2022-11-23T01:40:16.5080433Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.459s) 2022-11-23T01:40:16.5081078Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.021s) 2022-11-23T01:40:16.5081717Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.008s) 2022-11-23T01:40:16.5082347Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.008s) 2022-11-23T01:40:16.5083015Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.001s) 2022-11-23T01:40:16.5083677Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.035s) 2022-11-23T01:40:16.5084309Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.003s) 2022-11-23T01:40:16.5084966Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T01:40:16.5085655Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T01:40:16.5086401Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5086926Z Verifies that calculating a size of a quantized tensor works ... ok (0.037s) 2022-11-23T01:40:16.5087409Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.159s) 2022-11-23T01:40:16.5087953Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5088461Z Test to make sure the backend_config check for weight and bias ... ok (0.013s) 2022-11-23T01:40:16.5088966Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5089832Z Check that quantization ranges specified through the BackendConfig are reflected in ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:994: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-11-23T01:40:16.5091530Z QConfig range = (0, 63), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C6567820>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C6567820>}) 2022-11-23T01:40:16.5092895Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T01:40:16.5093593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:994: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-11-23T01:40:16.5095213Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7B16B3CA0>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7B16B3CA0>}) 2022-11-23T01:40:16.5096499Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T01:40:16.5097550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:990: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-11-23T01:40:16.5098594Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-11-23T01:40:16.5098949Z ok (0.050s) 2022-11-23T01:40:16.5099358Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5101167Z Test QConfig eps validation against the BackendConfig's min scale value. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1005: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7B17B3940>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7B17B3940>}) 2022-11-23T01:40:16.5102868Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T01:40:16.5104513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1005: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7B16A6040>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7B16A6040>}) 2022-11-23T01:40:16.5106114Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T01:40:16.5107345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1002: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-11-23T01:40:16.5108486Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-11-23T01:40:16.5108840Z ok (0.066s) 2022-11-23T01:40:16.5109241Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5109771Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... ok (0.005s) 2022-11-23T01:40:16.5110292Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.235s) 2022-11-23T01:40:16.5110787Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5111291Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.855s) 2022-11-23T01:40:16.5111888Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5112323Z Test quantizing conv and linear ... ok (1.820s) 2022-11-23T01:40:16.5112739Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5113225Z Test quantizing functional conv and linear with reference option ... ok (1.881s) 2022-11-23T01:40:16.5113716Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.089s) 2022-11-23T01:40:16.5114254Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.010s) 2022-11-23T01:40:16.5114858Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T01:40:16.5115485Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T01:40:16.5116073Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T01:40:16.5117045Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\convert.py:877: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T01:40:16.5118544Z warnings.warn( 2022-11-23T01:40:16.5119277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.5120064Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.5120895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.5121668Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.5122008Z ok (0.305s) 2022-11-23T01:40:16.5122418Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5122957Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.015s) 2022-11-23T01:40:16.5123482Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5123988Z Test the output of CopyNode to have the same ... ok (0.062s) 2022-11-23T01:40:16.5124483Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.129s) 2022-11-23T01:40:16.5125032Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5125536Z Tests that the flow still works when the input of custom module ... ok (0.042s) 2022-11-23T01:40:16.5126047Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-11-23T01:40:16.5126589Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5127045Z Make sure default quant is inserted properly ... ok (0.032s) 2022-11-23T01:40:16.5127476Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5127915Z Test to make sure dequantize node are placed before ... ok (0.354s) 2022-11-23T01:40:16.5128357Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5128821Z Make sure quantization runs for models with dictionary output ... ok (0.031s) 2022-11-23T01:40:16.5129304Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5129864Z Tests input for dynamic linear being used by multiple ops ... ok (0.066s) 2022-11-23T01:40:16.5130388Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.090s) 2022-11-23T01:40:16.5130951Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5131420Z Test that weight observer is run in convert step ... ok (0.021s) 2022-11-23T01:40:16.5131868Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5132804Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.5133678Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.5134013Z ok (0.087s) 2022-11-23T01:40:16.5134407Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5134906Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.069s) 2022-11-23T01:40:16.5135445Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5135897Z Test that the sequence of quant-dequant nodes in the ... ok (0.046s) 2022-11-23T01:40:16.5136411Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-11-23T01:40:16.5136940Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T01:40:16.5137473Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5137922Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.077s) 2022-11-23T01:40:16.5138424Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5139006Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5139582Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T01:40:16.5140138Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T01:40:16.5140669Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5141187Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.033s) 2022-11-23T01:40:16.5141710Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5142274Z Checks that AssertionError is raised when non expected backend input is specified ... ok (0.002s) 2022-11-23T01:40:16.5142890Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5143482Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5143973Z Verifies that binary ops get quantized correctly if some ... ok (0.080s) 2022-11-23T01:40:16.5144438Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.323s) 2022-11-23T01:40:16.5144937Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5145412Z Test support for qint8 activation in reference pattern ... ok (0.027s) 2022-11-23T01:40:16.5145938Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T01:40:16.5146494Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T01:40:16.5147109Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5147684Z Verifies that an observer is not inserted between an unmatched ... ok (0.032s) 2022-11-23T01:40:16.5148188Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-11-23T01:40:16.5148677Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5149116Z Test quantizing a not used value ... ok (0.021s) 2022-11-23T01:40:16.5149534Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5150087Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.044s) 2022-11-23T01:40:16.5150615Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5151090Z Verify that specifying complicated output types does not crash. ... ok (0.031s) 2022-11-23T01:40:16.5151597Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-11-23T01:40:16.5152106Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5152505Z test MatchAllNode with ... ok (0.010s) 2022-11-23T01:40:16.5152975Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-11-23T01:40:16.5153621Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T01:40:16.5154213Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5154844Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5155515Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5156189Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T01:40:16.5156827Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T01:40:16.5157455Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5158082Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T01:40:16.5158704Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T01:40:16.5159281Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T01:40:16.5159821Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.185s) 2022-11-23T01:40:16.5160338Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5160834Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.040s) 2022-11-23T01:40:16.5161347Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-11-23T01:40:16.5161891Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5162430Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.033s) 2022-11-23T01:40:16.5162909Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5163330Z Test tuple input type is preserved ... ok (0.020s) 2022-11-23T01:40:16.5163834Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T01:40:16.5164456Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-11-23T01:40:16.5165085Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-11-23T01:40:16.5165766Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T01:40:16.5166370Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-11-23T01:40:16.5166980Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-11-23T01:40:16.5167595Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-11-23T01:40:16.5168187Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.348s) 2022-11-23T01:40:16.5168814Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:40:16.5169404Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-11-23T01:40:16.5169934Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.325s) 2022-11-23T01:40:16.5170475Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.136s) 2022-11-23T01:40:16.5171062Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T01:40:16.5171602Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.086s) 2022-11-23T01:40:16.5172128Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T01:40:16.5172663Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T01:40:16.5173218Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5173780Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T01:40:16.5174414Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.007s) 2022-11-23T01:40:16.5175004Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-11-23T01:40:16.5175623Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T01:40:16.5176177Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T01:40:16.5176741Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.097s) 2022-11-23T01:40:16.5177300Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-11-23T01:40:16.5177829Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-11-23T01:40:16.5178342Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T01:40:16.5178853Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-11-23T01:40:16.5179393Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.047s) 2022-11-23T01:40:16.5179914Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5180456Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (1.562s) 2022-11-23T01:40:16.5181034Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.102s) 2022-11-23T01:40:16.5181529Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5182005Z Test that the FQN of input_scale/zero_point is set ... ok (0.054s) 2022-11-23T01:40:16.5182462Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5182946Z If the output is hardcoded to be quantized, ensure that ... ok (0.136s) 2022-11-23T01:40:16.5183519Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-11-23T01:40:16.5184090Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T01:40:16.5184624Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5185119Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.049s) 2022-11-23T01:40:16.5185579Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5186031Z Make sure the numerics for models with ref conv module ... ok (0.183s) 2022-11-23T01:40:16.5186482Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5187021Z Make sure the numerics for models with ref linear module ... ok (0.058s) 2022-11-23T01:40:16.5187543Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-11-23T01:40:16.5188069Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-11-23T01:40:16.5188607Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T01:40:16.5189228Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-11-23T01:40:16.5189785Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5190317Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.006s) 2022-11-23T01:40:16.5190877Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-11-23T01:40:16.5191414Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-11-23T01:40:16.5191931Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.328s) 2022-11-23T01:40:16.5192454Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.786s) 2022-11-23T01:40:16.5192976Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.440s) 2022-11-23T01:40:16.5193496Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5193983Z Make sure that shape does not dequantize ... ok (0.027s) 2022-11-23T01:40:16.5194472Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T01:40:16.5195076Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T01:40:16.5195652Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.168s) 2022-11-23T01:40:16.5196225Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.169s) 2022-11-23T01:40:16.5196749Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5197184Z Make sure packed params appear in state_dict ... ok (0.136s) 2022-11-23T01:40:16.5197617Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5198128Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.508s) 2022-11-23T01:40:16.5198653Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5199162Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.553s) 2022-11-23T01:40:16.5199696Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5200271Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... ok (0.127s) 2022-11-23T01:40:16.5200781Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-11-23T01:40:16.5201858Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:40:16.5202456Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... ok (0.004s) 2022-11-23T01:40:16.5203069Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-11-23T01:40:16.5203663Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-11-23T01:40:16.5204246Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-11-23T01:40:16.5204819Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-11-23T01:40:16.5205411Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T01:40:16.5206001Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-11-23T01:40:16.5206621Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T01:40:16.5207212Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-11-23T01:40:16.5207982Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-11-23T01:40:16.5208608Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.447s) 2022-11-23T01:40:16.5209185Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.542s) 2022-11-23T01:40:16.5209759Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.130s) 2022-11-23T01:40:16.5210351Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T01:40:16.5210919Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.969s) 2022-11-23T01:40:16.5211523Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-11-23T01:40:16.5212196Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-11-23T01:40:16.5212857Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.003s) 2022-11-23T01:40:16.5213409Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.637s) 2022-11-23T01:40:16.5213954Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.638s) 2022-11-23T01:40:16.5214499Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.052s) 2022-11-23T01:40:16.5215044Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5215523Z A test that checks correct patterns are produced for ... ok (0.025s) 2022-11-23T01:40:16.5216101Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-11-23T01:40:16.5216680Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5217162Z int8 is not supported for bmm so we won't produce reference ... ok (0.019s) 2022-11-23T01:40:16.5217634Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5218098Z Make sure we don't insert observer for boolean Tensors ... ok (0.010s) 2022-11-23T01:40:16.5218543Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5218988Z quantization of the output of cat will depend on the ... ok (0.746s) 2022-11-23T01:40:16.5219485Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.023s) 2022-11-23T01:40:16.5220133Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.770s) 2022-11-23T01:40:16.5220685Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.633s) 2022-11-23T01:40:16.5221372Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:40:16.5222134Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:40:16.5222759Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5223252Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.024s) 2022-11-23T01:40:16.5223833Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T01:40:16.5224406Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.006s) 2022-11-23T01:40:16.5224915Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.124s) 2022-11-23T01:40:16.5225492Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.267s) 2022-11-23T01:40:16.5226023Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.525s) 2022-11-23T01:40:16.5226577Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.059s) 2022-11-23T01:40:16.5227275Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.068s) 2022-11-23T01:40:16.5227854Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5229836Z Test that wrong qconfigs for fixed qparams ops results in the ops not being quantized. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686D3A0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686D3A0>}). 2022-11-23T01:40:16.5231704Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T01:40:16.5232293Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T01:40:16.5232729Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T01:40:16.5233272Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T01:40:16.5235066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686DE50>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686DE50>}). 2022-11-23T01:40:16.5236858Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T01:40:16.5237504Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T01:40:16.5237921Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T01:40:16.5238465Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T01:40:16.5240288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686D310>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686D310>}). 2022-11-23T01:40:16.5242032Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T01:40:16.5242673Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T01:40:16.5243122Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T01:40:16.5243668Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T01:40:16.5245446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: UserWarning: QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize for fixed qparams ops, ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=127){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686DDC0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000002B7C686DDC0>}). 2022-11-23T01:40:16.5247195Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T01:40:16.5247772Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T01:40:16.5248184Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T01:40:16.5248502Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T01:40:16.5248583Z ok (0.034s) 2022-11-23T01:40:16.5248845Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.112s) 2022-11-23T01:40:16.5249141Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.001s) 2022-11-23T01:40:16.5249405Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (17.145s) 2022-11-23T01:40:16.5249763Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T01:40:16.5250128Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T01:40:16.5250407Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5250602Z A test that checks dequantize will be swapped for ... ok (0.338s) 2022-11-23T01:40:16.5250843Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5251084Z A test that checks correct patterns are produced for ... ok (0.089s) 2022-11-23T01:40:16.5251309Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5251640Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.065s) 2022-11-23T01:40:16.5251897Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.138s) 2022-11-23T01:40:16.5252153Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.276s) 2022-11-23T01:40:16.5252448Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5252657Z If the inputs to the graph are quantized and the only node ... ok (0.022s) 2022-11-23T01:40:16.5252907Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.761s) 2022-11-23T01:40:16.5253189Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.108s) 2022-11-23T01:40:16.5253454Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.542s) 2022-11-23T01:40:16.5253722Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.616s) 2022-11-23T01:40:16.5253983Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.652s) 2022-11-23T01:40:16.5254382Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T01:40:16.5254684Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.301s) 2022-11-23T01:40:16.5254928Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.414s) 2022-11-23T01:40:16.5255232Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5255413Z Test multiple qconfigs for a single value ... ok (0.027s) 2022-11-23T01:40:16.5256179Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.5256442Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.5256543Z ok (0.634s) 2022-11-23T01:40:16.5256783Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.573s) 2022-11-23T01:40:16.5257067Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.631s) 2022-11-23T01:40:16.5257325Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.525s) 2022-11-23T01:40:16.5257563Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.200s) 2022-11-23T01:40:16.5257856Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.053s) 2022-11-23T01:40:16.5258103Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:40:16.5258287Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (3.006s) 2022-11-23T01:40:16.5258584Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.037s) 2022-11-23T01:40:16.5258853Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.039s) 2022-11-23T01:40:16.5259107Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.044s) 2022-11-23T01:40:16.5259345Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.661s) 2022-11-23T01:40:16.5259574Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.311s) 2022-11-23T01:40:16.5259939Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-11-23T01:40:16.5260266Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T01:40:16.5260685Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T01:40:16.5261032Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T01:40:16.5261363Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T01:40:16.5261602Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.393s) 2022-11-23T01:40:16.5261843Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.342s) 2022-11-23T01:40:16.5262099Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-11-23T01:40:16.5262503Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.5262763Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T01:40:16.5262910Z ok (0.046s) 2022-11-23T01:40:16.5264209Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T01:40:16.5264341Z if param.grad is not None: 2022-11-23T01:40:16.5264438Z ok (1.338s) 2022-11-23T01:40:16.5264732Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T01:40:16.5264953Z Test observers with ignored function and make sure it works in ... ok (1.342s) 2022-11-23T01:40:16.5265665Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.5265772Z warnings.warn( 2022-11-23T01:40:16.5265864Z ok (3.523s) 2022-11-23T01:40:16.5266137Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-11-23T01:40:16.5266385Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (5.569s) 2022-11-23T01:40:16.5266644Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.087s) 2022-11-23T01:40:16.5266985Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.404s) 2022-11-23T01:40:16.5267274Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.002s) 2022-11-23T01:40:16.5267524Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5267719Z Make sure dequantize can support Tuple of tensor ... ok (1.213s) 2022-11-23T01:40:16.5267964Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.580s) 2022-11-23T01:40:16.5268202Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5268395Z A test that checks dequantize will be swapped for ... ok (0.220s) 2022-11-23T01:40:16.5268645Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5268906Z A test that checks correct patterns are produced for ... ok (0.508s) 2022-11-23T01:40:16.5269166Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.639s) 2022-11-23T01:40:16.5269426Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.785s) 2022-11-23T01:40:16.5270065Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5270565Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5271101Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5271666Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5272162Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5272635Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5273129Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5273605Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5274091Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5274563Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5275049Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5275523Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5276006Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5276548Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5277017Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5277521Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5278038Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5278513Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T01:40:16.5278698Z ok (13.891s) 2022-11-23T01:40:16.5278965Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.588s) 2022-11-23T01:40:16.5279205Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (19.466s) 2022-11-23T01:40:16.5279461Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (12.091s) 2022-11-23T01:40:16.5279770Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.029s) 2022-11-23T01:40:16.5280058Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.653s) 2022-11-23T01:40:16.5280342Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.582s) 2022-11-23T01:40:16.5280608Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.923s) 2022-11-23T01:40:16.5280863Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5281087Z Test quant fusion for multiple aten::add using same ... ok (1.599s) 2022-11-23T01:40:16.5281360Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.135s) 2022-11-23T01:40:16.5281624Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5281831Z Test quant fusion for multiple aten::add using same ... ok (20.303s) 2022-11-23T01:40:16.5282112Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.489s) 2022-11-23T01:40:16.5282399Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.160s) 2022-11-23T01:40:16.5282649Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5282855Z quantization of the output of cat will be depend on the ... ok (1.622s) 2022-11-23T01:40:16.5283124Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.130s) 2022-11-23T01:40:16.5283380Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:40:16.5283564Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (12.354s) 2022-11-23T01:40:16.5283825Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.910s) 2022-11-23T01:40:16.5284084Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.903s) 2022-11-23T01:40:16.5284361Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.950s) 2022-11-23T01:40:16.5284646Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.644s) 2022-11-23T01:40:16.5284960Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.110s) 2022-11-23T01:40:16.5285252Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.110s) 2022-11-23T01:40:16.5285533Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-11-23T01:40:16.5285808Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.103s) 2022-11-23T01:40:16.5286091Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.108s) 2022-11-23T01:40:16.5286378Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.614s) 2022-11-23T01:40:16.5286659Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.134s) 2022-11-23T01:40:16.5286918Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5287135Z Test that we don't fuse the cases when module type does not match ... ok (0.009s) 2022-11-23T01:40:16.5287429Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.405s) 2022-11-23T01:40:16.5287747Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.098s) 2022-11-23T01:40:16.5288034Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.099s) 2022-11-23T01:40:16.5288304Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.081s) 2022-11-23T01:40:16.5288580Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.213s) 2022-11-23T01:40:16.5288861Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.063s) 2022-11-23T01:40:16.5289203Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.086s) 2022-11-23T01:40:16.5289496Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5289704Z Make sure we skip observers for ops that doesn't require ... ok (0.070s) 2022-11-23T01:40:16.5290018Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.185s) 2022-11-23T01:40:16.5290336Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5290520Z check quantization for if works as long as ... ok (0.569s) 2022-11-23T01:40:16.5290819Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.209s) 2022-11-23T01:40:16.5291132Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.043s) 2022-11-23T01:40:16.5291432Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.135s) 2022-11-23T01:40:16.5291754Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.355s) 2022-11-23T01:40:16.5292055Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5292283Z Make sure we propagate observed property through general ops ... ok (0.057s) 2022-11-23T01:40:16.5292622Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.069s) 2022-11-23T01:40:16.5292939Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5293164Z Make sure we propagate observed property through general ops ... ok (0.062s) 2022-11-23T01:40:16.5293477Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-11-23T01:40:16.5293832Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.241s) 2022-11-23T01:40:16.5294137Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.048s) 2022-11-23T01:40:16.5294425Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.194s) 2022-11-23T01:40:16.5294738Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.258s) 2022-11-23T01:40:16.5295024Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.169s) 2022-11-23T01:40:16.5295290Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.152s) 2022-11-23T01:40:16.5295551Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5296113Z Tests the case where fork and wait calls are in different subgraphs ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:40:16.5296209Z ok (0.113s) 2022-11-23T01:40:16.5296562Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.113s) 2022-11-23T01:40:16.5296839Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.022s) 2022-11-23T01:40:16.5297147Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.017s) 2022-11-23T01:40:16.5297419Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:40:16.5297958Z We want to move quantize nodes for output of prim::If ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:40:16.5298411Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:40:16.5298851Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:40:16.5299279Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:40:16.5299376Z ok (0.215s) 2022-11-23T01:40:16.5299674Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.127s) 2022-11-23T01:40:16.5299966Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.013s) 2022-11-23T01:40:16.5300328Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.003s) 2022-11-23T01:40:16.5300584Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.196s) 2022-11-23T01:40:16.5300891Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.010s) 2022-11-23T01:40:16.5301153Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.461s) 2022-11-23T01:40:16.5301407Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (5.434s) 2022-11-23T01:40:16.5301711Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.010s) 2022-11-23T01:40:16.5301974Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.615s) 2022-11-23T01:40:16.5302226Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.637s) 2022-11-23T01:40:16.5302542Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.766s) 2022-11-23T01:40:16.5302816Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.001s) 2022-11-23T01:40:16.5303243Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-11-23T01:40:16.5303665Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2022-11-23T01:40:16.5303954Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.208s) 2022-11-23T01:40:16.5304235Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T01:40:16.5304454Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-11-23T01:40:16.5304754Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.167s) 2022-11-23T01:40:16.5305147Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T01:40:16.5305435Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T01:40:16.5305674Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-11-23T01:40:16.5305975Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.187s) 2022-11-23T01:40:16.5306352Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T01:40:16.5306653Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.197s) 2022-11-23T01:40:16.5307087Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T01:40:16.5307411Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.141s) 2022-11-23T01:40:16.5307741Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.311s) 2022-11-23T01:40:16.5308069Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.212s) 2022-11-23T01:40:16.5308949Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:16.5309059Z warnings.warn( 2022-11-23T01:40:16.5309158Z ok (0.095s) 2022-11-23T01:40:16.5309481Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.003s) 2022-11-23T01:40:16.5309754Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.299s) 2022-11-23T01:40:16.5310073Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.012s) 2022-11-23T01:40:16.5310355Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.202s) 2022-11-23T01:40:16.5310636Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.028s) 2022-11-23T01:40:16.5310927Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.128s) 2022-11-23T01:40:16.5311219Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.144s) 2022-11-23T01:40:16.5311552Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.254s) 2022-11-23T01:40:16.5311811Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5312035Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.006s) 2022-11-23T01:40:16.5312274Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5312562Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.642s) 2022-11-23T01:40:16.5312793Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5313075Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.078s) 2022-11-23T01:40:16.5313312Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5313585Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (9.014s) 2022-11-23T01:40:16.5313828Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5314106Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (13.916s) 2022-11-23T01:40:16.5314413Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.108s) 2022-11-23T01:40:16.5314675Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.984s) 2022-11-23T01:40:16.5314918Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.450s) 2022-11-23T01:40:16.5315168Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.439s) 2022-11-23T01:40:16.5315432Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.976s) 2022-11-23T01:40:16.5315700Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (56.185s) 2022-11-23T01:40:16.5316370Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:40:16.5316484Z warnings.warn( 2022-11-23T01:40:16.5316579Z ok (16.563s) 2022-11-23T01:40:16.5317186Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:40:16.5317491Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:40:16.5317585Z ok (0.012s) 2022-11-23T01:40:16.5317832Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.319s) 2022-11-23T01:40:16.5318088Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (9.852s) 2022-11-23T01:40:16.5318344Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.654s) 2022-11-23T01:40:16.5318598Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.874s) 2022-11-23T01:40:16.5318843Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.508s) 2022-11-23T01:40:16.5319084Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5319301Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (5.877s) 2022-11-23T01:40:16.5319544Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:40:16.5319714Z This test cover upsample_nearest3d ... ok (28.353s) 2022-11-23T01:40:16.5319968Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.030s) 2022-11-23T01:40:16.5320310Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.749s) 2022-11-23T01:40:16.5320582Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-11-23T01:40:16.5320833Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.389s) 2022-11-23T01:40:16.5321086Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.897s) 2022-11-23T01:40:16.5321393Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.010s) 2022-11-23T01:40:16.5321655Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.841s) 2022-11-23T01:40:16.5321939Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.292s) 2022-11-23T01:40:16.5322203Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.409s) 2022-11-23T01:40:16.5323244Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\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:40:16.5323860Z ok (0.003s) 2022-11-23T01:40:16.5324170Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.003s) 2022-11-23T01:40:16.5324483Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.003s) 2022-11-23T01:40:16.5324776Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.008s) 2022-11-23T01:40:16.5325056Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-11-23T01:40:16.5325305Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.227s) 2022-11-23T01:40:16.5325556Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.244s) 2022-11-23T01:40:16.5325800Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.265s) 2022-11-23T01:40:16.5326029Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.070s) 2022-11-23T01:40:16.5326291Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.438s) 2022-11-23T01:40:16.5326547Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.110s) 2022-11-23T01:40:16.5326795Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.130s) 2022-11-23T01:40:16.5327058Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-11-23T01:40:16.5327347Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.065s) 2022-11-23T01:40:16.5327626Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.549s) 2022-11-23T01:40:16.5327874Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.067s) 2022-11-23T01:40:16.5328115Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.179s) 2022-11-23T01:40:16.5328358Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.346s) 2022-11-23T01:40:16.5328611Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.201s) 2022-11-23T01:40:16.5328955Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T01:40:16.5329414Z 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.011s) 2022-11-23T01:40:16.5329676Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.258s) 2022-11-23T01:40:16.5330405Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-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:40:16.5330546Z indices = torch.tensor(X).long() 2022-11-23T01:40:16.5330641Z ok (0.110s) 2022-11-23T01:40:16.5330996Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T01:40:16.5331248Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.313s) 2022-11-23T01:40:16.5331526Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.921s) 2022-11-23T01:40:16.5331768Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.234s) 2022-11-23T01:40:16.5332103Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:40:16.5332546Z 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.011s) 2022-11-23T01:40:16.5332857Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-11-23T01:40:16.5333109Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T01:40:16.5333516Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.011s) 2022-11-23T01:40:16.5333876Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-11-23T01:40:16.5334277Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T01:40:16.5334600Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5334919Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:40:16.5335238Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5335553Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5335849Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:40:16.5336183Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T01:40:16.5336916Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/quantized/cpu/QuantUtils.h:215.) 2022-11-23T01:40:16.5337062Z y = torch._saturate_weight_to_fp16(x) 2022-11-23T01:40:16.5337160Z ok (0.002s) 2022-11-23T01:40:16.5337456Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-11-23T01:40:16.5337770Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5338182Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:40:16.5338507Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5338842Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.006s) 2022-11-23T01:40:16.5339159Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T01:40:16.5339493Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:40:16.5340250Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:16.5340451Z warnings.warn(message, UserWarning) 2022-11-23T01:40:16.5340546Z ok (0.025s) 2022-11-23T01:40:16.5340833Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T01:40:16.5341151Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.041s) 2022-11-23T01:40:16.5341429Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T01:40:16.5341710Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-11-23T01:40:16.5341998Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:40:16.5342306Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T01:40:16.5342590Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:40:16.5342894Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T01:40:16.5343203Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-11-23T01:40:16.5343508Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T01:40:16.5343813Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-11-23T01:40:16.5344112Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T01:40:16.5344408Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.023s) 2022-11-23T01:40:16.5344746Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:40:16.5345049Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5345392Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:40:16.5345681Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T01:40:16.5345986Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5346274Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-11-23T01:40:16.5346576Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T01:40:16.5347085Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:40:16.5347401Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T01:40:16.5347709Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T01:40:16.5347998Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T01:40:16.5348290Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T01:40:16.5348600Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.809s) 2022-11-23T01:40:16.5348887Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:40:16.5349403Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:40:16.5349635Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:40:16.5349714Z ok (0.006s) 2022-11-23T01:40:16.5350020Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T01:40:16.5350330Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T01:40:16.5350618Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T01:40:16.5350896Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T01:40:16.5351226Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T01:40:16.5351547Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.885s) 2022-11-23T01:40:16.5351839Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T01:40:16.5352059Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.041s) 2022-11-23T01:40:16.5352330Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:40:16.5352634Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:40:16.5352962Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.020s) 2022-11-23T01:40:16.5353276Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.018s) 2022-11-23T01:40:16.5353558Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T01:40:16.5353784Z Checks the rnn reference quantized modules has correct numerics ... ok (0.012s) 2022-11-23T01:40:16.5354072Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T01:40:16.5354306Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.010s) 2022-11-23T01:40:16.5354591Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T01:40:16.5354745Z Embedding and EmbeddingBag ... ok (0.013s) 2022-11-23T01:40:16.5355028Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.067s) 2022-11-23T01:40:16.5355320Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-11-23T01:40:16.5355601Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-11-23T01:40:16.5355943Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.025s) 2022-11-23T01:40:16.5356237Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.060s) 2022-11-23T01:40:16.5356545Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-11-23T01:40:16.5356852Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.027s) 2022-11-23T01:40:16.5357153Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.018s) 2022-11-23T01:40:16.5357444Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.064s) 2022-11-23T01:40:16.5357722Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-11-23T01:40:16.5358005Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-11-23T01:40:16.5358314Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-11-23T01:40:16.5358596Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.060s) 2022-11-23T01:40:16.5358942Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.102s) 2022-11-23T01:40:16.5359230Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.065s) 2022-11-23T01:40:16.5360024Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:40:16.5360134Z warnings.warn( 2022-11-23T01:40:16.5360727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.5360959Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.5361518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:1346: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-11-23T01:40:16.5361749Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T01:40:16.5361845Z ok (0.510s) 2022-11-23T01:40:16.5362123Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.067s) 2022-11-23T01:40:16.5362435Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T01:40:16.5362744Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T01:40:16.5363027Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5363224Z Tests the correctness of the batchnorm2d module. ... ok (0.004s) 2022-11-23T01:40:16.5363866Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:40:16.5363974Z warnings.warn( 2022-11-23T01:40:16.5364055Z ok (0.012s) 2022-11-23T01:40:16.5364336Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5364529Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-11-23T01:40:16.5365272Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.012s) 2022-11-23T01:40:16.5365574Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5365784Z Tests the correctness of the ChannelShuffle module. ... ok (0.003s) 2022-11-23T01:40:16.5366085Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.284s) 2022-11-23T01:40:16.5366382Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.343s) 2022-11-23T01:40:16.5366676Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.781s) 2022-11-23T01:40:16.5366951Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5367140Z Tests the correctness of the dropout module. ... ok (0.000s) 2022-11-23T01:40:16.5367469Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-11-23T01:40:16.5367736Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5367970Z Tests the correctness of the ELU module. ... ok (0.010s) 2022-11-23T01:40:16.5368279Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (6.202s) 2022-11-23T01:40:16.5368571Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5368836Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (6.803s) 2022-11-23T01:40:16.5369115Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5369294Z Tests the correctness of the groupnorm module. ... ok (0.006s) 2022-11-23T01:40:16.5369575Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5369788Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.010s) 2022-11-23T01:40:16.5370067Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5370260Z Tests the correctness of the layernorm module. ... ok (0.006s) 2022-11-23T01:40:16.5370563Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T01:40:16.5370865Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (34.521s) 2022-11-23T01:40:16.5371142Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:40:16.5371321Z Tests the correctness of the pool module. ... ok (0.026s) 2022-11-23T01:40:16.5371615Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T01:40:16.5371928Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-11-23T01:40:16.5372216Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T01:40:16.5372513Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.011s) 2022-11-23T01:40:16.5372842Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (9.845s) 2022-11-23T01:40:16.5373194Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.062s) 2022-11-23T01:40:16.5373525Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-11-23T01:40:16.5373920Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.033s) 2022-11-23T01:40:16.5374307Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-11-23T01:40:16.5374647Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-11-23T01:40:16.5375046Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.039s) 2022-11-23T01:40:16.5375369Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T01:40:16.5375592Z This tests that a placeholder Node can be matched to a Node with ... ok (0.056s) 2022-11-23T01:40:16.5375903Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.067s) 2022-11-23T01:40:16.5376257Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-11-23T01:40:16.5376589Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.052s) 2022-11-23T01:40:16.5376917Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.044s) 2022-11-23T01:40:16.5377311Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-11-23T01:40:16.5377660Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.066s) 2022-11-23T01:40:16.5377912Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T01:40:16.5378140Z Test that we can record complex example inputs such as lists and dicts ... ok (0.009s) 2022-11-23T01:40:16.5378399Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T01:40:16.5378654Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.007s) 2022-11-23T01:40:16.5378918Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.007s) 2022-11-23T01:40:16.5379176Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T01:40:16.5379433Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-11-23T01:40:16.5379684Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T01:40:16.5379936Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.001s) 2022-11-23T01:40:16.5379952Z 2022-11-23T01:40:16.5380163Z ---------------------------------------------------------------------- 2022-11-23T01:40:16.5380280Z Ran 977 tests in 768.110s 2022-11-23T01:40:16.5380288Z 2022-11-23T01:40:16.5380394Z OK (skipped=93) 2022-11-23T01:40:16.5380402Z 2022-11-23T01:40:16.5380526Z Generating XML reports... 2022-11-23T01:40:16.5381016Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123012726.xml 2022-11-23T01:40:16.5381493Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123012726.xml 2022-11-23T01:40:16.5381998Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123012726.xml 2022-11-23T01:40:16.5382474Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123012726.xml 2022-11-23T01:40:16.5382899Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221123012726.xml 2022-11-23T01:40:16.5383411Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123012726.xml 2022-11-23T01:40:16.5383826Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123012726.xml 2022-11-23T01:40:16.5384292Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123012726.xml 2022-11-23T01:40:16.5384716Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221123012726.xml 2022-11-23T01:40:16.5385189Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123012726.xml 2022-11-23T01:40:16.5385619Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123012726.xml 2022-11-23T01:40:16.5386046Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123012726.xml 2022-11-23T01:40:16.5386487Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123012726.xml 2022-11-23T01:40:16.5386990Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123012726.xml 2022-11-23T01:40:16.5387437Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123012726.xml 2022-11-23T01:40:16.5387914Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123012726.xml 2022-11-23T01:40:16.5388364Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123012726.xml 2022-11-23T01:40:16.5388787Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123012726.xml 2022-11-23T01:40:16.5389213Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123012726.xml 2022-11-23T01:40:16.5389617Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123012726.xml 2022-11-23T01:40:16.5390049Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123012726.xml 2022-11-23T01:40:16.5390479Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123012726.xml 2022-11-23T01:40:16.5390989Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123012726.xml 2022-11-23T01:40:16.5391409Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123012726.xml 2022-11-23T01:40:16.5391906Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123012726.xml 2022-11-23T01:40:16.5392330Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123012726.xml 2022-11-23T01:40:16.5392758Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123012726.xml 2022-11-23T01:40:16.5393323Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123012726.xml 2022-11-23T01:40:16.5393767Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123012726.xml 2022-11-23T01:40:16.5394213Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123012726.xml 2022-11-23T01:40:16.5394657Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123012726.xml 2022-11-23T01:40:16.5395098Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123012726.xml 2022-11-23T01:40:16.5395550Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123012726.xml 2022-11-23T01:40:16.5395999Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123012726.xml 2022-11-23T01:40:16.5396440Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221123012726.xml 2022-11-23T01:40:16.5396888Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221123012726.xml 2022-11-23T01:40:16.5397339Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221123012726.xml 2022-11-23T01:40:16.5397785Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123012726.xml 2022-11-23T01:40:16.5398238Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123012726.xml 2022-11-23T01:40:16.5398680Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123012726.xml 2022-11-23T01:40:16.5399155Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123012726.xml 2022-11-23T01:40:16.5399624Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123012726.xml 2022-11-23T01:40:16.5400058Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123012726.xml 2022-11-23T01:40:16.5400528Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123012726.xml 2022-11-23T01:40:16.5400921Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123012726.xml 2022-11-23T01:40:16.5401332Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123012726.xml 2022-11-23T01:40:16.5401736Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123012726.xml 2022-11-23T01:40:16.5402135Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123012726.xml 2022-11-23T01:40:16.5402580Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123012726.xml 2022-11-23T01:40:16.5403004Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123012726.xml 2022-11-23T01:40:16.5403503Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123012726.xml 2022-11-23T01:40:16.5403953Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123012726.xml 2022-11-23T01:40:16.5404451Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123012726.xml 2022-11-23T01:40:16.5404871Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123012726.xml 2022-11-23T01:40:16.5405274Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123012726.xml 2022-11-23T01:40:16.5405709Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123012726.xml 2022-11-23T01:40:16.5406182Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123012726.xml 2022-11-23T01:40:16.5406705Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123012726.xml 2022-11-23T01:40:16.5407141Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123012726.xml 2022-11-23T01:40:16.5407597Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123012726.xml 2022-11-23T01:40:16.5408043Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123012726.xml 2022-11-23T01:40:16.5408418Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221123012726.xml 2022-11-23T01:40:16.5408851Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123012726.xml 2022-11-23T01:40:16.5409293Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123012726.xml 2022-11-23T01:40:16.5409304Z 2022-11-23T01:40:16.5409830Z ##[endgroup] 2022-11-23T01:40:16.5410193Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_3b0m7f54) 2022-11-23T01:40:16.5410202Z 2022-11-23T01:40:19.5169779Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:40:19.6752253Z Running test_meta ... [2022-11-23 01:40:19.674713] 2022-11-23T01:40:19.6758419Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:40:19.674713] 2022-11-23T01:40:19.6760045Z Ignoring disabled issues: [] 2022-11-23T01:52:09.7631067Z 2022-11-23T01:52:09.7633826Z Expand the folded group to see the log file of test_meta 2022-11-23T01:52:09.7634787Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_fj1k03w0) 2022-11-23T01:52:09.8078108Z 2022-11-23T01:52:09.8078569Z Running tests... 2022-11-23T01:52:09.8078909Z ---------------------------------------------------------------------- 2022-11-23T01:52:09.8079315Z Test results will be stored in test-reports\python-unittest\test_meta 2022-11-23T01:52:09.8079766Z test_dispatch_meta_inplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.005s) 2022-11-23T01:52:09.8080229Z test_dispatch_meta_inplace_H_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8080964Z test_dispatch_meta_inplace_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8082682Z test_dispatch_meta_inplace_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8083235Z test_dispatch_meta_inplace_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8083710Z test_dispatch_meta_inplace_H_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8084141Z test_dispatch_meta_inplace_H_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8084598Z test_dispatch_meta_inplace_H_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8085037Z test_dispatch_meta_inplace_H_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8139562Z test_dispatch_meta_inplace_H_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8139994Z test_dispatch_meta_inplace_H_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8140694Z test_dispatch_meta_inplace_H_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8141170Z test_dispatch_meta_inplace_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8141623Z test_dispatch_meta_inplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8142217Z test_dispatch_meta_inplace_T_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8142864Z test_dispatch_meta_inplace_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8143495Z test_dispatch_meta_inplace_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8144162Z test_dispatch_meta_inplace_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8144797Z test_dispatch_meta_inplace_T_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8145456Z test_dispatch_meta_inplace_T_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8146029Z test_dispatch_meta_inplace_T_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8146636Z test_dispatch_meta_inplace_T_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8147239Z test_dispatch_meta_inplace_T_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8147834Z test_dispatch_meta_inplace_T_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8148420Z test_dispatch_meta_inplace_T_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8149030Z test_dispatch_meta_inplace_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8149623Z test_dispatch_meta_inplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8150251Z test_dispatch_meta_inplace___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8150900Z test_dispatch_meta_inplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8151701Z test_dispatch_meta_inplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8152356Z test_dispatch_meta_inplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8152989Z test_dispatch_meta_inplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8153615Z test_dispatch_meta_inplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8154239Z test_dispatch_meta_inplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8154869Z test_dispatch_meta_inplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8155497Z test_dispatch_meta_inplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8156132Z test_dispatch_meta_inplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8156698Z test_dispatch_meta_inplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8157480Z test_dispatch_meta_inplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8158191Z test_dispatch_meta_inplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8158868Z test_dispatch_meta_inplace___radd___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8159500Z test_dispatch_meta_inplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8160132Z test_dispatch_meta_inplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8160738Z test_dispatch_meta_inplace___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8161362Z test_dispatch_meta_inplace___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8161928Z test_dispatch_meta_inplace___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8162648Z test_dispatch_meta_inplace___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8163414Z test_dispatch_meta_inplace___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8164184Z test_dispatch_meta_inplace___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8168834Z test_dispatch_meta_inplace___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8170985Z test_dispatch_meta_inplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8171695Z test_dispatch_meta_inplace___rand___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8172391Z test_dispatch_meta_inplace___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8173163Z test_dispatch_meta_inplace___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8173647Z test_dispatch_meta_inplace___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8174166Z test_dispatch_meta_inplace___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8174969Z test_dispatch_meta_inplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8175701Z test_dispatch_meta_inplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8176539Z test_dispatch_meta_inplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8177358Z test_dispatch_meta_inplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8178054Z test_dispatch_meta_inplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8178724Z test_dispatch_meta_inplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8180541Z test_dispatch_meta_inplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8181209Z test_dispatch_meta_inplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8181865Z test_dispatch_meta_inplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8182710Z test_dispatch_meta_inplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8183403Z test_dispatch_meta_inplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8184060Z test_dispatch_meta_inplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8184718Z test_dispatch_meta_inplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8185398Z test_dispatch_meta_inplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8186028Z test_dispatch_meta_inplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8186741Z test_dispatch_meta_inplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8187419Z test_dispatch_meta_inplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8188083Z test_dispatch_meta_inplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8188809Z test_dispatch_meta_inplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8189518Z test_dispatch_meta_inplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8190193Z test_dispatch_meta_inplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8190855Z test_dispatch_meta_inplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8191518Z test_dispatch_meta_inplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8192143Z test_dispatch_meta_inplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8192815Z test_dispatch_meta_inplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8193479Z test_dispatch_meta_inplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8194135Z test_dispatch_meta_inplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8194926Z test_dispatch_meta_inplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8195609Z test_dispatch_meta_inplace___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8196291Z test_dispatch_meta_inplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8196975Z test_dispatch_meta_inplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8197606Z test_dispatch_meta_inplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8198276Z test_dispatch_meta_inplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8198938Z test_dispatch_meta_inplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8199627Z test_dispatch_meta_inplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8200402Z test_dispatch_meta_inplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8201043Z test_dispatch_meta_inplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8201697Z test_dispatch_meta_inplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8202360Z test_dispatch_meta_inplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8203193Z test_dispatch_meta_inplace___ror___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8203826Z test_dispatch_meta_inplace___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8204514Z test_dispatch_meta_inplace___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8205175Z test_dispatch_meta_inplace___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8205834Z test_dispatch_meta_inplace___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8206495Z test_dispatch_meta_inplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8207175Z test_dispatch_meta_inplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8207865Z test_dispatch_meta_inplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8208550Z test_dispatch_meta_inplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8209185Z test_dispatch_meta_inplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8209859Z test_dispatch_meta_inplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8210508Z test_dispatch_meta_inplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8211172Z test_dispatch_meta_inplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8211806Z test_dispatch_meta_inplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8212619Z test_dispatch_meta_inplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8213296Z test_dispatch_meta_inplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8213965Z test_dispatch_meta_inplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8214599Z test_dispatch_meta_inplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8215268Z test_dispatch_meta_inplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8215984Z test_dispatch_meta_inplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8216705Z test_dispatch_meta_inplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8217352Z test_dispatch_meta_inplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8218002Z test_dispatch_meta_inplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8218747Z test_dispatch_meta_inplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8219406Z test_dispatch_meta_inplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8220057Z test_dispatch_meta_inplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8220678Z test_dispatch_meta_inplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8221335Z test_dispatch_meta_inplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8221978Z test_dispatch_meta_inplace___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8222575Z test_dispatch_meta_inplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8223184Z test_dispatch_meta_inplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8223778Z test_dispatch_meta_inplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8224392Z test_dispatch_meta_inplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8225005Z test_dispatch_meta_inplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8225620Z test_dispatch_meta_inplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8226296Z test_dispatch_meta_inplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8226967Z test_dispatch_meta_inplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8227547Z test_dispatch_meta_inplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8228116Z test_dispatch_meta_inplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.730s) 2022-11-23T01:52:09.8228725Z test_dispatch_meta_inplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8229332Z test_dispatch_meta_inplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8229965Z test_dispatch_meta_inplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8230450Z test_dispatch_meta_inplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8230959Z test_dispatch_meta_inplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8231452Z test_dispatch_meta_inplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8231930Z test_dispatch_meta_inplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8232426Z test_dispatch_meta_inplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8232923Z test_dispatch_meta_inplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8233408Z test_dispatch_meta_inplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8233894Z test_dispatch_meta_inplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8234460Z test_dispatch_meta_inplace_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8235015Z test_dispatch_meta_inplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8235619Z test_dispatch_meta_inplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8236126Z test_dispatch_meta_inplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8236634Z test_dispatch_meta_inplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8237180Z test_dispatch_meta_inplace_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8237744Z test_dispatch_meta_inplace_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8238324Z test_dispatch_meta_inplace_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8238892Z test_dispatch_meta_inplace_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8239472Z test_dispatch_meta_inplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8240019Z test_dispatch_meta_inplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8240570Z test_dispatch_meta_inplace_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8241105Z test_dispatch_meta_inplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8241594Z test_dispatch_meta_inplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8242098Z test_dispatch_meta_inplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8242703Z test_dispatch_meta_inplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8243279Z test_dispatch_meta_inplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8243865Z test_dispatch_meta_inplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8244456Z test_dispatch_meta_inplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8245037Z test_dispatch_meta_inplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8245616Z test_dispatch_meta_inplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8246127Z test_dispatch_meta_inplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8246631Z test_dispatch_meta_inplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8247174Z test_dispatch_meta_inplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8247820Z test_dispatch_meta_inplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8248322Z test_dispatch_meta_inplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8248838Z test_dispatch_meta_inplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8249320Z test_dispatch_meta_inplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8249819Z test_dispatch_meta_inplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8250318Z test_dispatch_meta_inplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8250806Z test_dispatch_meta_inplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8251288Z test_dispatch_meta_inplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8251777Z test_dispatch_meta_inplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8252268Z test_dispatch_meta_inplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8252738Z test_dispatch_meta_inplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8253257Z test_dispatch_meta_inplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8254585Z test_dispatch_meta_inplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:09.8255114Z test_dispatch_meta_inplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8255626Z test_dispatch_meta_inplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8256134Z test_dispatch_meta_inplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8256626Z test_dispatch_meta_inplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8257096Z test_dispatch_meta_inplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8257573Z test_dispatch_meta_inplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8258071Z test_dispatch_meta_inplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8258568Z test_dispatch_meta_inplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8259094Z test_dispatch_meta_inplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8259620Z test_dispatch_meta_inplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8260144Z test_dispatch_meta_inplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8260627Z test_dispatch_meta_inplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8261147Z test_dispatch_meta_inplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8261660Z test_dispatch_meta_inplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8262191Z test_dispatch_meta_inplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8262715Z test_dispatch_meta_inplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8263243Z test_dispatch_meta_inplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8263717Z test_dispatch_meta_inplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8264223Z test_dispatch_meta_inplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8264719Z test_dispatch_meta_inplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.8265216Z test_dispatch_meta_inplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8265703Z test_dispatch_meta_inplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8266206Z test_dispatch_meta_inplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8266813Z test_dispatch_meta_inplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8267298Z test_dispatch_meta_inplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8267805Z test_dispatch_meta_inplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8268316Z test_dispatch_meta_inplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8268823Z test_dispatch_meta_inplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8269315Z test_dispatch_meta_inplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8269819Z test_dispatch_meta_inplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8270296Z test_dispatch_meta_inplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8270798Z test_dispatch_meta_inplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8271322Z test_dispatch_meta_inplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8272041Z test_dispatch_meta_inplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8272655Z test_dispatch_meta_inplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8273220Z test_dispatch_meta_inplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8273764Z test_dispatch_meta_inplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8274287Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8274820Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8275359Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8275902Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8276439Z test_dispatch_meta_inplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8276958Z test_dispatch_meta_inplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8277475Z test_dispatch_meta_inplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8277965Z test_dispatch_meta_inplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8278481Z test_dispatch_meta_inplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8278976Z test_dispatch_meta_inplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8279487Z test_dispatch_meta_inplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8279997Z test_dispatch_meta_inplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8280482Z test_dispatch_meta_inplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8280975Z test_dispatch_meta_inplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8281460Z test_dispatch_meta_inplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8281976Z test_dispatch_meta_inplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8282480Z test_dispatch_meta_inplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8283187Z test_dispatch_meta_inplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8283718Z test_dispatch_meta_inplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8284224Z test_dispatch_meta_inplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8284855Z test_dispatch_meta_inplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8285328Z test_dispatch_meta_inplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8285837Z test_dispatch_meta_inplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8286323Z test_dispatch_meta_inplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8286808Z test_dispatch_meta_inplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8287306Z test_dispatch_meta_inplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8287793Z test_dispatch_meta_inplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8288360Z test_dispatch_meta_inplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8288947Z test_dispatch_meta_inplace_all_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8289560Z test_dispatch_meta_inplace_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8290257Z test_dispatch_meta_inplace_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8290859Z test_dispatch_meta_inplace_all_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8291442Z test_dispatch_meta_inplace_all_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8292030Z test_dispatch_meta_inplace_all_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8292602Z test_dispatch_meta_inplace_all_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8293188Z test_dispatch_meta_inplace_all_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8293750Z test_dispatch_meta_inplace_all_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8294330Z test_dispatch_meta_inplace_all_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8294904Z test_dispatch_meta_inplace_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8295509Z test_dispatch_meta_inplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8296114Z test_dispatch_meta_inplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8296745Z test_dispatch_meta_inplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8297365Z test_dispatch_meta_inplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8297995Z test_dispatch_meta_inplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8298578Z test_dispatch_meta_inplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8299184Z test_dispatch_meta_inplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8299772Z test_dispatch_meta_inplace_amax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8300398Z test_dispatch_meta_inplace_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8300993Z test_dispatch_meta_inplace_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8301682Z test_dispatch_meta_inplace_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8302268Z test_dispatch_meta_inplace_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8302925Z test_dispatch_meta_inplace_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8303499Z test_dispatch_meta_inplace_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8304127Z test_dispatch_meta_inplace_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8304703Z test_dispatch_meta_inplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8305285Z test_dispatch_meta_inplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8305883Z test_dispatch_meta_inplace_amin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8306469Z test_dispatch_meta_inplace_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8307142Z test_dispatch_meta_inplace_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8307734Z test_dispatch_meta_inplace_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8308304Z test_dispatch_meta_inplace_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8308888Z test_dispatch_meta_inplace_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8309467Z test_dispatch_meta_inplace_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8310066Z test_dispatch_meta_inplace_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8310674Z test_dispatch_meta_inplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8311272Z test_dispatch_meta_inplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8311883Z test_dispatch_meta_inplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8312490Z test_dispatch_meta_inplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8313079Z test_dispatch_meta_inplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8313684Z test_dispatch_meta_inplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8314298Z test_dispatch_meta_inplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8314905Z test_dispatch_meta_inplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8315515Z test_dispatch_meta_inplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8316135Z test_dispatch_meta_inplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8316739Z test_dispatch_meta_inplace_angle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8317341Z test_dispatch_meta_inplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8318041Z test_dispatch_meta_inplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8318662Z test_dispatch_meta_inplace_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8319271Z test_dispatch_meta_inplace_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8319872Z test_dispatch_meta_inplace_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8320469Z test_dispatch_meta_inplace_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8321072Z test_dispatch_meta_inplace_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8321664Z test_dispatch_meta_inplace_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8322269Z test_dispatch_meta_inplace_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8322944Z test_dispatch_meta_inplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8323668Z test_dispatch_meta_inplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8324259Z test_dispatch_meta_inplace_any_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8324870Z test_dispatch_meta_inplace_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8325506Z test_dispatch_meta_inplace_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8326108Z test_dispatch_meta_inplace_any_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8326708Z test_dispatch_meta_inplace_any_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8327298Z test_dispatch_meta_inplace_any_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8327880Z test_dispatch_meta_inplace_any_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8328469Z test_dispatch_meta_inplace_any_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8329051Z test_dispatch_meta_inplace_any_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8329640Z test_dispatch_meta_inplace_any_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8330238Z test_dispatch_meta_inplace_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8330834Z test_dispatch_meta_inplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8331441Z test_dispatch_meta_inplace_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8332056Z test_dispatch_meta_inplace_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8332658Z test_dispatch_meta_inplace_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8333304Z test_dispatch_meta_inplace_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8333985Z test_dispatch_meta_inplace_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8382295Z test_dispatch_meta_inplace_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8383728Z test_dispatch_meta_inplace_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8384193Z test_dispatch_meta_inplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8384633Z test_dispatch_meta_inplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8385067Z test_dispatch_meta_inplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8385490Z test_dispatch_meta_inplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8385987Z test_dispatch_meta_inplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8386425Z test_dispatch_meta_inplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8386905Z test_dispatch_meta_inplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8387436Z test_dispatch_meta_inplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8388011Z test_dispatch_meta_inplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8388583Z test_dispatch_meta_inplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8389152Z test_dispatch_meta_inplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8389724Z test_dispatch_meta_inplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8390282Z test_dispatch_meta_inplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8390845Z test_dispatch_meta_inplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8391410Z test_dispatch_meta_inplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8391984Z test_dispatch_meta_inplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8392542Z test_dispatch_meta_inplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8393090Z test_dispatch_meta_inplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8393646Z test_dispatch_meta_inplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8394214Z test_dispatch_meta_inplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8394808Z test_dispatch_meta_inplace_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8395419Z test_dispatch_meta_inplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8396018Z test_dispatch_meta_inplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8396631Z test_dispatch_meta_inplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8397232Z test_dispatch_meta_inplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8397844Z test_dispatch_meta_inplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8398553Z test_dispatch_meta_inplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8399139Z test_dispatch_meta_inplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8399702Z test_dispatch_meta_inplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8400281Z test_dispatch_meta_inplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8400899Z test_dispatch_meta_inplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8401460Z test_dispatch_meta_inplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8402076Z test_dispatch_meta_inplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8402745Z test_dispatch_meta_inplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8403500Z test_dispatch_meta_inplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8404286Z test_dispatch_meta_inplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8405207Z test_dispatch_meta_inplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8406112Z test_dispatch_meta_inplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8406685Z test_dispatch_meta_inplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8407275Z test_dispatch_meta_inplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8407852Z test_dispatch_meta_inplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8408391Z test_dispatch_meta_inplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8408870Z test_dispatch_meta_inplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.8409370Z test_dispatch_meta_inplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8409860Z test_dispatch_meta_inplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8410343Z test_dispatch_meta_inplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8410828Z test_dispatch_meta_inplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8411317Z test_dispatch_meta_inplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8411802Z test_dispatch_meta_inplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8412271Z test_dispatch_meta_inplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8412747Z test_dispatch_meta_inplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8413233Z test_dispatch_meta_inplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8413693Z test_dispatch_meta_inplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8414164Z test_dispatch_meta_inplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8414721Z test_dispatch_meta_inplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8415446Z test_dispatch_meta_inplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8416073Z test_dispatch_meta_inplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8416706Z test_dispatch_meta_inplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8417331Z test_dispatch_meta_inplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8417936Z test_dispatch_meta_inplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8418528Z test_dispatch_meta_inplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8419136Z test_dispatch_meta_inplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8419728Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8420410Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8421012Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8421589Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8422193Z test_dispatch_meta_inplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8422723Z test_dispatch_meta_inplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8423226Z test_dispatch_meta_inplace_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8423718Z test_dispatch_meta_inplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8424186Z test_dispatch_meta_inplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8424652Z test_dispatch_meta_inplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8425106Z test_dispatch_meta_inplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8425611Z test_dispatch_meta_inplace_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8426159Z test_dispatch_meta_inplace_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8426696Z test_dispatch_meta_inplace_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8427234Z test_dispatch_meta_inplace_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8427753Z test_dispatch_meta_inplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:09.8428245Z test_dispatch_meta_inplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8428749Z test_dispatch_meta_inplace_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8429253Z test_dispatch_meta_inplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8429719Z test_dispatch_meta_inplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8430192Z test_dispatch_meta_inplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8430623Z test_dispatch_meta_inplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8431192Z test_dispatch_meta_inplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8431741Z test_dispatch_meta_inplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8432283Z test_dispatch_meta_inplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8432800Z test_dispatch_meta_inplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8433337Z test_dispatch_meta_inplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8433824Z test_dispatch_meta_inplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8434316Z test_dispatch_meta_inplace_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8434816Z test_dispatch_meta_inplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8435276Z test_dispatch_meta_inplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8435767Z test_dispatch_meta_inplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.8436367Z test_dispatch_meta_inplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8436909Z test_dispatch_meta_inplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8437437Z test_dispatch_meta_inplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.8437970Z test_dispatch_meta_inplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8438451Z test_dispatch_meta_inplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8438967Z test_dispatch_meta_inplace_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8439461Z test_dispatch_meta_inplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8439942Z test_dispatch_meta_inplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8440401Z test_dispatch_meta_inplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8440875Z test_dispatch_meta_inplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8441242Z test_dispatch_meta_inplace_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8441685Z test_dispatch_meta_inplace_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8442094Z test_dispatch_meta_inplace_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8442479Z test_dispatch_meta_inplace_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8442958Z test_dispatch_meta_inplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8443318Z test_dispatch_meta_inplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8443678Z test_dispatch_meta_inplace_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8444037Z test_dispatch_meta_inplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:09.8444379Z test_dispatch_meta_inplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8444722Z test_dispatch_meta_inplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8445165Z test_dispatch_meta_inplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8445716Z test_dispatch_meta_inplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8446254Z test_dispatch_meta_inplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:52:09.8446786Z test_dispatch_meta_inplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8447317Z test_dispatch_meta_inplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8447845Z test_dispatch_meta_inplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8448384Z test_dispatch_meta_inplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8448953Z test_dispatch_meta_inplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8449530Z test_dispatch_meta_inplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8450098Z test_dispatch_meta_inplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8450724Z test_dispatch_meta_inplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8451290Z test_dispatch_meta_inplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8451843Z test_dispatch_meta_inplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8452388Z test_dispatch_meta_inplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8452935Z test_dispatch_meta_inplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8453492Z test_dispatch_meta_inplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8454037Z test_dispatch_meta_inplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8454575Z test_dispatch_meta_inplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8455117Z test_dispatch_meta_inplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8455663Z test_dispatch_meta_inplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8456208Z test_dispatch_meta_inplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8456765Z test_dispatch_meta_inplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8457322Z test_dispatch_meta_inplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8457882Z test_dispatch_meta_inplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8458437Z test_dispatch_meta_inplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8458979Z test_dispatch_meta_inplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8459530Z test_dispatch_meta_inplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8460072Z test_dispatch_meta_inplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8460682Z test_dispatch_meta_inplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8461214Z test_dispatch_meta_inplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8461756Z test_dispatch_meta_inplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8462301Z test_dispatch_meta_inplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8462862Z test_dispatch_meta_inplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8463412Z test_dispatch_meta_inplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8463966Z test_dispatch_meta_inplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8464530Z test_dispatch_meta_inplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8465141Z test_dispatch_meta_inplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8465687Z test_dispatch_meta_inplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8466233Z test_dispatch_meta_inplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8466792Z test_dispatch_meta_inplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8467320Z test_dispatch_meta_inplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8467859Z test_dispatch_meta_inplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8468397Z test_dispatch_meta_inplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8468943Z test_dispatch_meta_inplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8469495Z test_dispatch_meta_inplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8469988Z test_dispatch_meta_inplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.8470447Z test_dispatch_meta_inplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8470924Z test_dispatch_meta_inplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8471369Z test_dispatch_meta_inplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8471816Z test_dispatch_meta_inplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8472260Z test_dispatch_meta_inplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8472709Z test_dispatch_meta_inplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8473150Z test_dispatch_meta_inplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8473581Z test_dispatch_meta_inplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8474022Z test_dispatch_meta_inplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8474531Z test_dispatch_meta_inplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8475105Z test_dispatch_meta_inplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8475752Z test_dispatch_meta_inplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8476323Z test_dispatch_meta_inplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8476890Z test_dispatch_meta_inplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8477423Z test_dispatch_meta_inplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8477991Z test_dispatch_meta_inplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8478550Z test_dispatch_meta_inplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8479095Z test_dispatch_meta_inplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8479645Z test_dispatch_meta_inplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8480276Z test_dispatch_meta_inplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8480812Z test_dispatch_meta_inplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8481332Z test_dispatch_meta_inplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8481857Z test_dispatch_meta_inplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8482391Z test_dispatch_meta_inplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8483040Z test_dispatch_meta_inplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8483566Z test_dispatch_meta_inplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8484116Z test_dispatch_meta_inplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8484652Z test_dispatch_meta_inplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8485189Z test_dispatch_meta_inplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8485748Z test_dispatch_meta_inplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8486237Z test_dispatch_meta_inplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8486695Z test_dispatch_meta_inplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8487145Z test_dispatch_meta_inplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8487595Z test_dispatch_meta_inplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8488039Z test_dispatch_meta_inplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8488495Z test_dispatch_meta_inplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.8488953Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8489426Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8489901Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8490458Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8490936Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8491394Z test_dispatch_meta_inplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8491841Z test_dispatch_meta_inplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8492291Z test_dispatch_meta_inplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8492748Z test_dispatch_meta_inplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8493207Z test_dispatch_meta_inplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8493667Z test_dispatch_meta_inplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8494109Z test_dispatch_meta_inplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8494591Z test_dispatch_meta_inplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8495047Z test_dispatch_meta_inplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8495569Z test_dispatch_meta_inplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8496017Z test_dispatch_meta_inplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8496474Z test_dispatch_meta_inplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8496934Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8497417Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8497895Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8498376Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8498849Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8499319Z test_dispatch_meta_inplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8499760Z test_dispatch_meta_inplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8500207Z test_dispatch_meta_inplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8500673Z test_dispatch_meta_inplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8501123Z test_dispatch_meta_inplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8501579Z test_dispatch_meta_inplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8502088Z test_dispatch_meta_inplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8502639Z test_dispatch_meta_inplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8503200Z test_dispatch_meta_inplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8503776Z test_dispatch_meta_inplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8504327Z test_dispatch_meta_inplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8504895Z test_dispatch_meta_inplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8505457Z test_dispatch_meta_inplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8506514Z test_dispatch_meta_inplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8507459Z test_dispatch_meta_inplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8508026Z test_dispatch_meta_inplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8508569Z test_dispatch_meta_inplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8509128Z test_dispatch_meta_inplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8509663Z test_dispatch_meta_inplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8510212Z test_dispatch_meta_inplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8510765Z test_dispatch_meta_inplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8511327Z test_dispatch_meta_inplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8511992Z test_dispatch_meta_inplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8512529Z test_dispatch_meta_inplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8513066Z test_dispatch_meta_inplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8513587Z test_dispatch_meta_inplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8514112Z test_dispatch_meta_inplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8514641Z test_dispatch_meta_inplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8515191Z test_dispatch_meta_inplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8515734Z test_dispatch_meta_inplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8516273Z test_dispatch_meta_inplace_bool_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8516812Z test_dispatch_meta_inplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8517379Z test_dispatch_meta_inplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8517948Z test_dispatch_meta_inplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8518490Z test_dispatch_meta_inplace_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8519019Z test_dispatch_meta_inplace_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8519552Z test_dispatch_meta_inplace_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8520081Z test_dispatch_meta_inplace_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8520626Z test_dispatch_meta_inplace_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8521165Z test_dispatch_meta_inplace_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8521786Z test_dispatch_meta_inplace_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8522329Z test_dispatch_meta_inplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8522964Z test_dispatch_meta_inplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8523544Z test_dispatch_meta_inplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8524137Z test_dispatch_meta_inplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8524742Z test_dispatch_meta_inplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8525341Z test_dispatch_meta_inplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8525940Z test_dispatch_meta_inplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8526605Z test_dispatch_meta_inplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8527187Z test_dispatch_meta_inplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8527756Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8528330Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8528883Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8529472Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8530059Z test_dispatch_meta_inplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8530643Z test_dispatch_meta_inplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8531203Z test_dispatch_meta_inplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8531767Z test_dispatch_meta_inplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8532341Z test_dispatch_meta_inplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8532919Z test_dispatch_meta_inplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8533490Z test_dispatch_meta_inplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8534039Z test_dispatch_meta_inplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8534600Z test_dispatch_meta_inplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8535161Z test_dispatch_meta_inplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8535730Z test_dispatch_meta_inplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8536286Z test_dispatch_meta_inplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8536930Z test_dispatch_meta_inplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8537496Z test_dispatch_meta_inplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8538062Z test_dispatch_meta_inplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8538635Z test_dispatch_meta_inplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8539194Z test_dispatch_meta_inplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8539753Z test_dispatch_meta_inplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8540299Z test_dispatch_meta_inplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8540853Z test_dispatch_meta_inplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8541457Z test_dispatch_meta_inplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8542004Z test_dispatch_meta_inplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8542548Z test_dispatch_meta_inplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8543078Z test_dispatch_meta_inplace_byte_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8543625Z test_dispatch_meta_inplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8544183Z test_dispatch_meta_inplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8544717Z test_dispatch_meta_inplace_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8545254Z test_dispatch_meta_inplace_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8545809Z test_dispatch_meta_inplace_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8546320Z test_dispatch_meta_inplace_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8546846Z test_dispatch_meta_inplace_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8547380Z test_dispatch_meta_inplace_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8547910Z test_dispatch_meta_inplace_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8548459Z test_dispatch_meta_inplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8549010Z test_dispatch_meta_inplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8549582Z test_dispatch_meta_inplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8550171Z test_dispatch_meta_inplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8550769Z test_dispatch_meta_inplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8551327Z test_dispatch_meta_inplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8551982Z test_dispatch_meta_inplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8552567Z test_dispatch_meta_inplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8553140Z test_dispatch_meta_inplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8553699Z test_dispatch_meta_inplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8554259Z test_dispatch_meta_inplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8554833Z test_dispatch_meta_inplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8555410Z test_dispatch_meta_inplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8555939Z test_dispatch_meta_inplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8557085Z test_dispatch_meta_inplace_cat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8557635Z test_dispatch_meta_inplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8558181Z test_dispatch_meta_inplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8558733Z test_dispatch_meta_inplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8559144Z test_dispatch_meta_inplace_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8559602Z test_dispatch_meta_inplace_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8560010Z test_dispatch_meta_inplace_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8560401Z test_dispatch_meta_inplace_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8560804Z test_dispatch_meta_inplace_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8561204Z test_dispatch_meta_inplace_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8561603Z test_dispatch_meta_inplace_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8562005Z test_dispatch_meta_inplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8562447Z test_dispatch_meta_inplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8562972Z test_dispatch_meta_inplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8563388Z test_dispatch_meta_inplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8563797Z test_dispatch_meta_inplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8564226Z test_dispatch_meta_inplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8564676Z test_dispatch_meta_inplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8565112Z test_dispatch_meta_inplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8565594Z test_dispatch_meta_inplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8566019Z test_dispatch_meta_inplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8566460Z test_dispatch_meta_inplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8566876Z test_dispatch_meta_inplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8567287Z test_dispatch_meta_inplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8567691Z test_dispatch_meta_inplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8568104Z test_dispatch_meta_inplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8568520Z test_dispatch_meta_inplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8568937Z test_dispatch_meta_inplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8569276Z test_dispatch_meta_inplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8569609Z test_dispatch_meta_inplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8569945Z test_dispatch_meta_inplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8570259Z test_dispatch_meta_inplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8570584Z test_dispatch_meta_inplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8570911Z test_dispatch_meta_inplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8571240Z test_dispatch_meta_inplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8571619Z test_dispatch_meta_inplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8572041Z test_dispatch_meta_inplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8572463Z test_dispatch_meta_inplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8572876Z test_dispatch_meta_inplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8573300Z test_dispatch_meta_inplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8573724Z test_dispatch_meta_inplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8574142Z test_dispatch_meta_inplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8574554Z test_dispatch_meta_inplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8574964Z test_dispatch_meta_inplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8575369Z test_dispatch_meta_inplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8575773Z test_dispatch_meta_inplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8576165Z test_dispatch_meta_inplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8576568Z test_dispatch_meta_inplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8577030Z test_dispatch_meta_inplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8577443Z test_dispatch_meta_inplace_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8577858Z test_dispatch_meta_inplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8578277Z test_dispatch_meta_inplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8578701Z test_dispatch_meta_inplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8579117Z test_dispatch_meta_inplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8579517Z test_dispatch_meta_inplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8579925Z test_dispatch_meta_inplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8580446Z test_dispatch_meta_inplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8581000Z test_dispatch_meta_inplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8581541Z test_dispatch_meta_inplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8582083Z test_dispatch_meta_inplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8582613Z test_dispatch_meta_inplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8583147Z test_dispatch_meta_inplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8583685Z test_dispatch_meta_inplace_char_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8584237Z test_dispatch_meta_inplace_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8584794Z test_dispatch_meta_inplace_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8585341Z test_dispatch_meta_inplace_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8585882Z test_dispatch_meta_inplace_char_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8586422Z test_dispatch_meta_inplace_char_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8586951Z test_dispatch_meta_inplace_char_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8587484Z test_dispatch_meta_inplace_char_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8588030Z test_dispatch_meta_inplace_char_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8588548Z test_dispatch_meta_inplace_char_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8589085Z test_dispatch_meta_inplace_char_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8589625Z test_dispatch_meta_inplace_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8590177Z test_dispatch_meta_inplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8590998Z test_dispatch_meta_inplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8591668Z test_dispatch_meta_inplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8592306Z test_dispatch_meta_inplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8592980Z test_dispatch_meta_inplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8593603Z test_dispatch_meta_inplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8594281Z test_dispatch_meta_inplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8594979Z test_dispatch_meta_inplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8595663Z test_dispatch_meta_inplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8596437Z test_dispatch_meta_inplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8597121Z test_dispatch_meta_inplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8597782Z test_dispatch_meta_inplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8598462Z test_dispatch_meta_inplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8599123Z test_dispatch_meta_inplace_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8599715Z test_dispatch_meta_inplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8600382Z test_dispatch_meta_inplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8601030Z test_dispatch_meta_inplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8601702Z test_dispatch_meta_inplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8602333Z test_dispatch_meta_inplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8603068Z test_dispatch_meta_inplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8603713Z test_dispatch_meta_inplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8604344Z test_dispatch_meta_inplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8604920Z test_dispatch_meta_inplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8605533Z test_dispatch_meta_inplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8606159Z test_dispatch_meta_inplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8606773Z test_dispatch_meta_inplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.8607431Z test_dispatch_meta_inplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8608310Z test_dispatch_meta_inplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8609024Z test_dispatch_meta_inplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.8609701Z test_dispatch_meta_inplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8610241Z test_dispatch_meta_inplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8610797Z test_dispatch_meta_inplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8611333Z test_dispatch_meta_inplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8611868Z test_dispatch_meta_inplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8612396Z test_dispatch_meta_inplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8612935Z test_dispatch_meta_inplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8613437Z test_dispatch_meta_inplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8613996Z test_dispatch_meta_inplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8614538Z test_dispatch_meta_inplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8615194Z test_dispatch_meta_inplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8615743Z test_dispatch_meta_inplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8616292Z test_dispatch_meta_inplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8616828Z test_dispatch_meta_inplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8617339Z test_dispatch_meta_inplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8617879Z test_dispatch_meta_inplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8618410Z test_dispatch_meta_inplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8618985Z test_dispatch_meta_inplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8619561Z test_dispatch_meta_inplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8620106Z test_dispatch_meta_inplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8620586Z test_dispatch_meta_inplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8621132Z test_dispatch_meta_inplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8621694Z test_dispatch_meta_inplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8622243Z test_dispatch_meta_inplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8622827Z test_dispatch_meta_inplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8623497Z test_dispatch_meta_inplace_clone_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8624139Z test_dispatch_meta_inplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8624797Z test_dispatch_meta_inplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8625420Z test_dispatch_meta_inplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8626060Z test_dispatch_meta_inplace_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8626697Z test_dispatch_meta_inplace_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8627315Z test_dispatch_meta_inplace_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8628440Z test_dispatch_meta_inplace_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8629104Z test_dispatch_meta_inplace_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8629736Z test_dispatch_meta_inplace_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8630375Z test_dispatch_meta_inplace_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8685964Z test_dispatch_meta_inplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8686564Z test_dispatch_meta_inplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8687160Z test_dispatch_meta_inplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8687736Z test_dispatch_meta_inplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8688559Z test_dispatch_meta_inplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8689198Z test_dispatch_meta_inplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8689778Z test_dispatch_meta_inplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8690360Z test_dispatch_meta_inplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8690943Z test_dispatch_meta_inplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8691506Z test_dispatch_meta_inplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8692065Z test_dispatch_meta_inplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8692648Z test_dispatch_meta_inplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8693200Z test_dispatch_meta_inplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8693787Z test_dispatch_meta_inplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8694391Z test_dispatch_meta_inplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8694972Z test_dispatch_meta_inplace_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8695563Z test_dispatch_meta_inplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8696175Z test_dispatch_meta_inplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8696754Z test_dispatch_meta_inplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8697339Z test_dispatch_meta_inplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8697906Z test_dispatch_meta_inplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8698502Z test_dispatch_meta_inplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8699176Z test_dispatch_meta_inplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8699744Z test_dispatch_meta_inplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8700313Z test_dispatch_meta_inplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8700882Z test_dispatch_meta_inplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8701440Z test_dispatch_meta_inplace_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8701997Z test_dispatch_meta_inplace_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8702533Z test_dispatch_meta_inplace_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8703088Z test_dispatch_meta_inplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8703694Z test_dispatch_meta_inplace_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8704243Z test_dispatch_meta_inplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8704816Z test_dispatch_meta_inplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8705382Z test_dispatch_meta_inplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8705943Z test_dispatch_meta_inplace_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8706487Z test_dispatch_meta_inplace_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8707044Z test_dispatch_meta_inplace_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8707575Z test_dispatch_meta_inplace_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8708093Z test_dispatch_meta_inplace_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8708612Z test_dispatch_meta_inplace_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8709249Z test_dispatch_meta_inplace_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8710179Z test_dispatch_meta_inplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8711508Z test_dispatch_meta_inplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8712309Z test_dispatch_meta_inplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8713041Z test_dispatch_meta_inplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:09.8713790Z test_dispatch_meta_inplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8714512Z test_dispatch_meta_inplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8715270Z test_dispatch_meta_inplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8715992Z test_dispatch_meta_inplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8716694Z test_dispatch_meta_inplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8717390Z test_dispatch_meta_inplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8718359Z test_dispatch_meta_inplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8719054Z test_dispatch_meta_inplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8719791Z test_dispatch_meta_inplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8720507Z test_dispatch_meta_inplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8721432Z test_dispatch_meta_inplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8722297Z test_dispatch_meta_inplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8723382Z test_dispatch_meta_inplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8724263Z test_dispatch_meta_inplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8725156Z test_dispatch_meta_inplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8726222Z test_dispatch_meta_inplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8727124Z test_dispatch_meta_inplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8727975Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8728836Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8729724Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8730551Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8731489Z test_dispatch_meta_inplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8732310Z test_dispatch_meta_inplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8733175Z test_dispatch_meta_inplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8734002Z test_dispatch_meta_inplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8734981Z test_dispatch_meta_inplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8735814Z test_dispatch_meta_inplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8736736Z test_dispatch_meta_inplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8737583Z test_dispatch_meta_inplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8738395Z test_dispatch_meta_inplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8739295Z test_dispatch_meta_inplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8740109Z test_dispatch_meta_inplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8740973Z test_dispatch_meta_inplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8741759Z test_dispatch_meta_inplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8742496Z test_dispatch_meta_inplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8743213Z test_dispatch_meta_inplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8743946Z test_dispatch_meta_inplace_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8744610Z test_dispatch_meta_inplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8745315Z test_dispatch_meta_inplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8745927Z test_dispatch_meta_inplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8746597Z test_dispatch_meta_inplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8747308Z test_dispatch_meta_inplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.8748168Z test_dispatch_meta_inplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8748890Z test_dispatch_meta_inplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8749597Z test_dispatch_meta_inplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8750316Z test_dispatch_meta_inplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8751049Z test_dispatch_meta_inplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8751817Z test_dispatch_meta_inplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8752540Z test_dispatch_meta_inplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8753280Z test_dispatch_meta_inplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8754020Z test_dispatch_meta_inplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8754757Z test_dispatch_meta_inplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8755491Z test_dispatch_meta_inplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8756229Z test_dispatch_meta_inplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8756970Z test_dispatch_meta_inplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8757631Z test_dispatch_meta_inplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8758265Z test_dispatch_meta_inplace_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8758917Z test_dispatch_meta_inplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8759515Z test_dispatch_meta_inplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8760113Z test_dispatch_meta_inplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8760700Z test_dispatch_meta_inplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8761334Z test_dispatch_meta_inplace_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8762156Z test_dispatch_meta_inplace_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8762959Z test_dispatch_meta_inplace_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8763658Z test_dispatch_meta_inplace_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8764346Z test_dispatch_meta_inplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.8764995Z test_dispatch_meta_inplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8765644Z test_dispatch_meta_inplace_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8766285Z test_dispatch_meta_inplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8766901Z test_dispatch_meta_inplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8767496Z test_dispatch_meta_inplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8768077Z test_dispatch_meta_inplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8768871Z test_dispatch_meta_inplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8769564Z test_dispatch_meta_inplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8770265Z test_dispatch_meta_inplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8770950Z test_dispatch_meta_inplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8771640Z test_dispatch_meta_inplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8772384Z test_dispatch_meta_inplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8773157Z test_dispatch_meta_inplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8773937Z test_dispatch_meta_inplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8774718Z test_dispatch_meta_inplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8775488Z test_dispatch_meta_inplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8776249Z test_dispatch_meta_inplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8777003Z test_dispatch_meta_inplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8777761Z test_dispatch_meta_inplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8778516Z test_dispatch_meta_inplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8779261Z test_dispatch_meta_inplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8780015Z test_dispatch_meta_inplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8780770Z test_dispatch_meta_inplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8781503Z test_dispatch_meta_inplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8782359Z test_dispatch_meta_inplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8783068Z test_dispatch_meta_inplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8783812Z test_dispatch_meta_inplace_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8784545Z test_dispatch_meta_inplace_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8785272Z test_dispatch_meta_inplace_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8785961Z test_dispatch_meta_inplace_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8786644Z test_dispatch_meta_inplace_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8787343Z test_dispatch_meta_inplace_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8788051Z test_dispatch_meta_inplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8788904Z test_dispatch_meta_inplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8789658Z test_dispatch_meta_inplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8790410Z test_dispatch_meta_inplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8791156Z test_dispatch_meta_inplace_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8791884Z test_dispatch_meta_inplace_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8792619Z test_dispatch_meta_inplace_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8793334Z test_dispatch_meta_inplace_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8794064Z test_dispatch_meta_inplace_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8794777Z test_dispatch_meta_inplace_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8795505Z test_dispatch_meta_inplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8796234Z test_dispatch_meta_inplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8796960Z test_dispatch_meta_inplace_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8797685Z test_dispatch_meta_inplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8798430Z test_dispatch_meta_inplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8799163Z test_dispatch_meta_inplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8799890Z test_dispatch_meta_inplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8800590Z test_dispatch_meta_inplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8801310Z test_dispatch_meta_inplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8802164Z test_dispatch_meta_inplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8802985Z test_dispatch_meta_inplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8803721Z test_dispatch_meta_inplace_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8804451Z test_dispatch_meta_inplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8805183Z test_dispatch_meta_inplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8805951Z test_dispatch_meta_inplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8806696Z test_dispatch_meta_inplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8807435Z test_dispatch_meta_inplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8808175Z test_dispatch_meta_inplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8809061Z test_dispatch_meta_inplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8809730Z test_dispatch_meta_inplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8810360Z test_dispatch_meta_inplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8810977Z test_dispatch_meta_inplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8811631Z test_dispatch_meta_inplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8812259Z test_dispatch_meta_inplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8812873Z test_dispatch_meta_inplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8813465Z test_dispatch_meta_inplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8814043Z test_dispatch_meta_inplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8814631Z test_dispatch_meta_inplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8815232Z test_dispatch_meta_inplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8815917Z test_dispatch_meta_inplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8816683Z test_dispatch_meta_inplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T01:52:09.8817495Z test_dispatch_meta_inplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8818281Z test_dispatch_meta_inplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8819030Z test_dispatch_meta_inplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8819775Z test_dispatch_meta_inplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T01:52:09.8820518Z test_dispatch_meta_inplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8821248Z test_dispatch_meta_inplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8821986Z test_dispatch_meta_inplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8822851Z test_dispatch_meta_inplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8823672Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8824526Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8825351Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8826160Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8826968Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8827776Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8828570Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8829540Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8830080Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8830564Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8830956Z test_dispatch_meta_inplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8831338Z test_dispatch_meta_inplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8831707Z test_dispatch_meta_inplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8832055Z test_dispatch_meta_inplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8832396Z test_dispatch_meta_inplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8832772Z test_dispatch_meta_inplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8833161Z test_dispatch_meta_inplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8833556Z test_dispatch_meta_inplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8833954Z test_dispatch_meta_inplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8834354Z test_dispatch_meta_inplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8834766Z test_dispatch_meta_inplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8835175Z test_dispatch_meta_inplace_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8835629Z test_dispatch_meta_inplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8836045Z test_dispatch_meta_inplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8836492Z test_dispatch_meta_inplace_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8836899Z test_dispatch_meta_inplace_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8837306Z test_dispatch_meta_inplace_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8837799Z test_dispatch_meta_inplace_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8838199Z test_dispatch_meta_inplace_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8838589Z test_dispatch_meta_inplace_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8838986Z test_dispatch_meta_inplace_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8839385Z test_dispatch_meta_inplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8839787Z test_dispatch_meta_inplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8840202Z test_dispatch_meta_inplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8840628Z test_dispatch_meta_inplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8841101Z test_dispatch_meta_inplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8841565Z test_dispatch_meta_inplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8841993Z test_dispatch_meta_inplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8842451Z test_dispatch_meta_inplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8842963Z test_dispatch_meta_inplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8843373Z test_dispatch_meta_inplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8843789Z test_dispatch_meta_inplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8844204Z test_dispatch_meta_inplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8844610Z test_dispatch_meta_inplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8845021Z test_dispatch_meta_inplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8845434Z test_dispatch_meta_inplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8845639Z test_dispatch_meta_inplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8845847Z test_dispatch_meta_inplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8846056Z test_dispatch_meta_inplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8846258Z test_dispatch_meta_inplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8846461Z test_dispatch_meta_inplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8846660Z test_dispatch_meta_inplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8846863Z test_dispatch_meta_inplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8847118Z test_dispatch_meta_inplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8847309Z test_dispatch_meta_inplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8847550Z test_dispatch_meta_inplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8847757Z test_dispatch_meta_inplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8847963Z test_dispatch_meta_inplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8848205Z test_dispatch_meta_inplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8848417Z test_dispatch_meta_inplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8848635Z test_dispatch_meta_inplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8848838Z test_dispatch_meta_inplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8849091Z test_dispatch_meta_inplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8849301Z test_dispatch_meta_inplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8849511Z test_dispatch_meta_inplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8849712Z test_dispatch_meta_inplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8849916Z test_dispatch_meta_inplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8850120Z test_dispatch_meta_inplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8850323Z test_dispatch_meta_inplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8850531Z test_dispatch_meta_inplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8850733Z test_dispatch_meta_inplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8850934Z test_dispatch_meta_inplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8851135Z test_dispatch_meta_inplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8851343Z test_dispatch_meta_inplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8851550Z test_dispatch_meta_inplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8851749Z test_dispatch_meta_inplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8851952Z test_dispatch_meta_inplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8852150Z test_dispatch_meta_inplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8852352Z test_dispatch_meta_inplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8852545Z test_dispatch_meta_inplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8852785Z test_dispatch_meta_inplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8852985Z test_dispatch_meta_inplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8853189Z test_dispatch_meta_inplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8853437Z test_dispatch_meta_inplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8853647Z test_dispatch_meta_inplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8853862Z test_dispatch_meta_inplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8854109Z test_dispatch_meta_inplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8854329Z test_dispatch_meta_inplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8854582Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8854796Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8855005Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8855220Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8855428Z test_dispatch_meta_inplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8855628Z test_dispatch_meta_inplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8855825Z test_dispatch_meta_inplace_diff_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8856028Z test_dispatch_meta_inplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8856231Z test_dispatch_meta_inplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8856425Z test_dispatch_meta_inplace_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8856625Z test_dispatch_meta_inplace_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8856818Z test_dispatch_meta_inplace_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8857012Z test_dispatch_meta_inplace_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8857204Z test_dispatch_meta_inplace_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8857395Z test_dispatch_meta_inplace_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8857589Z test_dispatch_meta_inplace_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8857781Z test_dispatch_meta_inplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8857942Z test_dispatch_meta_inplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8858139Z test_dispatch_meta_inplace_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8858341Z test_dispatch_meta_inplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8858500Z test_dispatch_meta_inplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8858698Z test_dispatch_meta_inplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8858878Z test_dispatch_meta_inplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.8859060Z test_dispatch_meta_inplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8859250Z test_dispatch_meta_inplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8859473Z test_dispatch_meta_inplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8859676Z test_dispatch_meta_inplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8859883Z test_dispatch_meta_inplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8860592Z test_dispatch_meta_inplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8860792Z test_dispatch_meta_inplace_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8860986Z test_dispatch_meta_inplace_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8861186Z test_dispatch_meta_inplace_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8861367Z test_dispatch_meta_inplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.8861546Z test_dispatch_meta_inplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.8861720Z test_dispatch_meta_inplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:09.8861886Z test_dispatch_meta_inplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.8862062Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8862234Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8862408Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8862577Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8862747Z test_dispatch_meta_inplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8862930Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8863139Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.8863324Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8863501Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8863681Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8863842Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8864010Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8864269Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.8864476Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8864684Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8864895Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8865102Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8865320Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8865500Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.8865672Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8865837Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8866095Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8866268Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8866441Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8866615Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8866786Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8866988Z test_dispatch_meta_inplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8867193Z test_dispatch_meta_inplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8867398Z test_dispatch_meta_inplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8867599Z test_dispatch_meta_inplace_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8867791Z test_dispatch_meta_inplace_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8868051Z test_dispatch_meta_inplace_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8868244Z test_dispatch_meta_inplace_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8868431Z test_dispatch_meta_inplace_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8868616Z test_dispatch_meta_inplace_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8868806Z test_dispatch_meta_inplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8869012Z test_dispatch_meta_inplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8869210Z test_dispatch_meta_inplace_double_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8869420Z test_dispatch_meta_inplace_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8869624Z test_dispatch_meta_inplace_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8869830Z test_dispatch_meta_inplace_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8870073Z test_dispatch_meta_inplace_double_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8870271Z test_dispatch_meta_inplace_double_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8870474Z test_dispatch_meta_inplace_double_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8870672Z test_dispatch_meta_inplace_double_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8870871Z test_dispatch_meta_inplace_double_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8871060Z test_dispatch_meta_inplace_double_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8871296Z test_dispatch_meta_inplace_double_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8871500Z test_dispatch_meta_inplace_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8871748Z test_dispatch_meta_inplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8871985Z test_dispatch_meta_inplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8872192Z test_dispatch_meta_inplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8872398Z test_dispatch_meta_inplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8872601Z test_dispatch_meta_inplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8872805Z test_dispatch_meta_inplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8873002Z test_dispatch_meta_inplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8873207Z test_dispatch_meta_inplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8873404Z test_dispatch_meta_inplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8873596Z test_dispatch_meta_inplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8873789Z test_dispatch_meta_inplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8873988Z test_dispatch_meta_inplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8874175Z test_dispatch_meta_inplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8874377Z test_dispatch_meta_inplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8874579Z test_dispatch_meta_inplace_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8874787Z test_dispatch_meta_inplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8874992Z test_dispatch_meta_inplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8875198Z test_dispatch_meta_inplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8875401Z test_dispatch_meta_inplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8875643Z test_dispatch_meta_inplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8875847Z test_dispatch_meta_inplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8876046Z test_dispatch_meta_inplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8876243Z test_dispatch_meta_inplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8876445Z test_dispatch_meta_inplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8876645Z test_dispatch_meta_inplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8876846Z test_dispatch_meta_inplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8877053Z test_dispatch_meta_inplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8877297Z test_dispatch_meta_inplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8877550Z test_dispatch_meta_inplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8877751Z test_dispatch_meta_inplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8877993Z test_dispatch_meta_inplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8878193Z test_dispatch_meta_inplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8878397Z test_dispatch_meta_inplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8878588Z test_dispatch_meta_inplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8878785Z test_dispatch_meta_inplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8878986Z test_dispatch_meta_inplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8879185Z test_dispatch_meta_inplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8879379Z test_dispatch_meta_inplace_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8879583Z test_dispatch_meta_inplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8879788Z test_dispatch_meta_inplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8879981Z test_dispatch_meta_inplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8880186Z test_dispatch_meta_inplace_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8880389Z test_dispatch_meta_inplace_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8880586Z test_dispatch_meta_inplace_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8880782Z test_dispatch_meta_inplace_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8880968Z test_dispatch_meta_inplace_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8881208Z test_dispatch_meta_inplace_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8881406Z test_dispatch_meta_inplace_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8881603Z test_dispatch_meta_inplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8881809Z test_dispatch_meta_inplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8882009Z test_dispatch_meta_inplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8882221Z test_dispatch_meta_inplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8882429Z test_dispatch_meta_inplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8882728Z test_dispatch_meta_inplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8882982Z test_dispatch_meta_inplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8883186Z test_dispatch_meta_inplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8883427Z test_dispatch_meta_inplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8883630Z test_dispatch_meta_inplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8883837Z test_dispatch_meta_inplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8884085Z test_dispatch_meta_inplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8884286Z test_dispatch_meta_inplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8884486Z test_dispatch_meta_inplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8884644Z test_dispatch_meta_inplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8884797Z test_dispatch_meta_inplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8884959Z test_dispatch_meta_inplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8885117Z test_dispatch_meta_inplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.8885264Z test_dispatch_meta_inplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8885426Z test_dispatch_meta_inplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8885575Z test_dispatch_meta_inplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8885723Z test_dispatch_meta_inplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8885878Z test_dispatch_meta_inplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8886028Z test_dispatch_meta_inplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8886179Z test_dispatch_meta_inplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.8886329Z test_dispatch_meta_inplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8886477Z test_dispatch_meta_inplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8886685Z test_dispatch_meta_inplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8887224Z test_dispatch_meta_inplace_equal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8887438Z test_dispatch_meta_inplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8887649Z test_dispatch_meta_inplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8887850Z test_dispatch_meta_inplace_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8888052Z test_dispatch_meta_inplace_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8888244Z test_dispatch_meta_inplace_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8888444Z test_dispatch_meta_inplace_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8888643Z test_dispatch_meta_inplace_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8888839Z test_dispatch_meta_inplace_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8889081Z test_dispatch_meta_inplace_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8889319Z test_dispatch_meta_inplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8889486Z test_dispatch_meta_inplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8889670Z test_dispatch_meta_inplace_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8889870Z test_dispatch_meta_inplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8890030Z test_dispatch_meta_inplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8890223Z test_dispatch_meta_inplace_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8890417Z test_dispatch_meta_inplace_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8890607Z test_dispatch_meta_inplace_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8890805Z test_dispatch_meta_inplace_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.8891034Z test_dispatch_meta_inplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8891288Z test_dispatch_meta_inplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8896115Z test_dispatch_meta_inplace_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8896907Z test_dispatch_meta_inplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8898371Z test_dispatch_meta_inplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8898658Z test_dispatch_meta_inplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8898864Z test_dispatch_meta_inplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8899063Z test_dispatch_meta_inplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8899256Z test_dispatch_meta_inplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8899450Z test_dispatch_meta_inplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8899614Z test_dispatch_meta_inplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8899966Z test_dispatch_meta_inplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8900132Z test_dispatch_meta_inplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8900298Z test_dispatch_meta_inplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8900498Z test_dispatch_meta_inplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.8900683Z test_dispatch_meta_inplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8900878Z test_dispatch_meta_inplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8901071Z test_dispatch_meta_inplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.8901263Z test_dispatch_meta_inplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8901428Z test_dispatch_meta_inplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8901685Z test_dispatch_meta_inplace_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8901847Z test_dispatch_meta_inplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8902058Z test_dispatch_meta_inplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8902218Z test_dispatch_meta_inplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8902411Z test_dispatch_meta_inplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8902645Z test_dispatch_meta_inplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8902841Z test_dispatch_meta_inplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8903032Z test_dispatch_meta_inplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.8903221Z test_dispatch_meta_inplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:09.8903383Z test_dispatch_meta_inplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8903575Z test_dispatch_meta_inplace_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8903737Z test_dispatch_meta_inplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8903902Z test_dispatch_meta_inplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8904060Z test_dispatch_meta_inplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8904218Z test_dispatch_meta_inplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8904409Z test_dispatch_meta_inplace_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8904602Z test_dispatch_meta_inplace_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8904780Z test_dispatch_meta_inplace_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8904967Z test_dispatch_meta_inplace_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8905155Z test_dispatch_meta_inplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8905365Z test_dispatch_meta_inplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8905616Z test_dispatch_meta_inplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8905831Z test_dispatch_meta_inplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8906046Z test_dispatch_meta_inplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8906256Z test_dispatch_meta_inplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8906462Z test_dispatch_meta_inplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8906668Z test_dispatch_meta_inplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8906872Z test_dispatch_meta_inplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8907077Z test_dispatch_meta_inplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8907273Z test_dispatch_meta_inplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8907522Z test_dispatch_meta_inplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8907719Z test_dispatch_meta_inplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8907916Z test_dispatch_meta_inplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8908155Z test_dispatch_meta_inplace_expand_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8908362Z test_dispatch_meta_inplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8908572Z test_dispatch_meta_inplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8908815Z test_dispatch_meta_inplace_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8909024Z test_dispatch_meta_inplace_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8909218Z test_dispatch_meta_inplace_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8909417Z test_dispatch_meta_inplace_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8909619Z test_dispatch_meta_inplace_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8909819Z test_dispatch_meta_inplace_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8910017Z test_dispatch_meta_inplace_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8910218Z test_dispatch_meta_inplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8910368Z test_dispatch_meta_inplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8910562Z test_dispatch_meta_inplace_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8910721Z test_dispatch_meta_inplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8910876Z test_dispatch_meta_inplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8911072Z test_dispatch_meta_inplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8911309Z test_dispatch_meta_inplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8911502Z test_dispatch_meta_inplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8911696Z test_dispatch_meta_inplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8911879Z test_dispatch_meta_inplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.8912077Z test_dispatch_meta_inplace_eye_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8912280Z test_dispatch_meta_inplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8912483Z test_dispatch_meta_inplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8912683Z test_dispatch_meta_inplace_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8912880Z test_dispatch_meta_inplace_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8913122Z test_dispatch_meta_inplace_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8913317Z test_dispatch_meta_inplace_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8913507Z test_dispatch_meta_inplace_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8913691Z test_dispatch_meta_inplace_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8913883Z test_dispatch_meta_inplace_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8914123Z test_dispatch_meta_inplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8914324Z test_dispatch_meta_inplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8914532Z test_dispatch_meta_inplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8914778Z test_dispatch_meta_inplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8914977Z test_dispatch_meta_inplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8915177Z test_dispatch_meta_inplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8915362Z test_dispatch_meta_inplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8915555Z test_dispatch_meta_inplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8915745Z test_dispatch_meta_inplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8915949Z test_dispatch_meta_inplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8916149Z test_dispatch_meta_inplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8916349Z test_dispatch_meta_inplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8916551Z test_dispatch_meta_inplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8916801Z test_dispatch_meta_inplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8917003Z test_dispatch_meta_inplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8917208Z test_dispatch_meta_inplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8917405Z test_dispatch_meta_inplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8917604Z test_dispatch_meta_inplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8917801Z test_dispatch_meta_inplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8917998Z test_dispatch_meta_inplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8918197Z test_dispatch_meta_inplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8918393Z test_dispatch_meta_inplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8918639Z test_dispatch_meta_inplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8918845Z test_dispatch_meta_inplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8919046Z test_dispatch_meta_inplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8919250Z test_dispatch_meta_inplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8919449Z test_dispatch_meta_inplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8919647Z test_dispatch_meta_inplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8919840Z test_dispatch_meta_inplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8920076Z test_dispatch_meta_inplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8920279Z test_dispatch_meta_inplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8920489Z test_dispatch_meta_inplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8920737Z test_dispatch_meta_inplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8920952Z test_dispatch_meta_inplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8921152Z test_dispatch_meta_inplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8921363Z test_dispatch_meta_inplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8921570Z test_dispatch_meta_inplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8921775Z test_dispatch_meta_inplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8921982Z test_dispatch_meta_inplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8922184Z test_dispatch_meta_inplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8922429Z test_dispatch_meta_inplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8922732Z test_dispatch_meta_inplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8922941Z test_dispatch_meta_inplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8923143Z test_dispatch_meta_inplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8923344Z test_dispatch_meta_inplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8923549Z test_dispatch_meta_inplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8923759Z test_dispatch_meta_inplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8923962Z test_dispatch_meta_inplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8924209Z test_dispatch_meta_inplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8924410Z test_dispatch_meta_inplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8924608Z test_dispatch_meta_inplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8924808Z test_dispatch_meta_inplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8925008Z test_dispatch_meta_inplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8925207Z test_dispatch_meta_inplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8925406Z test_dispatch_meta_inplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8925614Z test_dispatch_meta_inplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8925820Z test_dispatch_meta_inplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8926063Z test_dispatch_meta_inplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8926267Z test_dispatch_meta_inplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8926465Z test_dispatch_meta_inplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8926698Z test_dispatch_meta_inplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8926894Z test_dispatch_meta_inplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8927093Z test_dispatch_meta_inplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8927289Z test_dispatch_meta_inplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8927473Z test_dispatch_meta_inplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8927683Z test_dispatch_meta_inplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8927935Z test_dispatch_meta_inplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8928140Z test_dispatch_meta_inplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8928342Z test_dispatch_meta_inplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8928544Z test_dispatch_meta_inplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8928740Z test_dispatch_meta_inplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8928936Z test_dispatch_meta_inplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8929140Z test_dispatch_meta_inplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8929337Z test_dispatch_meta_inplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8929536Z test_dispatch_meta_inplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8929783Z test_dispatch_meta_inplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8929987Z test_dispatch_meta_inplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8930187Z test_dispatch_meta_inplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8930390Z test_dispatch_meta_inplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8930589Z test_dispatch_meta_inplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8930789Z test_dispatch_meta_inplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8930985Z test_dispatch_meta_inplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8931181Z test_dispatch_meta_inplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8931381Z test_dispatch_meta_inplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8931578Z test_dispatch_meta_inplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8931786Z test_dispatch_meta_inplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8932035Z test_dispatch_meta_inplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8932239Z test_dispatch_meta_inplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8932445Z test_dispatch_meta_inplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8932683Z test_dispatch_meta_inplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8932882Z test_dispatch_meta_inplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8933078Z test_dispatch_meta_inplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8933265Z test_dispatch_meta_inplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8933505Z test_dispatch_meta_inplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8933704Z test_dispatch_meta_inplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8933915Z test_dispatch_meta_inplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8934124Z test_dispatch_meta_inplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8934328Z test_dispatch_meta_inplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8934532Z test_dispatch_meta_inplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8934731Z test_dispatch_meta_inplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8934932Z test_dispatch_meta_inplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8935130Z test_dispatch_meta_inplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8935368Z test_dispatch_meta_inplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8935569Z test_dispatch_meta_inplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8935781Z test_dispatch_meta_inplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8935990Z test_dispatch_meta_inplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8936206Z test_dispatch_meta_inplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8936420Z test_dispatch_meta_inplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8936635Z test_dispatch_meta_inplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8936847Z test_dispatch_meta_inplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8937059Z test_dispatch_meta_inplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8937266Z test_dispatch_meta_inplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8937472Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:09.8937679Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8937924Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8938136Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8938337Z test_dispatch_meta_inplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8938579Z test_dispatch_meta_inplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8938786Z test_dispatch_meta_inplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8939028Z test_dispatch_meta_inplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8939229Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8939431Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8939615Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8939820Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8940022Z test_dispatch_meta_inplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8940221Z test_dispatch_meta_inplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8940428Z test_dispatch_meta_inplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8940631Z test_dispatch_meta_inplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8940869Z test_dispatch_meta_inplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8941066Z test_dispatch_meta_inplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8941261Z test_dispatch_meta_inplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8941462Z test_dispatch_meta_inplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8941659Z test_dispatch_meta_inplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8941857Z test_dispatch_meta_inplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8942061Z test_dispatch_meta_inplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8942269Z test_dispatch_meta_inplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8942470Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8942671Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8942869Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8943075Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8943277Z test_dispatch_meta_inplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8943479Z test_dispatch_meta_inplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8943692Z test_dispatch_meta_inplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8943941Z test_dispatch_meta_inplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8944151Z test_dispatch_meta_inplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8944353Z test_dispatch_meta_inplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8944638Z test_dispatch_meta_inplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8944840Z test_dispatch_meta_inplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8945042Z test_dispatch_meta_inplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8945241Z test_dispatch_meta_inplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8945426Z test_dispatch_meta_inplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8945629Z test_dispatch_meta_inplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8945834Z test_dispatch_meta_inplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8946044Z test_dispatch_meta_inplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8946297Z test_dispatch_meta_inplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8946499Z test_dispatch_meta_inplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8946699Z test_dispatch_meta_inplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8946899Z test_dispatch_meta_inplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8947094Z test_dispatch_meta_inplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8947297Z test_dispatch_meta_inplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8947499Z test_dispatch_meta_inplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8947697Z test_dispatch_meta_inplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8947907Z test_dispatch_meta_inplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8948119Z test_dispatch_meta_inplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8948324Z test_dispatch_meta_inplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8948530Z test_dispatch_meta_inplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8948733Z test_dispatch_meta_inplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8948934Z test_dispatch_meta_inplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8949137Z test_dispatch_meta_inplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8949338Z test_dispatch_meta_inplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8949537Z test_dispatch_meta_inplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8949739Z test_dispatch_meta_inplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8950025Z test_dispatch_meta_inplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8950232Z test_dispatch_meta_inplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8950470Z test_dispatch_meta_inplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8950673Z test_dispatch_meta_inplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8950866Z test_dispatch_meta_inplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8951066Z test_dispatch_meta_inplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8951261Z test_dispatch_meta_inplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8951452Z test_dispatch_meta_inplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8951654Z test_dispatch_meta_inplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8951899Z test_dispatch_meta_inplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8952100Z test_dispatch_meta_inplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8952300Z test_dispatch_meta_inplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8952493Z test_dispatch_meta_inplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8952694Z test_dispatch_meta_inplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8952895Z test_dispatch_meta_inplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8953094Z test_dispatch_meta_inplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8953295Z test_dispatch_meta_inplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8953498Z test_dispatch_meta_inplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8953698Z test_dispatch_meta_inplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8953894Z test_dispatch_meta_inplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8954090Z test_dispatch_meta_inplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8954288Z test_dispatch_meta_inplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8954489Z test_dispatch_meta_inplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8954650Z test_dispatch_meta_inplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8954807Z test_dispatch_meta_inplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8954970Z test_dispatch_meta_inplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8955131Z test_dispatch_meta_inplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8955292Z test_dispatch_meta_inplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8955453Z test_dispatch_meta_inplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8955647Z test_dispatch_meta_inplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8955844Z test_dispatch_meta_inplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8955993Z test_dispatch_meta_inplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8956144Z test_dispatch_meta_inplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8956292Z test_dispatch_meta_inplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.8956485Z test_dispatch_meta_inplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8956645Z test_dispatch_meta_inplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8956853Z test_dispatch_meta_inplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8957060Z test_dispatch_meta_inplace_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8957271Z test_dispatch_meta_inplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8957925Z test_dispatch_meta_inplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8958132Z test_dispatch_meta_inplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8958340Z test_dispatch_meta_inplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8958543Z test_dispatch_meta_inplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8958745Z test_dispatch_meta_inplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8958948Z test_dispatch_meta_inplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8959234Z test_dispatch_meta_inplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8959483Z test_dispatch_meta_inplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8959720Z test_dispatch_meta_inplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8959954Z test_dispatch_meta_inplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.8960189Z test_dispatch_meta_inplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8960426Z test_dispatch_meta_inplace_flip_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8960665Z test_dispatch_meta_inplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8960900Z test_dispatch_meta_inplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8961136Z test_dispatch_meta_inplace_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8961364Z test_dispatch_meta_inplace_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8961597Z test_dispatch_meta_inplace_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8961835Z test_dispatch_meta_inplace_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8962118Z test_dispatch_meta_inplace_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8962384Z test_dispatch_meta_inplace_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8962706Z test_dispatch_meta_inplace_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8962942Z test_dispatch_meta_inplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8963177Z test_dispatch_meta_inplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8963409Z test_dispatch_meta_inplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8963652Z test_dispatch_meta_inplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8963890Z test_dispatch_meta_inplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8964122Z test_dispatch_meta_inplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8964397Z test_dispatch_meta_inplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8964630Z test_dispatch_meta_inplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8964860Z test_dispatch_meta_inplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8965091Z test_dispatch_meta_inplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8965315Z test_dispatch_meta_inplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8965546Z test_dispatch_meta_inplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8965777Z test_dispatch_meta_inplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8966013Z test_dispatch_meta_inplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8966244Z test_dispatch_meta_inplace_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8966482Z test_dispatch_meta_inplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8966716Z test_dispatch_meta_inplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8966948Z test_dispatch_meta_inplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8967171Z test_dispatch_meta_inplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8967398Z test_dispatch_meta_inplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8967628Z test_dispatch_meta_inplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8967896Z test_dispatch_meta_inplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8968120Z test_dispatch_meta_inplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8968348Z test_dispatch_meta_inplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8968584Z test_dispatch_meta_inplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8968864Z test_dispatch_meta_inplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8969108Z test_dispatch_meta_inplace_float_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8969355Z test_dispatch_meta_inplace_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8969597Z test_dispatch_meta_inplace_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8969833Z test_dispatch_meta_inplace_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8970067Z test_dispatch_meta_inplace_float_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8970304Z test_dispatch_meta_inplace_float_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8970542Z test_dispatch_meta_inplace_float_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8970823Z test_dispatch_meta_inplace_float_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8971046Z test_dispatch_meta_inplace_float_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8971277Z test_dispatch_meta_inplace_float_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8971510Z test_dispatch_meta_inplace_float_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8971740Z test_dispatch_meta_inplace_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8971987Z test_dispatch_meta_inplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8972233Z test_dispatch_meta_inplace_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8972491Z test_dispatch_meta_inplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8972741Z test_dispatch_meta_inplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T01:52:09.8972988Z test_dispatch_meta_inplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8973229Z test_dispatch_meta_inplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8973465Z test_dispatch_meta_inplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8973752Z test_dispatch_meta_inplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8974000Z test_dispatch_meta_inplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8974281Z test_dispatch_meta_inplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8974530Z test_dispatch_meta_inplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:09.8974776Z test_dispatch_meta_inplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.010s) 2022-11-23T01:52:09.8974974Z test_dispatch_meta_inplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8975168Z test_dispatch_meta_inplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8975359Z test_dispatch_meta_inplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8975552Z test_dispatch_meta_inplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8975741Z test_dispatch_meta_inplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8975924Z test_dispatch_meta_inplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8976114Z test_dispatch_meta_inplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8976303Z test_dispatch_meta_inplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8976506Z test_dispatch_meta_inplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.8976709Z test_dispatch_meta_inplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.8976908Z test_dispatch_meta_inplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.8977106Z test_dispatch_meta_inplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.8977347Z test_dispatch_meta_inplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8977544Z test_dispatch_meta_inplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8977745Z test_dispatch_meta_inplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8977944Z test_dispatch_meta_inplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8978136Z test_dispatch_meta_inplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8978376Z test_dispatch_meta_inplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8978612Z test_dispatch_meta_inplace_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8978846Z test_dispatch_meta_inplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8979077Z test_dispatch_meta_inplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8979307Z test_dispatch_meta_inplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8979491Z test_dispatch_meta_inplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8979762Z test_dispatch_meta_inplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8979992Z test_dispatch_meta_inplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8980263Z test_dispatch_meta_inplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8980490Z test_dispatch_meta_inplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8980726Z test_dispatch_meta_inplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8980952Z test_dispatch_meta_inplace_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8981181Z test_dispatch_meta_inplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.8981410Z test_dispatch_meta_inplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8981647Z test_dispatch_meta_inplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8981919Z test_dispatch_meta_inplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8982149Z test_dispatch_meta_inplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8982370Z test_dispatch_meta_inplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8982598Z test_dispatch_meta_inplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8982830Z test_dispatch_meta_inplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8983025Z test_dispatch_meta_inplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.8983217Z test_dispatch_meta_inplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8983405Z test_dispatch_meta_inplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8983585Z test_dispatch_meta_inplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8983772Z test_dispatch_meta_inplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8983998Z test_dispatch_meta_inplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.8984182Z test_dispatch_meta_inplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8984370Z test_dispatch_meta_inplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8984517Z test_dispatch_meta_inplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8984711Z test_dispatch_meta_inplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8984904Z test_dispatch_meta_inplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8985095Z test_dispatch_meta_inplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8985283Z test_dispatch_meta_inplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.8985525Z test_dispatch_meta_inplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8985808Z test_dispatch_meta_inplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8986037Z test_dispatch_meta_inplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8986317Z test_dispatch_meta_inplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8986552Z test_dispatch_meta_inplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8986782Z test_dispatch_meta_inplace_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8987026Z test_dispatch_meta_inplace_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8987258Z test_dispatch_meta_inplace_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8987497Z test_dispatch_meta_inplace_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8987734Z test_dispatch_meta_inplace_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8987961Z test_dispatch_meta_inplace_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8988195Z test_dispatch_meta_inplace_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8988813Z test_dispatch_meta_inplace_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8989055Z test_dispatch_meta_inplace_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8989289Z test_dispatch_meta_inplace_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8989520Z test_dispatch_meta_inplace_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8989748Z test_dispatch_meta_inplace_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8989986Z test_dispatch_meta_inplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.8990219Z test_dispatch_meta_inplace_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8990462Z test_dispatch_meta_inplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8990659Z test_dispatch_meta_inplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.8990948Z test_dispatch_meta_inplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.8991185Z test_dispatch_meta_inplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8991422Z test_dispatch_meta_inplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8991705Z test_dispatch_meta_inplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8991941Z test_dispatch_meta_inplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8992216Z test_dispatch_meta_inplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8992456Z test_dispatch_meta_inplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8992691Z test_dispatch_meta_inplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8992926Z test_dispatch_meta_inplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8993163Z test_dispatch_meta_inplace_gather_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8993405Z test_dispatch_meta_inplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8993646Z test_dispatch_meta_inplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8993885Z test_dispatch_meta_inplace_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8994120Z test_dispatch_meta_inplace_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8994355Z test_dispatch_meta_inplace_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8994587Z test_dispatch_meta_inplace_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8994817Z test_dispatch_meta_inplace_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8995041Z test_dispatch_meta_inplace_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8995328Z test_dispatch_meta_inplace_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8995560Z test_dispatch_meta_inplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8995749Z test_dispatch_meta_inplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.8995936Z test_dispatch_meta_inplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8996122Z test_dispatch_meta_inplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8996309Z test_dispatch_meta_inplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8996496Z test_dispatch_meta_inplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.8996642Z test_dispatch_meta_inplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.8996826Z test_dispatch_meta_inplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.8997013Z test_dispatch_meta_inplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8997194Z test_dispatch_meta_inplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8997421Z test_dispatch_meta_inplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8997653Z test_dispatch_meta_inplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.8997838Z test_dispatch_meta_inplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8998020Z test_dispatch_meta_inplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.8998244Z test_dispatch_meta_inplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.8998430Z test_dispatch_meta_inplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.8998669Z test_dispatch_meta_inplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8998912Z test_dispatch_meta_inplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8999145Z test_dispatch_meta_inplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.8999381Z test_dispatch_meta_inplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8999628Z test_dispatch_meta_inplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.8999876Z test_dispatch_meta_inplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9000119Z test_dispatch_meta_inplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9000365Z test_dispatch_meta_inplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9000608Z test_dispatch_meta_inplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9000843Z test_dispatch_meta_inplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9001084Z test_dispatch_meta_inplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9001316Z test_dispatch_meta_inplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9001508Z test_dispatch_meta_inplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9001741Z test_dispatch_meta_inplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9002039Z test_dispatch_meta_inplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9002288Z test_dispatch_meta_inplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9002483Z test_dispatch_meta_inplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9002754Z test_dispatch_meta_inplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9002948Z test_dispatch_meta_inplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9003138Z test_dispatch_meta_inplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9003324Z test_dispatch_meta_inplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9003551Z test_dispatch_meta_inplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9003739Z test_dispatch_meta_inplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9003925Z test_dispatch_meta_inplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9004152Z test_dispatch_meta_inplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9004390Z test_dispatch_meta_inplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9004631Z test_dispatch_meta_inplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9004866Z test_dispatch_meta_inplace_half_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9005103Z test_dispatch_meta_inplace_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9005340Z test_dispatch_meta_inplace_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9005578Z test_dispatch_meta_inplace_half_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9024619Z test_dispatch_meta_inplace_half_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9024867Z test_dispatch_meta_inplace_half_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9025098Z test_dispatch_meta_inplace_half_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9025326Z test_dispatch_meta_inplace_half_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9025505Z test_dispatch_meta_inplace_half_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9025732Z test_dispatch_meta_inplace_half_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9025964Z test_dispatch_meta_inplace_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9026166Z test_dispatch_meta_inplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9026360Z test_dispatch_meta_inplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9026559Z test_dispatch_meta_inplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9026757Z test_dispatch_meta_inplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9026952Z test_dispatch_meta_inplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9027147Z test_dispatch_meta_inplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9027343Z test_dispatch_meta_inplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9027543Z test_dispatch_meta_inplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9027900Z test_dispatch_meta_inplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9028098Z test_dispatch_meta_inplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9028383Z test_dispatch_meta_inplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9028620Z test_dispatch_meta_inplace_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9028856Z test_dispatch_meta_inplace_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9029099Z test_dispatch_meta_inplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9029334Z test_dispatch_meta_inplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9029577Z test_dispatch_meta_inplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9029821Z test_dispatch_meta_inplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9030113Z test_dispatch_meta_inplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9030340Z test_dispatch_meta_inplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9030580Z test_dispatch_meta_inplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9030819Z test_dispatch_meta_inplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9031019Z test_dispatch_meta_inplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9031251Z test_dispatch_meta_inplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9031489Z test_dispatch_meta_inplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9031719Z test_dispatch_meta_inplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9031949Z test_dispatch_meta_inplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9032177Z test_dispatch_meta_inplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9032407Z test_dispatch_meta_inplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9032645Z test_dispatch_meta_inplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9032872Z test_dispatch_meta_inplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9033107Z test_dispatch_meta_inplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9033338Z test_dispatch_meta_inplace_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9033657Z test_dispatch_meta_inplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9033900Z test_dispatch_meta_inplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9034178Z test_dispatch_meta_inplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9034468Z test_dispatch_meta_inplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9034705Z test_dispatch_meta_inplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9034940Z test_dispatch_meta_inplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9035168Z test_dispatch_meta_inplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9035394Z test_dispatch_meta_inplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9035622Z test_dispatch_meta_inplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9035851Z test_dispatch_meta_inplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9036081Z test_dispatch_meta_inplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9036276Z test_dispatch_meta_inplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9036517Z test_dispatch_meta_inplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9036704Z test_dispatch_meta_inplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9036893Z test_dispatch_meta_inplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9037075Z test_dispatch_meta_inplace_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9037262Z test_dispatch_meta_inplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9037445Z test_dispatch_meta_inplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9037673Z test_dispatch_meta_inplace_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9037896Z test_dispatch_meta_inplace_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:09.9038119Z test_dispatch_meta_inplace_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9038339Z test_dispatch_meta_inplace_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9038555Z test_dispatch_meta_inplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9038747Z test_dispatch_meta_inplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9038948Z test_dispatch_meta_inplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9039138Z test_dispatch_meta_inplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9039330Z test_dispatch_meta_inplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9039563Z test_dispatch_meta_inplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9039757Z test_dispatch_meta_inplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9039942Z test_dispatch_meta_inplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9040205Z test_dispatch_meta_inplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9040444Z test_dispatch_meta_inplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9040678Z test_dispatch_meta_inplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9040911Z test_dispatch_meta_inplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9041153Z test_dispatch_meta_inplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9041344Z test_dispatch_meta_inplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9041506Z test_dispatch_meta_inplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9041703Z test_dispatch_meta_inplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9041895Z test_dispatch_meta_inplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9042087Z test_dispatch_meta_inplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9042278Z test_dispatch_meta_inplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9042471Z test_dispatch_meta_inplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9042745Z test_dispatch_meta_inplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9042940Z test_dispatch_meta_inplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9043175Z test_dispatch_meta_inplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9043365Z test_dispatch_meta_inplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9043551Z test_dispatch_meta_inplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9043748Z test_dispatch_meta_inplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9043937Z test_dispatch_meta_inplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9044145Z test_dispatch_meta_inplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9044351Z test_dispatch_meta_inplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9044553Z test_dispatch_meta_inplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9044747Z test_dispatch_meta_inplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9044943Z test_dispatch_meta_inplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9045141Z test_dispatch_meta_inplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9045293Z test_dispatch_meta_inplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9045533Z test_dispatch_meta_inplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9045732Z test_dispatch_meta_inplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9045924Z test_dispatch_meta_inplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9046160Z test_dispatch_meta_inplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9046357Z test_dispatch_meta_inplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9046562Z test_dispatch_meta_inplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9046763Z test_dispatch_meta_inplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9046959Z test_dispatch_meta_inplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9047154Z test_dispatch_meta_inplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9047352Z test_dispatch_meta_inplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9047543Z test_dispatch_meta_inplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9047734Z test_dispatch_meta_inplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9047966Z test_dispatch_meta_inplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9048157Z test_dispatch_meta_inplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9048354Z test_dispatch_meta_inplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9048545Z test_dispatch_meta_inplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9048737Z test_dispatch_meta_inplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9048938Z test_dispatch_meta_inplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9049094Z test_dispatch_meta_inplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9049291Z test_dispatch_meta_inplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9049487Z test_dispatch_meta_inplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9049678Z test_dispatch_meta_inplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9049870Z test_dispatch_meta_inplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9050104Z test_dispatch_meta_inplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9050296Z test_dispatch_meta_inplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9050485Z test_dispatch_meta_inplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9050679Z test_dispatch_meta_inplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9050869Z test_dispatch_meta_inplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9051072Z test_dispatch_meta_inplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:09.9051272Z test_dispatch_meta_inplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:09.9051512Z test_dispatch_meta_inplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:09.9051712Z test_dispatch_meta_inplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:09.9051911Z test_dispatch_meta_inplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:09.9052148Z test_dispatch_meta_inplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9052348Z test_dispatch_meta_inplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:09.9052538Z test_dispatch_meta_inplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:09.9052735Z test_dispatch_meta_inplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:09.9052985Z test_dispatch_meta_inplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9053185Z test_dispatch_meta_inplace_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9053432Z test_dispatch_meta_inplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9053678Z test_dispatch_meta_inplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9053925Z test_dispatch_meta_inplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9054172Z test_dispatch_meta_inplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9054416Z test_dispatch_meta_inplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9054700Z test_dispatch_meta_inplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9054942Z test_dispatch_meta_inplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9055179Z test_dispatch_meta_inplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9055412Z test_dispatch_meta_inplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9055643Z test_dispatch_meta_inplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9055876Z test_dispatch_meta_inplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9056113Z test_dispatch_meta_inplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9056347Z test_dispatch_meta_inplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9056624Z test_dispatch_meta_inplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9056861Z test_dispatch_meta_inplace_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9057086Z test_dispatch_meta_inplace_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9057320Z test_dispatch_meta_inplace_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9057588Z test_dispatch_meta_inplace_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9057821Z test_dispatch_meta_inplace_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9058092Z test_dispatch_meta_inplace_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9058324Z test_dispatch_meta_inplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9058552Z test_dispatch_meta_inplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9058781Z test_dispatch_meta_inplace_int_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9059017Z test_dispatch_meta_inplace_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9059248Z test_dispatch_meta_inplace_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9059477Z test_dispatch_meta_inplace_int_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9059705Z test_dispatch_meta_inplace_int_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9059929Z test_dispatch_meta_inplace_int_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9060113Z test_dispatch_meta_inplace_int_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9060337Z test_dispatch_meta_inplace_int_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9060554Z test_dispatch_meta_inplace_int_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9060781Z test_dispatch_meta_inplace_int_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9061052Z test_dispatch_meta_inplace_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9061288Z test_dispatch_meta_inplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9061524Z test_dispatch_meta_inplace_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9061764Z test_dispatch_meta_inplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9062003Z test_dispatch_meta_inplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9062238Z test_dispatch_meta_inplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9062474Z test_dispatch_meta_inplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9062707Z test_dispatch_meta_inplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9062983Z test_dispatch_meta_inplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9063217Z test_dispatch_meta_inplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9063493Z test_dispatch_meta_inplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9063724Z test_dispatch_meta_inplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9063997Z test_dispatch_meta_inplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9064241Z test_dispatch_meta_inplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9064472Z test_dispatch_meta_inplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9064714Z test_dispatch_meta_inplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9064950Z test_dispatch_meta_inplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9065194Z test_dispatch_meta_inplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9065432Z test_dispatch_meta_inplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9065667Z test_dispatch_meta_inplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9065903Z test_dispatch_meta_inplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9066138Z test_dispatch_meta_inplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9066366Z test_dispatch_meta_inplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9066548Z test_dispatch_meta_inplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9066781Z test_dispatch_meta_inplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9067014Z test_dispatch_meta_inplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9067246Z test_dispatch_meta_inplace_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9067526Z test_dispatch_meta_inplace_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9067752Z test_dispatch_meta_inplace_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9067972Z test_dispatch_meta_inplace_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9068187Z test_dispatch_meta_inplace_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9068413Z test_dispatch_meta_inplace_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9068641Z test_dispatch_meta_inplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9068876Z test_dispatch_meta_inplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9069097Z test_dispatch_meta_inplace_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9069414Z test_dispatch_meta_inplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9069653Z test_dispatch_meta_inplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9069929Z test_dispatch_meta_inplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9070168Z test_dispatch_meta_inplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9070392Z test_dispatch_meta_inplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9070625Z test_dispatch_meta_inplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9070849Z test_dispatch_meta_inplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9071079Z test_dispatch_meta_inplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9071304Z test_dispatch_meta_inplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9071528Z test_dispatch_meta_inplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9071750Z test_dispatch_meta_inplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9071984Z test_dispatch_meta_inplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9072214Z test_dispatch_meta_inplace_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9072449Z test_dispatch_meta_inplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9072685Z test_dispatch_meta_inplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9072875Z test_dispatch_meta_inplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9073099Z test_dispatch_meta_inplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9073327Z test_dispatch_meta_inplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9073551Z test_dispatch_meta_inplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9073817Z test_dispatch_meta_inplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9074039Z test_dispatch_meta_inplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9074266Z test_dispatch_meta_inplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9074485Z test_dispatch_meta_inplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9074717Z test_dispatch_meta_inplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9074948Z test_dispatch_meta_inplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9075187Z test_dispatch_meta_inplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9075467Z test_dispatch_meta_inplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9075710Z test_dispatch_meta_inplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9076033Z test_dispatch_meta_inplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9076269Z test_dispatch_meta_inplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9076502Z test_dispatch_meta_inplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9076734Z test_dispatch_meta_inplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9076967Z test_dispatch_meta_inplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9077204Z test_dispatch_meta_inplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9077443Z test_dispatch_meta_inplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9077681Z test_dispatch_meta_inplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9077915Z test_dispatch_meta_inplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9078151Z test_dispatch_meta_inplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9078381Z test_dispatch_meta_inplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9078614Z test_dispatch_meta_inplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9078844Z test_dispatch_meta_inplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9079079Z test_dispatch_meta_inplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9079317Z test_dispatch_meta_inplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9079507Z test_dispatch_meta_inplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9079740Z test_dispatch_meta_inplace_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9079978Z test_dispatch_meta_inplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9080258Z test_dispatch_meta_inplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9080496Z test_dispatch_meta_inplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9080728Z test_dispatch_meta_inplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9080963Z test_dispatch_meta_inplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9081236Z test_dispatch_meta_inplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9081471Z test_dispatch_meta_inplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9081698Z test_dispatch_meta_inplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9081971Z test_dispatch_meta_inplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9082680Z test_dispatch_meta_inplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9082916Z test_dispatch_meta_inplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9083176Z test_dispatch_meta_inplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9083412Z test_dispatch_meta_inplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9083657Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9083896Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9084142Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9084387Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9084629Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9084869Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9085108Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:09.9085351Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9085590Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9085822Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9086059Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9086294Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9086542Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9086792Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9087056Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9087358Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9087617Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9087910Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9088159Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9088405Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9088651Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9088891Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9089182Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9089426Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9089661Z test_dispatch_meta_inplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9089890Z test_dispatch_meta_inplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9090127Z test_dispatch_meta_inplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9090364Z test_dispatch_meta_inplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9090593Z test_dispatch_meta_inplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9090823Z test_dispatch_meta_inplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9091050Z test_dispatch_meta_inplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9091271Z test_dispatch_meta_inplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9091491Z test_dispatch_meta_inplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9091709Z test_dispatch_meta_inplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9091937Z test_dispatch_meta_inplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9092156Z test_dispatch_meta_inplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:09.9092404Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9092643Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9092890Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:09.9093175Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9093463Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9093704Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:09.9093983Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9094221Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9094421Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9094664Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9094899Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9095138Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9095370Z test_dispatch_meta_inplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:09.9095642Z test_dispatch_meta_inplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9095874Z test_dispatch_meta_inplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9096111Z test_dispatch_meta_inplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9096338Z test_dispatch_meta_inplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9096561Z test_dispatch_meta_inplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9096794Z test_dispatch_meta_inplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:09.9097017Z test_dispatch_meta_inplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:09.9097236Z test_dispatch_meta_inplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9097452Z test_dispatch_meta_inplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9097675Z test_dispatch_meta_inplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9097896Z test_dispatch_meta_inplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:09.9098130Z test_dispatch_meta_inplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9098360Z test_dispatch_meta_inplace_kron_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9098594Z test_dispatch_meta_inplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9098830Z test_dispatch_meta_inplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9099058Z test_dispatch_meta_inplace_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9099329Z test_dispatch_meta_inplace_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9099557Z test_dispatch_meta_inplace_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9099870Z test_dispatch_meta_inplace_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9100095Z test_dispatch_meta_inplace_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9100313Z test_dispatch_meta_inplace_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9100537Z test_dispatch_meta_inplace_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9100720Z test_dispatch_meta_inplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9100958Z test_dispatch_meta_inplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9101195Z test_dispatch_meta_inplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9101431Z test_dispatch_meta_inplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9101664Z test_dispatch_meta_inplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9101936Z test_dispatch_meta_inplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9102167Z test_dispatch_meta_inplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9102402Z test_dispatch_meta_inplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9102631Z test_dispatch_meta_inplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9102816Z test_dispatch_meta_inplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9103007Z test_dispatch_meta_inplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9103195Z test_dispatch_meta_inplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9103384Z test_dispatch_meta_inplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9177769Z test_dispatch_meta_inplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9178160Z test_dispatch_meta_inplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9178369Z test_dispatch_meta_inplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9178533Z test_dispatch_meta_inplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9178701Z test_dispatch_meta_inplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9178865Z test_dispatch_meta_inplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9179026Z test_dispatch_meta_inplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9179177Z test_dispatch_meta_inplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9179375Z test_dispatch_meta_inplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9179568Z test_dispatch_meta_inplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9179821Z test_dispatch_meta_inplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9180024Z test_dispatch_meta_inplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9180211Z test_dispatch_meta_inplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9180370Z test_dispatch_meta_inplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9180760Z test_dispatch_meta_inplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9180917Z test_dispatch_meta_inplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9181070Z test_dispatch_meta_inplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9181212Z test_dispatch_meta_inplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9181364Z test_dispatch_meta_inplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9181521Z test_dispatch_meta_inplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9181670Z test_dispatch_meta_inplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9181806Z test_dispatch_meta_inplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9181954Z test_dispatch_meta_inplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9182115Z test_dispatch_meta_inplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9182279Z test_dispatch_meta_inplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9182504Z test_dispatch_meta_inplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9182659Z test_dispatch_meta_inplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9182812Z test_dispatch_meta_inplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9182969Z test_dispatch_meta_inplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9183167Z test_dispatch_meta_inplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9183323Z test_dispatch_meta_inplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9183486Z test_dispatch_meta_inplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9183688Z test_dispatch_meta_inplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9183880Z test_dispatch_meta_inplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9184077Z test_dispatch_meta_inplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9184268Z test_dispatch_meta_inplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9184458Z test_dispatch_meta_inplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9184681Z test_dispatch_meta_inplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9184902Z test_dispatch_meta_inplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9185113Z test_dispatch_meta_inplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9185318Z test_dispatch_meta_inplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9185538Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9185756Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9185971Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9186170Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9186807Z test_dispatch_meta_inplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9187026Z test_dispatch_meta_inplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9187233Z test_dispatch_meta_inplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9187439Z test_dispatch_meta_inplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9187645Z test_dispatch_meta_inplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9187856Z test_dispatch_meta_inplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9188067Z test_dispatch_meta_inplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9188276Z test_dispatch_meta_inplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9188530Z test_dispatch_meta_inplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9188734Z test_dispatch_meta_inplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9188938Z test_dispatch_meta_inplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9189130Z test_dispatch_meta_inplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9189333Z test_dispatch_meta_inplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9189527Z test_dispatch_meta_inplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9189736Z test_dispatch_meta_inplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9189943Z test_dispatch_meta_inplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9190141Z test_dispatch_meta_inplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9190338Z test_dispatch_meta_inplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9190558Z test_dispatch_meta_inplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9190784Z test_dispatch_meta_inplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9190996Z test_dispatch_meta_inplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9191209Z test_dispatch_meta_inplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9191418Z test_dispatch_meta_inplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9191628Z test_dispatch_meta_inplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9191825Z test_dispatch_meta_inplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9192073Z test_dispatch_meta_inplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9192287Z test_dispatch_meta_inplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9192501Z test_dispatch_meta_inplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9192704Z test_dispatch_meta_inplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9192910Z test_dispatch_meta_inplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9193112Z test_dispatch_meta_inplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9193322Z test_dispatch_meta_inplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9193531Z test_dispatch_meta_inplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9193744Z test_dispatch_meta_inplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9193999Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9194213Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9194418Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9194621Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9194855Z test_dispatch_meta_inplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9195084Z test_dispatch_meta_inplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9195311Z test_dispatch_meta_inplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9195537Z test_dispatch_meta_inplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9195740Z test_dispatch_meta_inplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9195949Z test_dispatch_meta_inplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9196148Z test_dispatch_meta_inplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9196347Z test_dispatch_meta_inplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9196556Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9196765Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9196965Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9197173Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9197393Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9197645Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9197857Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9198062Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9198280Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9198502Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9198712Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9198929Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9199138Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9199396Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9199608Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9199807Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9200018Z test_dispatch_meta_inplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9200219Z test_dispatch_meta_inplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9200420Z test_dispatch_meta_inplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9200626Z test_dispatch_meta_inplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9200856Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9201080Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.005s) 2022-11-23T01:52:09.9201301Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9201518Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9201725Z test_dispatch_meta_inplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9201928Z test_dispatch_meta_inplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9202131Z test_dispatch_meta_inplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9202333Z test_dispatch_meta_inplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9202632Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9202850Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9203108Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9203316Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9203536Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9203755Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9203973Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9204181Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9204393Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9204603Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9204855Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9205056Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9205271Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9205489Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9205713Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9205921Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9206123Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9206322Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9206538Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9206755Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9206968Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9207182Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9207391Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9207606Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9207810Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9208014Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9208239Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9208503Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9208736Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9208957Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9209161Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9209371Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9209582Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9209794Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9210036Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9210242Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9210444Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9210652Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9210916Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9211126Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9211329Z test_dispatch_meta_inplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9211580Z test_dispatch_meta_inplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9211789Z test_dispatch_meta_inplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9211995Z test_dispatch_meta_inplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9212195Z test_dispatch_meta_inplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9212402Z test_dispatch_meta_inplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9212634Z 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:52:09.9212870Z 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:52:09.9213108Z 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:52:09.9213336Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9213558Z 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:52:09.9213817Z 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:52:09.9214025Z test_dispatch_meta_inplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9214233Z test_dispatch_meta_inplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9214436Z test_dispatch_meta_inplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9214636Z test_dispatch_meta_inplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9214850Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9215075Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9215290Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9215549Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9215809Z 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:52:09.9216062Z 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:52:09.9216307Z 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.010s) 2022-11-23T01:52:09.9216550Z 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:52:09.9216756Z test_dispatch_meta_inplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9216968Z test_dispatch_meta_inplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9217171Z test_dispatch_meta_inplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9217375Z test_dispatch_meta_inplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9217591Z test_dispatch_meta_inplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9217808Z test_dispatch_meta_inplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9218014Z test_dispatch_meta_inplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9218226Z test_dispatch_meta_inplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9218434Z test_dispatch_meta_inplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9218643Z test_dispatch_meta_inplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9218847Z test_dispatch_meta_inplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9219051Z test_dispatch_meta_inplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9219305Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9219518Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9219724Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9219926Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9220150Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9220377Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9220595Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9220818Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9221063Z test_dispatch_meta_inplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9221269Z test_dispatch_meta_inplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9221470Z test_dispatch_meta_inplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9221671Z test_dispatch_meta_inplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9221884Z test_dispatch_meta_inplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9222096Z test_dispatch_meta_inplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9222309Z test_dispatch_meta_inplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9222504Z test_dispatch_meta_inplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9222724Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9222943Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9223158Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9223366Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9223588Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9223811Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9224030Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9224244Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9224460Z test_dispatch_meta_inplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9224716Z test_dispatch_meta_inplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9224926Z test_dispatch_meta_inplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9225140Z test_dispatch_meta_inplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9225347Z test_dispatch_meta_inplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9225556Z test_dispatch_meta_inplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9225761Z test_dispatch_meta_inplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9225971Z test_dispatch_meta_inplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9226176Z test_dispatch_meta_inplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9226431Z test_dispatch_meta_inplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9226647Z test_dispatch_meta_inplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9226860Z test_dispatch_meta_inplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9227069Z test_dispatch_meta_inplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9227278Z test_dispatch_meta_inplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9227498Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9227718Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9227940Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9228156Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9228367Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9228571Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9228778Z test_dispatch_meta_inplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9228986Z test_dispatch_meta_inplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9229195Z test_dispatch_meta_inplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9229389Z test_dispatch_meta_inplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9229592Z test_dispatch_meta_inplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9229792Z test_dispatch_meta_inplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9229995Z test_dispatch_meta_inplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9230238Z test_dispatch_meta_inplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9230444Z test_dispatch_meta_inplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9230647Z test_dispatch_meta_inplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9230846Z test_dispatch_meta_inplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9231010Z test_dispatch_meta_inplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9231205Z test_dispatch_meta_inplace_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9231369Z test_dispatch_meta_inplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9231536Z test_dispatch_meta_inplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9231697Z test_dispatch_meta_inplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9231892Z test_dispatch_meta_inplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9232088Z test_dispatch_meta_inplace_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9232281Z test_dispatch_meta_inplace_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9232471Z test_dispatch_meta_inplace_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9232666Z test_dispatch_meta_inplace_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9232854Z test_dispatch_meta_inplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9233018Z test_dispatch_meta_inplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9233209Z test_dispatch_meta_inplace_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:09.9233371Z test_dispatch_meta_inplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9233524Z test_dispatch_meta_inplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9233703Z test_dispatch_meta_inplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9233895Z test_dispatch_meta_inplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9234086Z test_dispatch_meta_inplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9234277Z test_dispatch_meta_inplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9234467Z test_dispatch_meta_inplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9234628Z test_dispatch_meta_inplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9234819Z test_dispatch_meta_inplace_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9234983Z test_dispatch_meta_inplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9235143Z test_dispatch_meta_inplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9235302Z test_dispatch_meta_inplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9235455Z test_dispatch_meta_inplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9235685Z test_dispatch_meta_inplace_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9235879Z test_dispatch_meta_inplace_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9236068Z test_dispatch_meta_inplace_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9236258Z test_dispatch_meta_inplace_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9236444Z test_dispatch_meta_inplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9236603Z test_dispatch_meta_inplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9236794Z test_dispatch_meta_inplace_log_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9236958Z test_dispatch_meta_inplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9237121Z test_dispatch_meta_inplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9237280Z test_dispatch_meta_inplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9237461Z test_dispatch_meta_inplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9237652Z test_dispatch_meta_inplace_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9237842Z test_dispatch_meta_inplace_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9238029Z test_dispatch_meta_inplace_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9238215Z test_dispatch_meta_inplace_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9238401Z test_dispatch_meta_inplace_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9238613Z test_dispatch_meta_inplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9238824Z test_dispatch_meta_inplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9239033Z test_dispatch_meta_inplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9239254Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9239471Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9239693Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9239918Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9240140Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9240362Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9240578Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9240795Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9241013Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9241270Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9241486Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9241708Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9241921Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9242134Z test_dispatch_meta_inplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9242346Z test_dispatch_meta_inplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9242643Z test_dispatch_meta_inplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9242857Z test_dispatch_meta_inplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9243119Z test_dispatch_meta_inplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9243326Z test_dispatch_meta_inplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9243542Z test_dispatch_meta_inplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9243756Z test_dispatch_meta_inplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9243952Z test_dispatch_meta_inplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9244163Z test_dispatch_meta_inplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9244372Z test_dispatch_meta_inplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9244578Z test_dispatch_meta_inplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9244778Z test_dispatch_meta_inplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9244949Z test_dispatch_meta_inplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9245119Z test_dispatch_meta_inplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9245296Z test_dispatch_meta_inplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9245471Z test_dispatch_meta_inplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9245641Z test_dispatch_meta_inplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9245811Z test_dispatch_meta_inplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9245977Z test_dispatch_meta_inplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9246140Z test_dispatch_meta_inplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9246306Z test_dispatch_meta_inplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9246468Z test_dispatch_meta_inplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9246632Z test_dispatch_meta_inplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9246791Z test_dispatch_meta_inplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9247004Z test_dispatch_meta_inplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9247167Z test_dispatch_meta_inplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9247342Z test_dispatch_meta_inplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9247514Z test_dispatch_meta_inplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9247680Z test_dispatch_meta_inplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9247835Z test_dispatch_meta_inplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9247996Z test_dispatch_meta_inplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9248158Z test_dispatch_meta_inplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9248321Z test_dispatch_meta_inplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9248481Z test_dispatch_meta_inplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9248644Z test_dispatch_meta_inplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9249199Z test_dispatch_meta_inplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9249371Z test_dispatch_meta_inplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9249537Z test_dispatch_meta_inplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9249710Z test_dispatch_meta_inplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9249880Z test_dispatch_meta_inplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9250049Z test_dispatch_meta_inplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9250219Z test_dispatch_meta_inplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9250384Z test_dispatch_meta_inplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9250550Z test_dispatch_meta_inplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9250715Z test_dispatch_meta_inplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9250879Z test_dispatch_meta_inplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9251041Z test_dispatch_meta_inplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9251203Z test_dispatch_meta_inplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9251356Z test_dispatch_meta_inplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9251520Z test_dispatch_meta_inplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9251693Z test_dispatch_meta_inplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9251861Z test_dispatch_meta_inplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9252027Z test_dispatch_meta_inplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9252192Z test_dispatch_meta_inplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9252354Z test_dispatch_meta_inplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9252514Z test_dispatch_meta_inplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9252675Z test_dispatch_meta_inplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9252833Z test_dispatch_meta_inplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9253041Z test_dispatch_meta_inplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9253203Z test_dispatch_meta_inplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9253367Z test_dispatch_meta_inplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9253567Z test_dispatch_meta_inplace_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9253726Z test_dispatch_meta_inplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9253880Z test_dispatch_meta_inplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9254074Z test_dispatch_meta_inplace_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9254267Z test_dispatch_meta_inplace_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9254461Z test_dispatch_meta_inplace_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9254653Z test_dispatch_meta_inplace_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9254873Z test_dispatch_meta_inplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9255083Z test_dispatch_meta_inplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9255295Z test_dispatch_meta_inplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9255508Z test_dispatch_meta_inplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9255714Z test_dispatch_meta_inplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9255921Z test_dispatch_meta_inplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9256123Z test_dispatch_meta_inplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9256330Z test_dispatch_meta_inplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9256530Z test_dispatch_meta_inplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9256732Z test_dispatch_meta_inplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9256933Z test_dispatch_meta_inplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9257144Z test_dispatch_meta_inplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9257349Z test_dispatch_meta_inplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9257557Z test_dispatch_meta_inplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9257763Z test_dispatch_meta_inplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9257966Z test_dispatch_meta_inplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9258168Z test_dispatch_meta_inplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9258367Z test_dispatch_meta_inplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9258616Z test_dispatch_meta_inplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9258826Z test_dispatch_meta_inplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9259028Z test_dispatch_meta_inplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9259226Z test_dispatch_meta_inplace_long_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9259428Z test_dispatch_meta_inplace_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9259630Z test_dispatch_meta_inplace_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9259833Z test_dispatch_meta_inplace_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9260035Z test_dispatch_meta_inplace_long_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9260235Z test_dispatch_meta_inplace_long_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9260477Z test_dispatch_meta_inplace_long_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9260673Z test_dispatch_meta_inplace_long_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9260852Z test_dispatch_meta_inplace_long_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9261041Z test_dispatch_meta_inplace_long_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9261234Z test_dispatch_meta_inplace_long_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9261423Z test_dispatch_meta_inplace_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9261582Z test_dispatch_meta_inplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9261738Z test_dispatch_meta_inplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9261897Z test_dispatch_meta_inplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9262049Z test_dispatch_meta_inplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9262198Z test_dispatch_meta_inplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9262351Z test_dispatch_meta_inplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9262502Z test_dispatch_meta_inplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9262654Z test_dispatch_meta_inplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9262807Z test_dispatch_meta_inplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9262960Z test_dispatch_meta_inplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9263168Z test_dispatch_meta_inplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9263369Z test_dispatch_meta_inplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9263565Z test_dispatch_meta_inplace_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9263754Z test_dispatch_meta_inplace_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9263962Z test_dispatch_meta_inplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9264210Z test_dispatch_meta_inplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9264415Z test_dispatch_meta_inplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9264618Z test_dispatch_meta_inplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9264817Z test_dispatch_meta_inplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9265025Z test_dispatch_meta_inplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9265231Z test_dispatch_meta_inplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9265436Z test_dispatch_meta_inplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9265634Z test_dispatch_meta_inplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9265868Z test_dispatch_meta_inplace_mH_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9266070Z test_dispatch_meta_inplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9266273Z test_dispatch_meta_inplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9266472Z test_dispatch_meta_inplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9266669Z test_dispatch_meta_inplace_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9266937Z test_dispatch_meta_inplace_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9267132Z test_dispatch_meta_inplace_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9267327Z test_dispatch_meta_inplace_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9267557Z test_dispatch_meta_inplace_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9267746Z test_dispatch_meta_inplace_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9267937Z test_dispatch_meta_inplace_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9268124Z test_dispatch_meta_inplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9268326Z test_dispatch_meta_inplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9268518Z test_dispatch_meta_inplace_mT_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9268720Z test_dispatch_meta_inplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9268922Z test_dispatch_meta_inplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9269119Z test_dispatch_meta_inplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9269317Z test_dispatch_meta_inplace_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9269507Z test_dispatch_meta_inplace_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9269741Z test_dispatch_meta_inplace_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9269934Z test_dispatch_meta_inplace_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9270124Z test_dispatch_meta_inplace_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9270310Z test_dispatch_meta_inplace_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9270491Z test_dispatch_meta_inplace_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9270677Z test_dispatch_meta_inplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9270886Z test_dispatch_meta_inplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9271097Z test_dispatch_meta_inplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9271305Z test_dispatch_meta_inplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9271555Z test_dispatch_meta_inplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9271760Z test_dispatch_meta_inplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9271964Z test_dispatch_meta_inplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9272162Z test_dispatch_meta_inplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9272367Z test_dispatch_meta_inplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9272568Z test_dispatch_meta_inplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9272776Z test_dispatch_meta_inplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9273027Z test_dispatch_meta_inplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9273238Z test_dispatch_meta_inplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9273485Z test_dispatch_meta_inplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9273691Z test_dispatch_meta_inplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9273891Z test_dispatch_meta_inplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9274092Z test_dispatch_meta_inplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9274296Z test_dispatch_meta_inplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9274493Z test_dispatch_meta_inplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9274705Z test_dispatch_meta_inplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9274918Z test_dispatch_meta_inplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9275128Z test_dispatch_meta_inplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9275641Z test_dispatch_meta_inplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9275855Z test_dispatch_meta_inplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9276067Z test_dispatch_meta_inplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9276275Z test_dispatch_meta_inplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9276481Z test_dispatch_meta_inplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9276685Z test_dispatch_meta_inplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9276888Z test_dispatch_meta_inplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9277098Z test_dispatch_meta_inplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9277355Z test_dispatch_meta_inplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9277566Z test_dispatch_meta_inplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9277769Z test_dispatch_meta_inplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9277976Z test_dispatch_meta_inplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9278179Z test_dispatch_meta_inplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9278387Z test_dispatch_meta_inplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9278589Z test_dispatch_meta_inplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9278851Z test_dispatch_meta_inplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9279070Z test_dispatch_meta_inplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9279289Z test_dispatch_meta_inplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9279542Z test_dispatch_meta_inplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9279760Z test_dispatch_meta_inplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9279971Z test_dispatch_meta_inplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9280181Z test_dispatch_meta_inplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9280390Z test_dispatch_meta_inplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9280597Z test_dispatch_meta_inplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9280804Z test_dispatch_meta_inplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9281015Z test_dispatch_meta_inplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9281273Z test_dispatch_meta_inplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9281491Z test_dispatch_meta_inplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9281699Z test_dispatch_meta_inplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9281907Z test_dispatch_meta_inplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9282113Z test_dispatch_meta_inplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9282318Z test_dispatch_meta_inplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9282604Z test_dispatch_meta_inplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9282812Z test_dispatch_meta_inplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9283060Z test_dispatch_meta_inplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9283228Z test_dispatch_meta_inplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9283380Z test_dispatch_meta_inplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9283554Z test_dispatch_meta_inplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9283727Z test_dispatch_meta_inplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9283898Z test_dispatch_meta_inplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9284066Z test_dispatch_meta_inplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9284234Z test_dispatch_meta_inplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9284398Z test_dispatch_meta_inplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9284560Z test_dispatch_meta_inplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9284724Z test_dispatch_meta_inplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9284929Z test_dispatch_meta_inplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9285094Z test_dispatch_meta_inplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9285254Z test_dispatch_meta_inplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9285475Z test_dispatch_meta_inplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9285694Z test_dispatch_meta_inplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9285949Z test_dispatch_meta_inplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9286172Z test_dispatch_meta_inplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9286388Z test_dispatch_meta_inplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9286598Z test_dispatch_meta_inplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9286859Z test_dispatch_meta_inplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9287070Z test_dispatch_meta_inplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9287276Z test_dispatch_meta_inplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9287484Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9287695Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9287907Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9288105Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9288318Z test_dispatch_meta_inplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9288529Z test_dispatch_meta_inplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9288776Z test_dispatch_meta_inplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9288988Z test_dispatch_meta_inplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9289203Z test_dispatch_meta_inplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9289414Z test_dispatch_meta_inplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9289622Z test_dispatch_meta_inplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9289832Z test_dispatch_meta_inplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9290041Z test_dispatch_meta_inplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9290246Z test_dispatch_meta_inplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9290445Z test_dispatch_meta_inplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9290646Z test_dispatch_meta_inplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9290844Z test_dispatch_meta_inplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9291056Z test_dispatch_meta_inplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9291308Z test_dispatch_meta_inplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9291522Z test_dispatch_meta_inplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9291729Z test_dispatch_meta_inplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9291978Z test_dispatch_meta_inplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9292186Z test_dispatch_meta_inplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9292438Z test_dispatch_meta_inplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9292657Z test_dispatch_meta_inplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9292877Z test_dispatch_meta_inplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9293097Z test_dispatch_meta_inplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9293309Z test_dispatch_meta_inplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9293516Z test_dispatch_meta_inplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9293719Z test_dispatch_meta_inplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9293930Z test_dispatch_meta_inplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9294179Z test_dispatch_meta_inplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9294391Z test_dispatch_meta_inplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9294602Z test_dispatch_meta_inplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9294796Z test_dispatch_meta_inplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9295005Z test_dispatch_meta_inplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9295211Z test_dispatch_meta_inplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9295412Z test_dispatch_meta_inplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9295617Z test_dispatch_meta_inplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9295818Z test_dispatch_meta_inplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9296019Z test_dispatch_meta_inplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9296195Z test_dispatch_meta_inplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9296364Z test_dispatch_meta_inplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9296545Z test_dispatch_meta_inplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9296720Z test_dispatch_meta_inplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9296893Z test_dispatch_meta_inplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9297064Z test_dispatch_meta_inplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9297276Z test_dispatch_meta_inplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9297446Z test_dispatch_meta_inplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9297614Z test_dispatch_meta_inplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9297817Z test_dispatch_meta_inplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9298036Z test_dispatch_meta_inplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9298198Z test_dispatch_meta_inplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9298414Z test_dispatch_meta_inplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9298624Z test_dispatch_meta_inplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9298838Z test_dispatch_meta_inplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9299052Z test_dispatch_meta_inplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9299262Z test_dispatch_meta_inplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9299464Z test_dispatch_meta_inplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9299673Z test_dispatch_meta_inplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9299928Z test_dispatch_meta_inplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9300132Z test_dispatch_meta_inplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9300337Z test_dispatch_meta_inplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9300542Z test_dispatch_meta_inplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9300745Z test_dispatch_meta_inplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9300963Z test_dispatch_meta_inplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9301176Z test_dispatch_meta_inplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9301387Z test_dispatch_meta_inplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9301599Z test_dispatch_meta_inplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9301808Z test_dispatch_meta_inplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9302016Z test_dispatch_meta_inplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9302225Z test_dispatch_meta_inplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9302437Z test_dispatch_meta_inplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9302650Z test_dispatch_meta_inplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9302855Z test_dispatch_meta_inplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9303100Z test_dispatch_meta_inplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9303304Z test_dispatch_meta_inplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9303506Z test_dispatch_meta_inplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9303791Z test_dispatch_meta_inplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9303998Z test_dispatch_meta_inplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9304194Z test_dispatch_meta_inplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9304399Z test_dispatch_meta_inplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9304601Z test_dispatch_meta_inplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9304810Z test_dispatch_meta_inplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9305020Z test_dispatch_meta_inplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9305225Z test_dispatch_meta_inplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9305477Z test_dispatch_meta_inplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9305675Z test_dispatch_meta_inplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9305866Z test_dispatch_meta_inplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9306066Z test_dispatch_meta_inplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9306267Z test_dispatch_meta_inplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9306470Z test_dispatch_meta_inplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9306670Z test_dispatch_meta_inplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9306882Z test_dispatch_meta_inplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9307094Z test_dispatch_meta_inplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9307304Z test_dispatch_meta_inplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9307511Z test_dispatch_meta_inplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9307719Z test_dispatch_meta_inplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9307920Z test_dispatch_meta_inplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9308123Z test_dispatch_meta_inplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9308324Z test_dispatch_meta_inplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9308520Z test_dispatch_meta_inplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9308722Z test_dispatch_meta_inplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9308920Z test_dispatch_meta_inplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9309206Z test_dispatch_meta_inplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9309415Z test_dispatch_meta_inplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9309623Z test_dispatch_meta_inplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9309867Z test_dispatch_meta_inplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9310069Z test_dispatch_meta_inplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9310269Z test_dispatch_meta_inplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9310467Z test_dispatch_meta_inplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9310667Z test_dispatch_meta_inplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9310864Z test_dispatch_meta_inplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9311107Z test_dispatch_meta_inplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9311317Z test_dispatch_meta_inplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9311532Z test_dispatch_meta_inplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9311732Z test_dispatch_meta_inplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9311938Z test_dispatch_meta_inplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9312142Z test_dispatch_meta_inplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9312353Z test_dispatch_meta_inplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9312560Z test_dispatch_meta_inplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9312764Z test_dispatch_meta_inplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9312968Z test_dispatch_meta_inplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9313168Z test_dispatch_meta_inplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9313371Z test_dispatch_meta_inplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9313571Z test_dispatch_meta_inplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9313769Z test_dispatch_meta_inplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9313969Z test_dispatch_meta_inplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9314163Z test_dispatch_meta_inplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9314398Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9314675Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9314899Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9315163Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9315381Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9315636Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9315854Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9316072Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9316287Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9316542Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9316746Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9316958Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9317164Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9317381Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9317601Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9317823Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9318043Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9318260Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9318476Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9318690Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9318893Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9319110Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9319324Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9319528Z test_dispatch_meta_inplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9319729Z test_dispatch_meta_inplace_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9319931Z test_dispatch_meta_inplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9320178Z test_dispatch_meta_inplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9320378Z test_dispatch_meta_inplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9320582Z test_dispatch_meta_inplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9320781Z test_dispatch_meta_inplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9321025Z test_dispatch_meta_inplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9321228Z test_dispatch_meta_inplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9321425Z test_dispatch_meta_inplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9321668Z test_dispatch_meta_inplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9321874Z test_dispatch_meta_inplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9322128Z test_dispatch_meta_inplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9322328Z test_dispatch_meta_inplace_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9322631Z test_dispatch_meta_inplace_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9322833Z test_dispatch_meta_inplace_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9323037Z test_dispatch_meta_inplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9323242Z test_dispatch_meta_inplace_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9323443Z test_dispatch_meta_inplace_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9323643Z test_dispatch_meta_inplace_median_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9323841Z test_dispatch_meta_inplace_median_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9324041Z test_dispatch_meta_inplace_median_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9324243Z test_dispatch_meta_inplace_median_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9324439Z test_dispatch_meta_inplace_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9324666Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9324876Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9325105Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9325333Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9325556Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9325778Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9326048Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9326270Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9326486Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9326702Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9326963Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9327181Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9327411Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9327720Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9327951Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9328182Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9328409Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9328632Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9328856Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9329080Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9329302Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9329517Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9329737Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9329960Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9330168Z test_dispatch_meta_inplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9330370Z test_dispatch_meta_inplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9330577Z test_dispatch_meta_inplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9330780Z test_dispatch_meta_inplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9330979Z test_dispatch_meta_inplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9331180Z test_dispatch_meta_inplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9331432Z test_dispatch_meta_inplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9331638Z test_dispatch_meta_inplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9331842Z test_dispatch_meta_inplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9332047Z test_dispatch_meta_inplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9332265Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9332469Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9332688Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9332949Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9333172Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9333439Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9333693Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9333900Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9334114Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9334323Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9334543Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9334758Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9334976Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9335193Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9335410Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9335625Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9335842Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9336059Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9336274Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9336487Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9336691Z test_dispatch_meta_inplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9336936Z test_dispatch_meta_inplace_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9337142Z test_dispatch_meta_inplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9337346Z test_dispatch_meta_inplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9337546Z test_dispatch_meta_inplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9337746Z test_dispatch_meta_inplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9337943Z test_dispatch_meta_inplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9338141Z test_dispatch_meta_inplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9338341Z test_dispatch_meta_inplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9338539Z test_dispatch_meta_inplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9339206Z test_dispatch_meta_inplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9339409Z test_dispatch_meta_inplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9339639Z test_dispatch_meta_inplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9339838Z test_dispatch_meta_inplace_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9340031Z test_dispatch_meta_inplace_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9340230Z test_dispatch_meta_inplace_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9340419Z test_dispatch_meta_inplace_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9340608Z test_dispatch_meta_inplace_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9340801Z test_dispatch_meta_inplace_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9340988Z test_dispatch_meta_inplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9341191Z test_dispatch_meta_inplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9341389Z test_dispatch_meta_inplace_mode_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9341589Z test_dispatch_meta_inplace_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9341788Z test_dispatch_meta_inplace_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9341986Z test_dispatch_meta_inplace_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9342184Z test_dispatch_meta_inplace_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9342375Z test_dispatch_meta_inplace_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9342565Z test_dispatch_meta_inplace_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9342761Z test_dispatch_meta_inplace_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9342999Z test_dispatch_meta_inplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9343205Z test_dispatch_meta_inplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9343407Z test_dispatch_meta_inplace_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9343616Z test_dispatch_meta_inplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9343826Z test_dispatch_meta_inplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9344032Z test_dispatch_meta_inplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9344234Z test_dispatch_meta_inplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9344437Z test_dispatch_meta_inplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9344675Z test_dispatch_meta_inplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9344915Z test_dispatch_meta_inplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9345105Z test_dispatch_meta_inplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9345303Z test_dispatch_meta_inplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9345541Z test_dispatch_meta_inplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9345744Z test_dispatch_meta_inplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9345945Z test_dispatch_meta_inplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9346147Z test_dispatch_meta_inplace_msort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9346347Z test_dispatch_meta_inplace_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9346547Z test_dispatch_meta_inplace_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9346748Z test_dispatch_meta_inplace_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9346946Z test_dispatch_meta_inplace_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9347144Z test_dispatch_meta_inplace_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9347339Z test_dispatch_meta_inplace_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9347538Z test_dispatch_meta_inplace_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9347737Z test_dispatch_meta_inplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9347897Z test_dispatch_meta_inplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9348053Z test_dispatch_meta_inplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9348216Z test_dispatch_meta_inplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9348378Z test_dispatch_meta_inplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9348579Z test_dispatch_meta_inplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9348737Z test_dispatch_meta_inplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9348889Z test_dispatch_meta_inplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9349037Z test_dispatch_meta_inplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9349192Z test_dispatch_meta_inplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9349334Z test_dispatch_meta_inplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9349486Z test_dispatch_meta_inplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9349640Z test_dispatch_meta_inplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9349793Z test_dispatch_meta_inplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9350010Z test_dispatch_meta_inplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9350226Z test_dispatch_meta_inplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9350474Z test_dispatch_meta_inplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9350677Z test_dispatch_meta_inplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9350919Z test_dispatch_meta_inplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9351124Z test_dispatch_meta_inplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9351320Z test_dispatch_meta_inplace_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9351557Z test_dispatch_meta_inplace_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9351752Z test_dispatch_meta_inplace_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9351941Z test_dispatch_meta_inplace_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9352126Z test_dispatch_meta_inplace_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9352320Z test_dispatch_meta_inplace_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9352506Z test_dispatch_meta_inplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9352690Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9352873Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9353049Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9353266Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9353478Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9353690Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9353899Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9354152Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9354322Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9354503Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9354678Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9354882Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9355089Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9355299Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:52:09.9355510Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9355718Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9355942Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9356125Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9356302Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9356507Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9356715Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9356966Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9357175Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9357420Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9357587Z test_dispatch_meta_inplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9357751Z test_dispatch_meta_inplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9357914Z test_dispatch_meta_inplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9358077Z test_dispatch_meta_inplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9358237Z test_dispatch_meta_inplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9358399Z test_dispatch_meta_inplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9358558Z test_dispatch_meta_inplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9358718Z test_dispatch_meta_inplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9358867Z test_dispatch_meta_inplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9359027Z test_dispatch_meta_inplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9359235Z test_dispatch_meta_inplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9359441Z test_dispatch_meta_inplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9359645Z test_dispatch_meta_inplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9359888Z test_dispatch_meta_inplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9360096Z test_dispatch_meta_inplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9360309Z test_dispatch_meta_inplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9360517Z test_dispatch_meta_inplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9360717Z test_dispatch_meta_inplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9360918Z test_dispatch_meta_inplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9361114Z test_dispatch_meta_inplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9361319Z test_dispatch_meta_inplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9361565Z test_dispatch_meta_inplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9361775Z test_dispatch_meta_inplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9361986Z test_dispatch_meta_inplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9362187Z test_dispatch_meta_inplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9362387Z test_dispatch_meta_inplace_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9362678Z test_dispatch_meta_inplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9362923Z test_dispatch_meta_inplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9363130Z test_dispatch_meta_inplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9363332Z test_dispatch_meta_inplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9363569Z test_dispatch_meta_inplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9363770Z test_dispatch_meta_inplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9363971Z test_dispatch_meta_inplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9364169Z test_dispatch_meta_inplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9364380Z test_dispatch_meta_inplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9364574Z test_dispatch_meta_inplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9364788Z test_dispatch_meta_inplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9364998Z test_dispatch_meta_inplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9365212Z test_dispatch_meta_inplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9365797Z test_dispatch_meta_inplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9366015Z test_dispatch_meta_inplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9366224Z test_dispatch_meta_inplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9366426Z test_dispatch_meta_inplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9366631Z test_dispatch_meta_inplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9366832Z test_dispatch_meta_inplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9367035Z test_dispatch_meta_inplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9367237Z test_dispatch_meta_inplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9367440Z test_dispatch_meta_inplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9367688Z test_dispatch_meta_inplace_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9367899Z test_dispatch_meta_inplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9368107Z test_dispatch_meta_inplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9368312Z test_dispatch_meta_inplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9368513Z test_dispatch_meta_inplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9368764Z test_dispatch_meta_inplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9368969Z test_dispatch_meta_inplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9369171Z test_dispatch_meta_inplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9369407Z test_dispatch_meta_inplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9369606Z test_dispatch_meta_inplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9369802Z test_dispatch_meta_inplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9369998Z test_dispatch_meta_inplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9370218Z test_dispatch_meta_inplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9370434Z test_dispatch_meta_inplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9370643Z test_dispatch_meta_inplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9370852Z test_dispatch_meta_inplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9371074Z test_dispatch_meta_inplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9371297Z test_dispatch_meta_inplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9371569Z test_dispatch_meta_inplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9371790Z test_dispatch_meta_inplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9372015Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9372237Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9372458Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9372678Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9372900Z test_dispatch_meta_inplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9373116Z test_dispatch_meta_inplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9373372Z test_dispatch_meta_inplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9373577Z test_dispatch_meta_inplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9373738Z test_dispatch_meta_inplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9373892Z test_dispatch_meta_inplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9374055Z test_dispatch_meta_inplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9374216Z test_dispatch_meta_inplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9374374Z test_dispatch_meta_inplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9374529Z test_dispatch_meta_inplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9374717Z test_dispatch_meta_inplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9374874Z test_dispatch_meta_inplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9375026Z test_dispatch_meta_inplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9375177Z test_dispatch_meta_inplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9375369Z test_dispatch_meta_inplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9375508Z test_dispatch_meta_inplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9375670Z test_dispatch_meta_inplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9375831Z test_dispatch_meta_inplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9375991Z test_dispatch_meta_inplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9376152Z test_dispatch_meta_inplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9376309Z test_dispatch_meta_inplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9376461Z test_dispatch_meta_inplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:09.9376609Z test_dispatch_meta_inplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9376763Z test_dispatch_meta_inplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9376917Z test_dispatch_meta_inplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9377111Z test_dispatch_meta_inplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9377267Z test_dispatch_meta_inplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9377418Z test_dispatch_meta_inplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9377632Z test_dispatch_meta_inplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9377836Z test_dispatch_meta_inplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9378049Z test_dispatch_meta_inplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9378259Z test_dispatch_meta_inplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9378468Z test_dispatch_meta_inplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9378677Z test_dispatch_meta_inplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9378927Z test_dispatch_meta_inplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9379127Z test_dispatch_meta_inplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9379331Z test_dispatch_meta_inplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9379521Z test_dispatch_meta_inplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9379718Z test_dispatch_meta_inplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9379922Z test_dispatch_meta_inplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9380126Z test_dispatch_meta_inplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9380345Z test_dispatch_meta_inplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9380556Z test_dispatch_meta_inplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9380822Z test_dispatch_meta_inplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9381039Z test_dispatch_meta_inplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9381298Z test_dispatch_meta_inplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9381520Z test_dispatch_meta_inplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9381732Z test_dispatch_meta_inplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9381936Z test_dispatch_meta_inplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9382145Z test_dispatch_meta_inplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9382349Z test_dispatch_meta_inplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9382550Z test_dispatch_meta_inplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9382801Z test_dispatch_meta_inplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9383015Z test_dispatch_meta_inplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9383223Z test_dispatch_meta_inplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9383424Z test_dispatch_meta_inplace_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9383635Z test_dispatch_meta_inplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9383841Z test_dispatch_meta_inplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9384048Z test_dispatch_meta_inplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9384253Z test_dispatch_meta_inplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9384495Z test_dispatch_meta_inplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9384692Z test_dispatch_meta_inplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9384893Z test_dispatch_meta_inplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9385086Z test_dispatch_meta_inplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9385284Z test_dispatch_meta_inplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9385485Z test_dispatch_meta_inplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9385685Z test_dispatch_meta_inplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9385881Z test_dispatch_meta_inplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9386082Z test_dispatch_meta_inplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9386291Z test_dispatch_meta_inplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9386499Z test_dispatch_meta_inplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9386746Z test_dispatch_meta_inplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9386952Z test_dispatch_meta_inplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9387156Z test_dispatch_meta_inplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9387395Z test_dispatch_meta_inplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9387596Z test_dispatch_meta_inplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9387794Z test_dispatch_meta_inplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:09.9387991Z test_dispatch_meta_inplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9388236Z test_dispatch_meta_inplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9388434Z test_dispatch_meta_inplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9388644Z test_dispatch_meta_inplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9388844Z test_dispatch_meta_inplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9389054Z test_dispatch_meta_inplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9389262Z test_dispatch_meta_inplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9389472Z test_dispatch_meta_inplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9389678Z test_dispatch_meta_inplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9389882Z test_dispatch_meta_inplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9390122Z test_dispatch_meta_inplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9390323Z test_dispatch_meta_inplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9390524Z test_dispatch_meta_inplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9390722Z test_dispatch_meta_inplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9390922Z test_dispatch_meta_inplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9391125Z test_dispatch_meta_inplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9391299Z test_dispatch_meta_inplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9391468Z test_dispatch_meta_inplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9391620Z test_dispatch_meta_inplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9391869Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9392116Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9392365Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9392640Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9392879Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9393105Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9393377Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9393605Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9393874Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9394095Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9394332Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9394559Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9394792Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9395017Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9395241Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9395468Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9395732Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9395951Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9396172Z 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:52:09.9396389Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9396585Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:09.9396780Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:09.9396970Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:09.9397196Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9397421Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9397645Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9397869Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9398094Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9398318Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9398581Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9398800Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9399017Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9399326Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9399544Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9399769Z test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9399990Z test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9400207Z test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9400416Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9400637Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9400858Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9401115Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9401334Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9401549Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9401769Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9401989Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9402226Z 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:52:09.9402458Z 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:52:09.9402792Z 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:52:09.9403037Z 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:52:09.9403283Z 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:52:09.9403465Z test_dispatch_meta_inplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9403643Z test_dispatch_meta_inplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9403821Z test_dispatch_meta_inplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9404045Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9404269Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9404529Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9404749Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9405016Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9405234Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9405495Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9405719Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9405939Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9406153Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9406371Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9406584Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9406868Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9407102Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9407329Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9407558Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9407789Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9408030Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9408263Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9408490Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9408705Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9408933Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9409170Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9409401Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9409629Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9409856Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9410086Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:09.9410367Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9410599Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9410872Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9411110Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9411345Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9411612Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9411838Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9412065Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9412334Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9412564Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9412794Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9413021Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9413251Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9413476Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9413703Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9413919Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9414136Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9414324Z test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9414515Z test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:09.9414700Z test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9414891Z test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:09.9415075Z test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:09.9415257Z test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9415442Z test_dispatch_meta_inplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9415623Z test_dispatch_meta_inplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:09.9415802Z test_dispatch_meta_inplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:09.9416009Z test_dispatch_meta_inplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9416186Z test_dispatch_meta_inplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9416363Z test_dispatch_meta_inplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9416591Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9416857Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9417088Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9417317Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9417579Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9417849Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9418068Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9418285Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9418497Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9418709Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9418929Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9419142Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9419364Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9419581Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9419794Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9420009Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9420225Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9420434Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9420645Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9420853Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9421063Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9421269Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9421555Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9421792Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9422030Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9422262Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9422494Z 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:52:09.9422764Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9422989Z 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:52:09.9423204Z test_dispatch_meta_inplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9423490Z test_dispatch_meta_inplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9423706Z test_dispatch_meta_inplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9423913Z test_dispatch_meta_inplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9424126Z test_dispatch_meta_inplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9424336Z test_dispatch_meta_inplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9424562Z test_dispatch_meta_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9424787Z test_dispatch_meta_inplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9425009Z test_dispatch_meta_inplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9425231Z test_dispatch_meta_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9425450Z test_dispatch_meta_inplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9425675Z test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9425894Z test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9426112Z test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9426302Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9426491Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9426679Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9426900Z test_dispatch_meta_inplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9427168Z test_dispatch_meta_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9427390Z test_dispatch_meta_inplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9427611Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9427833Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9428053Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9428270Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9428489Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9428748Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9429393Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9429633Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9429870Z 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:52:09.9430100Z 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:52:09.9430324Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9430543Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9430762Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9430979Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9431204Z test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9431432Z test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9431646Z test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9431882Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9432116Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9432352Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9432587Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9432815Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9433103Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9433343Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9433574Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9433807Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9434037Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9434265Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9434499Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9435035Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9435303Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9435535Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9435774Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9436022Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9436262Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9436483Z test_dispatch_meta_inplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9436697Z test_dispatch_meta_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9436915Z test_dispatch_meta_inplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9437135Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9437357Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9437579Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9437795Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9438011Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9438226Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9438449Z test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9438722Z test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9438945Z test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9439133Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9439320Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9439503Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9439720Z test_dispatch_meta_inplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9439946Z test_dispatch_meta_inplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9440169Z test_dispatch_meta_inplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9440375Z test_dispatch_meta_inplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9440896Z test_dispatch_meta_inplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9441113Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9441369Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9441576Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9441796Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9442003Z test_dispatch_meta_inplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9442239Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9442472Z 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:52:09.9442796Z 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:52:09.9443025Z 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:52:09.9443254Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9443478Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9443701Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9443936Z 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:52:09.9444168Z 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:52:09.9444394Z 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:52:09.9444671Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9444896Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9445117Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9445343Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9445574Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9445798Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9446024Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9446286Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9446548Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9446773Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9446991Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9447244Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9447464Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9447692Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9447914Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9448141Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9448366Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9448588Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9448809Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9449032Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9449252Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9449468Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9449673Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9449940Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9450159Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9450343Z test_dispatch_meta_inplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9450522Z test_dispatch_meta_inplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9450694Z test_dispatch_meta_inplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9450914Z test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9451132Z test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9451354Z test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9451580Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9451844Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9452081Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9452310Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9452595Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9452842Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9453085Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9453349Z test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9453566Z test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9453783Z test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9454005Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9454232Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9454460Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9454683Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9454901Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9455115Z test_dispatch_meta_inplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9455341Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9455875Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9456117Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9456351Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9456578Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.009s) 2022-11-23T01:52:09.9456803Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9457023Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9457249Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9457521Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9457740Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9457961Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9458176Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9458387Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9458656Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9458893Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9459120Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9459384Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9459615Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9463512Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9463904Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9464150Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9464374Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9464624Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9465502Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9465841Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9466383Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9466620Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9466846Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9467080Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9467318Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9467550Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9467784Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9468080Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9468318Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9468554Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9468784Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9469012Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9469234Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9469465Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9469696Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9469924Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9470154Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9470381Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9470600Z test_dispatch_meta_inplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9470818Z test_dispatch_meta_inplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9471046Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9471273Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9471561Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9471839Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9472119Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9472349Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9472559Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9472782Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9473004Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9473223Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9473446Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9473710Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9473939Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9474167Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9474405Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9474641Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9474872Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9475108Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9475337Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9475564Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9475789Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9476015Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9476242Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9476468Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9476696Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9476919Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9477145Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9477448Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9477680Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9477903Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9478178Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9478401Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9478621Z test_dispatch_meta_inplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9478839Z test_dispatch_meta_inplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9479098Z test_dispatch_meta_inplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9479315Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9479530Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9479742Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9479956Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9480167Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9480368Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9480582Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9480787Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9480989Z test_dispatch_meta_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9481201Z test_dispatch_meta_inplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9481411Z test_dispatch_meta_inplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9481623Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:09.9481829Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9482033Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9482244Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9482454Z test_dispatch_meta_inplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9482737Z test_dispatch_meta_inplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9482962Z test_dispatch_meta_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9483135Z test_dispatch_meta_inplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9483311Z test_dispatch_meta_inplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9483539Z test_dispatch_meta_inplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9483715Z test_dispatch_meta_inplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9483907Z test_dispatch_meta_inplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9484146Z test_dispatch_meta_inplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9484325Z test_dispatch_meta_inplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9484498Z test_dispatch_meta_inplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9484707Z test_dispatch_meta_inplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9484934Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9485158Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9485385Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9485608Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9485839Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9486067Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9486299Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9486518Z test_dispatch_meta_inplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9486738Z test_dispatch_meta_inplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9486956Z test_dispatch_meta_inplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9487178Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9487412Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9487650Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9487881Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9488107Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9488333Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9488598Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9488828Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9489056Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9489286Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9489563Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9489793Z test_dispatch_meta_inplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9490015Z test_dispatch_meta_inplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9490327Z test_dispatch_meta_inplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9490552Z test_dispatch_meta_inplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9490775Z test_dispatch_meta_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9490998Z test_dispatch_meta_inplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9491224Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9491449Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9491677Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9491894Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9492113Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9492332Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9492553Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9492770Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9492987Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9493204Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9493419Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9493644Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9493870Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9494140Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9494364Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9494584Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9494806Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9495023Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9495242Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9495505Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9495777Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9495953Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9496139Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9496371Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9496556Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9496734Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9496909Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9497091Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9497266Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9497502Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9497740Z 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:52:09.9497980Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9498215Z 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:52:09.9498447Z 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:52:09.9498677Z 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:52:09.9498899Z 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:52:09.9499115Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9499340Z 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:52:09.9499610Z 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:52:09.9499865Z 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:52:09.9500117Z 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:52:09.9500370Z 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:52:09.9500621Z 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:52:09.9500865Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9501111Z 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:52:09.9501397Z 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:52:09.9501694Z 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:52:09.9501940Z 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:52:09.9502228Z 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:52:09.9502452Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9502675Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9502899Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9503118Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9503337Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9503557Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9503793Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9504024Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9504250Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9504463Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9504690Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9504919Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9505190Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9505401Z test_dispatch_meta_inplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9505604Z test_dispatch_meta_inplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9505813Z test_dispatch_meta_inplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9506021Z test_dispatch_meta_inplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9506229Z test_dispatch_meta_inplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9506435Z test_dispatch_meta_inplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9506636Z test_dispatch_meta_inplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9506876Z test_dispatch_meta_inplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9507076Z test_dispatch_meta_inplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9507283Z test_dispatch_meta_inplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9507532Z test_dispatch_meta_inplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9507735Z test_dispatch_meta_inplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9507938Z test_dispatch_meta_inplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9508184Z test_dispatch_meta_inplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9508392Z test_dispatch_meta_inplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9508595Z test_dispatch_meta_inplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9508794Z test_dispatch_meta_inplace_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9508994Z test_dispatch_meta_inplace_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9509192Z test_dispatch_meta_inplace_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9509398Z test_dispatch_meta_inplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9509607Z test_dispatch_meta_inplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9509818Z test_dispatch_meta_inplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9510020Z test_dispatch_meta_inplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9510223Z test_dispatch_meta_inplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9510419Z test_dispatch_meta_inplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9510652Z test_dispatch_meta_inplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9510859Z test_dispatch_meta_inplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9511069Z test_dispatch_meta_inplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9511273Z test_dispatch_meta_inplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9511476Z test_dispatch_meta_inplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9511676Z test_dispatch_meta_inplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9511883Z test_dispatch_meta_inplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9512091Z test_dispatch_meta_inplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9512294Z test_dispatch_meta_inplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9512542Z test_dispatch_meta_inplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9512745Z test_dispatch_meta_inplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9512947Z test_dispatch_meta_inplace_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9513150Z test_dispatch_meta_inplace_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9513350Z test_dispatch_meta_inplace_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9513623Z test_dispatch_meta_inplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9513845Z test_dispatch_meta_inplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9514103Z test_dispatch_meta_inplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9514320Z test_dispatch_meta_inplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9514522Z test_dispatch_meta_inplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9514719Z test_dispatch_meta_inplace_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9514924Z test_dispatch_meta_inplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9515127Z test_dispatch_meta_inplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9515333Z test_dispatch_meta_inplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9515534Z test_dispatch_meta_inplace_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9515734Z test_dispatch_meta_inplace_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9515933Z test_dispatch_meta_inplace_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9516127Z test_dispatch_meta_inplace_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9516359Z test_dispatch_meta_inplace_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9516549Z test_dispatch_meta_inplace_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9516734Z test_dispatch_meta_inplace_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9516923Z test_dispatch_meta_inplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9517127Z test_dispatch_meta_inplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9517331Z test_dispatch_meta_inplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9517540Z test_dispatch_meta_inplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9517751Z test_dispatch_meta_inplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9518005Z test_dispatch_meta_inplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9518212Z test_dispatch_meta_inplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9518417Z test_dispatch_meta_inplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9518617Z test_dispatch_meta_inplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9518817Z test_dispatch_meta_inplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9519019Z test_dispatch_meta_inplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9519216Z test_dispatch_meta_inplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9519463Z test_dispatch_meta_inplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9519664Z test_dispatch_meta_inplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9519866Z test_dispatch_meta_inplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9520115Z test_dispatch_meta_inplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9520317Z test_dispatch_meta_inplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9520519Z test_dispatch_meta_inplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9520724Z test_dispatch_meta_inplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9520926Z test_dispatch_meta_inplace_outer_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9521134Z test_dispatch_meta_inplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9521340Z test_dispatch_meta_inplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9521539Z test_dispatch_meta_inplace_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9521739Z test_dispatch_meta_inplace_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9521979Z test_dispatch_meta_inplace_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9522179Z test_dispatch_meta_inplace_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9522377Z test_dispatch_meta_inplace_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9522643Z test_dispatch_meta_inplace_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9522846Z test_dispatch_meta_inplace_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9523043Z test_dispatch_meta_inplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9523251Z test_dispatch_meta_inplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9523463Z test_dispatch_meta_inplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9523725Z test_dispatch_meta_inplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9523926Z test_dispatch_meta_inplace_permute_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9524134Z test_dispatch_meta_inplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9524340Z test_dispatch_meta_inplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9524546Z test_dispatch_meta_inplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9524752Z test_dispatch_meta_inplace_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9524956Z test_dispatch_meta_inplace_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9525160Z test_dispatch_meta_inplace_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9525408Z test_dispatch_meta_inplace_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9525612Z test_dispatch_meta_inplace_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9525812Z test_dispatch_meta_inplace_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9526059Z test_dispatch_meta_inplace_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9526261Z test_dispatch_meta_inplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9526470Z test_dispatch_meta_inplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9526681Z test_dispatch_meta_inplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9526886Z test_dispatch_meta_inplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9527089Z test_dispatch_meta_inplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9527292Z test_dispatch_meta_inplace_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9527493Z test_dispatch_meta_inplace_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9527723Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9527940Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9528125Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9528297Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9528512Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9528722Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9528929Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9529142Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9529398Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9529584Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9529792Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9529975Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9530159Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9530455Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9530697Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9530934Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9531175Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9531468Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9531687Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9531964Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9532181Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9532392Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9532635Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9532874Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9533112Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9533351Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9550706Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9551218Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9551449Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9551646Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9551824Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9552041Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9552253Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:09.9552460Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9552671Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9552949Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9553136Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9553345Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9553532Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9553718Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9553938Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9554150Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9554359Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9554572Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9554785Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9554996Z test_dispatch_meta_inplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9555276Z test_dispatch_meta_inplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9555493Z test_dispatch_meta_inplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9555705Z test_dispatch_meta_inplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9555962Z test_dispatch_meta_inplace_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9556169Z test_dispatch_meta_inplace_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9556370Z test_dispatch_meta_inplace_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9556572Z test_dispatch_meta_inplace_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9556822Z test_dispatch_meta_inplace_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9557026Z test_dispatch_meta_inplace_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9557233Z test_dispatch_meta_inplace_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9557435Z test_dispatch_meta_inplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9557597Z test_dispatch_meta_inplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9557748Z test_dispatch_meta_inplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9557909Z test_dispatch_meta_inplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9558067Z test_dispatch_meta_inplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9558223Z test_dispatch_meta_inplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9558373Z test_dispatch_meta_inplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9558567Z test_dispatch_meta_inplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9558721Z test_dispatch_meta_inplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9558875Z test_dispatch_meta_inplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9559031Z test_dispatch_meta_inplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9559185Z test_dispatch_meta_inplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9559393Z test_dispatch_meta_inplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9559596Z test_dispatch_meta_inplace_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9559805Z test_dispatch_meta_inplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9560010Z test_dispatch_meta_inplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9560213Z test_dispatch_meta_inplace_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9560416Z test_dispatch_meta_inplace_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9560613Z test_dispatch_meta_inplace_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9560803Z test_dispatch_meta_inplace_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9560994Z test_dispatch_meta_inplace_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9561241Z test_dispatch_meta_inplace_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9561443Z test_dispatch_meta_inplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9561602Z test_dispatch_meta_inplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9561792Z test_dispatch_meta_inplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9561958Z test_dispatch_meta_inplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9562121Z test_dispatch_meta_inplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:09.9562276Z test_dispatch_meta_inplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9562428Z test_dispatch_meta_inplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9562711Z test_dispatch_meta_inplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9562872Z test_dispatch_meta_inplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9563030Z test_dispatch_meta_inplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9563187Z test_dispatch_meta_inplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9563343Z test_dispatch_meta_inplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9563499Z test_dispatch_meta_inplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:09.9563706Z test_dispatch_meta_inplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9563908Z test_dispatch_meta_inplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9564110Z test_dispatch_meta_inplace_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9564303Z test_dispatch_meta_inplace_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9564550Z test_dispatch_meta_inplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9564756Z test_dispatch_meta_inplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9564922Z test_dispatch_meta_inplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9565120Z test_dispatch_meta_inplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9565284Z test_dispatch_meta_inplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9565433Z test_dispatch_meta_inplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9565596Z test_dispatch_meta_inplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9565795Z test_dispatch_meta_inplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9565989Z test_dispatch_meta_inplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9566175Z test_dispatch_meta_inplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9566365Z test_dispatch_meta_inplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9566562Z test_dispatch_meta_inplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9566766Z test_dispatch_meta_inplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9566979Z test_dispatch_meta_inplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9567241Z test_dispatch_meta_inplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9567454Z test_dispatch_meta_inplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9567658Z test_dispatch_meta_inplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9567908Z test_dispatch_meta_inplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9568109Z test_dispatch_meta_inplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9568757Z test_dispatch_meta_inplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9568974Z test_dispatch_meta_inplace_randint_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9569184Z test_dispatch_meta_inplace_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9569384Z test_dispatch_meta_inplace_randint_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9569586Z test_dispatch_meta_inplace_randint_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9569791Z test_dispatch_meta_inplace_randint_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9569993Z test_dispatch_meta_inplace_randint_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9570198Z test_dispatch_meta_inplace_randint_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9570400Z test_dispatch_meta_inplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9570661Z test_dispatch_meta_inplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9570869Z test_dispatch_meta_inplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9571080Z test_dispatch_meta_inplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9571287Z test_dispatch_meta_inplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9571481Z test_dispatch_meta_inplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9571684Z test_dispatch_meta_inplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9571888Z test_dispatch_meta_inplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9572091Z test_dispatch_meta_inplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9572292Z test_dispatch_meta_inplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9572495Z test_dispatch_meta_inplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9572701Z test_dispatch_meta_inplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9572907Z test_dispatch_meta_inplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9573173Z test_dispatch_meta_inplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9573381Z test_dispatch_meta_inplace_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9573581Z test_dispatch_meta_inplace_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9573831Z test_dispatch_meta_inplace_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9574038Z test_dispatch_meta_inplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9574247Z test_dispatch_meta_inplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9574504Z test_dispatch_meta_inplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9574714Z test_dispatch_meta_inplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9574920Z test_dispatch_meta_inplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9575123Z test_dispatch_meta_inplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9575324Z test_dispatch_meta_inplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9575526Z test_dispatch_meta_inplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9575728Z test_dispatch_meta_inplace_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9575935Z test_dispatch_meta_inplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9576182Z test_dispatch_meta_inplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9576386Z test_dispatch_meta_inplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9576587Z test_dispatch_meta_inplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9576788Z test_dispatch_meta_inplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9576989Z test_dispatch_meta_inplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9577188Z test_dispatch_meta_inplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9577390Z test_dispatch_meta_inplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9577575Z test_dispatch_meta_inplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9577769Z test_dispatch_meta_inplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9577967Z test_dispatch_meta_inplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9578165Z test_dispatch_meta_inplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9578364Z test_dispatch_meta_inplace_real_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9578572Z test_dispatch_meta_inplace_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9578775Z test_dispatch_meta_inplace_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9579012Z test_dispatch_meta_inplace_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9579227Z test_dispatch_meta_inplace_real_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9579426Z test_dispatch_meta_inplace_real_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9579669Z test_dispatch_meta_inplace_real_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9579864Z test_dispatch_meta_inplace_real_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9580098Z test_dispatch_meta_inplace_real_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9580286Z test_dispatch_meta_inplace_real_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9580482Z test_dispatch_meta_inplace_real_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9580672Z test_dispatch_meta_inplace_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9580843Z test_dispatch_meta_inplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9581048Z test_dispatch_meta_inplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9581222Z test_dispatch_meta_inplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9581397Z test_dispatch_meta_inplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9581565Z test_dispatch_meta_inplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9581771Z test_dispatch_meta_inplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9581938Z test_dispatch_meta_inplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9582137Z test_dispatch_meta_inplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9582333Z test_dispatch_meta_inplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9582512Z test_dispatch_meta_inplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9582708Z test_dispatch_meta_inplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9582903Z test_dispatch_meta_inplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9583070Z test_dispatch_meta_inplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9583238Z test_dispatch_meta_inplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9583403Z test_dispatch_meta_inplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9583563Z test_dispatch_meta_inplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9583727Z test_dispatch_meta_inplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9583896Z test_dispatch_meta_inplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9584057Z test_dispatch_meta_inplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9584224Z test_dispatch_meta_inplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9584385Z test_dispatch_meta_inplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9584549Z test_dispatch_meta_inplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9584716Z test_dispatch_meta_inplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9584882Z test_dispatch_meta_inplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9585103Z test_dispatch_meta_inplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9585266Z test_dispatch_meta_inplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9585426Z test_dispatch_meta_inplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9585682Z test_dispatch_meta_inplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9585933Z test_dispatch_meta_inplace_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9586132Z test_dispatch_meta_inplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9586342Z test_dispatch_meta_inplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9586545Z test_dispatch_meta_inplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9586750Z test_dispatch_meta_inplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9586952Z test_dispatch_meta_inplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9587158Z test_dispatch_meta_inplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9587360Z test_dispatch_meta_inplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9587600Z test_dispatch_meta_inplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9587800Z test_dispatch_meta_inplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9588000Z test_dispatch_meta_inplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9588223Z test_dispatch_meta_inplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9588440Z test_dispatch_meta_inplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9588668Z test_dispatch_meta_inplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9588891Z test_dispatch_meta_inplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9589119Z test_dispatch_meta_inplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9589341Z test_dispatch_meta_inplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9589554Z test_dispatch_meta_inplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9589763Z test_dispatch_meta_inplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9589981Z test_dispatch_meta_inplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9590190Z test_dispatch_meta_inplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9590398Z test_dispatch_meta_inplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9590612Z test_dispatch_meta_inplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9590828Z test_dispatch_meta_inplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9591088Z test_dispatch_meta_inplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9591296Z test_dispatch_meta_inplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9591591Z test_dispatch_meta_inplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9591808Z test_dispatch_meta_inplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9592023Z test_dispatch_meta_inplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9592229Z test_dispatch_meta_inplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9592436Z test_dispatch_meta_inplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9592638Z test_dispatch_meta_inplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9592829Z test_dispatch_meta_inplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9593032Z test_dispatch_meta_inplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9593281Z test_dispatch_meta_inplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9593484Z test_dispatch_meta_inplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9593686Z test_dispatch_meta_inplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9593891Z test_dispatch_meta_inplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9594091Z test_dispatch_meta_inplace_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9594301Z test_dispatch_meta_inplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9594512Z test_dispatch_meta_inplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9594723Z test_dispatch_meta_inplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9594928Z test_dispatch_meta_inplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9595131Z test_dispatch_meta_inplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9595329Z test_dispatch_meta_inplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9595530Z test_dispatch_meta_inplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9595735Z test_dispatch_meta_inplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9595941Z test_dispatch_meta_inplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9596143Z test_dispatch_meta_inplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9596343Z test_dispatch_meta_inplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9596511Z test_dispatch_meta_inplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9596673Z test_dispatch_meta_inplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9596840Z test_dispatch_meta_inplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9597096Z test_dispatch_meta_inplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9597260Z test_dispatch_meta_inplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9597426Z test_dispatch_meta_inplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9597625Z test_dispatch_meta_inplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9597787Z test_dispatch_meta_inplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9597947Z test_dispatch_meta_inplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9598102Z test_dispatch_meta_inplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9598261Z test_dispatch_meta_inplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9598416Z test_dispatch_meta_inplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9598585Z test_dispatch_meta_inplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9598746Z test_dispatch_meta_inplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9598961Z test_dispatch_meta_inplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9599131Z test_dispatch_meta_inplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9599297Z test_dispatch_meta_inplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9599461Z test_dispatch_meta_inplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9599621Z test_dispatch_meta_inplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9599787Z test_dispatch_meta_inplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9599952Z test_dispatch_meta_inplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9600113Z test_dispatch_meta_inplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9600278Z test_dispatch_meta_inplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9600439Z test_dispatch_meta_inplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9600654Z test_dispatch_meta_inplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9600863Z test_dispatch_meta_inplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9601080Z test_dispatch_meta_inplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9601281Z test_dispatch_meta_inplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9601494Z test_dispatch_meta_inplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9601709Z test_dispatch_meta_inplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9601919Z test_dispatch_meta_inplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9602126Z test_dispatch_meta_inplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9602331Z test_dispatch_meta_inplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9602623Z test_dispatch_meta_inplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9602924Z test_dispatch_meta_inplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9603131Z test_dispatch_meta_inplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9603342Z test_dispatch_meta_inplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9603600Z test_dispatch_meta_inplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9603817Z test_dispatch_meta_inplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9604030Z test_dispatch_meta_inplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9604245Z test_dispatch_meta_inplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9604454Z test_dispatch_meta_inplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9604703Z test_dispatch_meta_inplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9604911Z test_dispatch_meta_inplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9605115Z test_dispatch_meta_inplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9605318Z test_dispatch_meta_inplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9605518Z test_dispatch_meta_inplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9605726Z test_dispatch_meta_inplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9605926Z test_dispatch_meta_inplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9606129Z test_dispatch_meta_inplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9606327Z test_dispatch_meta_inplace_roll_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9606528Z test_dispatch_meta_inplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9606733Z test_dispatch_meta_inplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9606935Z test_dispatch_meta_inplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9607138Z test_dispatch_meta_inplace_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9607337Z test_dispatch_meta_inplace_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9607524Z test_dispatch_meta_inplace_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9607717Z test_dispatch_meta_inplace_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9607906Z test_dispatch_meta_inplace_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9608094Z test_dispatch_meta_inplace_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9608290Z test_dispatch_meta_inplace_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9608521Z test_dispatch_meta_inplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9608722Z test_dispatch_meta_inplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9608971Z test_dispatch_meta_inplace_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9609177Z test_dispatch_meta_inplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9609379Z test_dispatch_meta_inplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9609623Z test_dispatch_meta_inplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9609824Z test_dispatch_meta_inplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9610025Z test_dispatch_meta_inplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9610220Z test_dispatch_meta_inplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9610455Z test_dispatch_meta_inplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9610651Z test_dispatch_meta_inplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9610847Z test_dispatch_meta_inplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9611041Z test_dispatch_meta_inplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9611204Z test_dispatch_meta_inplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9611366Z test_dispatch_meta_inplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9611521Z test_dispatch_meta_inplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9611681Z test_dispatch_meta_inplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9611832Z test_dispatch_meta_inplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9611980Z test_dispatch_meta_inplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9612122Z test_dispatch_meta_inplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9612274Z test_dispatch_meta_inplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9612448Z test_dispatch_meta_inplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9612626Z test_dispatch_meta_inplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9612798Z test_dispatch_meta_inplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9612975Z test_dispatch_meta_inplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9613150Z test_dispatch_meta_inplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9613322Z test_dispatch_meta_inplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9613502Z test_dispatch_meta_inplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9613682Z test_dispatch_meta_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9613853Z test_dispatch_meta_inplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9614014Z test_dispatch_meta_inplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9614248Z test_dispatch_meta_inplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:09.9614417Z test_dispatch_meta_inplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9614580Z test_dispatch_meta_inplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9614739Z test_dispatch_meta_inplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9614892Z test_dispatch_meta_inplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9615089Z test_dispatch_meta_inplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9615282Z test_dispatch_meta_inplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9615474Z test_dispatch_meta_inplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9615667Z test_dispatch_meta_inplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9615885Z test_dispatch_meta_inplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9616088Z test_dispatch_meta_inplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9616293Z test_dispatch_meta_inplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:09.9616495Z test_dispatch_meta_inplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9616693Z test_dispatch_meta_inplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9616892Z test_dispatch_meta_inplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9617092Z test_dispatch_meta_inplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9617289Z test_dispatch_meta_inplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9617481Z test_dispatch_meta_inplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9617668Z test_dispatch_meta_inplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9617864Z test_dispatch_meta_inplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9618054Z test_dispatch_meta_inplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9618266Z test_dispatch_meta_inplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9618475Z test_dispatch_meta_inplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9618695Z test_dispatch_meta_inplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9618914Z test_dispatch_meta_inplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9619121Z test_dispatch_meta_inplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9619332Z test_dispatch_meta_inplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9619542Z test_dispatch_meta_inplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9619837Z test_dispatch_meta_inplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9620051Z test_dispatch_meta_inplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9620257Z test_dispatch_meta_inplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9620511Z test_dispatch_meta_inplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9620719Z test_dispatch_meta_inplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9620923Z test_dispatch_meta_inplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9621096Z test_dispatch_meta_inplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9621262Z test_dispatch_meta_inplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9621474Z test_dispatch_meta_inplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9621649Z test_dispatch_meta_inplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9621816Z test_dispatch_meta_inplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9621984Z test_dispatch_meta_inplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9622146Z test_dispatch_meta_inplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9622309Z test_dispatch_meta_inplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9622471Z test_dispatch_meta_inplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9622634Z test_dispatch_meta_inplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9622799Z test_dispatch_meta_inplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9622965Z test_dispatch_meta_inplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9623129Z test_dispatch_meta_inplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:09.9623290Z test_dispatch_meta_inplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9623457Z test_dispatch_meta_inplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9623618Z test_dispatch_meta_inplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9623780Z test_dispatch_meta_inplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9623946Z test_dispatch_meta_inplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9624107Z test_dispatch_meta_inplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:09.9624269Z test_dispatch_meta_inplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9624423Z test_dispatch_meta_inplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9624577Z test_dispatch_meta_inplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9624722Z test_dispatch_meta_inplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9624876Z test_dispatch_meta_inplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9625058Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9625233Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9625457Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9625633Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9625806Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9625982Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9626157Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9626332Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9626505Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9626675Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9626859Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9627033Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9627252Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9627424Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9627591Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9627763Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9627936Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:09.9628104Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9628266Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:09.9628437Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9628623Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9628798Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9628966Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9629133Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:09.9629304Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9629475Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9629646Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9629817Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:09.9629990Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9630176Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9630352Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:09.9630531Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9630704Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9630873Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9631084Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9631258Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:09.9631432Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9631608Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9631778Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:09.9631942Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9632114Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9632290Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9632462Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9632628Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9633213Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9633387Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9633558Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9633730Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9633904Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9634128Z test_dispatch_meta_inplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9634345Z test_dispatch_meta_inplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9634563Z test_dispatch_meta_inplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9634779Z test_dispatch_meta_inplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9634990Z test_dispatch_meta_inplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9635200Z test_dispatch_meta_inplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9635408Z test_dispatch_meta_inplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9635623Z test_dispatch_meta_inplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9635902Z test_dispatch_meta_inplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9636138Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9636362Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9636585Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9636854Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9637131Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9637353Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9637567Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9637790Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9637998Z test_dispatch_meta_inplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9638200Z test_dispatch_meta_inplace_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9638394Z test_dispatch_meta_inplace_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9638603Z test_dispatch_meta_inplace_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9638854Z test_dispatch_meta_inplace_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9639060Z test_dispatch_meta_inplace_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9639264Z test_dispatch_meta_inplace_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9639464Z test_dispatch_meta_inplace_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9639666Z test_dispatch_meta_inplace_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9639866Z test_dispatch_meta_inplace_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9640065Z test_dispatch_meta_inplace_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9640268Z test_dispatch_meta_inplace_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9640466Z test_dispatch_meta_inplace_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9640688Z test_dispatch_meta_inplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9640899Z test_dispatch_meta_inplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9641110Z test_dispatch_meta_inplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9641324Z test_dispatch_meta_inplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9641536Z test_dispatch_meta_inplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9641748Z test_dispatch_meta_inplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9641956Z test_dispatch_meta_inplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9642165Z test_dispatch_meta_inplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9642375Z test_dispatch_meta_inplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9642721Z test_dispatch_meta_inplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9642890Z test_dispatch_meta_inplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9643049Z test_dispatch_meta_inplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9643236Z test_dispatch_meta_inplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9643397Z test_dispatch_meta_inplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9643554Z test_dispatch_meta_inplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9643700Z test_dispatch_meta_inplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9643852Z test_dispatch_meta_inplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9644001Z test_dispatch_meta_inplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9644159Z test_dispatch_meta_inplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9644312Z test_dispatch_meta_inplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9644505Z test_dispatch_meta_inplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9644661Z test_dispatch_meta_inplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9644810Z test_dispatch_meta_inplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9645015Z test_dispatch_meta_inplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9645215Z test_dispatch_meta_inplace_short_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9645421Z test_dispatch_meta_inplace_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9645630Z test_dispatch_meta_inplace_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9645833Z test_dispatch_meta_inplace_short_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9646037Z test_dispatch_meta_inplace_short_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9646240Z test_dispatch_meta_inplace_short_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9646438Z test_dispatch_meta_inplace_short_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9646629Z test_dispatch_meta_inplace_short_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9646826Z test_dispatch_meta_inplace_short_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9647026Z test_dispatch_meta_inplace_short_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9647223Z test_dispatch_meta_inplace_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9647390Z test_dispatch_meta_inplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9647590Z test_dispatch_meta_inplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9647759Z test_dispatch_meta_inplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9647914Z test_dispatch_meta_inplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9648079Z test_dispatch_meta_inplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9648239Z test_dispatch_meta_inplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9648481Z test_dispatch_meta_inplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9648674Z test_dispatch_meta_inplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9648861Z test_dispatch_meta_inplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9649052Z test_dispatch_meta_inplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9649246Z test_dispatch_meta_inplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9649405Z test_dispatch_meta_inplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9649560Z test_dispatch_meta_inplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9649718Z test_dispatch_meta_inplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9649875Z test_dispatch_meta_inplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9650029Z test_dispatch_meta_inplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9650229Z test_dispatch_meta_inplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9650383Z test_dispatch_meta_inplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:09.9650532Z test_dispatch_meta_inplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9650687Z test_dispatch_meta_inplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9650843Z test_dispatch_meta_inplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9651065Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9651289Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9651510Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9651719Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9651948Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9652177Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9652403Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9652625Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9652850Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9653074Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9653295Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9653511Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9653728Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9654001Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9654221Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9654445Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9654649Z test_dispatch_meta_inplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9654852Z test_dispatch_meta_inplace_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9655056Z test_dispatch_meta_inplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9655264Z test_dispatch_meta_inplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9655463Z test_dispatch_meta_inplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9655708Z test_dispatch_meta_inplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9655908Z test_dispatch_meta_inplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9656107Z test_dispatch_meta_inplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9656308Z test_dispatch_meta_inplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9656510Z test_dispatch_meta_inplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9656673Z test_dispatch_meta_inplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9656868Z test_dispatch_meta_inplace_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9657034Z test_dispatch_meta_inplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9657194Z test_dispatch_meta_inplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9657352Z test_dispatch_meta_inplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9657494Z test_dispatch_meta_inplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9657691Z test_dispatch_meta_inplace_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9657882Z test_dispatch_meta_inplace_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9658073Z test_dispatch_meta_inplace_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9658263Z test_dispatch_meta_inplace_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9658450Z test_dispatch_meta_inplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9658612Z test_dispatch_meta_inplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9658800Z test_dispatch_meta_inplace_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9658966Z test_dispatch_meta_inplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9659130Z test_dispatch_meta_inplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9659289Z test_dispatch_meta_inplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9659441Z test_dispatch_meta_inplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9659977Z test_dispatch_meta_inplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9660181Z test_dispatch_meta_inplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9660375Z test_dispatch_meta_inplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9660566Z test_dispatch_meta_inplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9660755Z test_dispatch_meta_inplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9660914Z test_dispatch_meta_inplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9661105Z test_dispatch_meta_inplace_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9661270Z test_dispatch_meta_inplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9661432Z test_dispatch_meta_inplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9661641Z test_dispatch_meta_inplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9661781Z test_dispatch_meta_inplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9661971Z test_dispatch_meta_inplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9662162Z test_dispatch_meta_inplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9662354Z test_dispatch_meta_inplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9662543Z test_dispatch_meta_inplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9662733Z test_dispatch_meta_inplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9662938Z test_dispatch_meta_inplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9663141Z test_dispatch_meta_inplace_slice_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9663346Z test_dispatch_meta_inplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9663553Z test_dispatch_meta_inplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9663759Z test_dispatch_meta_inplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9663958Z test_dispatch_meta_inplace_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9664164Z test_dispatch_meta_inplace_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9664360Z test_dispatch_meta_inplace_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9664560Z test_dispatch_meta_inplace_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9664755Z test_dispatch_meta_inplace_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9664950Z test_dispatch_meta_inplace_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9665148Z test_dispatch_meta_inplace_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9665345Z test_dispatch_meta_inplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9665612Z test_dispatch_meta_inplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9665824Z test_dispatch_meta_inplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9666035Z test_dispatch_meta_inplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9666247Z test_dispatch_meta_inplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9666458Z test_dispatch_meta_inplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9666665Z test_dispatch_meta_inplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9666873Z test_dispatch_meta_inplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9667156Z test_dispatch_meta_inplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9667399Z test_dispatch_meta_inplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9667601Z test_dispatch_meta_inplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9667855Z test_dispatch_meta_inplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9668064Z test_dispatch_meta_inplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9668265Z test_dispatch_meta_inplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9668486Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9668705Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9668926Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9669148Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9669364Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9669574Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9669781Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9669991Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9670197Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9670398Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9670607Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9670811Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9671065Z test_dispatch_meta_inplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9671263Z test_dispatch_meta_inplace_sort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9671466Z test_dispatch_meta_inplace_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9671669Z test_dispatch_meta_inplace_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9671869Z test_dispatch_meta_inplace_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9672066Z test_dispatch_meta_inplace_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9672258Z test_dispatch_meta_inplace_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9672448Z test_dispatch_meta_inplace_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9672641Z test_dispatch_meta_inplace_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9672879Z test_dispatch_meta_inplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9673119Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T01:52:09.9673356Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:09.9673586Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:09.9673806Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:09.9674019Z test_dispatch_meta_inplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9674238Z test_dispatch_meta_inplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9674446Z test_dispatch_meta_inplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9674654Z test_dispatch_meta_inplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9674865Z test_dispatch_meta_inplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9675075Z test_dispatch_meta_inplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9675283Z test_dispatch_meta_inplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9675489Z test_dispatch_meta_inplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9675705Z test_dispatch_meta_inplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9675923Z test_dispatch_meta_inplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9676133Z test_dispatch_meta_inplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9676344Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9676592Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9676797Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9677006Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9677216Z test_dispatch_meta_inplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9677427Z test_dispatch_meta_inplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9677639Z test_dispatch_meta_inplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9677849Z test_dispatch_meta_inplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9678058Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9678306Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9678504Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9678712Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9678924Z test_dispatch_meta_inplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9679134Z test_dispatch_meta_inplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9679352Z test_dispatch_meta_inplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9679559Z test_dispatch_meta_inplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9679766Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9679970Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9680169Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9680372Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9680573Z test_dispatch_meta_inplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9680784Z test_dispatch_meta_inplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9681001Z test_dispatch_meta_inplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9681207Z test_dispatch_meta_inplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9681417Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9681620Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9681819Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9682073Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9682291Z test_dispatch_meta_inplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9682607Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9682847Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9683079Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9683309Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9683540Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9683816Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9684046Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9684272Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9684501Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9684729Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9684962Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9685193Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9685420Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9685649Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9685875Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9686100Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9686362Z 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:52:09.9686631Z 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:52:09.9686894Z 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:52:09.9687147Z 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:52:09.9687450Z 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:52:09.9687707Z 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:52:09.9687964Z 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:52:09.9688222Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:52:09.9688483Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9688739Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9688997Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9689297Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9689549Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9689800Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9690055Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9690314Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9690533Z test_dispatch_meta_inplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9690745Z test_dispatch_meta_inplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9690956Z test_dispatch_meta_inplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9691167Z test_dispatch_meta_inplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9691362Z test_dispatch_meta_inplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9691574Z test_dispatch_meta_inplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9691778Z test_dispatch_meta_inplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9691989Z test_dispatch_meta_inplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9692188Z test_dispatch_meta_inplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9692397Z test_dispatch_meta_inplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9692607Z test_dispatch_meta_inplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9692860Z test_dispatch_meta_inplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9693070Z test_dispatch_meta_inplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9693278Z test_dispatch_meta_inplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9693483Z test_dispatch_meta_inplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9693688Z test_dispatch_meta_inplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9693896Z test_dispatch_meta_inplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9694127Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9694364Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9694596Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9694868Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9695092Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9695313Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9695542Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9695763Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9695986Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9696221Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9696454Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9696679Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9696907Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9697133Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9697358Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9697582Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9697793Z test_dispatch_meta_inplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9697998Z test_dispatch_meta_inplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9698205Z test_dispatch_meta_inplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9698452Z test_dispatch_meta_inplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9698645Z test_dispatch_meta_inplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9698852Z test_dispatch_meta_inplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9699052Z test_dispatch_meta_inplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9699257Z test_dispatch_meta_inplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9699459Z test_dispatch_meta_inplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9699664Z test_dispatch_meta_inplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9699872Z test_dispatch_meta_inplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9700116Z test_dispatch_meta_inplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9700320Z test_dispatch_meta_inplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9700523Z test_dispatch_meta_inplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9700721Z test_dispatch_meta_inplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9700919Z test_dispatch_meta_inplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9701119Z test_dispatch_meta_inplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9701322Z test_dispatch_meta_inplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9701534Z test_dispatch_meta_inplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9701739Z test_dispatch_meta_inplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9701943Z test_dispatch_meta_inplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9702145Z test_dispatch_meta_inplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9702346Z test_dispatch_meta_inplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9702547Z test_dispatch_meta_inplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9702745Z test_dispatch_meta_inplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9702982Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9703222Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9703454Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9703682Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9703951Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9704183Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9704413Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9704636Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9704899Z 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:52:09.9705163Z 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:52:09.9705427Z 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:52:09.9705725Z 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:52:09.9705984Z 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:52:09.9706243Z 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:52:09.9706487Z 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:52:09.9706742Z 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:52:09.9706960Z test_dispatch_meta_inplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9707175Z test_dispatch_meta_inplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9707388Z test_dispatch_meta_inplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9707601Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9707812Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9708025Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9708233Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9708447Z test_dispatch_meta_inplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9708670Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9708895Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9709117Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9709383Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9709602Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9709820Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9710038Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9710250Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9710462Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9710685Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9710906Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9711162Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9711382Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9711595Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9711811Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9712023Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9712235Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9712456Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9712673Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9712886Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9713103Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9713316Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9713528Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9713743Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9713956Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9714175Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9714394Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9714636Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9714851Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9715064Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9715277Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9715487Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9715701Z test_dispatch_meta_inplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9715911Z test_dispatch_meta_inplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9716121Z test_dispatch_meta_inplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9716368Z test_dispatch_meta_inplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9716575Z test_dispatch_meta_inplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9716784Z test_dispatch_meta_inplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9716985Z test_dispatch_meta_inplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9717191Z test_dispatch_meta_inplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9717397Z test_dispatch_meta_inplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9717602Z test_dispatch_meta_inplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9717815Z test_dispatch_meta_inplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9718026Z test_dispatch_meta_inplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9718231Z test_dispatch_meta_inplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9718440Z test_dispatch_meta_inplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9718646Z test_dispatch_meta_inplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9718851Z test_dispatch_meta_inplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9719057Z test_dispatch_meta_inplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9719304Z 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:52:09.9719544Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9719788Z 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:52:09.9720074Z 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:52:09.9720312Z 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:52:09.9720551Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9720791Z 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:52:09.9721023Z 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:52:09.9721261Z 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:52:09.9721495Z 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:52:09.9721727Z 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:52:09.9722766Z 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:52:09.9723003Z 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:52:09.9723382Z 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:52:09.9723612Z 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:52:09.9723840Z 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:52:09.9724129Z 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:52:09.9724358Z 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:52:09.9724595Z 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:52:09.9724821Z 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:52:09.9725051Z 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:52:09.9725273Z 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:52:09.9725495Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9725720Z 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:52:09.9725953Z 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:52:09.9726226Z 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:52:09.9726578Z 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:52:09.9726847Z 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:52:09.9727110Z 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:52:09.9727369Z 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:52:09.9727639Z 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:52:09.9727905Z 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:52:09.9728222Z 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:52:09.9728489Z 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:52:09.9728761Z 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:52:09.9729023Z 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:52:09.9729291Z 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:52:09.9729552Z 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:52:09.9729806Z 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:52:09.9730067Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:52:09.9730331Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9730596Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9730869Z 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:52:09.9731129Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9731389Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9731687Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9731943Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9732204Z 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:52:09.9732474Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9732735Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9733002Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9733263Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9733572Z 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:52:09.9733828Z 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:52:09.9734080Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9734340Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9734607Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:09.9734841Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9735072Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9735303Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9735529Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9735756Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9735977Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9736201Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9736429Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9736645Z test_dispatch_meta_inplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9736853Z test_dispatch_meta_inplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9737112Z test_dispatch_meta_inplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9737323Z test_dispatch_meta_inplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9737527Z test_dispatch_meta_inplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9737739Z test_dispatch_meta_inplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9737949Z test_dispatch_meta_inplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9738157Z test_dispatch_meta_inplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9738353Z test_dispatch_meta_inplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9738561Z test_dispatch_meta_inplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9738818Z test_dispatch_meta_inplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9739022Z test_dispatch_meta_inplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9739230Z test_dispatch_meta_inplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9739435Z test_dispatch_meta_inplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9739639Z test_dispatch_meta_inplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9739842Z test_dispatch_meta_inplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9740047Z test_dispatch_meta_inplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9740251Z test_dispatch_meta_inplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9740453Z test_dispatch_meta_inplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9740652Z test_dispatch_meta_inplace_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9740859Z test_dispatch_meta_inplace_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9741063Z test_dispatch_meta_inplace_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9741268Z test_dispatch_meta_inplace_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9741470Z test_dispatch_meta_inplace_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9741671Z test_dispatch_meta_inplace_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9741869Z test_dispatch_meta_inplace_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9742068Z test_dispatch_meta_inplace_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9742264Z test_dispatch_meta_inplace_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9742503Z test_dispatch_meta_inplace_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9742698Z test_dispatch_meta_inplace_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9742897Z test_dispatch_meta_inplace_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9743113Z test_dispatch_meta_inplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9743323Z test_dispatch_meta_inplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9743540Z test_dispatch_meta_inplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9743758Z test_dispatch_meta_inplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9743969Z test_dispatch_meta_inplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9744173Z test_dispatch_meta_inplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9744408Z test_dispatch_meta_inplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9744615Z test_dispatch_meta_inplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9744823Z test_dispatch_meta_inplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9745030Z test_dispatch_meta_inplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9745238Z test_dispatch_meta_inplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9745444Z test_dispatch_meta_inplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9745663Z test_dispatch_meta_inplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9745872Z test_dispatch_meta_inplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9746091Z test_dispatch_meta_inplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9746307Z test_dispatch_meta_inplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9746519Z test_dispatch_meta_inplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9746732Z test_dispatch_meta_inplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9746939Z test_dispatch_meta_inplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9747146Z test_dispatch_meta_inplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9747357Z test_dispatch_meta_inplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9747565Z test_dispatch_meta_inplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9747774Z test_dispatch_meta_inplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9748338Z test_dispatch_meta_inplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9748558Z test_dispatch_meta_inplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9748725Z test_dispatch_meta_inplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9748923Z test_dispatch_meta_inplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9749089Z test_dispatch_meta_inplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9749252Z test_dispatch_meta_inplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9749413Z test_dispatch_meta_inplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9749570Z test_dispatch_meta_inplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9749767Z test_dispatch_meta_inplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:09.9749959Z test_dispatch_meta_inplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9750185Z test_dispatch_meta_inplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9750377Z test_dispatch_meta_inplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9750567Z test_dispatch_meta_inplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9750732Z test_dispatch_meta_inplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9750926Z test_dispatch_meta_inplace_square_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9751095Z test_dispatch_meta_inplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9751263Z test_dispatch_meta_inplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9751428Z test_dispatch_meta_inplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9751593Z test_dispatch_meta_inplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9751753Z test_dispatch_meta_inplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9751915Z test_dispatch_meta_inplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9752072Z test_dispatch_meta_inplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9752223Z test_dispatch_meta_inplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9752380Z test_dispatch_meta_inplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9752537Z test_dispatch_meta_inplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9752700Z test_dispatch_meta_inplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9752860Z test_dispatch_meta_inplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9753030Z test_dispatch_meta_inplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9753195Z test_dispatch_meta_inplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9753359Z test_dispatch_meta_inplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9753508Z test_dispatch_meta_inplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9753670Z test_dispatch_meta_inplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9753830Z test_dispatch_meta_inplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9754035Z test_dispatch_meta_inplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9754191Z test_dispatch_meta_inplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9754345Z test_dispatch_meta_inplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9754502Z test_dispatch_meta_inplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9754654Z test_dispatch_meta_inplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9754859Z test_dispatch_meta_inplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9755060Z test_dispatch_meta_inplace_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9755269Z test_dispatch_meta_inplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9755480Z test_dispatch_meta_inplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9755683Z test_dispatch_meta_inplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9755928Z test_dispatch_meta_inplace_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9756133Z test_dispatch_meta_inplace_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9756335Z test_dispatch_meta_inplace_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9756533Z test_dispatch_meta_inplace_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9756731Z test_dispatch_meta_inplace_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9756933Z test_dispatch_meta_inplace_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9757129Z test_dispatch_meta_inplace_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9757328Z test_dispatch_meta_inplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9757529Z test_dispatch_meta_inplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9757731Z test_dispatch_meta_inplace_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9757922Z test_dispatch_meta_inplace_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9758119Z test_dispatch_meta_inplace_std_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9758317Z test_dispatch_meta_inplace_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9758516Z test_dispatch_meta_inplace_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9758724Z test_dispatch_meta_inplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9758932Z test_dispatch_meta_inplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9759138Z test_dispatch_meta_inplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9759343Z test_dispatch_meta_inplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9759590Z test_dispatch_meta_inplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9759791Z test_dispatch_meta_inplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9759999Z test_dispatch_meta_inplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9760202Z test_dispatch_meta_inplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9760401Z test_dispatch_meta_inplace_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9760597Z test_dispatch_meta_inplace_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9760758Z test_dispatch_meta_inplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9760924Z test_dispatch_meta_inplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9761088Z test_dispatch_meta_inplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9761288Z test_dispatch_meta_inplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9761448Z test_dispatch_meta_inplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9761601Z test_dispatch_meta_inplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9761752Z test_dispatch_meta_inplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9761905Z test_dispatch_meta_inplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9762060Z test_dispatch_meta_inplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9762199Z test_dispatch_meta_inplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9762356Z test_dispatch_meta_inplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9762605Z test_dispatch_meta_inplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9762813Z test_dispatch_meta_inplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9763011Z test_dispatch_meta_inplace_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9763215Z test_dispatch_meta_inplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9763418Z test_dispatch_meta_inplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9763616Z test_dispatch_meta_inplace_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9763816Z test_dispatch_meta_inplace_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9764013Z test_dispatch_meta_inplace_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9764210Z test_dispatch_meta_inplace_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9764400Z test_dispatch_meta_inplace_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9764586Z test_dispatch_meta_inplace_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9764778Z test_dispatch_meta_inplace_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9764966Z test_dispatch_meta_inplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9765222Z test_dispatch_meta_inplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9765427Z test_dispatch_meta_inplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9765643Z test_dispatch_meta_inplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9765854Z test_dispatch_meta_inplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9766058Z test_dispatch_meta_inplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9766264Z test_dispatch_meta_inplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9766468Z test_dispatch_meta_inplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9766674Z test_dispatch_meta_inplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9766876Z test_dispatch_meta_inplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9767117Z test_dispatch_meta_inplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9767316Z test_dispatch_meta_inplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9767515Z test_dispatch_meta_inplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9767704Z test_dispatch_meta_inplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9767907Z test_dispatch_meta_inplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9768108Z test_dispatch_meta_inplace_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9768307Z test_dispatch_meta_inplace_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9768514Z test_dispatch_meta_inplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9768720Z test_dispatch_meta_inplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9768929Z test_dispatch_meta_inplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9769134Z test_dispatch_meta_inplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9769337Z test_dispatch_meta_inplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9769539Z test_dispatch_meta_inplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9769698Z test_dispatch_meta_inplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9769851Z test_dispatch_meta_inplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9770010Z test_dispatch_meta_inplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9770168Z test_dispatch_meta_inplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9770322Z test_dispatch_meta_inplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9770477Z test_dispatch_meta_inplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9770629Z test_dispatch_meta_inplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9770827Z test_dispatch_meta_inplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9770979Z test_dispatch_meta_inplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9771130Z test_dispatch_meta_inplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9771279Z test_dispatch_meta_inplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9771415Z test_dispatch_meta_inplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9771629Z test_dispatch_meta_inplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9771835Z test_dispatch_meta_inplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9772050Z test_dispatch_meta_inplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9772267Z test_dispatch_meta_inplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9772476Z test_dispatch_meta_inplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9772731Z test_dispatch_meta_inplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9772942Z test_dispatch_meta_inplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9773148Z test_dispatch_meta_inplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9773353Z test_dispatch_meta_inplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9773561Z test_dispatch_meta_inplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9773767Z test_dispatch_meta_inplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9773973Z test_dispatch_meta_inplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9774174Z test_dispatch_meta_inplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9774371Z test_dispatch_meta_inplace_take_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9774575Z test_dispatch_meta_inplace_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9774780Z test_dispatch_meta_inplace_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9774980Z test_dispatch_meta_inplace_take_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9775181Z test_dispatch_meta_inplace_take_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9775381Z test_dispatch_meta_inplace_take_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9775576Z test_dispatch_meta_inplace_take_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9775765Z test_dispatch_meta_inplace_take_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9775953Z test_dispatch_meta_inplace_take_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9776148Z test_dispatch_meta_inplace_take_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9776374Z test_dispatch_meta_inplace_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9776536Z test_dispatch_meta_inplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9776730Z test_dispatch_meta_inplace_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:09.9776893Z test_dispatch_meta_inplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9777043Z test_dispatch_meta_inplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9777201Z test_dispatch_meta_inplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9777354Z test_dispatch_meta_inplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9777552Z test_dispatch_meta_inplace_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9777743Z test_dispatch_meta_inplace_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9777931Z test_dispatch_meta_inplace_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9778166Z test_dispatch_meta_inplace_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9778351Z test_dispatch_meta_inplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9778517Z test_dispatch_meta_inplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9778707Z test_dispatch_meta_inplace_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9778870Z test_dispatch_meta_inplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9779033Z test_dispatch_meta_inplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9779193Z test_dispatch_meta_inplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9779351Z test_dispatch_meta_inplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9779543Z test_dispatch_meta_inplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9779734Z test_dispatch_meta_inplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9779922Z test_dispatch_meta_inplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9780113Z test_dispatch_meta_inplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9780301Z test_dispatch_meta_inplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9780518Z test_dispatch_meta_inplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9780725Z test_dispatch_meta_inplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9780945Z test_dispatch_meta_inplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9781147Z test_dispatch_meta_inplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9781357Z test_dispatch_meta_inplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9781563Z test_dispatch_meta_inplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9781771Z test_dispatch_meta_inplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9782023Z test_dispatch_meta_inplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9782229Z test_dispatch_meta_inplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9782428Z test_dispatch_meta_inplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9782631Z test_dispatch_meta_inplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9782833Z test_dispatch_meta_inplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9783036Z test_dispatch_meta_inplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9783248Z test_dispatch_meta_inplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9783458Z test_dispatch_meta_inplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9783703Z test_dispatch_meta_inplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9783912Z test_dispatch_meta_inplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9784112Z test_dispatch_meta_inplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9784313Z test_dispatch_meta_inplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9784511Z test_dispatch_meta_inplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9784717Z test_dispatch_meta_inplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9784922Z test_dispatch_meta_inplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9785125Z test_dispatch_meta_inplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9785321Z test_dispatch_meta_inplace_tile_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9785524Z test_dispatch_meta_inplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9785726Z test_dispatch_meta_inplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9785923Z test_dispatch_meta_inplace_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9786123Z test_dispatch_meta_inplace_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9786320Z test_dispatch_meta_inplace_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9786516Z test_dispatch_meta_inplace_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9786707Z test_dispatch_meta_inplace_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9786893Z test_dispatch_meta_inplace_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9787077Z test_dispatch_meta_inplace_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9787306Z test_dispatch_meta_inplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9787504Z test_dispatch_meta_inplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9787702Z test_dispatch_meta_inplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9787905Z test_dispatch_meta_inplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9788109Z test_dispatch_meta_inplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9788308Z test_dispatch_meta_inplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9788500Z test_dispatch_meta_inplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9788690Z test_dispatch_meta_inplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9788883Z test_dispatch_meta_inplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9789117Z test_dispatch_meta_inplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9789304Z test_dispatch_meta_inplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9789495Z test_dispatch_meta_inplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9789684Z test_dispatch_meta_inplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9789890Z test_dispatch_meta_inplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9790094Z test_dispatch_meta_inplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9790303Z test_dispatch_meta_inplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9790514Z test_dispatch_meta_inplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9790719Z test_dispatch_meta_inplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9790924Z test_dispatch_meta_inplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9791125Z test_dispatch_meta_inplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9791326Z test_dispatch_meta_inplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9791532Z test_dispatch_meta_inplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9791729Z test_dispatch_meta_inplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9791932Z test_dispatch_meta_inplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9792134Z test_dispatch_meta_inplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9792332Z test_dispatch_meta_inplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9792518Z test_dispatch_meta_inplace_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9792717Z test_dispatch_meta_inplace_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9792955Z test_dispatch_meta_inplace_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9793152Z test_dispatch_meta_inplace_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9793342Z test_dispatch_meta_inplace_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9793539Z test_dispatch_meta_inplace_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9793731Z test_dispatch_meta_inplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9793939Z test_dispatch_meta_inplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9794145Z test_dispatch_meta_inplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9794349Z test_dispatch_meta_inplace_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9794590Z test_dispatch_meta_inplace_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9794789Z test_dispatch_meta_inplace_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9794987Z test_dispatch_meta_inplace_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9795182Z test_dispatch_meta_inplace_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9795378Z test_dispatch_meta_inplace_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9795576Z test_dispatch_meta_inplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9795746Z test_dispatch_meta_inplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9795913Z test_dispatch_meta_inplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9796085Z test_dispatch_meta_inplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9796254Z test_dispatch_meta_inplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9796422Z test_dispatch_meta_inplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9796588Z test_dispatch_meta_inplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9796751Z test_dispatch_meta_inplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9796915Z test_dispatch_meta_inplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9797066Z test_dispatch_meta_inplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9797230Z test_dispatch_meta_inplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9797397Z test_dispatch_meta_inplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9797559Z test_dispatch_meta_inplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9797722Z test_dispatch_meta_inplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9797932Z test_dispatch_meta_inplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9798146Z test_dispatch_meta_inplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9798357Z test_dispatch_meta_inplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9798607Z test_dispatch_meta_inplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9798821Z test_dispatch_meta_inplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9799022Z test_dispatch_meta_inplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9799225Z test_dispatch_meta_inplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9799427Z test_dispatch_meta_inplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9799628Z test_dispatch_meta_inplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9799832Z test_dispatch_meta_inplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9800035Z test_dispatch_meta_inplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9800281Z test_dispatch_meta_inplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9800489Z test_dispatch_meta_inplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9800687Z test_dispatch_meta_inplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9800888Z test_dispatch_meta_inplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9801087Z test_dispatch_meta_inplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9801292Z test_dispatch_meta_inplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9801488Z test_dispatch_meta_inplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9801685Z test_dispatch_meta_inplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9801881Z test_dispatch_meta_inplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9802065Z test_dispatch_meta_inplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9802261Z test_dispatch_meta_inplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9802569Z test_dispatch_meta_inplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9802797Z test_dispatch_meta_inplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9803016Z test_dispatch_meta_inplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9803223Z test_dispatch_meta_inplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9803386Z test_dispatch_meta_inplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9803543Z test_dispatch_meta_inplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9803708Z test_dispatch_meta_inplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9803871Z test_dispatch_meta_inplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9804087Z test_dispatch_meta_inplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9804242Z test_dispatch_meta_inplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9804393Z test_dispatch_meta_inplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9804551Z test_dispatch_meta_inplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9804703Z test_dispatch_meta_inplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9804853Z test_dispatch_meta_inplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9805007Z test_dispatch_meta_inplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9805163Z test_dispatch_meta_inplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9805372Z test_dispatch_meta_inplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9805581Z test_dispatch_meta_inplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9805742Z test_dispatch_meta_inplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9805942Z test_dispatch_meta_inplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9806093Z test_dispatch_meta_inplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9806256Z test_dispatch_meta_inplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9806412Z test_dispatch_meta_inplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9806567Z test_dispatch_meta_inplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9806718Z test_dispatch_meta_inplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9806870Z test_dispatch_meta_inplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9807023Z test_dispatch_meta_inplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9807173Z test_dispatch_meta_inplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9807328Z test_dispatch_meta_inplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9807484Z test_dispatch_meta_inplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9807689Z test_dispatch_meta_inplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9807893Z test_dispatch_meta_inplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9808062Z test_dispatch_meta_inplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9808266Z test_dispatch_meta_inplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9808438Z test_dispatch_meta_inplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9808612Z test_dispatch_meta_inplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9808780Z test_dispatch_meta_inplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9808947Z test_dispatch_meta_inplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9809112Z test_dispatch_meta_inplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9809314Z test_dispatch_meta_inplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9809499Z test_dispatch_meta_inplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:52:09.9809742Z test_dispatch_meta_inplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9809945Z test_dispatch_meta_inplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9810146Z test_dispatch_meta_inplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9810308Z test_dispatch_meta_inplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9810470Z test_dispatch_meta_inplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9810626Z test_dispatch_meta_inplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9810784Z test_dispatch_meta_inplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9810935Z test_dispatch_meta_inplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9811087Z test_dispatch_meta_inplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9811241Z test_dispatch_meta_inplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9811391Z test_dispatch_meta_inplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9811961Z test_dispatch_meta_inplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9812163Z test_dispatch_meta_inplace_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9812373Z test_dispatch_meta_inplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9812580Z test_dispatch_meta_inplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9812786Z test_dispatch_meta_inplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9812991Z test_dispatch_meta_inplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9813195Z test_dispatch_meta_inplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9813398Z test_dispatch_meta_inplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9813600Z test_dispatch_meta_inplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9813799Z test_dispatch_meta_inplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9813998Z test_dispatch_meta_inplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9814195Z test_dispatch_meta_inplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9814379Z test_dispatch_meta_inplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9814589Z test_dispatch_meta_inplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9814793Z test_dispatch_meta_inplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9815002Z test_dispatch_meta_inplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9815212Z test_dispatch_meta_inplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9815423Z test_dispatch_meta_inplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9815677Z test_dispatch_meta_inplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9815884Z test_dispatch_meta_inplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9816090Z test_dispatch_meta_inplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9816293Z test_dispatch_meta_inplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9816495Z test_dispatch_meta_inplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9816695Z test_dispatch_meta_inplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9816896Z test_dispatch_meta_inplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9817103Z test_dispatch_meta_inplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9817315Z test_dispatch_meta_inplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9817564Z test_dispatch_meta_inplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9817777Z test_dispatch_meta_inplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9817992Z test_dispatch_meta_inplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9818204Z test_dispatch_meta_inplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9818416Z test_dispatch_meta_inplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9818625Z test_dispatch_meta_inplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9818832Z test_dispatch_meta_inplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9819037Z test_dispatch_meta_inplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9819241Z test_dispatch_meta_inplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9819440Z test_dispatch_meta_inplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9819644Z test_dispatch_meta_inplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9819843Z test_dispatch_meta_inplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9820044Z test_dispatch_meta_inplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9820243Z test_dispatch_meta_inplace_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9820434Z test_dispatch_meta_inplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9820638Z test_dispatch_meta_inplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9820841Z test_dispatch_meta_inplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9821044Z test_dispatch_meta_inplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9821292Z test_dispatch_meta_inplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9821494Z test_dispatch_meta_inplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9821694Z test_dispatch_meta_inplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9821891Z test_dispatch_meta_inplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9822088Z test_dispatch_meta_inplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9822289Z test_dispatch_meta_inplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9822489Z test_dispatch_meta_inplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9822654Z test_dispatch_meta_inplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9822868Z test_dispatch_meta_inplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9823036Z test_dispatch_meta_inplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9823198Z test_dispatch_meta_inplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9823360Z test_dispatch_meta_inplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9823522Z test_dispatch_meta_inplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9823743Z test_dispatch_meta_inplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9823959Z test_dispatch_meta_inplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9824176Z test_dispatch_meta_inplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9824478Z test_dispatch_meta_inplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9824690Z test_dispatch_meta_inplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9824947Z test_dispatch_meta_inplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9825203Z test_dispatch_meta_inplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9825414Z test_dispatch_meta_inplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9825619Z test_dispatch_meta_inplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9825810Z test_dispatch_meta_inplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9826011Z test_dispatch_meta_inplace_unique_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9826212Z test_dispatch_meta_inplace_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9826413Z test_dispatch_meta_inplace_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9826615Z test_dispatch_meta_inplace_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9826858Z test_dispatch_meta_inplace_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9827057Z test_dispatch_meta_inplace_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9827256Z test_dispatch_meta_inplace_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9827456Z test_dispatch_meta_inplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9827624Z test_dispatch_meta_inplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9827788Z test_dispatch_meta_inplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9827960Z test_dispatch_meta_inplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9828128Z test_dispatch_meta_inplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9828299Z test_dispatch_meta_inplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9828464Z test_dispatch_meta_inplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9828671Z test_dispatch_meta_inplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9828835Z test_dispatch_meta_inplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9828999Z test_dispatch_meta_inplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9829160Z test_dispatch_meta_inplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9829321Z test_dispatch_meta_inplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9829483Z test_dispatch_meta_inplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9829644Z test_dispatch_meta_inplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9829837Z test_dispatch_meta_inplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9830044Z test_dispatch_meta_inplace_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9830246Z test_dispatch_meta_inplace_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9830501Z test_dispatch_meta_inplace_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9830702Z test_dispatch_meta_inplace_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9830899Z test_dispatch_meta_inplace_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9831157Z test_dispatch_meta_inplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9831370Z test_dispatch_meta_inplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9831580Z test_dispatch_meta_inplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9831785Z test_dispatch_meta_inplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9831984Z test_dispatch_meta_inplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9832182Z test_dispatch_meta_inplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9832382Z test_dispatch_meta_inplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9832633Z test_dispatch_meta_inplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9832836Z test_dispatch_meta_inplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9833036Z test_dispatch_meta_inplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9833236Z test_dispatch_meta_inplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9833433Z test_dispatch_meta_inplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9833623Z test_dispatch_meta_inplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9833808Z test_dispatch_meta_inplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:09.9834007Z test_dispatch_meta_inplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9834196Z test_dispatch_meta_inplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9834455Z test_dispatch_meta_inplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9834661Z test_dispatch_meta_inplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9834862Z test_dispatch_meta_inplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9835065Z test_dispatch_meta_inplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9835262Z test_dispatch_meta_inplace_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9835467Z test_dispatch_meta_inplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9835663Z test_dispatch_meta_inplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9835869Z test_dispatch_meta_inplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9836071Z test_dispatch_meta_inplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9836273Z test_dispatch_meta_inplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9836531Z test_dispatch_meta_inplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9836734Z test_dispatch_meta_inplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9836934Z test_dispatch_meta_inplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9837180Z test_dispatch_meta_inplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9837379Z test_dispatch_meta_inplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9837576Z test_dispatch_meta_inplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9837788Z test_dispatch_meta_inplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9837998Z test_dispatch_meta_inplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9838801Z test_dispatch_meta_inplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9839016Z test_dispatch_meta_inplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9839225Z test_dispatch_meta_inplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9839431Z test_dispatch_meta_inplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9839632Z test_dispatch_meta_inplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9839833Z test_dispatch_meta_inplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9840038Z test_dispatch_meta_inplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9840236Z test_dispatch_meta_inplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9840484Z test_dispatch_meta_inplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9840687Z test_dispatch_meta_inplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9840887Z test_dispatch_meta_inplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9841083Z test_dispatch_meta_inplace_view_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9841282Z test_dispatch_meta_inplace_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9841487Z test_dispatch_meta_inplace_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9841689Z test_dispatch_meta_inplace_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9841890Z test_dispatch_meta_inplace_view_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9842077Z test_dispatch_meta_inplace_view_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9842277Z test_dispatch_meta_inplace_view_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9842623Z test_dispatch_meta_inplace_view_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9842819Z test_dispatch_meta_inplace_view_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9843009Z test_dispatch_meta_inplace_view_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9843205Z test_dispatch_meta_inplace_view_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9843434Z test_dispatch_meta_inplace_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9843654Z test_dispatch_meta_inplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9843854Z test_dispatch_meta_inplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9844063Z test_dispatch_meta_inplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9844270Z test_dispatch_meta_inplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9844528Z test_dispatch_meta_inplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9844731Z test_dispatch_meta_inplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9844933Z test_dispatch_meta_inplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9845136Z test_dispatch_meta_inplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9845333Z test_dispatch_meta_inplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9845533Z test_dispatch_meta_inplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9845731Z test_dispatch_meta_inplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9845932Z test_dispatch_meta_inplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9846168Z test_dispatch_meta_inplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9846374Z test_dispatch_meta_inplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9846572Z test_dispatch_meta_inplace_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9846779Z test_dispatch_meta_inplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9846985Z test_dispatch_meta_inplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9847190Z test_dispatch_meta_inplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9847389Z test_dispatch_meta_inplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9847589Z test_dispatch_meta_inplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9847790Z test_dispatch_meta_inplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9847973Z test_dispatch_meta_inplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9848170Z test_dispatch_meta_inplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9848366Z test_dispatch_meta_inplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9848571Z test_dispatch_meta_inplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9848813Z test_dispatch_meta_inplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9849020Z test_dispatch_meta_inplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9849219Z test_dispatch_meta_inplace_where_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9849474Z test_dispatch_meta_inplace_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9849679Z test_dispatch_meta_inplace_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9849882Z test_dispatch_meta_inplace_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9850130Z test_dispatch_meta_inplace_where_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9850334Z test_dispatch_meta_inplace_where_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9850535Z test_dispatch_meta_inplace_where_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9850734Z test_dispatch_meta_inplace_where_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9850930Z test_dispatch_meta_inplace_where_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9851126Z test_dispatch_meta_inplace_where_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9851321Z test_dispatch_meta_inplace_where_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9851518Z test_dispatch_meta_inplace_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9851681Z test_dispatch_meta_inplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9851919Z test_dispatch_meta_inplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:09.9852080Z test_dispatch_meta_inplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9852239Z test_dispatch_meta_inplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9852391Z test_dispatch_meta_inplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9852584Z test_dispatch_meta_inplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9852776Z test_dispatch_meta_inplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9852957Z test_dispatch_meta_inplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:09.9853149Z test_dispatch_meta_inplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9853340Z test_dispatch_meta_inplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:09.9853502Z test_dispatch_meta_inplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9853661Z test_dispatch_meta_inplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9853826Z test_dispatch_meta_inplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9853993Z test_dispatch_meta_inplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9854150Z test_dispatch_meta_inplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9854308Z test_dispatch_meta_inplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9854459Z test_dispatch_meta_inplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9854616Z test_dispatch_meta_inplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9854814Z test_dispatch_meta_inplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9854965Z test_dispatch_meta_inplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9855121Z test_dispatch_meta_inplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9855270Z test_dispatch_meta_inplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9855522Z test_dispatch_meta_inplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9855774Z test_dispatch_meta_inplace_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9855981Z test_dispatch_meta_inplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9856188Z test_dispatch_meta_inplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9856392Z test_dispatch_meta_inplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9856593Z test_dispatch_meta_inplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9856783Z test_dispatch_meta_inplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9856982Z test_dispatch_meta_inplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9857183Z test_dispatch_meta_inplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9857381Z test_dispatch_meta_inplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9857620Z test_dispatch_meta_inplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9857815Z test_dispatch_meta_inplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9858011Z test_dispatch_meta_inplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9858216Z test_dispatch_meta_inplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:09.9858421Z test_dispatch_meta_inplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9858636Z test_dispatch_meta_inplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9858848Z test_dispatch_meta_inplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:09.9859059Z test_dispatch_meta_inplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9859265Z test_dispatch_meta_inplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9859469Z test_dispatch_meta_inplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9859670Z test_dispatch_meta_inplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9859873Z test_dispatch_meta_inplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9860077Z test_dispatch_meta_inplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:09.9860276Z test_dispatch_meta_inplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:09.9860481Z test_dispatch_meta_inplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:09.9860708Z test_dispatch_meta_inplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:09.9860886Z test_dispatch_meta_outplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9861043Z test_dispatch_meta_outplace_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9861205Z test_dispatch_meta_outplace_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9861467Z test_dispatch_meta_outplace_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9861627Z test_dispatch_meta_outplace_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9861774Z test_dispatch_meta_outplace_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9861926Z test_dispatch_meta_outplace_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862075Z test_dispatch_meta_outplace_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862230Z test_dispatch_meta_outplace_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862384Z test_dispatch_meta_outplace_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862537Z test_dispatch_meta_outplace_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862687Z test_dispatch_meta_outplace_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862842Z test_dispatch_meta_outplace_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9862998Z test_dispatch_meta_outplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9863195Z test_dispatch_meta_outplace_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9863359Z test_dispatch_meta_outplace_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9863520Z test_dispatch_meta_outplace_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9863675Z test_dispatch_meta_outplace_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9863831Z test_dispatch_meta_outplace_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9863983Z test_dispatch_meta_outplace_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9864132Z test_dispatch_meta_outplace_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9864288Z test_dispatch_meta_outplace_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9864441Z test_dispatch_meta_outplace_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9864580Z test_dispatch_meta_outplace_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9864729Z test_dispatch_meta_outplace_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9864880Z test_dispatch_meta_outplace_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9865050Z test_dispatch_meta_outplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9865213Z test_dispatch_meta_outplace___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9865387Z test_dispatch_meta_outplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9865560Z test_dispatch_meta_outplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9865733Z test_dispatch_meta_outplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9865900Z test_dispatch_meta_outplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9866067Z test_dispatch_meta_outplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9866230Z test_dispatch_meta_outplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9866393Z test_dispatch_meta_outplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9866556Z test_dispatch_meta_outplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9866764Z test_dispatch_meta_outplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9866929Z test_dispatch_meta_outplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9867139Z test_dispatch_meta_outplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9867348Z test_dispatch_meta_outplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9867513Z test_dispatch_meta_outplace___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9867681Z test_dispatch_meta_outplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9867846Z test_dispatch_meta_outplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9867994Z test_dispatch_meta_outplace___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9868154Z test_dispatch_meta_outplace___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9868313Z test_dispatch_meta_outplace___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9868476Z test_dispatch_meta_outplace___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9868635Z test_dispatch_meta_outplace___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9868796Z test_dispatch_meta_outplace___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9868999Z test_dispatch_meta_outplace___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9869157Z test_dispatch_meta_outplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9869316Z test_dispatch_meta_outplace___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9869471Z test_dispatch_meta_outplace___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9869630Z test_dispatch_meta_outplace___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9869785Z test_dispatch_meta_outplace___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9869941Z test_dispatch_meta_outplace___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9870097Z test_dispatch_meta_outplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9870262Z test_dispatch_meta_outplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9870417Z test_dispatch_meta_outplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9870584Z test_dispatch_meta_outplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9870749Z test_dispatch_meta_outplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9870907Z test_dispatch_meta_outplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9871056Z test_dispatch_meta_outplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9871214Z test_dispatch_meta_outplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9871373Z test_dispatch_meta_outplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9871533Z test_dispatch_meta_outplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9871693Z test_dispatch_meta_outplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9871851Z test_dispatch_meta_outplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9872006Z test_dispatch_meta_outplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9872177Z test_dispatch_meta_outplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:09.9872350Z test_dispatch_meta_outplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9872521Z test_dispatch_meta_outplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:09.9872781Z test_dispatch_meta_outplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9872950Z test_dispatch_meta_outplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9873113Z test_dispatch_meta_outplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9873319Z test_dispatch_meta_outplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9873479Z test_dispatch_meta_outplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:09.9873637Z test_dispatch_meta_outplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9873799Z test_dispatch_meta_outplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9873961Z test_dispatch_meta_outplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9874121Z test_dispatch_meta_outplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9874282Z test_dispatch_meta_outplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9874429Z test_dispatch_meta_outplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9874639Z test_dispatch_meta_outplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9874797Z test_dispatch_meta_outplace___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9874966Z test_dispatch_meta_outplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9875130Z test_dispatch_meta_outplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9875289Z test_dispatch_meta_outplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9875447Z test_dispatch_meta_outplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9875605Z test_dispatch_meta_outplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9875762Z test_dispatch_meta_outplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9875924Z test_dispatch_meta_outplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9876080Z test_dispatch_meta_outplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9876237Z test_dispatch_meta_outplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9876391Z test_dispatch_meta_outplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9876549Z test_dispatch_meta_outplace___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9876704Z test_dispatch_meta_outplace___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9876857Z test_dispatch_meta_outplace___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9877013Z test_dispatch_meta_outplace___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9877169Z test_dispatch_meta_outplace___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9877325Z test_dispatch_meta_outplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9877475Z test_dispatch_meta_outplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9877642Z test_dispatch_meta_outplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9877807Z test_dispatch_meta_outplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9877966Z test_dispatch_meta_outplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9878128Z test_dispatch_meta_outplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9878332Z test_dispatch_meta_outplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9878491Z test_dispatch_meta_outplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9878696Z test_dispatch_meta_outplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9878857Z test_dispatch_meta_outplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9879015Z test_dispatch_meta_outplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9879170Z test_dispatch_meta_outplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9879382Z test_dispatch_meta_outplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9879551Z test_dispatch_meta_outplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9879716Z test_dispatch_meta_outplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9879877Z test_dispatch_meta_outplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9880035Z test_dispatch_meta_outplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9880238Z test_dispatch_meta_outplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9880394Z test_dispatch_meta_outplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9880552Z test_dispatch_meta_outplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9880698Z test_dispatch_meta_outplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9880855Z test_dispatch_meta_outplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9881007Z test_dispatch_meta_outplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9881169Z test_dispatch_meta_outplace___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9881324Z test_dispatch_meta_outplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9881478Z test_dispatch_meta_outplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9881631Z test_dispatch_meta_outplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9881784Z test_dispatch_meta_outplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9881936Z test_dispatch_meta_outplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9882122Z test_dispatch_meta_outplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9882306Z test_dispatch_meta_outplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9882577Z test_dispatch_meta_outplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9882743Z test_dispatch_meta_outplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9882903Z test_dispatch_meta_outplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9894648Z test_dispatch_meta_outplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9894932Z test_dispatch_meta_outplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9895106Z test_dispatch_meta_outplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9895273Z test_dispatch_meta_outplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9895416Z test_dispatch_meta_outplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9895584Z test_dispatch_meta_outplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9895745Z test_dispatch_meta_outplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9896066Z test_dispatch_meta_outplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9896240Z test_dispatch_meta_outplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9896410Z test_dispatch_meta_outplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9896576Z test_dispatch_meta_outplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9896787Z test_dispatch_meta_outplace_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9896964Z test_dispatch_meta_outplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9897137Z test_dispatch_meta_outplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9897352Z test_dispatch_meta_outplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9897521Z test_dispatch_meta_outplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9897687Z test_dispatch_meta_outplace_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9897845Z test_dispatch_meta_outplace_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9898067Z test_dispatch_meta_outplace_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9898230Z test_dispatch_meta_outplace_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9898388Z test_dispatch_meta_outplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9898559Z test_dispatch_meta_outplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9898723Z test_dispatch_meta_outplace_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9898880Z test_dispatch_meta_outplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9899049Z test_dispatch_meta_outplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9899219Z test_dispatch_meta_outplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9899385Z test_dispatch_meta_outplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9899552Z test_dispatch_meta_outplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9899712Z test_dispatch_meta_outplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9899869Z test_dispatch_meta_outplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9900030Z test_dispatch_meta_outplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9900187Z test_dispatch_meta_outplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9900353Z test_dispatch_meta_outplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9900517Z test_dispatch_meta_outplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9900685Z test_dispatch_meta_outplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:09.9900852Z test_dispatch_meta_outplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9901024Z test_dispatch_meta_outplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9901188Z test_dispatch_meta_outplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9901348Z test_dispatch_meta_outplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9901503Z test_dispatch_meta_outplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9901664Z test_dispatch_meta_outplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9901812Z test_dispatch_meta_outplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9902015Z test_dispatch_meta_outplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9902178Z test_dispatch_meta_outplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9902339Z test_dispatch_meta_outplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9902509Z test_dispatch_meta_outplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9902737Z test_dispatch_meta_outplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9902912Z test_dispatch_meta_outplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9903080Z test_dispatch_meta_outplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9903297Z test_dispatch_meta_outplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9903466Z test_dispatch_meta_outplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9903631Z test_dispatch_meta_outplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9903788Z test_dispatch_meta_outplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9904001Z test_dispatch_meta_outplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9904163Z test_dispatch_meta_outplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9904336Z test_dispatch_meta_outplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9904513Z test_dispatch_meta_outplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:09.9904687Z test_dispatch_meta_outplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:09.9904857Z test_dispatch_meta_outplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:09.9905025Z test_dispatch_meta_outplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9905184Z test_dispatch_meta_outplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:09.9905359Z test_dispatch_meta_outplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:09.9905534Z test_dispatch_meta_outplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:09.9905702Z test_dispatch_meta_outplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9905870Z test_dispatch_meta_outplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9906039Z test_dispatch_meta_outplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9906208Z test_dispatch_meta_outplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:09.9906375Z test_dispatch_meta_outplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9906544Z test_dispatch_meta_outplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:09.9906709Z test_dispatch_meta_outplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9906881Z test_dispatch_meta_outplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9907053Z test_dispatch_meta_outplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9907222Z test_dispatch_meta_outplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9907386Z test_dispatch_meta_outplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9907555Z test_dispatch_meta_outplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9907718Z test_dispatch_meta_outplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9907879Z test_dispatch_meta_outplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9908078Z test_dispatch_meta_outplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9908240Z test_dispatch_meta_outplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9908387Z test_dispatch_meta_outplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9908625Z test_dispatch_meta_outplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9908822Z test_dispatch_meta_outplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9909009Z test_dispatch_meta_outplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9909230Z test_dispatch_meta_outplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9909427Z test_dispatch_meta_outplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9909612Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9909792Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9910019Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9910196Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9910373Z test_dispatch_meta_outplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9910541Z test_dispatch_meta_outplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9910714Z test_dispatch_meta_outplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9910887Z test_dispatch_meta_outplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9911056Z test_dispatch_meta_outplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9911225Z test_dispatch_meta_outplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9911394Z test_dispatch_meta_outplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9911558Z test_dispatch_meta_outplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9911715Z test_dispatch_meta_outplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9911876Z test_dispatch_meta_outplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9912026Z test_dispatch_meta_outplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9912189Z test_dispatch_meta_outplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9912350Z test_dispatch_meta_outplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9912521Z test_dispatch_meta_outplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9912691Z test_dispatch_meta_outplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9912858Z test_dispatch_meta_outplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9913020Z test_dispatch_meta_outplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9913180Z test_dispatch_meta_outplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9913344Z test_dispatch_meta_outplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9913506Z test_dispatch_meta_outplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9913666Z test_dispatch_meta_outplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9913825Z test_dispatch_meta_outplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9913983Z test_dispatch_meta_outplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9914195Z test_dispatch_meta_outplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:09.9914357Z test_dispatch_meta_outplace_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9914560Z test_dispatch_meta_outplace_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9914744Z test_dispatch_meta_outplace_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9914908Z test_dispatch_meta_outplace_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9915054Z test_dispatch_meta_outplace_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9915259Z test_dispatch_meta_outplace_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9915422Z test_dispatch_meta_outplace_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:09.9915580Z test_dispatch_meta_outplace_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:09.9915735Z test_dispatch_meta_outplace_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9915895Z test_dispatch_meta_outplace_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9916541Z test_dispatch_meta_outplace_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:09.9916716Z test_dispatch_meta_outplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:52:09.9916894Z test_dispatch_meta_outplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:09.9917071Z test_dispatch_meta_outplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:09.9917242Z test_dispatch_meta_outplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:09.9917408Z test_dispatch_meta_outplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:09.9917583Z test_dispatch_meta_outplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:09.9917749Z test_dispatch_meta_outplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:09.9917914Z test_dispatch_meta_outplace_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9918082Z test_dispatch_meta_outplace_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9918244Z test_dispatch_meta_outplace_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9918404Z test_dispatch_meta_outplace_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9918566Z test_dispatch_meta_outplace_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9918711Z test_dispatch_meta_outplace_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9918867Z test_dispatch_meta_outplace_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9919026Z test_dispatch_meta_outplace_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9919184Z test_dispatch_meta_outplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9919357Z test_dispatch_meta_outplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9919519Z test_dispatch_meta_outplace_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9919684Z test_dispatch_meta_outplace_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:09.9919844Z test_dispatch_meta_outplace_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9920004Z test_dispatch_meta_outplace_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9920165Z test_dispatch_meta_outplace_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9920322Z test_dispatch_meta_outplace_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9944665Z test_dispatch_meta_outplace_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9944891Z test_dispatch_meta_outplace_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:09.9945055Z test_dispatch_meta_outplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:09.9945277Z test_dispatch_meta_outplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9945446Z test_dispatch_meta_outplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9945611Z test_dispatch_meta_outplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9945768Z test_dispatch_meta_outplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9945925Z test_dispatch_meta_outplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9946173Z test_dispatch_meta_outplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9946397Z test_dispatch_meta_outplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9946608Z test_dispatch_meta_outplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9946917Z test_dispatch_meta_outplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9947140Z test_dispatch_meta_outplace_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9947330Z test_dispatch_meta_outplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9947493Z test_dispatch_meta_outplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9947644Z test_dispatch_meta_outplace_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9947800Z test_dispatch_meta_outplace_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9947957Z test_dispatch_meta_outplace_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9948110Z test_dispatch_meta_outplace_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9948258Z test_dispatch_meta_outplace_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9948404Z test_dispatch_meta_outplace_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9948555Z test_dispatch_meta_outplace_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9948702Z test_dispatch_meta_outplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9948854Z test_dispatch_meta_outplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9949005Z test_dispatch_meta_outplace_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9949164Z test_dispatch_meta_outplace_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9949322Z test_dispatch_meta_outplace_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9949470Z test_dispatch_meta_outplace_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9949619Z test_dispatch_meta_outplace_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9949765Z test_dispatch_meta_outplace_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9949914Z test_dispatch_meta_outplace_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9950062Z test_dispatch_meta_outplace_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9950203Z test_dispatch_meta_outplace_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9950349Z test_dispatch_meta_outplace_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9950551Z test_dispatch_meta_outplace_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9950783Z test_dispatch_meta_outplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9950943Z test_dispatch_meta_outplace_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9951101Z test_dispatch_meta_outplace_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9951309Z test_dispatch_meta_outplace_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9951466Z test_dispatch_meta_outplace_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9951615Z test_dispatch_meta_outplace_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9951762Z test_dispatch_meta_outplace_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:09.9951913Z test_dispatch_meta_outplace_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9952060Z test_dispatch_meta_outplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9952218Z test_dispatch_meta_outplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9952388Z test_dispatch_meta_outplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:09.9952596Z test_dispatch_meta_outplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9952748Z test_dispatch_meta_outplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9952897Z test_dispatch_meta_outplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9953040Z test_dispatch_meta_outplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9953185Z test_dispatch_meta_outplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9953333Z test_dispatch_meta_outplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9953480Z test_dispatch_meta_outplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9953637Z test_dispatch_meta_outplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9953790Z test_dispatch_meta_outplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:09.9953946Z test_dispatch_meta_outplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9954103Z test_dispatch_meta_outplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9954251Z test_dispatch_meta_outplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9954396Z test_dispatch_meta_outplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9954541Z test_dispatch_meta_outplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9954691Z test_dispatch_meta_outplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9954837Z test_dispatch_meta_outplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9954999Z test_dispatch_meta_outplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:09.9955154Z test_dispatch_meta_outplace_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:09.9955307Z test_dispatch_meta_outplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:09.9955465Z test_dispatch_meta_outplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9955625Z test_dispatch_meta_outplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9955781Z test_dispatch_meta_outplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:09.9955937Z test_dispatch_meta_outplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:09.9956087Z test_dispatch_meta_outplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:09.9956283Z test_dispatch_meta_outplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:09.9956438Z test_dispatch_meta_outplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:09.9956649Z test_dispatch_meta_outplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9956805Z test_dispatch_meta_outplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9956971Z test_dispatch_meta_outplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9957136Z test_dispatch_meta_outplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9957345Z test_dispatch_meta_outplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9957504Z test_dispatch_meta_outplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9957663Z test_dispatch_meta_outplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9957822Z test_dispatch_meta_outplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9957980Z test_dispatch_meta_outplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9958188Z test_dispatch_meta_outplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9958342Z test_dispatch_meta_outplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9958488Z test_dispatch_meta_outplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:09.9958651Z test_dispatch_meta_outplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9958811Z test_dispatch_meta_outplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9958982Z test_dispatch_meta_outplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9959149Z test_dispatch_meta_outplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9959315Z test_dispatch_meta_outplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9959479Z test_dispatch_meta_outplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9959642Z test_dispatch_meta_outplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9959797Z test_dispatch_meta_outplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9959958Z test_dispatch_meta_outplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9960116Z test_dispatch_meta_outplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9960271Z test_dispatch_meta_outplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9960430Z test_dispatch_meta_outplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9960588Z test_dispatch_meta_outplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9960766Z test_dispatch_meta_outplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9960940Z test_dispatch_meta_outplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9961121Z test_dispatch_meta_outplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9961300Z test_dispatch_meta_outplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9961469Z test_dispatch_meta_outplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9961643Z test_dispatch_meta_outplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9961805Z test_dispatch_meta_outplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9962018Z test_dispatch_meta_outplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9962191Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9962365Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9962708Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9962884Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9963050Z test_dispatch_meta_outplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:09.9963206Z test_dispatch_meta_outplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9963407Z test_dispatch_meta_outplace_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9963572Z test_dispatch_meta_outplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9963730Z test_dispatch_meta_outplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9963936Z test_dispatch_meta_outplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9964086Z test_dispatch_meta_outplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9964241Z test_dispatch_meta_outplace_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9964388Z test_dispatch_meta_outplace_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9964535Z test_dispatch_meta_outplace_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9964686Z test_dispatch_meta_outplace_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9964837Z test_dispatch_meta_outplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9964997Z test_dispatch_meta_outplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9965150Z test_dispatch_meta_outplace_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9965304Z test_dispatch_meta_outplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9965463Z test_dispatch_meta_outplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:09.9965617Z test_dispatch_meta_outplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9965768Z test_dispatch_meta_outplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9965919Z test_dispatch_meta_outplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9966065Z test_dispatch_meta_outplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9966208Z test_dispatch_meta_outplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9966355Z test_dispatch_meta_outplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9966502Z test_dispatch_meta_outplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9966660Z test_dispatch_meta_outplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9966809Z test_dispatch_meta_outplace_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:09.9966963Z test_dispatch_meta_outplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9967118Z test_dispatch_meta_outplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:09.9967271Z test_dispatch_meta_outplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9967420Z test_dispatch_meta_outplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9968000Z test_dispatch_meta_outplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:09.9968164Z test_dispatch_meta_outplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:09.9968315Z test_dispatch_meta_outplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9968465Z test_dispatch_meta_outplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9968678Z test_dispatch_meta_outplace_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9968844Z test_dispatch_meta_outplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9969001Z test_dispatch_meta_outplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9969156Z test_dispatch_meta_outplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9969358Z test_dispatch_meta_outplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9993787Z test_dispatch_meta_outplace_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:09.9994114Z test_dispatch_meta_outplace_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9994272Z test_dispatch_meta_outplace_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9994617Z test_dispatch_meta_outplace_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9994767Z test_dispatch_meta_outplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9994933Z test_dispatch_meta_outplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9995096Z test_dispatch_meta_outplace_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9995269Z test_dispatch_meta_outplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9995441Z test_dispatch_meta_outplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9995609Z test_dispatch_meta_outplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9995774Z test_dispatch_meta_outplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9995940Z test_dispatch_meta_outplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9996097Z test_dispatch_meta_outplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9996250Z test_dispatch_meta_outplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9996412Z test_dispatch_meta_outplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9996568Z test_dispatch_meta_outplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:09.9996742Z test_dispatch_meta_outplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9996916Z test_dispatch_meta_outplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:09.9997093Z test_dispatch_meta_outplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9997265Z test_dispatch_meta_outplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9997440Z test_dispatch_meta_outplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:09.9997608Z test_dispatch_meta_outplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9997775Z test_dispatch_meta_outplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:09.9997927Z test_dispatch_meta_outplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9998092Z test_dispatch_meta_outplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9999656Z test_dispatch_meta_outplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:09.9999939Z test_dispatch_meta_outplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0000114Z test_dispatch_meta_outplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0000282Z test_dispatch_meta_outplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0000454Z test_dispatch_meta_outplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0000619Z test_dispatch_meta_outplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0000796Z test_dispatch_meta_outplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0000970Z test_dispatch_meta_outplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0001143Z test_dispatch_meta_outplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0001311Z test_dispatch_meta_outplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0001484Z test_dispatch_meta_outplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0001653Z test_dispatch_meta_outplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0001866Z test_dispatch_meta_outplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0002030Z test_dispatch_meta_outplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0002195Z test_dispatch_meta_outplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0002361Z test_dispatch_meta_outplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0002581Z test_dispatch_meta_outplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0002756Z test_dispatch_meta_outplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0002908Z test_dispatch_meta_outplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0003083Z test_dispatch_meta_outplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0003255Z test_dispatch_meta_outplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0003424Z test_dispatch_meta_outplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0003590Z test_dispatch_meta_outplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0003754Z test_dispatch_meta_outplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0003914Z test_dispatch_meta_outplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0004074Z test_dispatch_meta_outplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0005072Z test_dispatch_meta_outplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0005806Z test_dispatch_meta_outplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0005979Z test_dispatch_meta_outplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0006147Z test_dispatch_meta_outplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0006314Z test_dispatch_meta_outplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0006485Z test_dispatch_meta_outplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0006657Z test_dispatch_meta_outplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0006822Z test_dispatch_meta_outplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0006986Z test_dispatch_meta_outplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0007230Z test_dispatch_meta_outplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0007396Z test_dispatch_meta_outplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0007548Z test_dispatch_meta_outplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0007713Z test_dispatch_meta_outplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0007876Z test_dispatch_meta_outplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0008047Z test_dispatch_meta_outplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0008216Z test_dispatch_meta_outplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0008383Z test_dispatch_meta_outplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0008546Z test_dispatch_meta_outplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0008710Z test_dispatch_meta_outplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0008881Z test_dispatch_meta_outplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0009098Z test_dispatch_meta_outplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0009264Z test_dispatch_meta_outplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0009426Z test_dispatch_meta_outplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0009591Z test_dispatch_meta_outplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0009754Z test_dispatch_meta_outplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0009919Z test_dispatch_meta_outplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0010084Z test_dispatch_meta_outplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0011086Z test_dispatch_meta_outplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0011818Z test_dispatch_meta_outplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0011993Z test_dispatch_meta_outplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0012155Z test_dispatch_meta_outplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0012303Z test_dispatch_meta_outplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0012467Z test_dispatch_meta_outplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0012630Z test_dispatch_meta_outplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0012790Z test_dispatch_meta_outplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0012960Z test_dispatch_meta_outplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0013128Z test_dispatch_meta_outplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0013298Z test_dispatch_meta_outplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0013458Z test_dispatch_meta_outplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0013623Z test_dispatch_meta_outplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0013787Z test_dispatch_meta_outplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0013963Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0014142Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0014398Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0014576Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0014754Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0014923Z test_dispatch_meta_outplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0015091Z test_dispatch_meta_outplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0015257Z test_dispatch_meta_outplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0015418Z test_dispatch_meta_outplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0015584Z test_dispatch_meta_outplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0015735Z test_dispatch_meta_outplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0015901Z test_dispatch_meta_outplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0016063Z test_dispatch_meta_outplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0017094Z test_dispatch_meta_outplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0017817Z test_dispatch_meta_outplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0017982Z test_dispatch_meta_outplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0018144Z test_dispatch_meta_outplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0018327Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0018499Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0018676Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0018852Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0019035Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0019200Z test_dispatch_meta_outplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0019366Z test_dispatch_meta_outplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0019531Z test_dispatch_meta_outplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0019689Z test_dispatch_meta_outplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0019851Z test_dispatch_meta_outplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0020024Z test_dispatch_meta_outplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0020197Z test_dispatch_meta_outplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0020362Z test_dispatch_meta_outplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0020523Z test_dispatch_meta_outplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0020696Z test_dispatch_meta_outplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0020866Z test_dispatch_meta_outplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0021033Z test_dispatch_meta_outplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0021200Z test_dispatch_meta_outplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0021362Z test_dispatch_meta_outplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0021590Z test_dispatch_meta_outplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0021756Z test_dispatch_meta_outplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0021924Z test_dispatch_meta_outplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0022087Z test_dispatch_meta_outplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0023061Z test_dispatch_meta_outplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0023787Z test_dispatch_meta_outplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0023959Z test_dispatch_meta_outplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0024126Z test_dispatch_meta_outplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0024289Z test_dispatch_meta_outplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0024446Z test_dispatch_meta_outplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0024604Z test_dispatch_meta_outplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0024820Z test_dispatch_meta_outplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0024971Z test_dispatch_meta_outplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0025115Z test_dispatch_meta_outplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0025273Z test_dispatch_meta_outplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0025434Z test_dispatch_meta_outplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0025586Z test_dispatch_meta_outplace_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0025752Z test_dispatch_meta_outplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0025918Z test_dispatch_meta_outplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0026087Z test_dispatch_meta_outplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0026253Z test_dispatch_meta_outplace_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0026409Z test_dispatch_meta_outplace_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0026561Z test_dispatch_meta_outplace_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0026718Z test_dispatch_meta_outplace_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0026870Z test_dispatch_meta_outplace_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0027025Z test_dispatch_meta_outplace_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0027181Z test_dispatch_meta_outplace_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0027333Z test_dispatch_meta_outplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0027518Z test_dispatch_meta_outplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0027720Z test_dispatch_meta_outplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0028003Z test_dispatch_meta_outplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0030131Z test_dispatch_meta_outplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0030492Z test_dispatch_meta_outplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0030774Z test_dispatch_meta_outplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0031213Z test_dispatch_meta_outplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0031496Z test_dispatch_meta_outplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0031788Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0032059Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0032353Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0032616Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0032887Z test_dispatch_meta_outplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0033160Z test_dispatch_meta_outplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0033424Z test_dispatch_meta_outplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0033683Z test_dispatch_meta_outplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0034106Z test_dispatch_meta_outplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0034313Z test_dispatch_meta_outplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0034519Z test_dispatch_meta_outplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0034870Z test_dispatch_meta_outplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0035307Z test_dispatch_meta_outplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0035635Z test_dispatch_meta_outplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0036027Z test_dispatch_meta_outplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0036390Z test_dispatch_meta_outplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0036546Z test_dispatch_meta_outplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0036716Z test_dispatch_meta_outplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0036883Z test_dispatch_meta_outplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0037050Z test_dispatch_meta_outplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0037210Z test_dispatch_meta_outplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0037375Z test_dispatch_meta_outplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0037540Z test_dispatch_meta_outplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0037710Z test_dispatch_meta_outplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0037874Z test_dispatch_meta_outplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0038037Z test_dispatch_meta_outplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0038199Z test_dispatch_meta_outplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0038358Z test_dispatch_meta_outplace_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0038522Z test_dispatch_meta_outplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0038685Z test_dispatch_meta_outplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0038845Z test_dispatch_meta_outplace_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0039001Z test_dispatch_meta_outplace_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0039260Z test_dispatch_meta_outplace_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0039421Z test_dispatch_meta_outplace_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0039578Z test_dispatch_meta_outplace_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0039715Z test_dispatch_meta_outplace_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0039873Z test_dispatch_meta_outplace_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0040025Z test_dispatch_meta_outplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0040207Z test_dispatch_meta_outplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0040382Z test_dispatch_meta_outplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0040570Z test_dispatch_meta_outplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0040753Z test_dispatch_meta_outplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0041077Z test_dispatch_meta_outplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0041617Z test_dispatch_meta_outplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0041961Z test_dispatch_meta_outplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0042356Z test_dispatch_meta_outplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0042717Z test_dispatch_meta_outplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0042892Z test_dispatch_meta_outplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0043067Z test_dispatch_meta_outplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0043239Z test_dispatch_meta_outplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0043400Z test_dispatch_meta_outplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0043559Z test_dispatch_meta_outplace_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0043727Z test_dispatch_meta_outplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0043893Z test_dispatch_meta_outplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0044059Z test_dispatch_meta_outplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0044208Z test_dispatch_meta_outplace_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0044363Z test_dispatch_meta_outplace_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0044518Z test_dispatch_meta_outplace_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0044675Z test_dispatch_meta_outplace_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0044828Z test_dispatch_meta_outplace_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0044981Z test_dispatch_meta_outplace_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0045136Z test_dispatch_meta_outplace_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0045293Z test_dispatch_meta_outplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0045452Z test_dispatch_meta_outplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.223s) 2022-11-23T01:52:10.0045615Z test_dispatch_meta_outplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.226s) 2022-11-23T01:52:10.0045782Z test_dispatch_meta_outplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0046002Z test_dispatch_meta_outplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0046176Z test_dispatch_meta_outplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0046347Z test_dispatch_meta_outplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0046516Z test_dispatch_meta_outplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0046681Z test_dispatch_meta_outplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0046846Z test_dispatch_meta_outplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0047006Z test_dispatch_meta_outplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0047338Z test_dispatch_meta_outplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0047719Z test_dispatch_meta_outplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0048067Z test_dispatch_meta_outplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0048380Z test_dispatch_meta_outplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0048825Z test_dispatch_meta_outplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0048987Z test_dispatch_meta_outplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0049145Z test_dispatch_meta_outplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0049299Z test_dispatch_meta_outplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0049458Z test_dispatch_meta_outplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0049610Z test_dispatch_meta_outplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0049764Z test_dispatch_meta_outplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0049921Z test_dispatch_meta_outplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0050075Z test_dispatch_meta_outplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0050244Z test_dispatch_meta_outplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0050403Z test_dispatch_meta_outplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0050571Z test_dispatch_meta_outplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0050741Z test_dispatch_meta_outplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0050903Z test_dispatch_meta_outplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0051067Z test_dispatch_meta_outplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0051214Z test_dispatch_meta_outplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0051381Z test_dispatch_meta_outplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0051537Z test_dispatch_meta_outplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0051694Z test_dispatch_meta_outplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0051845Z test_dispatch_meta_outplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0052002Z test_dispatch_meta_outplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0052157Z test_dispatch_meta_outplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0052316Z test_dispatch_meta_outplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0052478Z test_dispatch_meta_outplace_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0052694Z test_dispatch_meta_outplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0052862Z test_dispatch_meta_outplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0053029Z test_dispatch_meta_outplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0053189Z test_dispatch_meta_outplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0053398Z test_dispatch_meta_outplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0053772Z test_dispatch_meta_outplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0054136Z test_dispatch_meta_outplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0054430Z test_dispatch_meta_outplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0054785Z test_dispatch_meta_outplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0055088Z test_dispatch_meta_outplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0055233Z test_dispatch_meta_outplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0055450Z test_dispatch_meta_outplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0055610Z test_dispatch_meta_outplace_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0055776Z test_dispatch_meta_outplace_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0055941Z test_dispatch_meta_outplace_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0056102Z test_dispatch_meta_outplace_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0056261Z test_dispatch_meta_outplace_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0056416Z test_dispatch_meta_outplace_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0056569Z test_dispatch_meta_outplace_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0056730Z test_dispatch_meta_outplace_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0056885Z test_dispatch_meta_outplace_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0057036Z test_dispatch_meta_outplace_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0057195Z test_dispatch_meta_outplace_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0057347Z test_dispatch_meta_outplace_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0057517Z test_dispatch_meta_outplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0057687Z test_dispatch_meta_outplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0057854Z test_dispatch_meta_outplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0058022Z test_dispatch_meta_outplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0058204Z test_dispatch_meta_outplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0058377Z test_dispatch_meta_outplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0058555Z test_dispatch_meta_outplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0058729Z test_dispatch_meta_outplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0058910Z test_dispatch_meta_outplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0059086Z test_dispatch_meta_outplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0059258Z test_dispatch_meta_outplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0059475Z test_dispatch_meta_outplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0059814Z test_dispatch_meta_outplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0060219Z test_dispatch_meta_outplace_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0060555Z test_dispatch_meta_outplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0060954Z test_dispatch_meta_outplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0061273Z test_dispatch_meta_outplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0061438Z test_dispatch_meta_outplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0061600Z test_dispatch_meta_outplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0061765Z test_dispatch_meta_outplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0061925Z test_dispatch_meta_outplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0062078Z test_dispatch_meta_outplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0062284Z test_dispatch_meta_outplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0062441Z test_dispatch_meta_outplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0062595Z test_dispatch_meta_outplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0062757Z test_dispatch_meta_outplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0062915Z test_dispatch_meta_outplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0063074Z test_dispatch_meta_outplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0063234Z test_dispatch_meta_outplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0063390Z test_dispatch_meta_outplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0063544Z test_dispatch_meta_outplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0063701Z test_dispatch_meta_outplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0063855Z test_dispatch_meta_outplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0064024Z test_dispatch_meta_outplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0064185Z test_dispatch_meta_outplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0064337Z test_dispatch_meta_outplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0064501Z test_dispatch_meta_outplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0064664Z test_dispatch_meta_outplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0064826Z test_dispatch_meta_outplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0064991Z test_dispatch_meta_outplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0065153Z test_dispatch_meta_outplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0065316Z test_dispatch_meta_outplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0065476Z test_dispatch_meta_outplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0065643Z test_dispatch_meta_outplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0065905Z test_dispatch_meta_outplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0066378Z test_dispatch_meta_outplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0066734Z test_dispatch_meta_outplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0067101Z test_dispatch_meta_outplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0067460Z test_dispatch_meta_outplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0067626Z test_dispatch_meta_outplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0067784Z test_dispatch_meta_outplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0067947Z test_dispatch_meta_outplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0068106Z test_dispatch_meta_outplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0068266Z test_dispatch_meta_outplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0068413Z test_dispatch_meta_outplace_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0068579Z test_dispatch_meta_outplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0068793Z test_dispatch_meta_outplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0068956Z test_dispatch_meta_outplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0069119Z test_dispatch_meta_outplace_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0069280Z test_dispatch_meta_outplace_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0069440Z test_dispatch_meta_outplace_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0069600Z test_dispatch_meta_outplace_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0069759Z test_dispatch_meta_outplace_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0069912Z test_dispatch_meta_outplace_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0070069Z test_dispatch_meta_outplace_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0070223Z test_dispatch_meta_outplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0070395Z test_dispatch_meta_outplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0070563Z test_dispatch_meta_outplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0070742Z test_dispatch_meta_outplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0070916Z test_dispatch_meta_outplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0071093Z test_dispatch_meta_outplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0071265Z test_dispatch_meta_outplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0071434Z test_dispatch_meta_outplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0071589Z test_dispatch_meta_outplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0071754Z test_dispatch_meta_outplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0071930Z test_dispatch_meta_outplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0072311Z test_dispatch_meta_outplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0072696Z test_dispatch_meta_outplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0072993Z test_dispatch_meta_outplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0073422Z test_dispatch_meta_outplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.180s) 2022-11-23T01:52:10.0073775Z test_dispatch_meta_outplace_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:52:10.0073959Z test_dispatch_meta_outplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.149s) 2022-11-23T01:52:10.0074139Z test_dispatch_meta_outplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.177s) 2022-11-23T01:52:10.0074311Z test_dispatch_meta_outplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:52:10.0074482Z test_dispatch_meta_outplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.147s) 2022-11-23T01:52:10.0074651Z test_dispatch_meta_outplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.0074819Z test_dispatch_meta_outplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.164s) 2022-11-23T01:52:10.0074987Z test_dispatch_meta_outplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.179s) 2022-11-23T01:52:10.0075154Z test_dispatch_meta_outplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.147s) 2022-11-23T01:52:10.0075321Z test_dispatch_meta_outplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.148s) 2022-11-23T01:52:10.0075981Z test_dispatch_meta_outplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:52:10.0076149Z test_dispatch_meta_outplace_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0076316Z test_dispatch_meta_outplace_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0076468Z test_dispatch_meta_outplace_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0076633Z test_dispatch_meta_outplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0076792Z test_dispatch_meta_outplace_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0076959Z test_dispatch_meta_outplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0077123Z test_dispatch_meta_outplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0077286Z test_dispatch_meta_outplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0077451Z test_dispatch_meta_outplace_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0077607Z test_dispatch_meta_outplace_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0077758Z test_dispatch_meta_outplace_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0077916Z test_dispatch_meta_outplace_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0078068Z test_dispatch_meta_outplace_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0078362Z test_dispatch_meta_outplace_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0078739Z test_dispatch_meta_outplace_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0079095Z test_dispatch_meta_outplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0079409Z test_dispatch_meta_outplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0079797Z test_dispatch_meta_outplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0080044Z test_dispatch_meta_outplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0080226Z test_dispatch_meta_outplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0080404Z test_dispatch_meta_outplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0080564Z test_dispatch_meta_outplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0080736Z test_dispatch_meta_outplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0080969Z test_dispatch_meta_outplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0081138Z test_dispatch_meta_outplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0081306Z test_dispatch_meta_outplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0081471Z test_dispatch_meta_outplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0081637Z test_dispatch_meta_outplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0081807Z test_dispatch_meta_outplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0081986Z test_dispatch_meta_outplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0082157Z test_dispatch_meta_outplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0082340Z test_dispatch_meta_outplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0082589Z test_dispatch_meta_outplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0082812Z test_dispatch_meta_outplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0082988Z test_dispatch_meta_outplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0083162Z test_dispatch_meta_outplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0083334Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0083503Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0083675Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0083845Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0084010Z test_dispatch_meta_outplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0084183Z test_dispatch_meta_outplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0084335Z test_dispatch_meta_outplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0084675Z test_dispatch_meta_outplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0085112Z test_dispatch_meta_outplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0085443Z test_dispatch_meta_outplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0085843Z test_dispatch_meta_outplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0086183Z test_dispatch_meta_outplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0086350Z test_dispatch_meta_outplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0086515Z test_dispatch_meta_outplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0086680Z test_dispatch_meta_outplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0086843Z test_dispatch_meta_outplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0087007Z test_dispatch_meta_outplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0087169Z test_dispatch_meta_outplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0087337Z test_dispatch_meta_outplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0087500Z test_dispatch_meta_outplace_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0087716Z test_dispatch_meta_outplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0087873Z test_dispatch_meta_outplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0088038Z test_dispatch_meta_outplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0088200Z test_dispatch_meta_outplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0088363Z test_dispatch_meta_outplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0088514Z test_dispatch_meta_outplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0088673Z test_dispatch_meta_outplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0088833Z test_dispatch_meta_outplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0089002Z test_dispatch_meta_outplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0089173Z test_dispatch_meta_outplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.0089340Z test_dispatch_meta_outplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.0089550Z test_dispatch_meta_outplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0089713Z test_dispatch_meta_outplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0089874Z test_dispatch_meta_outplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0090033Z test_dispatch_meta_outplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0090194Z test_dispatch_meta_outplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0090357Z test_dispatch_meta_outplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0090517Z test_dispatch_meta_outplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0090744Z test_dispatch_meta_outplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0091110Z test_dispatch_meta_outplace_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0091483Z test_dispatch_meta_outplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0091773Z test_dispatch_meta_outplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0092135Z test_dispatch_meta_outplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0092413Z test_dispatch_meta_outplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0092559Z test_dispatch_meta_outplace_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0092710Z test_dispatch_meta_outplace_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0092862Z test_dispatch_meta_outplace_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093016Z test_dispatch_meta_outplace_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093176Z test_dispatch_meta_outplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093336Z test_dispatch_meta_outplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093488Z test_dispatch_meta_outplace_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093653Z test_dispatch_meta_outplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093816Z test_dispatch_meta_outplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0093975Z test_dispatch_meta_outplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0094131Z test_dispatch_meta_outplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0094346Z test_dispatch_meta_outplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0094502Z test_dispatch_meta_outplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0094656Z test_dispatch_meta_outplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0094814Z test_dispatch_meta_outplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0094963Z test_dispatch_meta_outplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0095135Z test_dispatch_meta_outplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0095301Z test_dispatch_meta_outplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0095478Z test_dispatch_meta_outplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0095647Z test_dispatch_meta_outplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0095819Z test_dispatch_meta_outplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0096032Z test_dispatch_meta_outplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0096205Z test_dispatch_meta_outplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0096373Z test_dispatch_meta_outplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0096541Z test_dispatch_meta_outplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0096707Z test_dispatch_meta_outplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0096910Z test_dispatch_meta_outplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0097298Z test_dispatch_meta_outplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0097669Z test_dispatch_meta_outplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.468s) 2022-11-23T01:52:10.0097973Z test_dispatch_meta_outplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.420s) 2022-11-23T01:52:10.0098347Z test_dispatch_meta_outplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.397s) 2022-11-23T01:52:10.0098626Z test_dispatch_meta_outplace_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.427s) 2022-11-23T01:52:10.0098783Z test_dispatch_meta_outplace_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.467s) 2022-11-23T01:52:10.0098941Z test_dispatch_meta_outplace_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.703s) 2022-11-23T01:52:10.0099093Z test_dispatch_meta_outplace_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.422s) 2022-11-23T01:52:10.0099241Z test_dispatch_meta_outplace_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.486s) 2022-11-23T01:52:10.0099397Z test_dispatch_meta_outplace_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.456s) 2022-11-23T01:52:10.0099553Z test_dispatch_meta_outplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.501s) 2022-11-23T01:52:10.0099701Z test_dispatch_meta_outplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0099867Z test_dispatch_meta_outplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0100033Z test_dispatch_meta_outplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0100196Z test_dispatch_meta_outplace_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0100357Z test_dispatch_meta_outplace_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0100515Z test_dispatch_meta_outplace_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0100669Z test_dispatch_meta_outplace_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0100878Z test_dispatch_meta_outplace_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0101037Z test_dispatch_meta_outplace_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0101189Z test_dispatch_meta_outplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0101354Z test_dispatch_meta_outplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0101514Z test_dispatch_meta_outplace_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0101676Z test_dispatch_meta_outplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0101838Z test_dispatch_meta_outplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0101996Z test_dispatch_meta_outplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0102148Z test_dispatch_meta_outplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0102299Z test_dispatch_meta_outplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0102456Z test_dispatch_meta_outplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0102652Z test_dispatch_meta_outplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0102803Z test_dispatch_meta_outplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0102959Z test_dispatch_meta_outplace_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0103247Z test_dispatch_meta_outplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0103641Z test_dispatch_meta_outplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0104003Z test_dispatch_meta_outplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0104297Z test_dispatch_meta_outplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0104670Z test_dispatch_meta_outplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0104877Z test_dispatch_meta_outplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0105037Z test_dispatch_meta_outplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0105202Z test_dispatch_meta_outplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0105372Z test_dispatch_meta_outplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0105539Z test_dispatch_meta_outplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0105705Z test_dispatch_meta_outplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0105868Z test_dispatch_meta_outplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0106031Z test_dispatch_meta_outplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0106197Z test_dispatch_meta_outplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0106356Z test_dispatch_meta_outplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0106517Z test_dispatch_meta_outplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0106676Z test_dispatch_meta_outplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0106827Z test_dispatch_meta_outplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0106992Z test_dispatch_meta_outplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0107155Z test_dispatch_meta_outplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0107315Z test_dispatch_meta_outplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0107888Z test_dispatch_meta_outplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0108059Z test_dispatch_meta_outplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0108218Z test_dispatch_meta_outplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0108370Z test_dispatch_meta_outplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0108531Z test_dispatch_meta_outplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0108684Z test_dispatch_meta_outplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0108876Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0109067Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0109275Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0109706Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0110130Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0110581Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0110995Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0111185Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0111365Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0111542Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0111696Z test_dispatch_meta_outplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0111862Z test_dispatch_meta_outplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0112028Z test_dispatch_meta_outplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0112196Z test_dispatch_meta_outplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0112363Z test_dispatch_meta_outplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0112524Z test_dispatch_meta_outplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0112686Z test_dispatch_meta_outplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0112844Z test_dispatch_meta_outplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0113006Z test_dispatch_meta_outplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0113171Z test_dispatch_meta_outplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0113329Z test_dispatch_meta_outplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0113489Z test_dispatch_meta_outplace_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0113652Z test_dispatch_meta_outplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0113817Z test_dispatch_meta_outplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0113975Z test_dispatch_meta_outplace_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0114128Z test_dispatch_meta_outplace_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0114280Z test_dispatch_meta_outplace_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0114439Z test_dispatch_meta_outplace_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0114650Z test_dispatch_meta_outplace_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0114789Z test_dispatch_meta_outplace_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0114948Z test_dispatch_meta_outplace_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0115101Z test_dispatch_meta_outplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0115269Z test_dispatch_meta_outplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0115434Z test_dispatch_meta_outplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0115748Z test_dispatch_meta_outplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0116173Z test_dispatch_meta_outplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0116528Z test_dispatch_meta_outplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0116918Z test_dispatch_meta_outplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0117268Z test_dispatch_meta_outplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0117494Z test_dispatch_meta_outplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0117656Z test_dispatch_meta_outplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0117826Z test_dispatch_meta_outplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0117990Z test_dispatch_meta_outplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0118154Z test_dispatch_meta_outplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0118316Z test_dispatch_meta_outplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0118485Z test_dispatch_meta_outplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0118649Z test_dispatch_meta_outplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0118823Z test_dispatch_meta_outplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0118978Z test_dispatch_meta_outplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0119142Z test_dispatch_meta_outplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0119307Z test_dispatch_meta_outplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0119470Z test_dispatch_meta_outplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0119634Z test_dispatch_meta_outplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0119795Z test_dispatch_meta_outplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0119959Z test_dispatch_meta_outplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0120120Z test_dispatch_meta_outplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0120282Z test_dispatch_meta_outplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0120456Z test_dispatch_meta_outplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0120624Z test_dispatch_meta_outplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0120802Z test_dispatch_meta_outplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0120981Z test_dispatch_meta_outplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0121159Z test_dispatch_meta_outplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0121375Z test_dispatch_meta_outplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0121546Z test_dispatch_meta_outplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0121737Z test_dispatch_meta_outplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0122135Z test_dispatch_meta_outplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0122611Z test_dispatch_meta_outplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0122906Z test_dispatch_meta_outplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0123273Z test_dispatch_meta_outplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0123557Z test_dispatch_meta_outplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0123728Z test_dispatch_meta_outplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0123891Z test_dispatch_meta_outplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0124062Z test_dispatch_meta_outplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0124291Z test_dispatch_meta_outplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0124457Z test_dispatch_meta_outplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0124621Z test_dispatch_meta_outplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0124786Z test_dispatch_meta_outplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0124950Z test_dispatch_meta_outplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0125112Z test_dispatch_meta_outplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0125277Z test_dispatch_meta_outplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0125438Z test_dispatch_meta_outplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0125604Z test_dispatch_meta_outplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0125766Z test_dispatch_meta_outplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0125948Z test_dispatch_meta_outplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0126122Z test_dispatch_meta_outplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0126301Z test_dispatch_meta_outplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0126479Z test_dispatch_meta_outplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0126645Z test_dispatch_meta_outplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0126821Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0126998Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0127171Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0127341Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0127512Z test_dispatch_meta_outplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0127675Z test_dispatch_meta_outplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.602s) 2022-11-23T01:52:10.0127833Z test_dispatch_meta_outplace_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.540s) 2022-11-23T01:52:10.0128030Z test_dispatch_meta_outplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.500s) 2022-11-23T01:52:10.0128497Z test_dispatch_meta_outplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.494s) 2022-11-23T01:52:10.0128870Z test_dispatch_meta_outplace_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.534s) 2022-11-23T01:52:10.0129150Z test_dispatch_meta_outplace_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.527s) 2022-11-23T01:52:10.0129507Z test_dispatch_meta_outplace_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.515s) 2022-11-23T01:52:10.0129783Z test_dispatch_meta_outplace_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.543s) 2022-11-23T01:52:10.0129939Z test_dispatch_meta_outplace_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.508s) 2022-11-23T01:52:10.0130091Z test_dispatch_meta_outplace_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.511s) 2022-11-23T01:52:10.0130247Z test_dispatch_meta_outplace_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.538s) 2022-11-23T01:52:10.0130400Z test_dispatch_meta_outplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.547s) 2022-11-23T01:52:10.0130567Z test_dispatch_meta_outplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0130729Z test_dispatch_meta_outplace_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0130941Z test_dispatch_meta_outplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0131104Z test_dispatch_meta_outplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0131269Z test_dispatch_meta_outplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0131430Z test_dispatch_meta_outplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0131591Z test_dispatch_meta_outplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0131750Z test_dispatch_meta_outplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0131910Z test_dispatch_meta_outplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0132068Z test_dispatch_meta_outplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.0132233Z test_dispatch_meta_outplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0132394Z test_dispatch_meta_outplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0132552Z test_dispatch_meta_outplace_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.0132704Z test_dispatch_meta_outplace_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.0132855Z test_dispatch_meta_outplace_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0133036Z test_dispatch_meta_outplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0133212Z test_dispatch_meta_outplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.0133385Z test_dispatch_meta_outplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.0133552Z test_dispatch_meta_outplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.0133728Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0133904Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0134065Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0134297Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0134709Z test_dispatch_meta_outplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0135136Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0135569Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0135952Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0136145Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0136325Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0136501Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0136672Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0136849Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0137023Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0137193Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0137416Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0137587Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0137767Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0137937Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0138104Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0138272Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0138446Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0138622Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0138797Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0138958Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0139130Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0139291Z test_dispatch_meta_outplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0139455Z test_dispatch_meta_outplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0139618Z test_dispatch_meta_outplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0139779Z test_dispatch_meta_outplace_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0139936Z test_dispatch_meta_outplace_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0140091Z test_dispatch_meta_outplace_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0140245Z test_dispatch_meta_outplace_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0140406Z test_dispatch_meta_outplace_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0140766Z test_dispatch_meta_outplace_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0141121Z test_dispatch_meta_outplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0141436Z test_dispatch_meta_outplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0141822Z test_dispatch_meta_outplace_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0142164Z test_dispatch_meta_outplace_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0142393Z test_dispatch_meta_outplace_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0142559Z test_dispatch_meta_outplace_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0142722Z test_dispatch_meta_outplace_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0142884Z test_dispatch_meta_outplace_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0143032Z test_dispatch_meta_outplace_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0143191Z test_dispatch_meta_outplace_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0143345Z test_dispatch_meta_outplace_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0143496Z test_dispatch_meta_outplace_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0143658Z test_dispatch_meta_outplace_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0143813Z test_dispatch_meta_outplace_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0144018Z test_dispatch_meta_outplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0144176Z test_dispatch_meta_outplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0144342Z test_dispatch_meta_outplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0144505Z test_dispatch_meta_outplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0144671Z test_dispatch_meta_outplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0144832Z test_dispatch_meta_outplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0144992Z test_dispatch_meta_outplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0145155Z test_dispatch_meta_outplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0145311Z test_dispatch_meta_outplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0145468Z test_dispatch_meta_outplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0145618Z test_dispatch_meta_outplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0145775Z test_dispatch_meta_outplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0145925Z test_dispatch_meta_outplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0146073Z test_dispatch_meta_outplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0146229Z test_dispatch_meta_outplace_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0146394Z test_dispatch_meta_outplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0146562Z test_dispatch_meta_outplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0146904Z test_dispatch_meta_outplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0147323Z test_dispatch_meta_outplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0147629Z test_dispatch_meta_outplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0147791Z test_dispatch_meta_outplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0148011Z test_dispatch_meta_outplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0148365Z test_dispatch_meta_outplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0148642Z test_dispatch_meta_outplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0148861Z test_dispatch_meta_outplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0149012Z test_dispatch_meta_outplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0149174Z test_dispatch_meta_outplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0149342Z test_dispatch_meta_outplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0149505Z test_dispatch_meta_outplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.0149664Z test_dispatch_meta_outplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0149825Z test_dispatch_meta_outplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0149982Z test_dispatch_meta_outplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0150124Z test_dispatch_meta_outplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0150285Z test_dispatch_meta_outplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0150443Z test_dispatch_meta_outplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0150644Z test_dispatch_meta_outplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0150810Z test_dispatch_meta_outplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0150969Z test_dispatch_meta_outplace_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0151136Z test_dispatch_meta_outplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0151303Z test_dispatch_meta_outplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0151466Z test_dispatch_meta_outplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0151629Z test_dispatch_meta_outplace_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0151790Z test_dispatch_meta_outplace_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0151951Z test_dispatch_meta_outplace_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0152111Z test_dispatch_meta_outplace_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0152264Z test_dispatch_meta_outplace_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0152414Z test_dispatch_meta_outplace_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0152571Z test_dispatch_meta_outplace_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0152722Z test_dispatch_meta_outplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0152890Z test_dispatch_meta_outplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0153041Z test_dispatch_meta_outplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0153438Z test_dispatch_meta_outplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0153841Z test_dispatch_meta_outplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0154140Z test_dispatch_meta_outplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0154546Z test_dispatch_meta_outplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0154852Z test_dispatch_meta_outplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0155020Z test_dispatch_meta_outplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0155183Z test_dispatch_meta_outplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0155345Z test_dispatch_meta_outplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0155562Z test_dispatch_meta_outplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0155729Z test_dispatch_meta_outplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0155894Z test_dispatch_meta_outplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0156051Z test_dispatch_meta_outplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0156205Z test_dispatch_meta_outplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0156366Z test_dispatch_meta_outplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0156526Z test_dispatch_meta_outplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0156679Z test_dispatch_meta_outplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0156835Z test_dispatch_meta_outplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0156989Z test_dispatch_meta_outplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0157125Z test_dispatch_meta_outplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0157324Z test_dispatch_meta_outplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0157477Z test_dispatch_meta_outplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0157628Z test_dispatch_meta_outplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0157781Z test_dispatch_meta_outplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0157934Z test_dispatch_meta_outplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0158096Z test_dispatch_meta_outplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0158249Z test_dispatch_meta_outplace_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0158414Z test_dispatch_meta_outplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0158578Z test_dispatch_meta_outplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0158740Z test_dispatch_meta_outplace_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0158898Z test_dispatch_meta_outplace_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0159059Z test_dispatch_meta_outplace_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0159217Z test_dispatch_meta_outplace_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0159518Z test_dispatch_meta_outplace_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0159897Z test_dispatch_meta_outplace_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0160247Z test_dispatch_meta_outplace_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0160557Z test_dispatch_meta_outplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0160925Z test_dispatch_meta_outplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0161098Z test_dispatch_meta_outplace_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0161257Z test_dispatch_meta_outplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0161410Z test_dispatch_meta_outplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0161566Z test_dispatch_meta_outplace_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0161718Z test_dispatch_meta_outplace_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0161867Z test_dispatch_meta_outplace_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0162020Z test_dispatch_meta_outplace_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0162231Z test_dispatch_meta_outplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0162393Z test_dispatch_meta_outplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0162638Z test_dispatch_meta_outplace_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0162800Z test_dispatch_meta_outplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0162957Z test_dispatch_meta_outplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0163115Z test_dispatch_meta_outplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0163267Z test_dispatch_meta_outplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0163415Z test_dispatch_meta_outplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0163566Z test_dispatch_meta_outplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0163720Z test_dispatch_meta_outplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0163883Z test_dispatch_meta_outplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0164085Z test_dispatch_meta_outplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0164246Z test_dispatch_meta_outplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0164411Z test_dispatch_meta_outplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0164570Z test_dispatch_meta_outplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0164725Z test_dispatch_meta_outplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0164876Z test_dispatch_meta_outplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0165035Z test_dispatch_meta_outplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0165188Z test_dispatch_meta_outplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0165348Z test_dispatch_meta_outplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0165543Z test_dispatch_meta_outplace_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0165911Z test_dispatch_meta_outplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0166282Z test_dispatch_meta_outplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0166553Z test_dispatch_meta_outplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0166930Z test_dispatch_meta_outplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0167247Z test_dispatch_meta_outplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0167410Z test_dispatch_meta_outplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0167567Z test_dispatch_meta_outplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0167724Z test_dispatch_meta_outplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0167881Z test_dispatch_meta_outplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0168023Z test_dispatch_meta_outplace_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0168189Z test_dispatch_meta_outplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0168353Z test_dispatch_meta_outplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0168513Z test_dispatch_meta_outplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0168668Z test_dispatch_meta_outplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0168878Z test_dispatch_meta_outplace_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0169031Z test_dispatch_meta_outplace_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0169181Z test_dispatch_meta_outplace_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0169335Z test_dispatch_meta_outplace_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0169491Z test_dispatch_meta_outplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0169660Z test_dispatch_meta_outplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0169824Z test_dispatch_meta_outplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0169996Z test_dispatch_meta_outplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0170165Z test_dispatch_meta_outplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0170332Z test_dispatch_meta_outplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0170500Z test_dispatch_meta_outplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0170706Z test_dispatch_meta_outplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0170870Z test_dispatch_meta_outplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0171033Z test_dispatch_meta_outplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0171182Z test_dispatch_meta_outplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0171344Z test_dispatch_meta_outplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0171504Z test_dispatch_meta_outplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0171667Z test_dispatch_meta_outplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0172004Z test_dispatch_meta_outplace_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0172421Z test_dispatch_meta_outplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0172739Z test_dispatch_meta_outplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0173132Z test_dispatch_meta_outplace_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0173460Z test_dispatch_meta_outplace_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0173626Z test_dispatch_meta_outplace_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0173786Z test_dispatch_meta_outplace_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0173942Z test_dispatch_meta_outplace_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0174097Z test_dispatch_meta_outplace_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0174257Z test_dispatch_meta_outplace_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0174411Z test_dispatch_meta_outplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0174572Z test_dispatch_meta_outplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0174733Z test_dispatch_meta_outplace_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0174896Z test_dispatch_meta_outplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0175057Z test_dispatch_meta_outplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0175203Z test_dispatch_meta_outplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0175357Z test_dispatch_meta_outplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0175565Z test_dispatch_meta_outplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0175722Z test_dispatch_meta_outplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0175877Z test_dispatch_meta_outplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0176032Z test_dispatch_meta_outplace_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.0176194Z test_dispatch_meta_outplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:52:10.0176357Z test_dispatch_meta_outplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.0176515Z test_dispatch_meta_outplace_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.0176668Z test_dispatch_meta_outplace_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:52:10.0176819Z test_dispatch_meta_outplace_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.0176976Z test_dispatch_meta_outplace_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.0177126Z test_dispatch_meta_outplace_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.0177317Z test_dispatch_meta_outplace_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-11-23T01:52:10.0177469Z test_dispatch_meta_outplace_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.0177626Z test_dispatch_meta_outplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.0177787Z test_dispatch_meta_outplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0177957Z test_dispatch_meta_outplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0178113Z test_dispatch_meta_outplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0178277Z test_dispatch_meta_outplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0178441Z test_dispatch_meta_outplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0178604Z test_dispatch_meta_outplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0178765Z test_dispatch_meta_outplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0178924Z test_dispatch_meta_outplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0179083Z test_dispatch_meta_outplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0179238Z test_dispatch_meta_outplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0179397Z test_dispatch_meta_outplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0179563Z test_dispatch_meta_outplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0179728Z test_dispatch_meta_outplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0179890Z test_dispatch_meta_outplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0180051Z test_dispatch_meta_outplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0180211Z test_dispatch_meta_outplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0180370Z test_dispatch_meta_outplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0180526Z test_dispatch_meta_outplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0180684Z test_dispatch_meta_outplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0180841Z test_dispatch_meta_outplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0180996Z test_dispatch_meta_outplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0181201Z test_dispatch_meta_outplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0181370Z test_dispatch_meta_outplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0181536Z test_dispatch_meta_outplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0181698Z test_dispatch_meta_outplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0181860Z test_dispatch_meta_outplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0182021Z test_dispatch_meta_outplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0182178Z test_dispatch_meta_outplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0182335Z test_dispatch_meta_outplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0182490Z test_dispatch_meta_outplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0182663Z test_dispatch_meta_outplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0182828Z test_dispatch_meta_outplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0183944Z test_dispatch_meta_outplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0184321Z test_dispatch_meta_outplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0184704Z test_dispatch_meta_outplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0184876Z test_dispatch_meta_outplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0185045Z test_dispatch_meta_outplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0185214Z test_dispatch_meta_outplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0185382Z test_dispatch_meta_outplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0185550Z test_dispatch_meta_outplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0185713Z test_dispatch_meta_outplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0185865Z test_dispatch_meta_outplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0186023Z test_dispatch_meta_outplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0186184Z test_dispatch_meta_outplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0186353Z test_dispatch_meta_outplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0186520Z test_dispatch_meta_outplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0186686Z test_dispatch_meta_outplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0186851Z test_dispatch_meta_outplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0187012Z test_dispatch_meta_outplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0187173Z test_dispatch_meta_outplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0187333Z test_dispatch_meta_outplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0187490Z test_dispatch_meta_outplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0187648Z test_dispatch_meta_outplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0187809Z test_dispatch_meta_outplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0187975Z test_dispatch_meta_outplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0188206Z test_dispatch_meta_outplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0188370Z test_dispatch_meta_outplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0188533Z test_dispatch_meta_outplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0188692Z test_dispatch_meta_outplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0188850Z test_dispatch_meta_outplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0188997Z test_dispatch_meta_outplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0189156Z test_dispatch_meta_outplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0189315Z test_dispatch_meta_outplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0189475Z test_dispatch_meta_outplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0189648Z test_dispatch_meta_outplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0189817Z test_dispatch_meta_outplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0190025Z test_dispatch_meta_outplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0190190Z test_dispatch_meta_outplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0190349Z test_dispatch_meta_outplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0190511Z test_dispatch_meta_outplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0190670Z test_dispatch_meta_outplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0190826Z test_dispatch_meta_outplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0190989Z test_dispatch_meta_outplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0191150Z test_dispatch_meta_outplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0191321Z test_dispatch_meta_outplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0191486Z test_dispatch_meta_outplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0191650Z test_dispatch_meta_outplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0191812Z test_dispatch_meta_outplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0191970Z test_dispatch_meta_outplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0192130Z test_dispatch_meta_outplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0192276Z test_dispatch_meta_outplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0192435Z test_dispatch_meta_outplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0192596Z test_dispatch_meta_outplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0192759Z test_dispatch_meta_outplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0192929Z test_dispatch_meta_outplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0193096Z test_dispatch_meta_outplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0193258Z test_dispatch_meta_outplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0193420Z test_dispatch_meta_outplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0193578Z test_dispatch_meta_outplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0193777Z test_dispatch_meta_outplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0193938Z test_dispatch_meta_outplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0194100Z test_dispatch_meta_outplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0194258Z test_dispatch_meta_outplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0194415Z test_dispatch_meta_outplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0194584Z test_dispatch_meta_outplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0194752Z test_dispatch_meta_outplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0194917Z test_dispatch_meta_outplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0195080Z test_dispatch_meta_outplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0195243Z test_dispatch_meta_outplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0195392Z test_dispatch_meta_outplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0195599Z test_dispatch_meta_outplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0195757Z test_dispatch_meta_outplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0195917Z test_dispatch_meta_outplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0196091Z test_dispatch_meta_outplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0196260Z test_dispatch_meta_outplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0196439Z test_dispatch_meta_outplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0196618Z test_dispatch_meta_outplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0196796Z test_dispatch_meta_outplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0196969Z test_dispatch_meta_outplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0197140Z test_dispatch_meta_outplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0197310Z test_dispatch_meta_outplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0197477Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0197645Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0197808Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0197974Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0198144Z test_dispatch_meta_outplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0198308Z test_dispatch_meta_outplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0198470Z test_dispatch_meta_outplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0198619Z test_dispatch_meta_outplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0198782Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0198945Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0199106Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0199414Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0199888Z test_dispatch_meta_outplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0200242Z test_dispatch_meta_outplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0200623Z test_dispatch_meta_outplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0200985Z test_dispatch_meta_outplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0201151Z test_dispatch_meta_outplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0201314Z test_dispatch_meta_outplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0201473Z test_dispatch_meta_outplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0201630Z test_dispatch_meta_outplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0201794Z test_dispatch_meta_outplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0201954Z test_dispatch_meta_outplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0202170Z test_dispatch_meta_outplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0202335Z test_dispatch_meta_outplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0202581Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0202746Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0202907Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0203053Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0203211Z test_dispatch_meta_outplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0203379Z test_dispatch_meta_outplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0203553Z test_dispatch_meta_outplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0203727Z test_dispatch_meta_outplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0203892Z test_dispatch_meta_outplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0204054Z test_dispatch_meta_outplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0204214Z test_dispatch_meta_outplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0204373Z test_dispatch_meta_outplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0204530Z test_dispatch_meta_outplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0204692Z test_dispatch_meta_outplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0204851Z test_dispatch_meta_outplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0205016Z test_dispatch_meta_outplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0205185Z test_dispatch_meta_outplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0205351Z test_dispatch_meta_outplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0205513Z test_dispatch_meta_outplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0205675Z test_dispatch_meta_outplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0205834Z test_dispatch_meta_outplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0205992Z test_dispatch_meta_outplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0206182Z test_dispatch_meta_outplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0206343Z test_dispatch_meta_outplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0206505Z test_dispatch_meta_outplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0206663Z test_dispatch_meta_outplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0206835Z test_dispatch_meta_outplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0207003Z test_dispatch_meta_outplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0207168Z test_dispatch_meta_outplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0207334Z test_dispatch_meta_outplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0207496Z test_dispatch_meta_outplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0207657Z test_dispatch_meta_outplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0207857Z test_dispatch_meta_outplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0208018Z test_dispatch_meta_outplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0208177Z test_dispatch_meta_outplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0208339Z test_dispatch_meta_outplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0208502Z test_dispatch_meta_outplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0208666Z test_dispatch_meta_outplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0208824Z test_dispatch_meta_outplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0208984Z test_dispatch_meta_outplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0209142Z test_dispatch_meta_outplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0209301Z test_dispatch_meta_outplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0209447Z test_dispatch_meta_outplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0209609Z test_dispatch_meta_outplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0209768Z test_dispatch_meta_outplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0209931Z test_dispatch_meta_outplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0210090Z test_dispatch_meta_outplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0210254Z test_dispatch_meta_outplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0210412Z test_dispatch_meta_outplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0210573Z test_dispatch_meta_outplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0210732Z test_dispatch_meta_outplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0210891Z test_dispatch_meta_outplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0211056Z test_dispatch_meta_outplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0211219Z test_dispatch_meta_outplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0211380Z test_dispatch_meta_outplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0211540Z test_dispatch_meta_outplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0212067Z test_dispatch_meta_outplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0212235Z test_dispatch_meta_outplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0212395Z test_dispatch_meta_outplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0212557Z test_dispatch_meta_outplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0212714Z test_dispatch_meta_outplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0212862Z test_dispatch_meta_outplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0213023Z test_dispatch_meta_outplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0213183Z test_dispatch_meta_outplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0213346Z test_dispatch_meta_outplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0213502Z test_dispatch_meta_outplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0213661Z test_dispatch_meta_outplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0213864Z test_dispatch_meta_outplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0214018Z test_dispatch_meta_outplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0214166Z test_dispatch_meta_outplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0214322Z test_dispatch_meta_outplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0214473Z test_dispatch_meta_outplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0214641Z test_dispatch_meta_outplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0214799Z test_dispatch_meta_outplace_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0214971Z test_dispatch_meta_outplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0215138Z test_dispatch_meta_outplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0215308Z test_dispatch_meta_outplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0215472Z test_dispatch_meta_outplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0215634Z test_dispatch_meta_outplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0215797Z test_dispatch_meta_outplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0215945Z test_dispatch_meta_outplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0216107Z test_dispatch_meta_outplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0216270Z test_dispatch_meta_outplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0216430Z test_dispatch_meta_outplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0216594Z test_dispatch_meta_outplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0216753Z test_dispatch_meta_outplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0216911Z test_dispatch_meta_outplace_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0217075Z test_dispatch_meta_outplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0217239Z test_dispatch_meta_outplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0217397Z test_dispatch_meta_outplace_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0217552Z test_dispatch_meta_outplace_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0217746Z test_dispatch_meta_outplace_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0217907Z test_dispatch_meta_outplace_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0218062Z test_dispatch_meta_outplace_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0218212Z test_dispatch_meta_outplace_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0218369Z test_dispatch_meta_outplace_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0218524Z test_dispatch_meta_outplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0218689Z test_dispatch_meta_outplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0218837Z test_dispatch_meta_outplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0219006Z test_dispatch_meta_outplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0219176Z test_dispatch_meta_outplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0219338Z test_dispatch_meta_outplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0219542Z test_dispatch_meta_outplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0219706Z test_dispatch_meta_outplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0219867Z test_dispatch_meta_outplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0220023Z test_dispatch_meta_outplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0220175Z test_dispatch_meta_outplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0220334Z test_dispatch_meta_outplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0220489Z test_dispatch_meta_outplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0220657Z test_dispatch_meta_outplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0220818Z test_dispatch_meta_outplace_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0220990Z test_dispatch_meta_outplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0221156Z test_dispatch_meta_outplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0221318Z test_dispatch_meta_outplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0221481Z test_dispatch_meta_outplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0221642Z test_dispatch_meta_outplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0221803Z test_dispatch_meta_outplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0221949Z test_dispatch_meta_outplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0222103Z test_dispatch_meta_outplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0222262Z test_dispatch_meta_outplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0222420Z test_dispatch_meta_outplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0222582Z test_dispatch_meta_outplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0222741Z test_dispatch_meta_outplace_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0222904Z test_dispatch_meta_outplace_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0223069Z test_dispatch_meta_outplace_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0223228Z test_dispatch_meta_outplace_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0223438Z test_dispatch_meta_outplace_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0223597Z test_dispatch_meta_outplace_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0223761Z test_dispatch_meta_outplace_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0223918Z test_dispatch_meta_outplace_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0224071Z test_dispatch_meta_outplace_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0224222Z test_dispatch_meta_outplace_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0224378Z test_dispatch_meta_outplace_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0224529Z test_dispatch_meta_outplace_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0224702Z test_dispatch_meta_outplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0224867Z test_dispatch_meta_outplace_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0225030Z test_dispatch_meta_outplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0225249Z test_dispatch_meta_outplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0225419Z test_dispatch_meta_outplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0225589Z test_dispatch_meta_outplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0225753Z test_dispatch_meta_outplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0225919Z test_dispatch_meta_outplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0226082Z test_dispatch_meta_outplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0226244Z test_dispatch_meta_outplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0226406Z test_dispatch_meta_outplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0226570Z test_dispatch_meta_outplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0226731Z test_dispatch_meta_outplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0226891Z test_dispatch_meta_outplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0227051Z test_dispatch_meta_outplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0227210Z test_dispatch_meta_outplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0227363Z test_dispatch_meta_outplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0227513Z test_dispatch_meta_outplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0227669Z test_dispatch_meta_outplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0227826Z test_dispatch_meta_outplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0227997Z test_dispatch_meta_outplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0228156Z test_dispatch_meta_outplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.0228327Z test_dispatch_meta_outplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0228492Z test_dispatch_meta_outplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0228660Z test_dispatch_meta_outplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0228824Z test_dispatch_meta_outplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0229028Z test_dispatch_meta_outplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0229193Z test_dispatch_meta_outplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0229354Z test_dispatch_meta_outplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0229515Z test_dispatch_meta_outplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0229670Z test_dispatch_meta_outplace_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0229830Z test_dispatch_meta_outplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0229985Z test_dispatch_meta_outplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0230136Z test_dispatch_meta_outplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0230291Z test_dispatch_meta_outplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0230456Z test_dispatch_meta_outplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0230761Z test_dispatch_meta_outplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0231223Z test_dispatch_meta_outplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0231575Z test_dispatch_meta_outplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0231846Z test_dispatch_meta_outplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0232509Z test_dispatch_meta_outplace_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0232862Z test_dispatch_meta_outplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0233207Z test_dispatch_meta_outplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0233541Z test_dispatch_meta_outplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0233891Z test_dispatch_meta_outplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0234234Z test_dispatch_meta_outplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0234551Z test_dispatch_meta_outplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0234882Z test_dispatch_meta_outplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0235215Z test_dispatch_meta_outplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0235564Z test_dispatch_meta_outplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0235915Z test_dispatch_meta_outplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0236254Z test_dispatch_meta_outplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0236584Z test_dispatch_meta_outplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0236902Z test_dispatch_meta_outplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0237236Z test_dispatch_meta_outplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0237564Z test_dispatch_meta_outplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0237899Z test_dispatch_meta_outplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0238232Z test_dispatch_meta_outplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0238576Z test_dispatch_meta_outplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0238921Z test_dispatch_meta_outplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0239249Z test_dispatch_meta_outplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0239579Z test_dispatch_meta_outplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0239993Z test_dispatch_meta_outplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0240414Z test_dispatch_meta_outplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0240766Z test_dispatch_meta_outplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0241215Z test_dispatch_meta_outplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0241598Z test_dispatch_meta_outplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0242044Z test_dispatch_meta_outplace_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0242392Z test_dispatch_meta_outplace_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0242978Z test_dispatch_meta_outplace_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0243332Z test_dispatch_meta_outplace_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0243689Z test_dispatch_meta_outplace_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0244032Z test_dispatch_meta_outplace_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0244429Z test_dispatch_meta_outplace_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0244749Z test_dispatch_meta_outplace_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0245087Z test_dispatch_meta_outplace_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0245422Z test_dispatch_meta_outplace_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0245765Z test_dispatch_meta_outplace_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0246136Z test_dispatch_meta_outplace_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0246500Z test_dispatch_meta_outplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0246862Z test_dispatch_meta_outplace_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0247218Z test_dispatch_meta_outplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0247572Z test_dispatch_meta_outplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0247925Z test_dispatch_meta_outplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0248275Z test_dispatch_meta_outplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0248619Z test_dispatch_meta_outplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0248959Z test_dispatch_meta_outplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0249308Z test_dispatch_meta_outplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0249653Z test_dispatch_meta_outplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0249982Z test_dispatch_meta_outplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0250328Z test_dispatch_meta_outplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0250673Z test_dispatch_meta_outplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0251019Z test_dispatch_meta_outplace_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0251371Z test_dispatch_meta_outplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0251730Z test_dispatch_meta_outplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0252080Z test_dispatch_meta_outplace_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0252414Z test_dispatch_meta_outplace_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0252808Z test_dispatch_meta_outplace_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0253154Z test_dispatch_meta_outplace_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0253503Z test_dispatch_meta_outplace_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0253837Z test_dispatch_meta_outplace_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0268326Z test_dispatch_meta_outplace_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0268811Z test_dispatch_meta_outplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0269159Z test_dispatch_meta_outplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0269521Z test_dispatch_meta_outplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0269845Z test_dispatch_meta_outplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0270183Z test_dispatch_meta_outplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0270511Z test_dispatch_meta_outplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0270990Z test_dispatch_meta_outplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0271320Z test_dispatch_meta_outplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0271649Z test_dispatch_meta_outplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0271966Z test_dispatch_meta_outplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0272286Z test_dispatch_meta_outplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0272610Z test_dispatch_meta_outplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0272929Z test_dispatch_meta_outplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0273253Z test_dispatch_meta_outplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0273583Z test_dispatch_meta_outplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0273913Z test_dispatch_meta_outplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0274252Z test_dispatch_meta_outplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0274585Z test_dispatch_meta_outplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0274920Z test_dispatch_meta_outplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.0275249Z test_dispatch_meta_outplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.0275581Z test_dispatch_meta_outplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.261s) 2022-11-23T01:52:10.0275926Z test_dispatch_meta_outplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.215s) 2022-11-23T01:52:10.0276273Z test_dispatch_meta_outplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.223s) 2022-11-23T01:52:10.0276611Z test_dispatch_meta_outplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.226s) 2022-11-23T01:52:10.0276937Z test_dispatch_meta_outplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.213s) 2022-11-23T01:52:10.0277274Z test_dispatch_meta_outplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.214s) 2022-11-23T01:52:10.0277625Z test_dispatch_meta_outplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.197s) 2022-11-23T01:52:10.0277970Z test_dispatch_meta_outplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.208s) 2022-11-23T01:52:10.0278317Z test_dispatch_meta_outplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.207s) 2022-11-23T01:52:10.0278666Z test_dispatch_meta_outplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.197s) 2022-11-23T01:52:10.0279083Z test_dispatch_meta_outplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.568s) 2022-11-23T01:52:10.0279462Z test_dispatch_meta_outplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.590s) 2022-11-23T01:52:10.0279817Z test_dispatch_meta_outplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0280156Z test_dispatch_meta_outplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0280496Z test_dispatch_meta_outplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0280839Z test_dispatch_meta_outplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0281173Z test_dispatch_meta_outplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0281495Z test_dispatch_meta_outplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0281826Z test_dispatch_meta_outplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0282184Z test_dispatch_meta_outplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0282633Z test_dispatch_meta_outplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0283062Z test_dispatch_meta_outplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0283408Z test_dispatch_meta_outplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0283753Z test_dispatch_meta_outplace_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0284096Z test_dispatch_meta_outplace_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0284434Z test_dispatch_meta_outplace_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0284782Z test_dispatch_meta_outplace_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0285126Z test_dispatch_meta_outplace_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0285460Z test_dispatch_meta_outplace_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0285794Z test_dispatch_meta_outplace_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0286129Z test_dispatch_meta_outplace_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0286458Z test_dispatch_meta_outplace_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0286778Z test_dispatch_meta_outplace_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0287356Z test_dispatch_meta_outplace_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0288177Z test_dispatch_meta_outplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0288906Z test_dispatch_meta_outplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0289303Z test_dispatch_meta_outplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0289661Z test_dispatch_meta_outplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0290026Z test_dispatch_meta_outplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0290412Z test_dispatch_meta_outplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0290779Z test_dispatch_meta_outplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0291130Z test_dispatch_meta_outplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0291506Z test_dispatch_meta_outplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0291863Z test_dispatch_meta_outplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0292211Z test_dispatch_meta_outplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.193s) 2022-11-23T01:52:10.0292650Z test_dispatch_meta_outplace_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.181s) 2022-11-23T01:52:10.0292991Z test_dispatch_meta_outplace_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.184s) 2022-11-23T01:52:10.0293343Z test_dispatch_meta_outplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:52:10.0293705Z test_dispatch_meta_outplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:52:10.0294085Z test_dispatch_meta_outplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.199s) 2022-11-23T01:52:10.0294458Z test_dispatch_meta_outplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.195s) 2022-11-23T01:52:10.0294817Z test_dispatch_meta_outplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0295170Z test_dispatch_meta_outplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0295509Z test_dispatch_meta_outplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0295872Z test_dispatch_meta_outplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0296224Z test_dispatch_meta_outplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0296627Z test_dispatch_meta_outplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0296972Z test_dispatch_meta_outplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0297319Z test_dispatch_meta_outplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0297664Z test_dispatch_meta_outplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0297992Z test_dispatch_meta_outplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0298320Z test_dispatch_meta_outplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0298663Z test_dispatch_meta_outplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0298999Z test_dispatch_meta_outplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0299340Z test_dispatch_meta_outplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0299686Z test_dispatch_meta_outplace_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0300035Z test_dispatch_meta_outplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0300378Z test_dispatch_meta_outplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0300729Z test_dispatch_meta_outplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0301078Z test_dispatch_meta_outplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0301426Z test_dispatch_meta_outplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0301775Z test_dispatch_meta_outplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0302115Z test_dispatch_meta_outplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0302438Z test_dispatch_meta_outplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0302872Z test_dispatch_meta_outplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0303209Z test_dispatch_meta_outplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0303546Z test_dispatch_meta_outplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0303887Z test_dispatch_meta_outplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0304231Z test_dispatch_meta_outplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0304577Z test_dispatch_meta_outplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0304964Z test_dispatch_meta_outplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0305303Z test_dispatch_meta_outplace_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0305643Z test_dispatch_meta_outplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0305977Z test_dispatch_meta_outplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0306312Z test_dispatch_meta_outplace_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0306648Z test_dispatch_meta_outplace_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0306965Z test_dispatch_meta_outplace_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0307296Z test_dispatch_meta_outplace_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0307626Z test_dispatch_meta_outplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0307968Z test_dispatch_meta_outplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0308319Z test_dispatch_meta_outplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0308715Z test_dispatch_meta_outplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0309058Z test_dispatch_meta_outplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0309395Z test_dispatch_meta_outplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0309745Z test_dispatch_meta_outplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0310095Z test_dispatch_meta_outplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0310441Z test_dispatch_meta_outplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0310793Z test_dispatch_meta_outplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0311140Z test_dispatch_meta_outplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0311476Z test_dispatch_meta_outplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0311828Z test_dispatch_meta_outplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0312175Z test_dispatch_meta_outplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0312533Z test_dispatch_meta_outplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0312893Z test_dispatch_meta_outplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0313255Z test_dispatch_meta_outplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0313606Z test_dispatch_meta_outplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0313945Z test_dispatch_meta_outplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0314289Z test_dispatch_meta_outplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0314639Z test_dispatch_meta_outplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0314983Z test_dispatch_meta_outplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0315328Z test_dispatch_meta_outplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0315671Z test_dispatch_meta_outplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0316014Z test_dispatch_meta_outplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0316350Z test_dispatch_meta_outplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0316701Z test_dispatch_meta_outplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0317105Z test_dispatch_meta_outplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0317471Z test_dispatch_meta_outplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0317834Z test_dispatch_meta_outplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0318186Z test_dispatch_meta_outplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0318519Z test_dispatch_meta_outplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0318864Z test_dispatch_meta_outplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0319217Z test_dispatch_meta_outplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0319565Z test_dispatch_meta_outplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0319917Z test_dispatch_meta_outplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0320263Z test_dispatch_meta_outplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0320656Z test_dispatch_meta_outplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0320992Z test_dispatch_meta_outplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0321350Z test_dispatch_meta_outplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0321709Z test_dispatch_meta_outplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0322063Z test_dispatch_meta_outplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0322589Z test_dispatch_meta_outplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0323008Z test_dispatch_meta_outplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0323351Z test_dispatch_meta_outplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0323687Z test_dispatch_meta_outplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0324032Z test_dispatch_meta_outplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0324381Z test_dispatch_meta_outplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0324729Z test_dispatch_meta_outplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0325081Z test_dispatch_meta_outplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0325434Z test_dispatch_meta_outplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0325787Z test_dispatch_meta_outplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0326138Z test_dispatch_meta_outplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0326497Z test_dispatch_meta_outplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0326848Z test_dispatch_meta_outplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0327197Z test_dispatch_meta_outplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0327540Z test_dispatch_meta_outplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0327882Z test_dispatch_meta_outplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0328213Z test_dispatch_meta_outplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0328559Z test_dispatch_meta_outplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0328978Z test_dispatch_meta_outplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0329322Z test_dispatch_meta_outplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0329681Z test_dispatch_meta_outplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0330043Z test_dispatch_meta_outplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0330403Z test_dispatch_meta_outplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0330747Z test_dispatch_meta_outplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0331100Z test_dispatch_meta_outplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0331457Z test_dispatch_meta_outplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0331803Z test_dispatch_meta_outplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0332151Z test_dispatch_meta_outplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0332501Z test_dispatch_meta_outplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0332906Z test_dispatch_meta_outplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0333254Z test_dispatch_meta_outplace_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0333616Z test_dispatch_meta_outplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0333984Z test_dispatch_meta_outplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0334352Z test_dispatch_meta_outplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0334710Z test_dispatch_meta_outplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0335068Z test_dispatch_meta_outplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0335421Z test_dispatch_meta_outplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0335764Z test_dispatch_meta_outplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0336111Z test_dispatch_meta_outplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0336451Z test_dispatch_meta_outplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0336800Z test_dispatch_meta_outplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0337146Z test_dispatch_meta_outplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0337490Z test_dispatch_meta_outplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0337827Z test_dispatch_meta_outplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0338184Z test_dispatch_meta_outplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0338531Z test_dispatch_meta_outplace_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0338880Z test_dispatch_meta_outplace_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0339224Z test_dispatch_meta_outplace_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0339560Z test_dispatch_meta_outplace_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0339891Z test_dispatch_meta_outplace_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0340210Z test_dispatch_meta_outplace_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0340542Z test_dispatch_meta_outplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0340925Z test_dispatch_meta_outplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0341351Z test_dispatch_meta_outplace_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0341865Z test_dispatch_meta_outplace_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0342226Z test_dispatch_meta_outplace_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0342560Z test_dispatch_meta_outplace_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0342903Z test_dispatch_meta_outplace_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0343246Z test_dispatch_meta_outplace_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0343583Z test_dispatch_meta_outplace_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0343915Z test_dispatch_meta_outplace_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0344249Z test_dispatch_meta_outplace_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0344577Z test_dispatch_meta_outplace_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0345681Z test_dispatch_meta_outplace_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0346219Z test_dispatch_meta_outplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:52:10.0346635Z test_dispatch_meta_outplace_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:52:10.0346987Z test_dispatch_meta_outplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:52:10.0347344Z test_dispatch_meta_outplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.0347699Z test_dispatch_meta_outplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:52:10.0348037Z test_dispatch_meta_outplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:52:10.0348393Z test_dispatch_meta_outplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.104s) 2022-11-23T01:52:10.0348744Z test_dispatch_meta_outplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:52:10.0349096Z test_dispatch_meta_outplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.101s) 2022-11-23T01:52:10.0349435Z test_dispatch_meta_outplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.0349774Z test_dispatch_meta_outplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:52:10.0350118Z test_dispatch_meta_outplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.0350455Z test_dispatch_meta_outplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0350803Z test_dispatch_meta_outplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0351157Z test_dispatch_meta_outplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0351518Z test_dispatch_meta_outplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0351881Z test_dispatch_meta_outplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0352231Z test_dispatch_meta_outplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0352577Z test_dispatch_meta_outplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0352913Z test_dispatch_meta_outplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0353258Z test_dispatch_meta_outplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0353599Z test_dispatch_meta_outplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0353945Z test_dispatch_meta_outplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0354378Z test_dispatch_meta_outplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0354721Z test_dispatch_meta_outplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0355070Z test_dispatch_meta_outplace_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0355409Z test_dispatch_meta_outplace_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0355742Z test_dispatch_meta_outplace_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0356063Z test_dispatch_meta_outplace_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0356391Z test_dispatch_meta_outplace_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0356728Z test_dispatch_meta_outplace_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0357060Z test_dispatch_meta_outplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0357402Z test_dispatch_meta_outplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0357743Z test_dispatch_meta_outplace_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0358136Z test_dispatch_meta_outplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0358476Z test_dispatch_meta_outplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0358895Z test_dispatch_meta_outplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0359244Z test_dispatch_meta_outplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0359586Z test_dispatch_meta_outplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0359927Z test_dispatch_meta_outplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0360264Z test_dispatch_meta_outplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0360601Z test_dispatch_meta_outplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0361050Z test_dispatch_meta_outplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0361395Z test_dispatch_meta_outplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0361729Z test_dispatch_meta_outplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0362067Z test_dispatch_meta_outplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0362409Z test_dispatch_meta_outplace_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0362858Z test_dispatch_meta_outplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0363200Z test_dispatch_meta_outplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0363603Z test_dispatch_meta_outplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0363949Z test_dispatch_meta_outplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0364295Z test_dispatch_meta_outplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0364639Z test_dispatch_meta_outplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0364976Z test_dispatch_meta_outplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0365314Z test_dispatch_meta_outplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0365633Z test_dispatch_meta_outplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0365969Z test_dispatch_meta_outplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0366318Z test_dispatch_meta_outplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0366743Z test_dispatch_meta_outplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0367098Z test_dispatch_meta_outplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0367461Z test_dispatch_meta_outplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0367800Z test_dispatch_meta_outplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0368150Z test_dispatch_meta_outplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0368499Z test_dispatch_meta_outplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0368842Z test_dispatch_meta_outplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0369185Z test_dispatch_meta_outplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0369526Z test_dispatch_meta_outplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0369876Z test_dispatch_meta_outplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0370210Z test_dispatch_meta_outplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0370613Z test_dispatch_meta_outplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0370967Z test_dispatch_meta_outplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0371316Z test_dispatch_meta_outplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0371665Z test_dispatch_meta_outplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0372011Z test_dispatch_meta_outplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0372343Z test_dispatch_meta_outplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0372689Z test_dispatch_meta_outplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0373218Z test_dispatch_meta_outplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0373565Z test_dispatch_meta_outplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0373912Z test_dispatch_meta_outplace_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0374259Z test_dispatch_meta_outplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0374610Z test_dispatch_meta_outplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0374947Z test_dispatch_meta_outplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0375297Z test_dispatch_meta_outplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0375644Z test_dispatch_meta_outplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0375993Z test_dispatch_meta_outplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0376334Z test_dispatch_meta_outplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0376675Z test_dispatch_meta_outplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0377005Z test_dispatch_meta_outplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0377325Z test_dispatch_meta_outplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0377663Z test_dispatch_meta_outplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0378010Z test_dispatch_meta_outplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:52:10.0378427Z test_dispatch_meta_outplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.0378834Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0379349Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0379793Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0380227Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0380672Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0381115Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0381596Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0382091Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0382594Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0383076Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0383502Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0383915Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0384360Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0384810Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.0385266Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0385732Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0386182Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0386634Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.0387084Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0387517Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0387955Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0388396Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0389358Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0390287Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.0390846Z test_dispatch_meta_outplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0391263Z test_dispatch_meta_outplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0391768Z test_dispatch_meta_outplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0392195Z test_dispatch_meta_outplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0392605Z test_dispatch_meta_outplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0393019Z test_dispatch_meta_outplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0393432Z test_dispatch_meta_outplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.0393844Z test_dispatch_meta_outplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0394248Z test_dispatch_meta_outplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0394650Z test_dispatch_meta_outplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0395130Z test_dispatch_meta_outplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0396147Z test_dispatch_meta_outplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0396914Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.0397358Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0397809Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0398269Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0398724Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0399169Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.0399607Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.0400036Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0400453Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0400879Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0401457Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0402430Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0403220Z test_dispatch_meta_outplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0403634Z test_dispatch_meta_outplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0404053Z test_dispatch_meta_outplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0404478Z test_dispatch_meta_outplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0404883Z test_dispatch_meta_outplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0405777Z test_dispatch_meta_outplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0406206Z test_dispatch_meta_outplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0406610Z test_dispatch_meta_outplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0407022Z test_dispatch_meta_outplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0407436Z test_dispatch_meta_outplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.0408400Z test_dispatch_meta_outplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0409229Z test_dispatch_meta_outplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.0409618Z test_dispatch_meta_outplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0409968Z test_dispatch_meta_outplace_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0410400Z test_dispatch_meta_outplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0410753Z test_dispatch_meta_outplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0411105Z test_dispatch_meta_outplace_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0411452Z test_dispatch_meta_outplace_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0411772Z test_dispatch_meta_outplace_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0412108Z test_dispatch_meta_outplace_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0412447Z test_dispatch_meta_outplace_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0412787Z test_dispatch_meta_outplace_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0413127Z test_dispatch_meta_outplace_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0413464Z test_dispatch_meta_outplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0413944Z test_dispatch_meta_outplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0414738Z test_dispatch_meta_outplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0415503Z test_dispatch_meta_outplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0415858Z test_dispatch_meta_outplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0416211Z test_dispatch_meta_outplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0416560Z test_dispatch_meta_outplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0416909Z test_dispatch_meta_outplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0417247Z test_dispatch_meta_outplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0417589Z test_dispatch_meta_outplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0417923Z test_dispatch_meta_outplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0418249Z test_dispatch_meta_outplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0418578Z test_dispatch_meta_outplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0418910Z test_dispatch_meta_outplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0419248Z test_dispatch_meta_outplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0419654Z test_dispatch_meta_outplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0420086Z test_dispatch_meta_outplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0420926Z test_dispatch_meta_outplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0421292Z test_dispatch_meta_outplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0422052Z test_dispatch_meta_outplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0422402Z test_dispatch_meta_outplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0422732Z test_dispatch_meta_outplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0423070Z test_dispatch_meta_outplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0423404Z test_dispatch_meta_outplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0423747Z test_dispatch_meta_outplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0424082Z test_dispatch_meta_outplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0424477Z test_dispatch_meta_outplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0424811Z test_dispatch_meta_outplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0425135Z test_dispatch_meta_outplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0425471Z test_dispatch_meta_outplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0425801Z test_dispatch_meta_outplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0426134Z test_dispatch_meta_outplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0426465Z test_dispatch_meta_outplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0427231Z test_dispatch_meta_outplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0427920Z test_dispatch_meta_outplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0428425Z test_dispatch_meta_outplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0428762Z test_dispatch_meta_outplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.0429112Z test_dispatch_meta_outplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.0429460Z test_dispatch_meta_outplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:52:10.0429811Z test_dispatch_meta_outplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.0430149Z test_dispatch_meta_outplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0430478Z test_dispatch_meta_outplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0430830Z test_dispatch_meta_outplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0431178Z test_dispatch_meta_outplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0431526Z test_dispatch_meta_outplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0431868Z test_dispatch_meta_outplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0432205Z test_dispatch_meta_outplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0432524Z test_dispatch_meta_outplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0433089Z test_dispatch_meta_outplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0433823Z test_dispatch_meta_outplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0434597Z test_dispatch_meta_outplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0434988Z test_dispatch_meta_outplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0435374Z test_dispatch_meta_outplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0435746Z test_dispatch_meta_outplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0436119Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0436502Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0436887Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0437256Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0437626Z test_dispatch_meta_outplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0437994Z test_dispatch_meta_outplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0438409Z test_dispatch_meta_outplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0438753Z test_dispatch_meta_outplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0438975Z test_dispatch_meta_outplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0439386Z test_dispatch_meta_outplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0439790Z test_dispatch_meta_outplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0440031Z test_dispatch_meta_outplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0440437Z test_dispatch_meta_outplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0440770Z test_dispatch_meta_outplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0440939Z test_dispatch_meta_outplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0441103Z test_dispatch_meta_outplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0441269Z test_dispatch_meta_outplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0441431Z test_dispatch_meta_outplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0441602Z test_dispatch_meta_outplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0441774Z test_dispatch_meta_outplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0441940Z test_dispatch_meta_outplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0442106Z test_dispatch_meta_outplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0442292Z test_dispatch_meta_outplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.0442559Z test_dispatch_meta_outplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0442745Z test_dispatch_meta_outplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0442925Z test_dispatch_meta_outplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.0443085Z test_dispatch_meta_outplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0443259Z test_dispatch_meta_outplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0443428Z test_dispatch_meta_outplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0443671Z test_dispatch_meta_outplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0443853Z test_dispatch_meta_outplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0444030Z test_dispatch_meta_outplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0444203Z test_dispatch_meta_outplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0444374Z test_dispatch_meta_outplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0444552Z test_dispatch_meta_outplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0444731Z test_dispatch_meta_outplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0444906Z test_dispatch_meta_outplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.0445080Z test_dispatch_meta_outplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0445318Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0445826Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0446219Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0446600Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0446999Z test_dispatch_meta_outplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0447200Z test_dispatch_meta_outplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0447393Z test_dispatch_meta_outplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0447587Z test_dispatch_meta_outplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0447759Z test_dispatch_meta_outplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0447919Z test_dispatch_meta_outplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0448084Z test_dispatch_meta_outplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0448250Z test_dispatch_meta_outplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0448424Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0448603Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0448772Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0448941Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0449125Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0449310Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0449484Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0449654Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0449839Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0450020Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0450201Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0450443Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0450625Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0450806Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0450980Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0451153Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0451325Z test_dispatch_meta_outplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.0451588Z test_dispatch_meta_outplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.0451980Z test_dispatch_meta_outplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.0452378Z test_dispatch_meta_outplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0452777Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0453224Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.0453418Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0453604Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.0453771Z test_dispatch_meta_outplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0453940Z test_dispatch_meta_outplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0454104Z test_dispatch_meta_outplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0454271Z test_dispatch_meta_outplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0454454Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0454635Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0454809Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0454987Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0455171Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0455355Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0455537Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0455710Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0455890Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0456065Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0456238Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.0456399Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:52:10.0456578Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:52:10.0456761Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.210s) 2022-11-23T01:52:10.0456995Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.206s) 2022-11-23T01:52:10.0457175Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.0457350Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.196s) 2022-11-23T01:52:10.0457521Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.196s) 2022-11-23T01:52:10.0457787Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:52:10.0458237Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:52:10.0458639Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.136s) 2022-11-23T01:52:10.0459030Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.136s) 2022-11-23T01:52:10.0459412Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.337s) 2022-11-23T01:52:10.0459601Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.317s) 2022-11-23T01:52:10.0459839Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.383s) 2022-11-23T01:52:10.0460011Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.399s) 2022-11-23T01:52:10.0460210Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0460408Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0460599Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0460791Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0460968Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0461150Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0461336Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0461496Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0461672Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0461846Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0462019Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0462189Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0462367Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0462536Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0462711Z test_dispatch_meta_outplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.170s) 2022-11-23T01:52:10.0462884Z test_dispatch_meta_outplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.277s) 2022-11-23T01:52:10.0463056Z test_dispatch_meta_outplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.245s) 2022-11-23T01:52:10.0463225Z test_dispatch_meta_outplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.223s) 2022-11-23T01:52:10.0463394Z test_dispatch_meta_outplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.268s) 2022-11-23T01:52:10.0463560Z test_dispatch_meta_outplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.224s) 2022-11-23T01:52:10.0463807Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:52:10.0464269Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.0464755Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.203s) 2022-11-23T01:52:10.0465110Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.124s) 2022-11-23T01:52:10.0465581Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.169s) 2022-11-23T01:52:10.0465787Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.170s) 2022-11-23T01:52:10.0465962Z test_dispatch_meta_outplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:52:10.0466138Z test_dispatch_meta_outplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:52:10.0466308Z test_dispatch_meta_outplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0466522Z test_dispatch_meta_outplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0466713Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0466902Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0467085Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0467270Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0467540Z 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.001s) 2022-11-23T01:52:10.0467800Z 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.001s) 2022-11-23T01:52:10.0468054Z 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.001s) 2022-11-23T01:52:10.0468297Z 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.001s) 2022-11-23T01:52:10.0468523Z test_dispatch_meta_outplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0468695Z test_dispatch_meta_outplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0468862Z test_dispatch_meta_outplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0469029Z test_dispatch_meta_outplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0469208Z test_dispatch_meta_outplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0469393Z test_dispatch_meta_outplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0469568Z test_dispatch_meta_outplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0469742Z test_dispatch_meta_outplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0469919Z test_dispatch_meta_outplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.0470124Z test_dispatch_meta_outplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0470519Z test_dispatch_meta_outplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0470996Z test_dispatch_meta_outplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0471335Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0471753Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0471958Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0472121Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0472314Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.338s) 2022-11-23T01:52:10.0472505Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.314s) 2022-11-23T01:52:10.0472693Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.364s) 2022-11-23T01:52:10.0472884Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.349s) 2022-11-23T01:52:10.0473057Z test_dispatch_meta_outplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:52:10.0473286Z test_dispatch_meta_outplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:52:10.0473454Z test_dispatch_meta_outplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:52:10.0473623Z test_dispatch_meta_outplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-11-23T01:52:10.0473802Z test_dispatch_meta_outplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.0473980Z test_dispatch_meta_outplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.0474155Z test_dispatch_meta_outplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0474334Z test_dispatch_meta_outplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0474521Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0474703Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0474881Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0475056Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0475242Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0475428Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0475610Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0475787Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0475952Z test_dispatch_meta_outplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0476135Z test_dispatch_meta_outplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0476344Z test_dispatch_meta_outplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0476737Z test_dispatch_meta_outplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0477124Z test_dispatch_meta_outplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0477384Z test_dispatch_meta_outplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0477787Z test_dispatch_meta_outplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0478173Z test_dispatch_meta_outplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0478342Z test_dispatch_meta_outplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0478518Z test_dispatch_meta_outplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.099s) 2022-11-23T01:52:10.0478697Z test_dispatch_meta_outplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:52:10.0478875Z test_dispatch_meta_outplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.0479046Z test_dispatch_meta_outplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:52:10.0479217Z test_dispatch_meta_outplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:52:10.0479398Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:52:10.0479583Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.252s) 2022-11-23T01:52:10.0479766Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.274s) 2022-11-23T01:52:10.0479990Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.288s) 2022-11-23T01:52:10.0480165Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.309s) 2022-11-23T01:52:10.0480332Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.265s) 2022-11-23T01:52:10.0480488Z test_dispatch_meta_outplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0480656Z test_dispatch_meta_outplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0480825Z test_dispatch_meta_outplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0480994Z test_dispatch_meta_outplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0481162Z test_dispatch_meta_outplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.0481333Z test_dispatch_meta_outplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0481498Z test_dispatch_meta_outplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0481662Z test_dispatch_meta_outplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0481825Z test_dispatch_meta_outplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.0481986Z test_dispatch_meta_outplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0482149Z test_dispatch_meta_outplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0482306Z test_dispatch_meta_outplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0482580Z test_dispatch_meta_outplace_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0482968Z test_dispatch_meta_outplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0483354Z test_dispatch_meta_outplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0483620Z test_dispatch_meta_outplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0483991Z test_dispatch_meta_outplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0484340Z test_dispatch_meta_outplace_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0484495Z test_dispatch_meta_outplace_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0484630Z test_dispatch_meta_outplace_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0484783Z test_dispatch_meta_outplace_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0484999Z test_dispatch_meta_outplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0485163Z test_dispatch_meta_outplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0485326Z test_dispatch_meta_outplace_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0485484Z test_dispatch_meta_outplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0485644Z test_dispatch_meta_outplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0485801Z test_dispatch_meta_outplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0485954Z test_dispatch_meta_outplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0486108Z test_dispatch_meta_outplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0486265Z test_dispatch_meta_outplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0486419Z test_dispatch_meta_outplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0486578Z test_dispatch_meta_outplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0486777Z test_dispatch_meta_outplace_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0486943Z test_dispatch_meta_outplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0487104Z test_dispatch_meta_outplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0487263Z test_dispatch_meta_outplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0487419Z test_dispatch_meta_outplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0487577Z test_dispatch_meta_outplace_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0487716Z test_dispatch_meta_outplace_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0487864Z test_dispatch_meta_outplace_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0488020Z test_dispatch_meta_outplace_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0488170Z test_dispatch_meta_outplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0488328Z test_dispatch_meta_outplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0488483Z test_dispatch_meta_outplace_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0488646Z test_dispatch_meta_outplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0488826Z test_dispatch_meta_outplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0489198Z test_dispatch_meta_outplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0489572Z test_dispatch_meta_outplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0489869Z test_dispatch_meta_outplace_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0490246Z test_dispatch_meta_outplace_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0490566Z test_dispatch_meta_outplace_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0490722Z test_dispatch_meta_outplace_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0490877Z test_dispatch_meta_outplace_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0491049Z test_dispatch_meta_outplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0491219Z test_dispatch_meta_outplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0491387Z test_dispatch_meta_outplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0491630Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0491802Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0491993Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0492182Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0492369Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0492552Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0492735Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0492921Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0493107Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0493284Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0493494Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0493676Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0493850Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0494018Z test_dispatch_meta_outplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0494189Z test_dispatch_meta_outplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0494357Z test_dispatch_meta_outplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0494526Z test_dispatch_meta_outplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0494696Z test_dispatch_meta_outplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0494866Z test_dispatch_meta_outplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0495080Z test_dispatch_meta_outplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0495486Z test_dispatch_meta_outplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0495890Z test_dispatch_meta_outplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0496169Z test_dispatch_meta_outplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0496556Z test_dispatch_meta_outplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0496820Z test_dispatch_meta_outplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0496984Z test_dispatch_meta_outplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0497158Z test_dispatch_meta_outplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0497321Z test_dispatch_meta_outplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0497498Z test_dispatch_meta_outplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0497671Z test_dispatch_meta_outplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0497840Z test_dispatch_meta_outplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0498004Z test_dispatch_meta_outplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0498226Z test_dispatch_meta_outplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0498392Z test_dispatch_meta_outplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0498557Z test_dispatch_meta_outplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0498719Z test_dispatch_meta_outplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0498883Z test_dispatch_meta_outplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0499048Z test_dispatch_meta_outplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0499215Z test_dispatch_meta_outplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0499378Z test_dispatch_meta_outplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0499555Z test_dispatch_meta_outplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0499730Z test_dispatch_meta_outplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0499881Z test_dispatch_meta_outplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0500496Z test_dispatch_meta_outplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0500723Z test_dispatch_meta_outplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0500942Z test_dispatch_meta_outplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0501108Z test_dispatch_meta_outplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0501312Z test_dispatch_meta_outplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0501692Z test_dispatch_meta_outplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0502080Z test_dispatch_meta_outplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0502380Z test_dispatch_meta_outplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0502817Z test_dispatch_meta_outplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0503149Z test_dispatch_meta_outplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0503324Z test_dispatch_meta_outplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0503490Z test_dispatch_meta_outplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0503657Z test_dispatch_meta_outplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0503822Z test_dispatch_meta_outplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0503983Z test_dispatch_meta_outplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0504150Z test_dispatch_meta_outplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0504310Z test_dispatch_meta_outplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0504478Z test_dispatch_meta_outplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0504641Z test_dispatch_meta_outplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0504810Z test_dispatch_meta_outplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0504974Z test_dispatch_meta_outplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0505134Z test_dispatch_meta_outplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0505309Z test_dispatch_meta_outplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0505554Z test_dispatch_meta_outplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0505724Z test_dispatch_meta_outplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0505890Z test_dispatch_meta_outplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0506056Z test_dispatch_meta_outplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0506221Z test_dispatch_meta_outplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0506382Z test_dispatch_meta_outplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0506546Z test_dispatch_meta_outplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0506711Z test_dispatch_meta_outplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0506878Z test_dispatch_meta_outplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0507038Z test_dispatch_meta_outplace_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0507199Z test_dispatch_meta_outplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0507866Z test_dispatch_meta_outplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0508266Z test_dispatch_meta_outplace_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0508618Z test_dispatch_meta_outplace_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0508954Z test_dispatch_meta_outplace_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0509320Z test_dispatch_meta_outplace_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0509486Z test_dispatch_meta_outplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0509658Z test_dispatch_meta_outplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.498s) 2022-11-23T01:52:10.0509820Z test_dispatch_meta_outplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.486s) 2022-11-23T01:52:10.0509996Z test_dispatch_meta_outplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.433s) 2022-11-23T01:52:10.0510163Z test_dispatch_meta_outplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.435s) 2022-11-23T01:52:10.0510328Z test_dispatch_meta_outplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.433s) 2022-11-23T01:52:10.0510493Z test_dispatch_meta_outplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.399s) 2022-11-23T01:52:10.0510658Z test_dispatch_meta_outplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.372s) 2022-11-23T01:52:10.0510820Z test_dispatch_meta_outplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.400s) 2022-11-23T01:52:10.0510982Z test_dispatch_meta_outplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.146s) 2022-11-23T01:52:10.0511143Z test_dispatch_meta_outplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:52:10.0511314Z test_dispatch_meta_outplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0511479Z test_dispatch_meta_outplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0511646Z test_dispatch_meta_outplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0511813Z test_dispatch_meta_outplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.0511979Z test_dispatch_meta_outplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0512144Z test_dispatch_meta_outplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0512307Z test_dispatch_meta_outplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0512531Z test_dispatch_meta_outplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0512696Z test_dispatch_meta_outplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0512857Z test_dispatch_meta_outplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0513004Z test_dispatch_meta_outplace_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0513167Z test_dispatch_meta_outplace_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0513328Z test_dispatch_meta_outplace_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0513491Z test_dispatch_meta_outplace_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0513655Z test_dispatch_meta_outplace_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0513822Z test_dispatch_meta_outplace_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0514185Z test_dispatch_meta_outplace_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0514545Z test_dispatch_meta_outplace_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0515389Z test_dispatch_meta_outplace_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0515622Z test_dispatch_meta_outplace_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0515781Z test_dispatch_meta_outplace_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0515933Z test_dispatch_meta_outplace_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0516089Z test_dispatch_meta_outplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0516244Z test_dispatch_meta_outplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0516403Z test_dispatch_meta_outplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0516559Z test_dispatch_meta_outplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0516708Z test_dispatch_meta_outplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0516865Z test_dispatch_meta_outplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0517008Z test_dispatch_meta_outplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0517160Z test_dispatch_meta_outplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0517311Z test_dispatch_meta_outplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0517463Z test_dispatch_meta_outplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0517625Z test_dispatch_meta_outplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0517786Z test_dispatch_meta_outplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0517941Z test_dispatch_meta_outplace_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0518092Z test_dispatch_meta_outplace_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0518262Z test_dispatch_meta_outplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0518429Z test_dispatch_meta_outplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0518591Z test_dispatch_meta_outplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0518750Z test_dispatch_meta_outplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.0518923Z test_dispatch_meta_outplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0519093Z test_dispatch_meta_outplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0519257Z test_dispatch_meta_outplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0519478Z test_dispatch_meta_outplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0519637Z test_dispatch_meta_outplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0519793Z test_dispatch_meta_outplace_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0519958Z test_dispatch_meta_outplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0520245Z test_dispatch_meta_outplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0520634Z test_dispatch_meta_outplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0520989Z test_dispatch_meta_outplace_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0521307Z test_dispatch_meta_outplace_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0521661Z test_dispatch_meta_outplace_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0521859Z test_dispatch_meta_outplace_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0522012Z test_dispatch_meta_outplace_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0522562Z test_dispatch_meta_outplace_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0522720Z test_dispatch_meta_outplace_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0522872Z test_dispatch_meta_outplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0523033Z test_dispatch_meta_outplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0523189Z test_dispatch_meta_outplace_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0523353Z test_dispatch_meta_outplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0523515Z test_dispatch_meta_outplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0523673Z test_dispatch_meta_outplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0523830Z test_dispatch_meta_outplace_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0523985Z test_dispatch_meta_outplace_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0524135Z test_dispatch_meta_outplace_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0524275Z test_dispatch_meta_outplace_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0524429Z test_dispatch_meta_outplace_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0524585Z test_dispatch_meta_outplace_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0524739Z test_dispatch_meta_outplace_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0524889Z test_dispatch_meta_outplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0525065Z test_dispatch_meta_outplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:52:10.0525233Z test_dispatch_meta_outplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:52:10.0525404Z test_dispatch_meta_outplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.155s) 2022-11-23T01:52:10.0525567Z test_dispatch_meta_outplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:52:10.0525733Z test_dispatch_meta_outplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.120s) 2022-11-23T01:52:10.0525898Z test_dispatch_meta_outplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.123s) 2022-11-23T01:52:10.0526058Z test_dispatch_meta_outplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:52:10.0526234Z test_dispatch_meta_outplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:52:10.0526708Z test_dispatch_meta_outplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:52:10.0527112Z test_dispatch_meta_outplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:52:10.0527434Z test_dispatch_meta_outplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.169s) 2022-11-23T01:52:10.0527814Z test_dispatch_meta_outplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.134s) 2022-11-23T01:52:10.0528096Z test_dispatch_meta_outplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.132s) 2022-11-23T01:52:10.0528260Z test_dispatch_meta_outplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:52:10.0528423Z test_dispatch_meta_outplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.0528569Z test_dispatch_meta_outplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.0528734Z test_dispatch_meta_outplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:52:10.0528898Z test_dispatch_meta_outplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.104s) 2022-11-23T01:52:10.0529077Z test_dispatch_meta_outplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.0529556Z test_dispatch_meta_outplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:52:10.0529731Z test_dispatch_meta_outplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:52:10.0529904Z test_dispatch_meta_outplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:52:10.0530073Z test_dispatch_meta_outplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.0530242Z test_dispatch_meta_outplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:52:10.0530407Z test_dispatch_meta_outplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.0530577Z test_dispatch_meta_outplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.0530742Z test_dispatch_meta_outplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.0530920Z test_dispatch_meta_outplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:52:10.0531093Z test_dispatch_meta_outplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:52:10.0531262Z test_dispatch_meta_outplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.0531435Z test_dispatch_meta_outplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.098s) 2022-11-23T01:52:10.0531602Z test_dispatch_meta_outplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.0531770Z test_dispatch_meta_outplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.096s) 2022-11-23T01:52:10.0531937Z test_dispatch_meta_outplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:52:10.0532105Z test_dispatch_meta_outplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.101s) 2022-11-23T01:52:10.0532258Z test_dispatch_meta_outplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.0532436Z test_dispatch_meta_outplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0532804Z test_dispatch_meta_outplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0533245Z test_dispatch_meta_outplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0533579Z test_dispatch_meta_outplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0534005Z test_dispatch_meta_outplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0534644Z test_dispatch_meta_outplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0534829Z test_dispatch_meta_outplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0535002Z test_dispatch_meta_outplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0535171Z test_dispatch_meta_outplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0535336Z test_dispatch_meta_outplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0535509Z test_dispatch_meta_outplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0535688Z test_dispatch_meta_outplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0535865Z test_dispatch_meta_outplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0536041Z test_dispatch_meta_outplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0536216Z test_dispatch_meta_outplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0536638Z test_dispatch_meta_outplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0536807Z test_dispatch_meta_outplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0536970Z test_dispatch_meta_outplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0537139Z test_dispatch_meta_outplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0537292Z test_dispatch_meta_outplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0537465Z test_dispatch_meta_outplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0537636Z test_dispatch_meta_outplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0537820Z test_dispatch_meta_outplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0537994Z test_dispatch_meta_outplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0538172Z test_dispatch_meta_outplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0538343Z test_dispatch_meta_outplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0538508Z test_dispatch_meta_outplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0538672Z test_dispatch_meta_outplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0538983Z test_dispatch_meta_outplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0539383Z test_dispatch_meta_outplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0539765Z test_dispatch_meta_outplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0540050Z test_dispatch_meta_outplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0540443Z test_dispatch_meta_outplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0540675Z test_dispatch_meta_outplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0540857Z test_dispatch_meta_outplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0541032Z test_dispatch_meta_outplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0541211Z test_dispatch_meta_outplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0541391Z test_dispatch_meta_outplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0541636Z test_dispatch_meta_outplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0541806Z test_dispatch_meta_outplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.225s) 2022-11-23T01:52:10.0541987Z test_dispatch_meta_outplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.243s) 2022-11-23T01:52:10.0542165Z test_dispatch_meta_outplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.271s) 2022-11-23T01:52:10.0542339Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.244s) 2022-11-23T01:52:10.0542512Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:52:10.0542687Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.228s) 2022-11-23T01:52:10.0542858Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.217s) 2022-11-23T01:52:10.0543033Z test_dispatch_meta_outplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.185s) 2022-11-23T01:52:10.0543204Z test_dispatch_meta_outplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.328s) 2022-11-23T01:52:10.0543649Z test_dispatch_meta_outplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.279s) 2022-11-23T01:52:10.0543824Z test_dispatch_meta_outplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.302s) 2022-11-23T01:52:10.0544000Z test_dispatch_meta_outplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.302s) 2022-11-23T01:52:10.0544170Z test_dispatch_meta_outplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.354s) 2022-11-23T01:52:10.0544338Z test_dispatch_meta_outplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.343s) 2022-11-23T01:52:10.0544504Z test_dispatch_meta_outplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.350s) 2022-11-23T01:52:10.0544678Z test_dispatch_meta_outplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.268s) 2022-11-23T01:52:10.0544845Z test_dispatch_meta_outplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.266s) 2022-11-23T01:52:10.0545010Z test_dispatch_meta_outplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.261s) 2022-11-23T01:52:10.0545363Z test_dispatch_meta_outplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.296s) 2022-11-23T01:52:10.0545772Z test_dispatch_meta_outplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.350s) 2022-11-23T01:52:10.0546101Z test_dispatch_meta_outplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0546513Z test_dispatch_meta_outplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0546847Z test_dispatch_meta_outplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0547023Z test_dispatch_meta_outplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.895s) 2022-11-23T01:52:10.0547193Z test_dispatch_meta_outplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.899s) 2022-11-23T01:52:10.0547360Z test_dispatch_meta_outplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.826s) 2022-11-23T01:52:10.0547527Z test_dispatch_meta_outplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.834s) 2022-11-23T01:52:10.0547708Z test_dispatch_meta_outplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.0547893Z test_dispatch_meta_outplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:52:10.0548075Z test_dispatch_meta_outplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:52:10.0548255Z test_dispatch_meta_outplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:52:10.0548433Z test_dispatch_meta_outplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.0548678Z test_dispatch_meta_outplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.0548850Z test_dispatch_meta_outplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.183s) 2022-11-23T01:52:10.0549019Z test_dispatch_meta_outplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.164s) 2022-11-23T01:52:10.0549193Z test_dispatch_meta_outplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.137s) 2022-11-23T01:52:10.0549364Z test_dispatch_meta_outplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:52:10.0549533Z test_dispatch_meta_outplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.148s) 2022-11-23T01:52:10.0549703Z test_dispatch_meta_outplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.0549875Z test_dispatch_meta_outplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.132s) 2022-11-23T01:52:10.0550042Z test_dispatch_meta_outplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.132s) 2022-11-23T01:52:10.0550194Z test_dispatch_meta_outplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:52:10.0550636Z test_dispatch_meta_outplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.130s) 2022-11-23T01:52:10.0550801Z test_dispatch_meta_outplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.130s) 2022-11-23T01:52:10.0550976Z test_dispatch_meta_outplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0551148Z test_dispatch_meta_outplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0551376Z test_dispatch_meta_outplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0551782Z test_dispatch_meta_outplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0552190Z test_dispatch_meta_outplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0552514Z test_dispatch_meta_outplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0552921Z test_dispatch_meta_outplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0553161Z test_dispatch_meta_outplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0553332Z test_dispatch_meta_outplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0553497Z test_dispatch_meta_outplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0553666Z test_dispatch_meta_outplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0553830Z test_dispatch_meta_outplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0553999Z test_dispatch_meta_outplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0554169Z test_dispatch_meta_outplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0554344Z test_dispatch_meta_outplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0554521Z test_dispatch_meta_outplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0554692Z test_dispatch_meta_outplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0554850Z test_dispatch_meta_outplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0555021Z test_dispatch_meta_outplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0555185Z test_dispatch_meta_outplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0555349Z test_dispatch_meta_outplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0555575Z test_dispatch_meta_outplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0555743Z test_dispatch_meta_outplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0555908Z test_dispatch_meta_outplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0556080Z test_dispatch_meta_outplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0556251Z test_dispatch_meta_outplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0556423Z test_dispatch_meta_outplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0556599Z test_dispatch_meta_outplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0556771Z test_dispatch_meta_outplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0556947Z test_dispatch_meta_outplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0557116Z test_dispatch_meta_outplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.548s) 2022-11-23T01:52:10.0557604Z test_dispatch_meta_outplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.297s) 2022-11-23T01:52:10.0558008Z test_dispatch_meta_outplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.219s) 2022-11-23T01:52:10.0558406Z test_dispatch_meta_outplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (1.422s) 2022-11-23T01:52:10.0558718Z test_dispatch_meta_outplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (1.430s) 2022-11-23T01:52:10.0559094Z test_dispatch_meta_outplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (1.211s) 2022-11-23T01:52:10.0559390Z test_dispatch_meta_outplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (1.254s) 2022-11-23T01:52:10.0559548Z test_dispatch_meta_outplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (1.303s) 2022-11-23T01:52:10.0559713Z test_dispatch_meta_outplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (1.263s) 2022-11-23T01:52:10.0559877Z test_dispatch_meta_outplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.379s) 2022-11-23T01:52:10.0560042Z test_dispatch_meta_outplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:52:10.0560205Z test_dispatch_meta_outplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:52:10.0560376Z test_dispatch_meta_outplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.114s) 2022-11-23T01:52:10.0560544Z test_dispatch_meta_outplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:52:10.0560711Z test_dispatch_meta_outplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:52:10.0560877Z test_dispatch_meta_outplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.155s) 2022-11-23T01:52:10.0561042Z test_dispatch_meta_outplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.151s) 2022-11-23T01:52:10.0561206Z test_dispatch_meta_outplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:52:10.0561372Z test_dispatch_meta_outplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:52:10.0561535Z test_dispatch_meta_outplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:52:10.0561696Z test_dispatch_meta_outplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.0561855Z test_dispatch_meta_outplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.148s) 2022-11-23T01:52:10.0562025Z test_dispatch_meta_outplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.510s) 2022-11-23T01:52:10.0562200Z test_dispatch_meta_outplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.138s) 2022-11-23T01:52:10.0562511Z test_dispatch_meta_outplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.194s) 2022-11-23T01:52:10.0562689Z test_dispatch_meta_outplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (1.433s) 2022-11-23T01:52:10.0562862Z test_dispatch_meta_outplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (1.272s) 2022-11-23T01:52:10.0563011Z test_dispatch_meta_outplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (1.354s) 2022-11-23T01:52:10.0563174Z test_dispatch_meta_outplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (1.092s) 2022-11-23T01:52:10.0563337Z test_dispatch_meta_outplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (1.072s) 2022-11-23T01:52:10.0563499Z test_dispatch_meta_outplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (1.063s) 2022-11-23T01:52:10.0563661Z test_dispatch_meta_outplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (1.065s) 2022-11-23T01:52:10.0563868Z test_dispatch_meta_outplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.103s) 2022-11-23T01:52:10.0564256Z test_dispatch_meta_outplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0564652Z test_dispatch_meta_outplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.0565245Z test_dispatch_meta_outplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0565617Z test_dispatch_meta_outplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.0565905Z test_dispatch_meta_outplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.0566068Z test_dispatch_meta_outplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0566225Z test_dispatch_meta_outplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.0566375Z test_dispatch_meta_outplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0566539Z test_dispatch_meta_outplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.0566698Z test_dispatch_meta_outplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0566865Z test_dispatch_meta_outplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0567040Z test_dispatch_meta_outplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0567214Z test_dispatch_meta_outplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0567366Z test_dispatch_meta_outplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0567532Z test_dispatch_meta_outplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0567697Z test_dispatch_meta_outplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0567859Z test_dispatch_meta_outplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0568023Z test_dispatch_meta_outplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0568187Z test_dispatch_meta_outplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0568352Z test_dispatch_meta_outplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0568513Z test_dispatch_meta_outplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0568675Z test_dispatch_meta_outplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0568835Z test_dispatch_meta_outplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0568996Z test_dispatch_meta_outplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0569156Z test_dispatch_meta_outplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0569412Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (5.062s) 2022-11-23T01:52:10.0569613Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (5.415s) 2022-11-23T01:52:10.0569810Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (5.348s) 2022-11-23T01:52:10.0569993Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0570174Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0570399Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0570810Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0571220Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0571537Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0571938Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0572463Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0572639Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0572813Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0572999Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0573187Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0573374Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0573562Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0573745Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0573927Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0574103Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0574276Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0574454Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0574626Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0574791Z test_dispatch_meta_outplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0574952Z test_dispatch_meta_outplace_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0575117Z test_dispatch_meta_outplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0575282Z test_dispatch_meta_outplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0575448Z test_dispatch_meta_outplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0575609Z test_dispatch_meta_outplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0575769Z test_dispatch_meta_outplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0575915Z test_dispatch_meta_outplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0576077Z test_dispatch_meta_outplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0576286Z test_dispatch_meta_outplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0576444Z test_dispatch_meta_outplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0576682Z test_dispatch_meta_outplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0577066Z test_dispatch_meta_outplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0577436Z test_dispatch_meta_outplace_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0577723Z test_dispatch_meta_outplace_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0578082Z test_dispatch_meta_outplace_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0578382Z test_dispatch_meta_outplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0578549Z test_dispatch_meta_outplace_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0578715Z test_dispatch_meta_outplace_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0578875Z test_dispatch_meta_outplace_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0579347Z test_dispatch_meta_outplace_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0579509Z test_dispatch_meta_outplace_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0579668Z test_dispatch_meta_outplace_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0579828Z test_dispatch_meta_outplace_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0580019Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0580207Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0580390Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0580583Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0580774Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0580960Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0581145Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0581334Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0581517Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0581701Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0581885Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0582065Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0582260Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0582447Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0582643Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0582878Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0583321Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0583846Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0584278Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0584634Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0584826Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0585014Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0585202Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0585389Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0585560Z test_dispatch_meta_outplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0585715Z test_dispatch_meta_outplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0585888Z test_dispatch_meta_outplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0586350Z test_dispatch_meta_outplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0586518Z test_dispatch_meta_outplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0586684Z test_dispatch_meta_outplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0586848Z test_dispatch_meta_outplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0587012Z test_dispatch_meta_outplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0587177Z test_dispatch_meta_outplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0587342Z test_dispatch_meta_outplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0587529Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0587710Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0587895Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0588073Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0588247Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0588426Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0588598Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0588768Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0588940Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0589205Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0589655Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0590046Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0590441Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0590828Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0591015Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0591259Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0591442Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0591624Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0591803Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0591980Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0592146Z test_dispatch_meta_outplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0592309Z test_dispatch_meta_outplace_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0592477Z test_dispatch_meta_outplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0592646Z test_dispatch_meta_outplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0592811Z test_dispatch_meta_outplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0593260Z test_dispatch_meta_outplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0593423Z test_dispatch_meta_outplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0593583Z test_dispatch_meta_outplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0593745Z test_dispatch_meta_outplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0593905Z test_dispatch_meta_outplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0594064Z test_dispatch_meta_outplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0594211Z test_dispatch_meta_outplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0594374Z test_dispatch_meta_outplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0594533Z test_dispatch_meta_outplace_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0594691Z test_dispatch_meta_outplace_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0594849Z test_dispatch_meta_outplace_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0595004Z test_dispatch_meta_outplace_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0595159Z test_dispatch_meta_outplace_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0595347Z test_dispatch_meta_outplace_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0595705Z test_dispatch_meta_outplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0596077Z test_dispatch_meta_outplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0596400Z test_dispatch_meta_outplace_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0596752Z test_dispatch_meta_outplace_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0597116Z test_dispatch_meta_outplace_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0597277Z test_dispatch_meta_outplace_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0597434Z test_dispatch_meta_outplace_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0597585Z test_dispatch_meta_outplace_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0597735Z test_dispatch_meta_outplace_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0597888Z test_dispatch_meta_outplace_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0598038Z test_dispatch_meta_outplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0598256Z test_dispatch_meta_outplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0598419Z test_dispatch_meta_outplace_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0598592Z test_dispatch_meta_outplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0598760Z test_dispatch_meta_outplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0598927Z test_dispatch_meta_outplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0599095Z test_dispatch_meta_outplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0599260Z test_dispatch_meta_outplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0599423Z test_dispatch_meta_outplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0599586Z test_dispatch_meta_outplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0599746Z test_dispatch_meta_outplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0599907Z test_dispatch_meta_outplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0610097Z test_dispatch_meta_outplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0610411Z test_dispatch_meta_outplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0610588Z test_dispatch_meta_outplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0610753Z test_dispatch_meta_outplace_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0610916Z test_dispatch_meta_outplace_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0611081Z test_dispatch_meta_outplace_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0611251Z test_dispatch_meta_outplace_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0611413Z test_dispatch_meta_outplace_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0611572Z test_dispatch_meta_outplace_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0611723Z test_dispatch_meta_outplace_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0611880Z test_dispatch_meta_outplace_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0612032Z test_dispatch_meta_outplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0612191Z test_dispatch_meta_outplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0612349Z test_dispatch_meta_outplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0612514Z test_dispatch_meta_outplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0612678Z test_dispatch_meta_outplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0612839Z test_dispatch_meta_outplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0613003Z test_dispatch_meta_outplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0613157Z test_dispatch_meta_outplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0613308Z test_dispatch_meta_outplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0613450Z test_dispatch_meta_outplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0613600Z test_dispatch_meta_outplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0613747Z test_dispatch_meta_outplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0613901Z test_dispatch_meta_outplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0614194Z test_dispatch_meta_outplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0614511Z test_dispatch_meta_outplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0614933Z test_dispatch_meta_outplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0615325Z test_dispatch_meta_outplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0615620Z test_dispatch_meta_outplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0615993Z test_dispatch_meta_outplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0616212Z test_dispatch_meta_outplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0616373Z test_dispatch_meta_outplace_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0616522Z test_dispatch_meta_outplace_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0616679Z test_dispatch_meta_outplace_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0616835Z test_dispatch_meta_outplace_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0617421Z test_dispatch_meta_outplace_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0617577Z test_dispatch_meta_outplace_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0617729Z test_dispatch_meta_outplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0617906Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0618091Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0618274Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0618460Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0618637Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0618821Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0619003Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0619181Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0619362Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0619544Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0619725Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0619907Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0620082Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0620256Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0620432Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0620627Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0621046Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0621468Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0621807Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0622335Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0622534Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0622710Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0622875Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0623048Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0623217Z test_dispatch_meta_outplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0623381Z test_dispatch_meta_outplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0623553Z test_dispatch_meta_outplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0623724Z test_dispatch_meta_outplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0623884Z test_dispatch_meta_outplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0624092Z test_dispatch_meta_outplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0624256Z test_dispatch_meta_outplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0624415Z test_dispatch_meta_outplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0624578Z test_dispatch_meta_outplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0624739Z test_dispatch_meta_outplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0624901Z test_dispatch_meta_outplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.173s) 2022-11-23T01:52:10.0625066Z test_dispatch_meta_outplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.180s) 2022-11-23T01:52:10.0625226Z test_dispatch_meta_outplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.179s) 2022-11-23T01:52:10.0625391Z test_dispatch_meta_outplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.164s) 2022-11-23T01:52:10.0625560Z test_dispatch_meta_outplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0625728Z test_dispatch_meta_outplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0625894Z test_dispatch_meta_outplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0626053Z test_dispatch_meta_outplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0626203Z test_dispatch_meta_outplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0626367Z test_dispatch_meta_outplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0626533Z test_dispatch_meta_outplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0626693Z test_dispatch_meta_outplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0626894Z test_dispatch_meta_outplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.511s) 2022-11-23T01:52:10.0627290Z test_dispatch_meta_outplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.594s) 2022-11-23T01:52:10.0627669Z test_dispatch_meta_outplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0627958Z test_dispatch_meta_outplace_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0628356Z test_dispatch_meta_outplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0628658Z test_dispatch_meta_outplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0628881Z test_dispatch_meta_outplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0629043Z test_dispatch_meta_outplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0629203Z test_dispatch_meta_outplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0629362Z test_dispatch_meta_outplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0629521Z test_dispatch_meta_outplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0629680Z test_dispatch_meta_outplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0629956Z test_dispatch_meta_outplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0630202Z test_dispatch_meta_outplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0630478Z test_dispatch_meta_outplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0630755Z test_dispatch_meta_outplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0631031Z test_dispatch_meta_outplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0631353Z test_dispatch_meta_outplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0631625Z test_dispatch_meta_outplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0631902Z test_dispatch_meta_outplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0632186Z test_dispatch_meta_outplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0632466Z test_dispatch_meta_outplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0632707Z test_dispatch_meta_outplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0632959Z test_dispatch_meta_outplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0633237Z test_dispatch_meta_outplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0633614Z test_dispatch_meta_outplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0633989Z test_dispatch_meta_outplace_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0634719Z test_dispatch_meta_outplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0635164Z test_dispatch_meta_outplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0635425Z test_dispatch_meta_outplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0635693Z test_dispatch_meta_outplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0635946Z test_dispatch_meta_outplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0636206Z test_dispatch_meta_outplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0636454Z test_dispatch_meta_outplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0636892Z test_dispatch_meta_outplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0637202Z test_dispatch_meta_outplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0637373Z test_dispatch_meta_outplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0637534Z test_dispatch_meta_outplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0637718Z test_dispatch_meta_outplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0637900Z test_dispatch_meta_outplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0638073Z test_dispatch_meta_outplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0638409Z test_dispatch_meta_outplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0638601Z test_dispatch_meta_outplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0638795Z test_dispatch_meta_outplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0638984Z test_dispatch_meta_outplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0639172Z test_dispatch_meta_outplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0639356Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0639539Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0639726Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0639977Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0640218Z test_dispatch_meta_outplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0640398Z test_dispatch_meta_outplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.0640634Z test_dispatch_meta_outplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0640805Z test_dispatch_meta_outplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0640966Z test_dispatch_meta_outplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0641110Z test_dispatch_meta_outplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0641278Z test_dispatch_meta_outplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0641442Z test_dispatch_meta_outplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0641599Z test_dispatch_meta_outplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0641758Z test_dispatch_meta_outplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0641908Z test_dispatch_meta_outplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0642061Z test_dispatch_meta_outplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0642215Z test_dispatch_meta_outplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0642369Z test_dispatch_meta_outplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0642626Z test_dispatch_meta_outplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0642783Z test_dispatch_meta_outplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0642945Z test_dispatch_meta_outplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0643109Z test_dispatch_meta_outplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0643276Z test_dispatch_meta_outplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0643438Z test_dispatch_meta_outplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0643600Z test_dispatch_meta_outplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0643758Z test_dispatch_meta_outplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0643912Z test_dispatch_meta_outplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0644069Z test_dispatch_meta_outplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0644256Z test_dispatch_meta_outplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0644405Z test_dispatch_meta_outplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0644557Z test_dispatch_meta_outplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0644719Z test_dispatch_meta_outplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0644886Z test_dispatch_meta_outplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0645051Z test_dispatch_meta_outplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0645221Z test_dispatch_meta_outplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0645390Z test_dispatch_meta_outplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0645558Z test_dispatch_meta_outplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0645726Z test_dispatch_meta_outplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0645946Z test_dispatch_meta_outplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0646150Z test_dispatch_meta_outplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0646311Z test_dispatch_meta_outplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0646520Z test_dispatch_meta_outplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0646690Z test_dispatch_meta_outplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0646850Z test_dispatch_meta_outplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0647011Z test_dispatch_meta_outplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0647196Z test_dispatch_meta_outplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0647370Z test_dispatch_meta_outplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0647543Z test_dispatch_meta_outplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0647727Z test_dispatch_meta_outplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0647902Z test_dispatch_meta_outplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0648078Z test_dispatch_meta_outplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0648251Z test_dispatch_meta_outplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0648418Z test_dispatch_meta_outplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0648592Z test_dispatch_meta_outplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0648766Z test_dispatch_meta_outplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0648942Z test_dispatch_meta_outplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0649112Z test_dispatch_meta_outplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0649288Z test_dispatch_meta_outplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0649453Z test_dispatch_meta_outplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0649613Z test_dispatch_meta_outplace_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0649780Z test_dispatch_meta_outplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0649945Z test_dispatch_meta_outplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0650155Z test_dispatch_meta_outplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0650321Z test_dispatch_meta_outplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0650488Z test_dispatch_meta_outplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0650649Z test_dispatch_meta_outplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0650809Z test_dispatch_meta_outplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0650958Z test_dispatch_meta_outplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0651117Z test_dispatch_meta_outplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0651276Z test_dispatch_meta_outplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0651436Z test_dispatch_meta_outplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0651599Z test_dispatch_meta_outplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0651848Z test_dispatch_meta_outplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0652025Z test_dispatch_meta_outplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0652191Z test_dispatch_meta_outplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0652356Z test_dispatch_meta_outplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0652570Z test_dispatch_meta_outplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0652732Z test_dispatch_meta_outplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0652893Z test_dispatch_meta_outplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0653055Z test_dispatch_meta_outplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0653215Z test_dispatch_meta_outplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0653376Z test_dispatch_meta_outplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0653531Z test_dispatch_meta_outplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0653690Z test_dispatch_meta_outplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0653857Z test_dispatch_meta_outplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0654016Z test_dispatch_meta_outplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0654172Z test_dispatch_meta_outplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0654342Z test_dispatch_meta_outplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0654508Z test_dispatch_meta_outplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0654671Z test_dispatch_meta_outplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0654831Z test_dispatch_meta_outplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0654991Z test_dispatch_meta_outplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0655152Z test_dispatch_meta_outplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0655315Z test_dispatch_meta_outplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0655475Z test_dispatch_meta_outplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0655631Z test_dispatch_meta_outplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0656197Z test_dispatch_meta_outplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0656375Z test_dispatch_meta_outplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0656544Z test_dispatch_meta_outplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0656710Z test_dispatch_meta_outplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0656924Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.206s) 2022-11-23T01:52:10.0657136Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.192s) 2022-11-23T01:52:10.0657346Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.205s) 2022-11-23T01:52:10.0657549Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0657749Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0658053Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0658246Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0658487Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0658667Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0658853Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0659039Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0659224Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0659420Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0659607Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0659794Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0659985Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0660169Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0660354Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0660538Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0660723Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0660915Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0661108Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0661299Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0661492Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0661677Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0661906Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0662093Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0662285Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0662466Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0662650Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0662833Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0663019Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0663191Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0663374Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0663598Z test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0663835Z test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0664017Z test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0664202Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0664426Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.0664626Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0664811Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0664988Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0665165Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.0665346Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0665521Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0665721Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0665915Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0666130Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.104s) 2022-11-23T01:52:10.0666344Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:52:10.0666556Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.0666738Z test_dispatch_meta_outplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0666915Z test_dispatch_meta_outplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0667087Z test_dispatch_meta_outplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0667270Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0667453Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:52:10.0667668Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:52:10.0667851Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0668030Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0668207Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0668391Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.0668576Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.389s) 2022-11-23T01:52:10.0668760Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.439s) 2022-11-23T01:52:10.0668942Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0669116Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.0669334Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.0669534Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.0669779Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:52:10.0669982Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0670176Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0670418Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0670626Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:52:10.0670822Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-11-23T01:52:10.0671016Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0671211Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0671402Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0671601Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:52:10.0671797Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.136s) 2022-11-23T01:52:10.0671988Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0672183Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0672364Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0672566Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.0672763Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.0672963Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.0673161Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.0673410Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0673604Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0673793Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.0673986Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.0674182Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.0674376Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.0674570Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.0674767Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.0674959Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.0675188Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0675377Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0675559Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0675796Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0675986Z test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0676176Z test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0676414Z test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0676609Z test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0676795Z test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0676978Z test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0677152Z test_dispatch_meta_outplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0677335Z test_dispatch_meta_outplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0677515Z test_dispatch_meta_outplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0677697Z test_dispatch_meta_outplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0677875Z test_dispatch_meta_outplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0678051Z test_dispatch_meta_outplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0678242Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0678434Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.0678618Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0678803Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0678989Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0679213Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0679399Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0679618Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0679836Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0680050Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0680272Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0680486Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0680711Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0680973Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0681189Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0681397Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0681604Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0681865Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0682084Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0682351Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0682640Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0682855Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0683058Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0683325Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0683521Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.0683714Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:52:10.0683913Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.406s) 2022-11-23T01:52:10.0684107Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (2.215s) 2022-11-23T01:52:10.0684300Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (2.386s) 2022-11-23T01:52:10.0684480Z test_dispatch_meta_outplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0684658Z test_dispatch_meta_outplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0684829Z test_dispatch_meta_outplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0685046Z test_dispatch_meta_outplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0685222Z test_dispatch_meta_outplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.0685397Z test_dispatch_meta_outplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.0685587Z test_dispatch_meta_outplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.582s) 2022-11-23T01:52:10.0685776Z test_dispatch_meta_outplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.553s) 2022-11-23T01:52:10.0685960Z test_dispatch_meta_outplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0686146Z test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0686336Z test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0686522Z test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0686747Z test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0686930Z test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0687111Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0687300Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0687485Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0687726Z test_dispatch_meta_outplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0687917Z test_dispatch_meta_outplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0688104Z test_dispatch_meta_outplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0688343Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0688529Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0688714Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0688895Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0689071Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0689244Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0689428Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0689627Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.0689828Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0690022Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.0690208Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0690392Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0690575Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0690800Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0690993Z test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.0691184Z test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0691372Z test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0691567Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0691752Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0691953Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.773s) 2022-11-23T01:52:10.0692156Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.671s) 2022-11-23T01:52:10.0692349Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.746s) 2022-11-23T01:52:10.0692595Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.0692793Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.0692991Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.0693187Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0693382Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0693637Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0693840Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0694039Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0694284Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0694484Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0694686Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0694889Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0695087Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0695268Z test_dispatch_meta_outplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0695450Z test_dispatch_meta_outplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0695626Z test_dispatch_meta_outplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0695812Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0695998Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0696182Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0696360Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0696579Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0696760Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0696948Z test_dispatch_meta_outplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0697131Z test_dispatch_meta_outplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0697314Z test_dispatch_meta_outplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0697500Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0697682Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0697864Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0698046Z test_dispatch_meta_outplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0698272Z test_dispatch_meta_outplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0698457Z test_dispatch_meta_outplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0698637Z test_dispatch_meta_outplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0698815Z test_dispatch_meta_outplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0698993Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0699169Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0699342Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0699554Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0699744Z test_dispatch_meta_outplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0699941Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0700138Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0700377Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.0700571Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.0700761Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0700938Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0701125Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0701328Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.0701525Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.0701717Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.0701910Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.0702103Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:52:10.0702341Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.0702535Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:52:10.0702727Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:52:10.0702917Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.558s) 2022-11-23T01:52:10.0703102Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.536s) 2022-11-23T01:52:10.0703286Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.455s) 2022-11-23T01:52:10.0703467Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.931s) 2022-11-23T01:52:10.0703650Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.953s) 2022-11-23T01:52:10.0703830Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.891s) 2022-11-23T01:52:10.0704053Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.608s) 2022-11-23T01:52:10.0704235Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.566s) 2022-11-23T01:52:10.0704424Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.370s) 2022-11-23T01:52:10.0704613Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.460s) 2022-11-23T01:52:10.0704807Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.0705000Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.0705187Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.359s) 2022-11-23T01:52:10.0705371Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.318s) 2022-11-23T01:52:10.0705609Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.0705805Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:52:10.0705990Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.134s) 2022-11-23T01:52:10.0706233Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:52:10.0706429Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0706622Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0706802Z test_dispatch_meta_outplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0706984Z test_dispatch_meta_outplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0707155Z test_dispatch_meta_outplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0707336Z test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0707514Z test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0707695Z test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0707931Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0708123Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0708326Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0708523Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0708729Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0708936Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0709134Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0709324Z test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:52:10.0709507Z test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.0709727Z test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.0709916Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0710107Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0710297Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.0710483Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0710669Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0710850Z test_dispatch_meta_outplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0711043Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0711232Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0711428Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0711663Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0711854Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0712039Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0712278Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0712467Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0712651Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0712835Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0713017Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0713201Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0713390Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0713572Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0713809Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0714001Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0714192Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0714376Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0714560Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0714744Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0714926Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0715110Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0715294Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0715522Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0715714Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0715906Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0716082Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0716269Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0716465Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0716663Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0716855Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0717049Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0717248Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0717503Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0717707Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0717904Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0718153Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0718351Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0718545Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0718737Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0718929Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0719122Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0719311Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0719535Z test_dispatch_meta_outplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0719715Z test_dispatch_meta_outplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0719910Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0720097Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0720291Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0720483Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0720672Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0720849Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0721035Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0721221Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0721824Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0722008Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0722192Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0722380Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0722665Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0722862Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0723061Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0723264Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0723513Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0723708Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0723897Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0724138Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0724330Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0724513Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0724704Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0724887Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0725079Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.369s) 2022-11-23T01:52:10.0725270Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.337s) 2022-11-23T01:52:10.0725458Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.331s) 2022-11-23T01:52:10.0725651Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.343s) 2022-11-23T01:52:10.0725901Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.361s) 2022-11-23T01:52:10.0726076Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.337s) 2022-11-23T01:52:10.0726265Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.351s) 2022-11-23T01:52:10.0726453Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.349s) 2022-11-23T01:52:10.0726638Z test_dispatch_meta_outplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0726819Z test_dispatch_meta_outplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0726998Z test_dispatch_meta_outplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0727184Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0727363Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0727577Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0727754Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0727925Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0728093Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0728266Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0728443Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0728625Z test_dispatch_meta_outplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0728801Z test_dispatch_meta_outplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0728976Z test_dispatch_meta_outplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0729148Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0729323Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0729552Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0729726Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0729897Z test_dispatch_meta_outplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0730121Z test_dispatch_meta_outplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0730305Z test_dispatch_meta_outplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0730480Z test_dispatch_meta_outplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0730653Z test_dispatch_meta_outplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0730829Z test_dispatch_meta_outplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0731000Z test_dispatch_meta_outplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0731194Z test_dispatch_meta_outplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0731385Z test_dispatch_meta_outplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0731609Z test_dispatch_meta_outplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0731784Z test_dispatch_meta_outplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0731957Z test_dispatch_meta_outplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0732151Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0732338Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0732524Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0732707Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0732901Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0733093Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0733322Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0733506Z test_dispatch_meta_outplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0733689Z test_dispatch_meta_outplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0733869Z test_dispatch_meta_outplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0734066Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0734254Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0734453Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0734648Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0734840Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0735031Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0735228Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0735477Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0735667Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0735861Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0736107Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0736298Z test_dispatch_meta_outplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0736483Z test_dispatch_meta_outplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0736667Z test_dispatch_meta_outplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0736856Z test_dispatch_meta_outplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0737043Z test_dispatch_meta_outplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0737272Z test_dispatch_meta_outplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0737459Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0737648Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0737832Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0738013Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0738195Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0738377Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0738560Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0738737Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0738898Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0739124Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0739297Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0739487Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0739680Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0739872Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0740059Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0740244Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0740431Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0740613Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0740795Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0740978Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0741158Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0741401Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0741593Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0741779Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0742011Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0742194Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0742373Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0742555Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0742737Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0742935Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0743176Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0743379Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.0743575Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0743766Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.0743960Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0744155Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0744351Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.0744549Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0744741Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.0745002Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.0745224Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.0745440Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.0745653Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0745867Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.0746077Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0746290Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.0746494Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.0746703Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0746909Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0747092Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.636s) 2022-11-23T01:52:10.0747337Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.657s) 2022-11-23T01:52:10.0747523Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.631s) 2022-11-23T01:52:10.0747705Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.660s) 2022-11-23T01:52:10.0747909Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.684s) 2022-11-23T01:52:10.0748105Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.626s) 2022-11-23T01:52:10.0748306Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0748488Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0749021Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0749228Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0749429Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0749623Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0749815Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0749982Z test_dispatch_meta_outplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.0750143Z test_dispatch_meta_outplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.0750315Z test_dispatch_meta_outplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.0750485Z test_dispatch_meta_outplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.0750651Z test_dispatch_meta_outplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0750861Z test_dispatch_meta_outplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.0751025Z test_dispatch_meta_outplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0751186Z test_dispatch_meta_outplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0751348Z test_dispatch_meta_outplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0751510Z test_dispatch_meta_outplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0751670Z test_dispatch_meta_outplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0751831Z test_dispatch_meta_outplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0751990Z test_dispatch_meta_outplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0752150Z test_dispatch_meta_outplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.0752316Z test_dispatch_meta_outplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.0752466Z test_dispatch_meta_outplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:52:10.0752626Z test_dispatch_meta_outplace_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.0752781Z test_dispatch_meta_outplace_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:52:10.0752932Z test_dispatch_meta_outplace_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.0753099Z test_dispatch_meta_outplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0753332Z test_dispatch_meta_outplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0753501Z test_dispatch_meta_outplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0753663Z test_dispatch_meta_outplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0753855Z test_dispatch_meta_outplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0754041Z test_dispatch_meta_outplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0754205Z test_dispatch_meta_outplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0754374Z test_dispatch_meta_outplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0754540Z test_dispatch_meta_outplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0754700Z test_dispatch_meta_outplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0754914Z test_dispatch_meta_outplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0755075Z test_dispatch_meta_outplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0755243Z test_dispatch_meta_outplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0755409Z test_dispatch_meta_outplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0755569Z test_dispatch_meta_outplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0755717Z test_dispatch_meta_outplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0755881Z test_dispatch_meta_outplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0756042Z test_dispatch_meta_outplace_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0756203Z test_dispatch_meta_outplace_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0756366Z test_dispatch_meta_outplace_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0756546Z test_dispatch_meta_outplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0756771Z test_dispatch_meta_outplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0756945Z test_dispatch_meta_outplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0757117Z test_dispatch_meta_outplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0757281Z test_dispatch_meta_outplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0757438Z test_dispatch_meta_outplace_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0757602Z test_dispatch_meta_outplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0757767Z test_dispatch_meta_outplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0757929Z test_dispatch_meta_outplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0758091Z test_dispatch_meta_outplace_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0758246Z test_dispatch_meta_outplace_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0758398Z test_dispatch_meta_outplace_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0758556Z test_dispatch_meta_outplace_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0758707Z test_dispatch_meta_outplace_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0758843Z test_dispatch_meta_outplace_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0758999Z test_dispatch_meta_outplace_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0759154Z test_dispatch_meta_outplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0759323Z test_dispatch_meta_outplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0759487Z test_dispatch_meta_outplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0759658Z test_dispatch_meta_outplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0759831Z test_dispatch_meta_outplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0759997Z test_dispatch_meta_outplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0760161Z test_dispatch_meta_outplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0760325Z test_dispatch_meta_outplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0760532Z test_dispatch_meta_outplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0760695Z test_dispatch_meta_outplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0760859Z test_dispatch_meta_outplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0761019Z test_dispatch_meta_outplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0761179Z test_dispatch_meta_outplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0761341Z test_dispatch_meta_outplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0761508Z test_dispatch_meta_outplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.333s) 2022-11-23T01:52:10.0761670Z test_dispatch_meta_outplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.370s) 2022-11-23T01:52:10.0761834Z test_dispatch_meta_outplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.428s) 2022-11-23T01:52:10.0761995Z test_dispatch_meta_outplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.326s) 2022-11-23T01:52:10.0762146Z test_dispatch_meta_outplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0762349Z test_dispatch_meta_outplace_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0762603Z test_dispatch_meta_outplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0762771Z test_dispatch_meta_outplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0762930Z test_dispatch_meta_outplace_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0763090Z test_dispatch_meta_outplace_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0763253Z test_dispatch_meta_outplace_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0763412Z test_dispatch_meta_outplace_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0763569Z test_dispatch_meta_outplace_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0763720Z test_dispatch_meta_outplace_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0763881Z test_dispatch_meta_outplace_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0764036Z test_dispatch_meta_outplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0764258Z test_dispatch_meta_outplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (3.136s) 2022-11-23T01:52:10.0764435Z test_dispatch_meta_outplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (3.000s) 2022-11-23T01:52:10.0764598Z test_dispatch_meta_outplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0764765Z test_dispatch_meta_outplace_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0764944Z test_dispatch_meta_outplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0765148Z test_dispatch_meta_outplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0765326Z test_dispatch_meta_outplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0765488Z test_dispatch_meta_outplace_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0765652Z test_dispatch_meta_outplace_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0765815Z test_dispatch_meta_outplace_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0765977Z test_dispatch_meta_outplace_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0766142Z test_dispatch_meta_outplace_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0766302Z test_dispatch_meta_outplace_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0766517Z test_dispatch_meta_outplace_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0766677Z test_dispatch_meta_outplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0766848Z test_dispatch_meta_outplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0767018Z test_dispatch_meta_outplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0767185Z test_dispatch_meta_outplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0767348Z test_dispatch_meta_outplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0767510Z test_dispatch_meta_outplace_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0767667Z test_dispatch_meta_outplace_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0767858Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0768044Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0768278Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0768467Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0768653Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0768826Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0769008Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0769193Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0769378Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0769568Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0769754Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0769939Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0770125Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0770307Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0770489Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0770669Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0770855Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0771041Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0771231Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0771412Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0771600Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0771787Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0771967Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0772191Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0772372Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0772560Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0772739Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0772926Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0773097Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0773278Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0773465Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0773644Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0773827Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0774052Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0774234Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0774414Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0774600Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0774784Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0774968Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0775156Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0775336Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0775518Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0775699Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0775878Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0776056Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0776223Z test_dispatch_meta_outplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0776393Z test_dispatch_meta_outplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0776569Z test_dispatch_meta_outplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0776738Z test_dispatch_meta_outplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0776891Z test_dispatch_meta_outplace_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0777056Z test_dispatch_meta_outplace_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0777222Z test_dispatch_meta_outplace_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0777386Z test_dispatch_meta_outplace_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0777546Z test_dispatch_meta_outplace_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0777709Z test_dispatch_meta_outplace_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0777926Z test_dispatch_meta_outplace_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0778085Z test_dispatch_meta_outplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0778248Z test_dispatch_meta_outplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0778410Z test_dispatch_meta_outplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0778571Z test_dispatch_meta_outplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0778730Z test_dispatch_meta_outplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0778886Z test_dispatch_meta_outplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0779040Z test_dispatch_meta_outplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0779195Z test_dispatch_meta_outplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0779349Z test_dispatch_meta_outplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0779500Z test_dispatch_meta_outplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0779701Z test_dispatch_meta_outplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0779858Z test_dispatch_meta_outplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0780008Z test_dispatch_meta_outplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0780160Z test_dispatch_meta_outplace_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0780325Z test_dispatch_meta_outplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0780559Z test_dispatch_meta_outplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0780724Z test_dispatch_meta_outplace_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0780881Z test_dispatch_meta_outplace_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0781043Z test_dispatch_meta_outplace_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0781254Z test_dispatch_meta_outplace_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0781409Z test_dispatch_meta_outplace_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0781566Z test_dispatch_meta_outplace_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0781723Z test_dispatch_meta_outplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0781881Z test_dispatch_meta_outplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0782039Z test_dispatch_meta_outplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0782205Z test_dispatch_meta_outplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0782373Z test_dispatch_meta_outplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0782531Z test_dispatch_meta_outplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0782689Z test_dispatch_meta_outplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0782842Z test_dispatch_meta_outplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0782998Z test_dispatch_meta_outplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0783137Z test_dispatch_meta_outplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0783289Z test_dispatch_meta_outplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0783444Z test_dispatch_meta_outplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0783597Z test_dispatch_meta_outplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0783813Z test_dispatch_meta_outplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0783974Z test_dispatch_meta_outplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0784139Z test_dispatch_meta_outplace_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0784292Z test_dispatch_meta_outplace_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0784462Z test_dispatch_meta_outplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.266s) 2022-11-23T01:52:10.0784630Z test_dispatch_meta_outplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.270s) 2022-11-23T01:52:10.0784798Z test_dispatch_meta_outplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0784959Z test_dispatch_meta_outplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0785124Z test_dispatch_meta_outplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0785291Z test_dispatch_meta_outplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0785454Z test_dispatch_meta_outplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0785667Z test_dispatch_meta_outplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0785823Z test_dispatch_meta_outplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0785982Z test_dispatch_meta_outplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0786129Z test_dispatch_meta_outplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0786290Z test_dispatch_meta_outplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0786456Z test_dispatch_meta_outplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0786632Z test_dispatch_meta_outplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0786801Z test_dispatch_meta_outplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0786972Z test_dispatch_meta_outplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0787136Z test_dispatch_meta_outplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0787299Z test_dispatch_meta_outplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0787460Z test_dispatch_meta_outplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0787623Z test_dispatch_meta_outplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0787785Z test_dispatch_meta_outplace_randint_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0787949Z test_dispatch_meta_outplace_randint_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0788113Z test_dispatch_meta_outplace_randint_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0788272Z test_dispatch_meta_outplace_randint_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0788433Z test_dispatch_meta_outplace_randint_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0788593Z test_dispatch_meta_outplace_randint_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0788752Z test_dispatch_meta_outplace_randint_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0788912Z test_dispatch_meta_outplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0789083Z test_dispatch_meta_outplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0789252Z test_dispatch_meta_outplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0789458Z test_dispatch_meta_outplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0789626Z test_dispatch_meta_outplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0789796Z test_dispatch_meta_outplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0789961Z test_dispatch_meta_outplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0790121Z test_dispatch_meta_outplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0790289Z test_dispatch_meta_outplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0790449Z test_dispatch_meta_outplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0790611Z test_dispatch_meta_outplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0790778Z test_dispatch_meta_outplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0790946Z test_dispatch_meta_outplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0791109Z test_dispatch_meta_outplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0791315Z test_dispatch_meta_outplace_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0791479Z test_dispatch_meta_outplace_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0791640Z test_dispatch_meta_outplace_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0791810Z test_dispatch_meta_outplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0791984Z test_dispatch_meta_outplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0792154Z test_dispatch_meta_outplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0792326Z test_dispatch_meta_outplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0792491Z test_dispatch_meta_outplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0792645Z test_dispatch_meta_outplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0792808Z test_dispatch_meta_outplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0792973Z test_dispatch_meta_outplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0793132Z test_dispatch_meta_outplace_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0793298Z test_dispatch_meta_outplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0793461Z test_dispatch_meta_outplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0793626Z test_dispatch_meta_outplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0793789Z test_dispatch_meta_outplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0793953Z test_dispatch_meta_outplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0794115Z test_dispatch_meta_outplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0794274Z test_dispatch_meta_outplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0794430Z test_dispatch_meta_outplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0794581Z test_dispatch_meta_outplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0794738Z test_dispatch_meta_outplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0794890Z test_dispatch_meta_outplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0795053Z test_dispatch_meta_outplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0795264Z test_dispatch_meta_outplace_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0795430Z test_dispatch_meta_outplace_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0795595Z test_dispatch_meta_outplace_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0795745Z test_dispatch_meta_outplace_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0795904Z test_dispatch_meta_outplace_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0796061Z test_dispatch_meta_outplace_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0796213Z test_dispatch_meta_outplace_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0796369Z test_dispatch_meta_outplace_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0796525Z test_dispatch_meta_outplace_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0796676Z test_dispatch_meta_outplace_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0796836Z test_dispatch_meta_outplace_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0797029Z test_dispatch_meta_outplace_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0797200Z test_dispatch_meta_outplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0797365Z test_dispatch_meta_outplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0797544Z test_dispatch_meta_outplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0797718Z test_dispatch_meta_outplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0797889Z test_dispatch_meta_outplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0798059Z test_dispatch_meta_outplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0798223Z test_dispatch_meta_outplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0798390Z test_dispatch_meta_outplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0798554Z test_dispatch_meta_outplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0798718Z test_dispatch_meta_outplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0798868Z test_dispatch_meta_outplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0799029Z test_dispatch_meta_outplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0799198Z test_dispatch_meta_outplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0799367Z test_dispatch_meta_outplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0799533Z test_dispatch_meta_outplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0799696Z test_dispatch_meta_outplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0799863Z test_dispatch_meta_outplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0800022Z test_dispatch_meta_outplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0800186Z test_dispatch_meta_outplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0800350Z test_dispatch_meta_outplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0800514Z test_dispatch_meta_outplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0800676Z test_dispatch_meta_outplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0800894Z test_dispatch_meta_outplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0801062Z test_dispatch_meta_outplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0801224Z test_dispatch_meta_outplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0801388Z test_dispatch_meta_outplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0801547Z test_dispatch_meta_outplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0801710Z test_dispatch_meta_outplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0801871Z test_dispatch_meta_outplace_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0802023Z test_dispatch_meta_outplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0802188Z test_dispatch_meta_outplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0802349Z test_dispatch_meta_outplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0802603Z test_dispatch_meta_outplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0802820Z test_dispatch_meta_outplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0802981Z test_dispatch_meta_outplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0803135Z test_dispatch_meta_outplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0803287Z test_dispatch_meta_outplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0803445Z test_dispatch_meta_outplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0803599Z test_dispatch_meta_outplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0803783Z test_dispatch_meta_outplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0803968Z test_dispatch_meta_outplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0804158Z test_dispatch_meta_outplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0804341Z test_dispatch_meta_outplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0804527Z test_dispatch_meta_outplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0804707Z test_dispatch_meta_outplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0804880Z test_dispatch_meta_outplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0805062Z test_dispatch_meta_outplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0805239Z test_dispatch_meta_outplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0805418Z test_dispatch_meta_outplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0805582Z test_dispatch_meta_outplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0805758Z test_dispatch_meta_outplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0805931Z test_dispatch_meta_outplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0806101Z test_dispatch_meta_outplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0806267Z test_dispatch_meta_outplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0806438Z test_dispatch_meta_outplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0806657Z test_dispatch_meta_outplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0806832Z test_dispatch_meta_outplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0807000Z test_dispatch_meta_outplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0807169Z test_dispatch_meta_outplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0807333Z test_dispatch_meta_outplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0807496Z test_dispatch_meta_outplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0807659Z test_dispatch_meta_outplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0807828Z test_dispatch_meta_outplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0807992Z test_dispatch_meta_outplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0808159Z test_dispatch_meta_outplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0808319Z test_dispatch_meta_outplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0808528Z test_dispatch_meta_outplace_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0808694Z test_dispatch_meta_outplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0808862Z test_dispatch_meta_outplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0809016Z test_dispatch_meta_outplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0809182Z test_dispatch_meta_outplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0809347Z test_dispatch_meta_outplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0809511Z test_dispatch_meta_outplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0809672Z test_dispatch_meta_outplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0809833Z test_dispatch_meta_outplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0809995Z test_dispatch_meta_outplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0810155Z test_dispatch_meta_outplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0810315Z test_dispatch_meta_outplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0810477Z test_dispatch_meta_outplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0810639Z test_dispatch_meta_outplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0810806Z test_dispatch_meta_outplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0810977Z test_dispatch_meta_outplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0811141Z test_dispatch_meta_outplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0811306Z test_dispatch_meta_outplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0811466Z test_dispatch_meta_outplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0811697Z test_dispatch_meta_outplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0811858Z test_dispatch_meta_outplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0812016Z test_dispatch_meta_outplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0812210Z test_dispatch_meta_outplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0812378Z test_dispatch_meta_outplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0812599Z test_dispatch_meta_outplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0812759Z test_dispatch_meta_outplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0812932Z test_dispatch_meta_outplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0813106Z test_dispatch_meta_outplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0813270Z test_dispatch_meta_outplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0813434Z test_dispatch_meta_outplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0813595Z test_dispatch_meta_outplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0813758Z test_dispatch_meta_outplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0813921Z test_dispatch_meta_outplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0814082Z test_dispatch_meta_outplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0814656Z test_dispatch_meta_outplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0814816Z test_dispatch_meta_outplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0814989Z test_dispatch_meta_outplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0815156Z test_dispatch_meta_outplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0815334Z test_dispatch_meta_outplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0815509Z test_dispatch_meta_outplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0815678Z test_dispatch_meta_outplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0815850Z test_dispatch_meta_outplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0816008Z test_dispatch_meta_outplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0816178Z test_dispatch_meta_outplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0816345Z test_dispatch_meta_outplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0816506Z test_dispatch_meta_outplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0816670Z test_dispatch_meta_outplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0816830Z test_dispatch_meta_outplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0816998Z test_dispatch_meta_outplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0817164Z test_dispatch_meta_outplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0817339Z test_dispatch_meta_outplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0817514Z test_dispatch_meta_outplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0817685Z test_dispatch_meta_outplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0817858Z test_dispatch_meta_outplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0818027Z test_dispatch_meta_outplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0818193Z test_dispatch_meta_outplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0818359Z test_dispatch_meta_outplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0818577Z test_dispatch_meta_outplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0818739Z test_dispatch_meta_outplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0818905Z test_dispatch_meta_outplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0819069Z test_dispatch_meta_outplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0819229Z test_dispatch_meta_outplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0819376Z test_dispatch_meta_outplace_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0819542Z test_dispatch_meta_outplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0819707Z test_dispatch_meta_outplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0819863Z test_dispatch_meta_outplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0820027Z test_dispatch_meta_outplace_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0820182Z test_dispatch_meta_outplace_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0820376Z test_dispatch_meta_outplace_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0820533Z test_dispatch_meta_outplace_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0820686Z test_dispatch_meta_outplace_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0820835Z test_dispatch_meta_outplace_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0820989Z test_dispatch_meta_outplace_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0821140Z test_dispatch_meta_outplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0821302Z test_dispatch_meta_outplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0821463Z test_dispatch_meta_outplace_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0821629Z test_dispatch_meta_outplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0821798Z test_dispatch_meta_outplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0821959Z test_dispatch_meta_outplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0822118Z test_dispatch_meta_outplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0822265Z test_dispatch_meta_outplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0822423Z test_dispatch_meta_outplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0822576Z test_dispatch_meta_outplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0822725Z test_dispatch_meta_outplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0822882Z test_dispatch_meta_outplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0823032Z test_dispatch_meta_outplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0823195Z test_dispatch_meta_outplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0823353Z test_dispatch_meta_outplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0823511Z test_dispatch_meta_outplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0823670Z test_dispatch_meta_outplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0823826Z test_dispatch_meta_outplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0823975Z test_dispatch_meta_outplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0824177Z test_dispatch_meta_outplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0824329Z test_dispatch_meta_outplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0824508Z test_dispatch_meta_outplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0824686Z test_dispatch_meta_outplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0824861Z test_dispatch_meta_outplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0825037Z test_dispatch_meta_outplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0825211Z test_dispatch_meta_outplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0825385Z test_dispatch_meta_outplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0825556Z test_dispatch_meta_outplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0825740Z test_dispatch_meta_outplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0825916Z test_dispatch_meta_outplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0826124Z test_dispatch_meta_outplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0826284Z test_dispatch_meta_outplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0826448Z test_dispatch_meta_outplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0826615Z test_dispatch_meta_outplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0826776Z test_dispatch_meta_outplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0826937Z test_dispatch_meta_outplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0827095Z test_dispatch_meta_outplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0827247Z test_dispatch_meta_outplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0827400Z test_dispatch_meta_outplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0827557Z test_dispatch_meta_outplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0827713Z test_dispatch_meta_outplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0827873Z test_dispatch_meta_outplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0828033Z test_dispatch_meta_outplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0828196Z test_dispatch_meta_outplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0828355Z test_dispatch_meta_outplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0828510Z test_dispatch_meta_outplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0828650Z test_dispatch_meta_outplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0828809Z test_dispatch_meta_outplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0828961Z test_dispatch_meta_outplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0829116Z test_dispatch_meta_outplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0829273Z test_dispatch_meta_outplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0829424Z test_dispatch_meta_outplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0829599Z test_dispatch_meta_outplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0829772Z test_dispatch_meta_outplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0829992Z test_dispatch_meta_outplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0830173Z test_dispatch_meta_outplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0830353Z test_dispatch_meta_outplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0830525Z test_dispatch_meta_outplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0830697Z test_dispatch_meta_outplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0830868Z test_dispatch_meta_outplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0831034Z test_dispatch_meta_outplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0831198Z test_dispatch_meta_outplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0831364Z test_dispatch_meta_outplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0831528Z test_dispatch_meta_outplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0831737Z test_dispatch_meta_outplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.0831898Z test_dispatch_meta_outplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0832061Z test_dispatch_meta_outplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0832236Z test_dispatch_meta_outplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0832410Z test_dispatch_meta_outplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0832578Z test_dispatch_meta_outplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0832748Z test_dispatch_meta_outplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0832915Z test_dispatch_meta_outplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0833081Z test_dispatch_meta_outplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0833245Z test_dispatch_meta_outplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0833405Z test_dispatch_meta_outplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0833566Z test_dispatch_meta_outplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0833731Z test_dispatch_meta_outplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0833894Z test_dispatch_meta_outplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0834054Z test_dispatch_meta_outplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0834225Z test_dispatch_meta_outplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0834387Z test_dispatch_meta_outplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0834551Z test_dispatch_meta_outplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0834713Z test_dispatch_meta_outplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0834877Z test_dispatch_meta_outplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0835037Z test_dispatch_meta_outplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0835183Z test_dispatch_meta_outplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0835343Z test_dispatch_meta_outplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0835551Z test_dispatch_meta_outplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0835715Z test_dispatch_meta_outplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0835903Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0836081Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0836264Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0836441Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0836614Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0836792Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0836966Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0837136Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0837356Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0837533Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0837717Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0837892Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0838071Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0838245Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0838420Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0838595Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0838774Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0838932Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0839103Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0839276Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0839458Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0839637Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0839813Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0839984Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.0840157Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0840324Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0840491Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0840661Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0840836Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0841020Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0841561Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0841751Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0841931Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0842104Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0842284Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0842552Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0842724Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0842897Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0843082Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0843263Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0843492Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0843669Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0843845Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0844019Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0844190Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0844362Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0844535Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0844710Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0844881Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0845056Z test_dispatch_meta_outplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.487s) 2022-11-23T01:52:10.0845231Z test_dispatch_meta_outplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.470s) 2022-11-23T01:52:10.0845401Z test_dispatch_meta_outplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.458s) 2022-11-23T01:52:10.0845571Z test_dispatch_meta_outplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.464s) 2022-11-23T01:52:10.0845743Z test_dispatch_meta_outplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.458s) 2022-11-23T01:52:10.0845913Z test_dispatch_meta_outplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.483s) 2022-11-23T01:52:10.0846077Z test_dispatch_meta_outplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.476s) 2022-11-23T01:52:10.0846247Z test_dispatch_meta_outplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.465s) 2022-11-23T01:52:10.0846409Z test_dispatch_meta_outplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.473s) 2022-11-23T01:52:10.0846596Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.105s) 2022-11-23T01:52:10.0846769Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:52:10.0846955Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.105s) 2022-11-23T01:52:10.0847143Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.0847373Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.0847555Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.0847738Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.102s) 2022-11-23T01:52:10.0847920Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.114s) 2022-11-23T01:52:10.0848086Z test_dispatch_meta_outplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0848247Z test_dispatch_meta_outplace_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0848415Z test_dispatch_meta_outplace_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0848578Z test_dispatch_meta_outplace_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0848744Z test_dispatch_meta_outplace_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0848907Z test_dispatch_meta_outplace_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0849115Z test_dispatch_meta_outplace_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0849276Z test_dispatch_meta_outplace_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0849436Z test_dispatch_meta_outplace_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0849594Z test_dispatch_meta_outplace_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0849745Z test_dispatch_meta_outplace_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0849905Z test_dispatch_meta_outplace_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0850058Z test_dispatch_meta_outplace_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0850226Z test_dispatch_meta_outplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0850398Z test_dispatch_meta_outplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0850573Z test_dispatch_meta_outplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0850745Z test_dispatch_meta_outplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0850918Z test_dispatch_meta_outplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0851089Z test_dispatch_meta_outplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0851257Z test_dispatch_meta_outplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0851422Z test_dispatch_meta_outplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0851591Z test_dispatch_meta_outplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0851755Z test_dispatch_meta_outplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0851913Z test_dispatch_meta_outplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0852071Z test_dispatch_meta_outplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0852233Z test_dispatch_meta_outplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0852397Z test_dispatch_meta_outplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0852559Z test_dispatch_meta_outplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0852717Z test_dispatch_meta_outplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0852873Z test_dispatch_meta_outplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0853070Z test_dispatch_meta_outplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0853227Z test_dispatch_meta_outplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0853368Z test_dispatch_meta_outplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0853523Z test_dispatch_meta_outplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0853677Z test_dispatch_meta_outplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0853832Z test_dispatch_meta_outplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0853995Z test_dispatch_meta_outplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0854155Z test_dispatch_meta_outplace_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0854319Z test_dispatch_meta_outplace_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0854487Z test_dispatch_meta_outplace_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0854647Z test_dispatch_meta_outplace_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0854863Z test_dispatch_meta_outplace_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855021Z test_dispatch_meta_outplace_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855180Z test_dispatch_meta_outplace_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855339Z test_dispatch_meta_outplace_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855489Z test_dispatch_meta_outplace_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855645Z test_dispatch_meta_outplace_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855799Z test_dispatch_meta_outplace_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0855965Z test_dispatch_meta_outplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0856126Z test_dispatch_meta_outplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0856297Z test_dispatch_meta_outplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0856452Z test_dispatch_meta_outplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0856615Z test_dispatch_meta_outplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0856778Z test_dispatch_meta_outplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0856940Z test_dispatch_meta_outplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0857098Z test_dispatch_meta_outplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0857259Z test_dispatch_meta_outplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0857419Z test_dispatch_meta_outplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0857580Z test_dispatch_meta_outplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0857737Z test_dispatch_meta_outplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0857893Z test_dispatch_meta_outplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0858053Z test_dispatch_meta_outplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0858208Z test_dispatch_meta_outplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0858358Z test_dispatch_meta_outplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0858513Z test_dispatch_meta_outplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0858709Z test_dispatch_meta_outplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0858860Z test_dispatch_meta_outplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0859015Z test_dispatch_meta_outplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0859166Z test_dispatch_meta_outplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0859352Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0859560Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.0859744Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0859925Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0860122Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0860350Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.0860590Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0860780Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0860969Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0861191Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:10.0861378Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0861566Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0861749Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.0861969Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.0862151Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0862331Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0862497Z test_dispatch_meta_outplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0862659Z test_dispatch_meta_outplace_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0862822Z test_dispatch_meta_outplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0862987Z test_dispatch_meta_outplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0863146Z test_dispatch_meta_outplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0863312Z test_dispatch_meta_outplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0863473Z test_dispatch_meta_outplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0863619Z test_dispatch_meta_outplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0863781Z test_dispatch_meta_outplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0863941Z test_dispatch_meta_outplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0864100Z test_dispatch_meta_outplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0864256Z test_dispatch_meta_outplace_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0864467Z test_dispatch_meta_outplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0864628Z test_dispatch_meta_outplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0864789Z test_dispatch_meta_outplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0864945Z test_dispatch_meta_outplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0865100Z test_dispatch_meta_outplace_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0865249Z test_dispatch_meta_outplace_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0865398Z test_dispatch_meta_outplace_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0865554Z test_dispatch_meta_outplace_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0865709Z test_dispatch_meta_outplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0865870Z test_dispatch_meta_outplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0866020Z test_dispatch_meta_outplace_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0866234Z test_dispatch_meta_outplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0866398Z test_dispatch_meta_outplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0866556Z test_dispatch_meta_outplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0866698Z test_dispatch_meta_outplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0866856Z test_dispatch_meta_outplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0867008Z test_dispatch_meta_outplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0867159Z test_dispatch_meta_outplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0867313Z test_dispatch_meta_outplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0867463Z test_dispatch_meta_outplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0867720Z test_dispatch_meta_outplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0867874Z test_dispatch_meta_outplace_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0868040Z test_dispatch_meta_outplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0868252Z test_dispatch_meta_outplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0868419Z test_dispatch_meta_outplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0868576Z test_dispatch_meta_outplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0868735Z test_dispatch_meta_outplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0868886Z test_dispatch_meta_outplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0869037Z test_dispatch_meta_outplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0869188Z test_dispatch_meta_outplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0869338Z test_dispatch_meta_outplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0869499Z test_dispatch_meta_outplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0869643Z test_dispatch_meta_outplace_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0869806Z test_dispatch_meta_outplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0869970Z test_dispatch_meta_outplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0870191Z test_dispatch_meta_outplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0870353Z test_dispatch_meta_outplace_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0870517Z test_dispatch_meta_outplace_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0870674Z test_dispatch_meta_outplace_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0870833Z test_dispatch_meta_outplace_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0870985Z test_dispatch_meta_outplace_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0871133Z test_dispatch_meta_outplace_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0871289Z test_dispatch_meta_outplace_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0871442Z test_dispatch_meta_outplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0871617Z test_dispatch_meta_outplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0871784Z test_dispatch_meta_outplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0872004Z test_dispatch_meta_outplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0872174Z test_dispatch_meta_outplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0872345Z test_dispatch_meta_outplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0872513Z test_dispatch_meta_outplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0872679Z test_dispatch_meta_outplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0872830Z test_dispatch_meta_outplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0872998Z test_dispatch_meta_outplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0873161Z test_dispatch_meta_outplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0873326Z test_dispatch_meta_outplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0873490Z test_dispatch_meta_outplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0873652Z test_dispatch_meta_outplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0873835Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0874010Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0874193Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0874375Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0874552Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0874727Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0874896Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0875069Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0875243Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0875416Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0875589Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0875808Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0875971Z test_dispatch_meta_outplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0876131Z test_dispatch_meta_outplace_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.0876289Z test_dispatch_meta_outplace_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0876432Z test_dispatch_meta_outplace_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0876583Z test_dispatch_meta_outplace_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0876738Z test_dispatch_meta_outplace_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0876889Z test_dispatch_meta_outplace_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0877038Z test_dispatch_meta_outplace_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.0877194Z test_dispatch_meta_outplace_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0877344Z test_dispatch_meta_outplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0877630Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.0877872Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.0878106Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.0878334Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.0878505Z test_dispatch_meta_outplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0878684Z test_dispatch_meta_outplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0878859Z test_dispatch_meta_outplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0879031Z test_dispatch_meta_outplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0879201Z test_dispatch_meta_outplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0879370Z test_dispatch_meta_outplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0879537Z test_dispatch_meta_outplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0879705Z test_dispatch_meta_outplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0879880Z test_dispatch_meta_outplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0880055Z test_dispatch_meta_outplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0880216Z test_dispatch_meta_outplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0880391Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0880561Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0880736Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0880903Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0881070Z test_dispatch_meta_outplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0881243Z test_dispatch_meta_outplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0881465Z test_dispatch_meta_outplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0881637Z test_dispatch_meta_outplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0881809Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0881979Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0882147Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0882316Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0882601Z test_dispatch_meta_outplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0882774Z test_dispatch_meta_outplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0882950Z test_dispatch_meta_outplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0883119Z test_dispatch_meta_outplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0883337Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0883509Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0883677Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0883845Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0884000Z test_dispatch_meta_outplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0884171Z test_dispatch_meta_outplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0884345Z test_dispatch_meta_outplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0884515Z test_dispatch_meta_outplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0884685Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0884858Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0885023Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0885187Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0885354Z test_dispatch_meta_outplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0885548Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0885748Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0885944Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0886141Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0886331Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0886519Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0886711Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0886896Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0887135Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0887334Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0887531Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0887721Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0887911Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0888086Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0888280Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0888465Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0888738Z 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:52:10.0889048Z 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:52:10.0889311Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0889573Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0889831Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0890084Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0890341Z 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:52:10.0890593Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0890842Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0891098Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0891356Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0891610Z 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:52:10.0891865Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0892113Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0892363Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0892655Z 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:52:10.0892829Z test_dispatch_meta_outplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0892999Z test_dispatch_meta_outplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0893171Z test_dispatch_meta_outplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0893342Z test_dispatch_meta_outplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0893508Z test_dispatch_meta_outplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0893674Z test_dispatch_meta_outplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0893840Z test_dispatch_meta_outplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0894005Z test_dispatch_meta_outplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0894166Z test_dispatch_meta_outplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0894374Z test_dispatch_meta_outplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0894546Z test_dispatch_meta_outplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0894715Z test_dispatch_meta_outplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0894883Z test_dispatch_meta_outplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0895049Z test_dispatch_meta_outplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0895198Z test_dispatch_meta_outplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0895361Z test_dispatch_meta_outplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0895523Z test_dispatch_meta_outplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0895714Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0895911Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0896104Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0896293Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0896485Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0896674Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0896864Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0897051Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0897241Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0897435Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0897628Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0897818Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0898010Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0898240Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0898429Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0898614Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0898783Z test_dispatch_meta_outplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0898948Z test_dispatch_meta_outplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0899115Z test_dispatch_meta_outplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0899269Z test_dispatch_meta_outplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0899432Z test_dispatch_meta_outplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0899598Z test_dispatch_meta_outplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0899758Z test_dispatch_meta_outplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0899965Z test_dispatch_meta_outplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0900129Z test_dispatch_meta_outplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0900294Z test_dispatch_meta_outplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0900459Z test_dispatch_meta_outplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0900623Z test_dispatch_meta_outplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0900782Z test_dispatch_meta_outplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0900943Z test_dispatch_meta_outplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0901106Z test_dispatch_meta_outplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0901269Z test_dispatch_meta_outplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0901434Z test_dispatch_meta_outplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0901593Z test_dispatch_meta_outplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0901761Z test_dispatch_meta_outplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0901930Z test_dispatch_meta_outplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0902095Z test_dispatch_meta_outplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0902258Z test_dispatch_meta_outplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0902419Z test_dispatch_meta_outplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0902567Z test_dispatch_meta_outplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0902729Z test_dispatch_meta_outplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0902923Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0903119Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0903314Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0903506Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0903698Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0903927Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0904119Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0904303Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0904570Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0904838Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0905101Z 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:52:10.0905362Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0906081Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0906343Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0906605Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0906859Z 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:52:10.0907036Z test_dispatch_meta_outplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0907216Z test_dispatch_meta_outplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0907397Z test_dispatch_meta_outplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0907572Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0907747Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0907919Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0908090Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0908261Z test_dispatch_meta_outplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0908449Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0908638Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0908815Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0908999Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0909183Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0909367Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0909550Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0909781Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0909967Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0910151Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0910338Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0910519Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0910702Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0910883Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0911067Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0911249Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0911432Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0911661Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0911845Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0912024Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0912206Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0912386Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0912566Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0912745Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0912926Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0913099Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0913284Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0913463Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0913645Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0913822Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0914004Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0914182Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0914357Z test_dispatch_meta_outplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0914524Z test_dispatch_meta_outplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0914696Z test_dispatch_meta_outplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0914864Z test_dispatch_meta_outplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0915030Z test_dispatch_meta_outplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0915195Z test_dispatch_meta_outplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0915399Z test_dispatch_meta_outplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0915563Z test_dispatch_meta_outplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0915724Z test_dispatch_meta_outplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0915887Z test_dispatch_meta_outplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0916057Z test_dispatch_meta_outplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0916227Z test_dispatch_meta_outplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0916395Z test_dispatch_meta_outplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0916548Z test_dispatch_meta_outplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0916709Z test_dispatch_meta_outplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0916872Z test_dispatch_meta_outplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0917035Z test_dispatch_meta_outplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0917286Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0917494Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0917702Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0917910Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0918115Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0918318Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0918518Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0924639Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0924903Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0925109Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0925312Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0925505Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0925704Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0925893Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0926089Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0926283Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0926475Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0926668Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0926863Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0927157Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0927350Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0927543Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0927734Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0927925Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0928111Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0928391Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0928670Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0928984Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0929250Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0929509Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0929765Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0930027Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0930284Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0930544Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0930805Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0931065Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0931322Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0931578Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0931831Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0932089Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0932386Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0932646Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0932908Z 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:52:10.0933166Z 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:52:10.0933422Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.0933680Z 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:52:10.0933933Z 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:52:10.0934235Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:52:10.0934487Z 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:52:10.0934746Z 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:52:10.0935005Z 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:52:10.0935263Z 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:52:10.0935518Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:52:10.0935789Z 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:52:10.0936050Z 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:52:10.0936317Z 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:52:10.0936580Z 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:52:10.0936768Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0936962Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0937154Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0937341Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0937963Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0938154Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0938330Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0938518Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0938698Z test_dispatch_meta_outplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0938873Z test_dispatch_meta_outplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0939049Z test_dispatch_meta_outplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0939226Z test_dispatch_meta_outplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0939405Z test_dispatch_meta_outplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0939579Z test_dispatch_meta_outplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0939797Z test_dispatch_meta_outplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.0939968Z test_dispatch_meta_outplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0940138Z test_dispatch_meta_outplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0940307Z test_dispatch_meta_outplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0940472Z test_dispatch_meta_outplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0940641Z test_dispatch_meta_outplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0940813Z test_dispatch_meta_outplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0940979Z test_dispatch_meta_outplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0941150Z test_dispatch_meta_outplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0941312Z test_dispatch_meta_outplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0941478Z test_dispatch_meta_outplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0941636Z test_dispatch_meta_outplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0941798Z test_dispatch_meta_outplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0941946Z test_dispatch_meta_outplace_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0942109Z test_dispatch_meta_outplace_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0942276Z test_dispatch_meta_outplace_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0942444Z test_dispatch_meta_outplace_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0942610Z test_dispatch_meta_outplace_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0942769Z test_dispatch_meta_outplace_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0942928Z test_dispatch_meta_outplace_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0943086Z test_dispatch_meta_outplace_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0943240Z test_dispatch_meta_outplace_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0943390Z test_dispatch_meta_outplace_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0943546Z test_dispatch_meta_outplace_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0943747Z test_dispatch_meta_outplace_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0943923Z test_dispatch_meta_outplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0944096Z test_dispatch_meta_outplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0944277Z test_dispatch_meta_outplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0944453Z test_dispatch_meta_outplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0944626Z test_dispatch_meta_outplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0944798Z test_dispatch_meta_outplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0944970Z test_dispatch_meta_outplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0945129Z test_dispatch_meta_outplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0945299Z test_dispatch_meta_outplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0945508Z test_dispatch_meta_outplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0945677Z test_dispatch_meta_outplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0945844Z test_dispatch_meta_outplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0946020Z test_dispatch_meta_outplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0946188Z test_dispatch_meta_outplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0946366Z test_dispatch_meta_outplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0946545Z test_dispatch_meta_outplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0946716Z test_dispatch_meta_outplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0946891Z test_dispatch_meta_outplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0947065Z test_dispatch_meta_outplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0947236Z test_dispatch_meta_outplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0947406Z test_dispatch_meta_outplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0947574Z test_dispatch_meta_outplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0947741Z test_dispatch_meta_outplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0947909Z test_dispatch_meta_outplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0948077Z test_dispatch_meta_outplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0948239Z test_dispatch_meta_outplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0948398Z test_dispatch_meta_outplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0948552Z test_dispatch_meta_outplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0948716Z test_dispatch_meta_outplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0948875Z test_dispatch_meta_outplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0949030Z test_dispatch_meta_outplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0949188Z test_dispatch_meta_outplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0949382Z test_dispatch_meta_outplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0949532Z test_dispatch_meta_outplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0949689Z test_dispatch_meta_outplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0949840Z test_dispatch_meta_outplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0950003Z test_dispatch_meta_outplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0950161Z test_dispatch_meta_outplace_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0950329Z test_dispatch_meta_outplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0950495Z test_dispatch_meta_outplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0950658Z test_dispatch_meta_outplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0950819Z test_dispatch_meta_outplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0950979Z test_dispatch_meta_outplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0951179Z test_dispatch_meta_outplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0951334Z test_dispatch_meta_outplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0951487Z test_dispatch_meta_outplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0951634Z test_dispatch_meta_outplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0951788Z test_dispatch_meta_outplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0951954Z test_dispatch_meta_outplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0952118Z test_dispatch_meta_outplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0952289Z test_dispatch_meta_outplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0952458Z test_dispatch_meta_outplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0952624Z test_dispatch_meta_outplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0952789Z test_dispatch_meta_outplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0952950Z test_dispatch_meta_outplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0953113Z test_dispatch_meta_outplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0953274Z test_dispatch_meta_outplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0953434Z test_dispatch_meta_outplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0953594Z test_dispatch_meta_outplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0953752Z test_dispatch_meta_outplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0953915Z test_dispatch_meta_outplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0954077Z test_dispatch_meta_outplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0954236Z test_dispatch_meta_outplace_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0954400Z test_dispatch_meta_outplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0954563Z test_dispatch_meta_outplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0954716Z test_dispatch_meta_outplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0954878Z test_dispatch_meta_outplace_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0955079Z test_dispatch_meta_outplace_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0955240Z test_dispatch_meta_outplace_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0955400Z test_dispatch_meta_outplace_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0955557Z test_dispatch_meta_outplace_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0955707Z test_dispatch_meta_outplace_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0955862Z test_dispatch_meta_outplace_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0956013Z test_dispatch_meta_outplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0956171Z test_dispatch_meta_outplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0956334Z test_dispatch_meta_outplace_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0956495Z test_dispatch_meta_outplace_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0956652Z test_dispatch_meta_outplace_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0956854Z test_dispatch_meta_outplace_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0957005Z test_dispatch_meta_outplace_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0957172Z test_dispatch_meta_outplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0957339Z test_dispatch_meta_outplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0957507Z test_dispatch_meta_outplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0957668Z test_dispatch_meta_outplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0957822Z test_dispatch_meta_outplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0957986Z test_dispatch_meta_outplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0958153Z test_dispatch_meta_outplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0958316Z test_dispatch_meta_outplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0958476Z test_dispatch_meta_outplace_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.0958631Z test_dispatch_meta_outplace_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.0958786Z test_dispatch_meta_outplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0958949Z test_dispatch_meta_outplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0959112Z test_dispatch_meta_outplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0959277Z test_dispatch_meta_outplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0959436Z test_dispatch_meta_outplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0959591Z test_dispatch_meta_outplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0959742Z test_dispatch_meta_outplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0959899Z test_dispatch_meta_outplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0960049Z test_dispatch_meta_outplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0960196Z test_dispatch_meta_outplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0960349Z test_dispatch_meta_outplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0960505Z test_dispatch_meta_outplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0960711Z test_dispatch_meta_outplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0960854Z test_dispatch_meta_outplace_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0961017Z test_dispatch_meta_outplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0961176Z test_dispatch_meta_outplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0961333Z test_dispatch_meta_outplace_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0961488Z test_dispatch_meta_outplace_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0961640Z test_dispatch_meta_outplace_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0961792Z test_dispatch_meta_outplace_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0961942Z test_dispatch_meta_outplace_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0962094Z test_dispatch_meta_outplace_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0962247Z test_dispatch_meta_outplace_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0962532Z test_dispatch_meta_outplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0962710Z test_dispatch_meta_outplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0962873Z test_dispatch_meta_outplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0963045Z test_dispatch_meta_outplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0963216Z test_dispatch_meta_outplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0963384Z test_dispatch_meta_outplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0963550Z test_dispatch_meta_outplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0963716Z test_dispatch_meta_outplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0963883Z test_dispatch_meta_outplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0964034Z test_dispatch_meta_outplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0964190Z test_dispatch_meta_outplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0964350Z test_dispatch_meta_outplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0964515Z test_dispatch_meta_outplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0964680Z test_dispatch_meta_outplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.297s) 2022-11-23T01:52:10.0964841Z test_dispatch_meta_outplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.305s) 2022-11-23T01:52:10.0965003Z test_dispatch_meta_outplace_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.207s) 2022-11-23T01:52:10.0965156Z test_dispatch_meta_outplace_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.210s) 2022-11-23T01:52:10.0965325Z test_dispatch_meta_outplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (4.196s) 2022-11-23T01:52:10.0965491Z test_dispatch_meta_outplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (4.088s) 2022-11-23T01:52:10.0965656Z test_dispatch_meta_outplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0965820Z test_dispatch_meta_outplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0965981Z test_dispatch_meta_outplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0966144Z test_dispatch_meta_outplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0966354Z test_dispatch_meta_outplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0966509Z test_dispatch_meta_outplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0966667Z test_dispatch_meta_outplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0966826Z test_dispatch_meta_outplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0966980Z test_dispatch_meta_outplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0967120Z test_dispatch_meta_outplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0967267Z test_dispatch_meta_outplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0967419Z test_dispatch_meta_outplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0967575Z test_dispatch_meta_outplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0967727Z test_dispatch_meta_outplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0967880Z test_dispatch_meta_outplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0968029Z test_dispatch_meta_outplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0968249Z test_dispatch_meta_outplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.0968414Z test_dispatch_meta_outplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0968691Z test_dispatch_meta_outplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0968869Z test_dispatch_meta_outplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0969040Z test_dispatch_meta_outplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0969211Z test_dispatch_meta_outplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0969442Z test_dispatch_meta_outplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0969615Z test_dispatch_meta_outplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0969783Z test_dispatch_meta_outplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0969948Z test_dispatch_meta_outplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0970114Z test_dispatch_meta_outplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0970275Z test_dispatch_meta_outplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0970424Z test_dispatch_meta_outplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0970581Z test_dispatch_meta_outplace_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0970745Z test_dispatch_meta_outplace_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0970908Z test_dispatch_meta_outplace_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0971068Z test_dispatch_meta_outplace_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0971223Z test_dispatch_meta_outplace_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0971375Z test_dispatch_meta_outplace_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0971530Z test_dispatch_meta_outplace_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0971680Z test_dispatch_meta_outplace_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0971829Z test_dispatch_meta_outplace_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0971983Z test_dispatch_meta_outplace_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0972183Z test_dispatch_meta_outplace_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0972337Z test_dispatch_meta_outplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0972498Z test_dispatch_meta_outplace_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0972658Z test_dispatch_meta_outplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0972820Z test_dispatch_meta_outplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0972977Z test_dispatch_meta_outplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0973130Z test_dispatch_meta_outplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0973284Z test_dispatch_meta_outplace_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0973422Z test_dispatch_meta_outplace_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0973573Z test_dispatch_meta_outplace_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0973725Z test_dispatch_meta_outplace_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0973921Z test_dispatch_meta_outplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0974080Z test_dispatch_meta_outplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0974230Z test_dispatch_meta_outplace_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0974394Z test_dispatch_meta_outplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0974556Z test_dispatch_meta_outplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0974771Z test_dispatch_meta_outplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0974928Z test_dispatch_meta_outplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0975086Z test_dispatch_meta_outplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0975278Z test_dispatch_meta_outplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0975439Z test_dispatch_meta_outplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0975592Z test_dispatch_meta_outplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0975742Z test_dispatch_meta_outplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0975914Z test_dispatch_meta_outplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0976080Z test_dispatch_meta_outplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0976256Z test_dispatch_meta_outplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0976420Z test_dispatch_meta_outplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0976588Z test_dispatch_meta_outplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0976756Z test_dispatch_meta_outplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0976922Z test_dispatch_meta_outplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0977087Z test_dispatch_meta_outplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0977254Z test_dispatch_meta_outplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.0977415Z test_dispatch_meta_outplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0977577Z test_dispatch_meta_outplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0977736Z test_dispatch_meta_outplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0977949Z test_dispatch_meta_outplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0978121Z test_dispatch_meta_outplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0978290Z test_dispatch_meta_outplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0978456Z test_dispatch_meta_outplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0978617Z test_dispatch_meta_outplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0978780Z test_dispatch_meta_outplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0978942Z test_dispatch_meta_outplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0979100Z test_dispatch_meta_outplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0979264Z test_dispatch_meta_outplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0979427Z test_dispatch_meta_outplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0979629Z test_dispatch_meta_outplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0979774Z test_dispatch_meta_outplace_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.0979936Z test_dispatch_meta_outplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0980097Z test_dispatch_meta_outplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0980256Z test_dispatch_meta_outplace_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0980410Z test_dispatch_meta_outplace_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0980613Z test_dispatch_meta_outplace_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.0980782Z test_dispatch_meta_outplace_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0980932Z test_dispatch_meta_outplace_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0981082Z test_dispatch_meta_outplace_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0981286Z test_dispatch_meta_outplace_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.0981436Z test_dispatch_meta_outplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0981592Z test_dispatch_meta_outplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0981747Z test_dispatch_meta_outplace_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0981907Z test_dispatch_meta_outplace_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0982066Z test_dispatch_meta_outplace_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0982217Z test_dispatch_meta_outplace_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.0982366Z test_dispatch_meta_outplace_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0982516Z test_dispatch_meta_outplace_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0982656Z test_dispatch_meta_outplace_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0982810Z test_dispatch_meta_outplace_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0982962Z test_dispatch_meta_outplace_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0983117Z test_dispatch_meta_outplace_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0983269Z test_dispatch_meta_outplace_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0983436Z test_dispatch_meta_outplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0983644Z test_dispatch_meta_outplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0983815Z test_dispatch_meta_outplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0983984Z test_dispatch_meta_outplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0984148Z test_dispatch_meta_outplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0984311Z test_dispatch_meta_outplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0984469Z test_dispatch_meta_outplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0984630Z test_dispatch_meta_outplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0984792Z test_dispatch_meta_outplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0984952Z test_dispatch_meta_outplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0985114Z test_dispatch_meta_outplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0985272Z test_dispatch_meta_outplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0985477Z test_dispatch_meta_outplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0985638Z test_dispatch_meta_outplace_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.0985782Z test_dispatch_meta_outplace_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0985937Z test_dispatch_meta_outplace_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.0986089Z test_dispatch_meta_outplace_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.0986238Z test_dispatch_meta_outplace_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0986397Z test_dispatch_meta_outplace_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0986601Z test_dispatch_meta_outplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0986771Z test_dispatch_meta_outplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0986936Z test_dispatch_meta_outplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0987096Z test_dispatch_meta_outplace_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0987254Z test_dispatch_meta_outplace_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0987412Z test_dispatch_meta_outplace_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0987565Z test_dispatch_meta_outplace_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0987765Z test_dispatch_meta_outplace_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0987920Z test_dispatch_meta_outplace_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0988072Z test_dispatch_meta_outplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0988243Z test_dispatch_meta_outplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0988409Z test_dispatch_meta_outplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0988581Z test_dispatch_meta_outplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0988749Z test_dispatch_meta_outplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0988908Z test_dispatch_meta_outplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0989075Z test_dispatch_meta_outplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0989238Z test_dispatch_meta_outplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0989450Z test_dispatch_meta_outplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.0989615Z test_dispatch_meta_outplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.0989780Z test_dispatch_meta_outplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0989943Z test_dispatch_meta_outplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0990104Z test_dispatch_meta_outplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.0990266Z test_dispatch_meta_outplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.0990433Z test_dispatch_meta_outplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0990606Z test_dispatch_meta_outplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.0990777Z test_dispatch_meta_outplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0990944Z test_dispatch_meta_outplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0991149Z test_dispatch_meta_outplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0991311Z test_dispatch_meta_outplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0991474Z test_dispatch_meta_outplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.0991636Z test_dispatch_meta_outplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0991798Z test_dispatch_meta_outplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0991960Z test_dispatch_meta_outplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.0992109Z test_dispatch_meta_outplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0992272Z test_dispatch_meta_outplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0992439Z test_dispatch_meta_outplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0992603Z test_dispatch_meta_outplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.0992763Z test_dispatch_meta_outplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.0992954Z test_dispatch_meta_outplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0993137Z test_dispatch_meta_outplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.0993294Z test_dispatch_meta_outplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.0993451Z test_dispatch_meta_outplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.0993661Z test_dispatch_meta_outplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.0993820Z test_dispatch_meta_outplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.0993973Z test_dispatch_meta_outplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.0994161Z test_dispatch_meta_outplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.0994342Z test_dispatch_meta_outplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0994518Z test_dispatch_meta_outplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0994695Z test_dispatch_meta_outplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.0994854Z test_dispatch_meta_outplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.0995012Z test_dispatch_meta_outplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0995222Z test_dispatch_meta_outplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.0995374Z test_dispatch_meta_outplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0995536Z test_dispatch_meta_outplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0995689Z test_dispatch_meta_outplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.0995839Z test_dispatch_meta_outplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0995995Z test_dispatch_meta_outplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.0996149Z test_dispatch_meta_outplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0996298Z test_dispatch_meta_outplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0996453Z test_dispatch_meta_outplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.0996605Z test_dispatch_meta_outplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.0996771Z test_dispatch_meta_outplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0996977Z test_dispatch_meta_outplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0997137Z test_dispatch_meta_outplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0997295Z test_dispatch_meta_outplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0997458Z test_dispatch_meta_outplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0997619Z test_dispatch_meta_outplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0997779Z test_dispatch_meta_outplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0997941Z test_dispatch_meta_outplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0998101Z test_dispatch_meta_outplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0998255Z test_dispatch_meta_outplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0998396Z test_dispatch_meta_outplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0998544Z test_dispatch_meta_outplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.0998699Z test_dispatch_meta_outplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.0998851Z test_dispatch_meta_outplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.0999074Z test_dispatch_meta_outplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.0999238Z test_dispatch_meta_outplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.0999409Z test_dispatch_meta_outplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0999623Z test_dispatch_meta_outplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.0999805Z test_dispatch_meta_outplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.0999976Z test_dispatch_meta_outplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1000143Z test_dispatch_meta_outplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1000310Z test_dispatch_meta_outplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1000475Z test_dispatch_meta_outplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1000638Z test_dispatch_meta_outplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.1000801Z test_dispatch_meta_outplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1001006Z test_dispatch_meta_outplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1001169Z test_dispatch_meta_outplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1001335Z test_dispatch_meta_outplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1001496Z test_dispatch_meta_outplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1001659Z test_dispatch_meta_outplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1001808Z test_dispatch_meta_outplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1001966Z test_dispatch_meta_outplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1002119Z test_dispatch_meta_outplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1002273Z test_dispatch_meta_outplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1002514Z test_dispatch_meta_outplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1002670Z test_dispatch_meta_outplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1003281Z test_dispatch_meta_outplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1003444Z test_dispatch_meta_outplace_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1003611Z test_dispatch_meta_outplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1003777Z test_dispatch_meta_outplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1003940Z test_dispatch_meta_outplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1004102Z test_dispatch_meta_outplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1004268Z test_dispatch_meta_outplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1004429Z test_dispatch_meta_outplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1004591Z test_dispatch_meta_outplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1004747Z test_dispatch_meta_outplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1004971Z test_dispatch_meta_outplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1005133Z test_dispatch_meta_outplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1005274Z test_dispatch_meta_outplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1005443Z test_dispatch_meta_outplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1005658Z test_dispatch_meta_outplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1005833Z test_dispatch_meta_outplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1006005Z test_dispatch_meta_outplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1006178Z test_dispatch_meta_outplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1006347Z test_dispatch_meta_outplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1006511Z test_dispatch_meta_outplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1006672Z test_dispatch_meta_outplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1006835Z test_dispatch_meta_outplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1006996Z test_dispatch_meta_outplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1007212Z test_dispatch_meta_outplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1007374Z test_dispatch_meta_outplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1007535Z test_dispatch_meta_outplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1007707Z test_dispatch_meta_outplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1007873Z test_dispatch_meta_outplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1008047Z test_dispatch_meta_outplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1008220Z test_dispatch_meta_outplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1008394Z test_dispatch_meta_outplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.1008559Z test_dispatch_meta_outplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1008715Z test_dispatch_meta_outplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1008879Z test_dispatch_meta_outplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1009083Z test_dispatch_meta_outplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1009249Z test_dispatch_meta_outplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1009409Z test_dispatch_meta_outplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1009572Z test_dispatch_meta_outplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1009737Z test_dispatch_meta_outplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1009905Z test_dispatch_meta_outplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1010068Z test_dispatch_meta_outplace_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1010231Z test_dispatch_meta_outplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1010397Z test_dispatch_meta_outplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1010561Z test_dispatch_meta_outplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1010720Z test_dispatch_meta_outplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1010936Z test_dispatch_meta_outplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1011098Z test_dispatch_meta_outplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1011256Z test_dispatch_meta_outplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1011408Z test_dispatch_meta_outplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1011616Z test_dispatch_meta_outplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1011775Z test_dispatch_meta_outplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.1011919Z test_dispatch_meta_outplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1012094Z test_dispatch_meta_outplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1012263Z test_dispatch_meta_outplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1012429Z test_dispatch_meta_outplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1012592Z test_dispatch_meta_outplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1012757Z test_dispatch_meta_outplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1012966Z test_dispatch_meta_outplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1013139Z test_dispatch_meta_outplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.251s) 2022-11-23T01:52:10.1013318Z test_dispatch_meta_outplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.248s) 2022-11-23T01:52:10.1013499Z test_dispatch_meta_outplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.266s) 2022-11-23T01:52:10.1013674Z test_dispatch_meta_outplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:52:10.1013850Z test_dispatch_meta_outplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.241s) 2022-11-23T01:52:10.1014026Z test_dispatch_meta_outplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.250s) 2022-11-23T01:52:10.1014200Z test_dispatch_meta_outplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.256s) 2022-11-23T01:52:10.1014375Z test_dispatch_meta_outplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.259s) 2022-11-23T01:52:10.1014547Z test_dispatch_meta_outplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.235s) 2022-11-23T01:52:10.1014748Z test_dispatch_meta_outplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.495s) 2022-11-23T01:52:10.1014908Z test_dispatch_meta_outplace_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.534s) 2022-11-23T01:52:10.1015069Z test_dispatch_meta_outplace_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.523s) 2022-11-23T01:52:10.1015232Z test_dispatch_meta_outplace_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.550s) 2022-11-23T01:52:10.1015391Z test_dispatch_meta_outplace_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.494s) 2022-11-23T01:52:10.1015545Z test_dispatch_meta_outplace_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.519s) 2022-11-23T01:52:10.1015699Z test_dispatch_meta_outplace_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.552s) 2022-11-23T01:52:10.1015857Z test_dispatch_meta_outplace_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.493s) 2022-11-23T01:52:10.1016010Z test_dispatch_meta_outplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.508s) 2022-11-23T01:52:10.1016178Z test_dispatch_meta_outplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1016341Z test_dispatch_meta_outplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1016500Z test_dispatch_meta_outplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1016672Z test_dispatch_meta_outplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1016842Z test_dispatch_meta_outplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1017064Z test_dispatch_meta_outplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1017234Z test_dispatch_meta_outplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1017397Z test_dispatch_meta_outplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1017561Z test_dispatch_meta_outplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1017781Z test_dispatch_meta_outplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1017945Z test_dispatch_meta_outplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1018104Z test_dispatch_meta_outplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1018265Z test_dispatch_meta_outplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1018424Z test_dispatch_meta_outplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1018586Z test_dispatch_meta_outplace_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1018799Z test_dispatch_meta_outplace_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1018961Z test_dispatch_meta_outplace_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1019119Z test_dispatch_meta_outplace_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1019271Z test_dispatch_meta_outplace_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1019435Z test_dispatch_meta_outplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1019602Z test_dispatch_meta_outplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1019757Z test_dispatch_meta_outplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1019920Z test_dispatch_meta_outplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1020082Z test_dispatch_meta_outplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1020244Z test_dispatch_meta_outplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1020404Z test_dispatch_meta_outplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1020607Z test_dispatch_meta_outplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1020768Z test_dispatch_meta_outplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1020927Z test_dispatch_meta_outplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1021086Z test_dispatch_meta_outplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1021243Z test_dispatch_meta_outplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1021394Z test_dispatch_meta_outplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1021543Z test_dispatch_meta_outplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1021701Z test_dispatch_meta_outplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1021853Z test_dispatch_meta_outplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1022031Z test_dispatch_meta_outplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1022206Z test_dispatch_meta_outplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1022378Z test_dispatch_meta_outplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1022540Z test_dispatch_meta_outplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1022697Z test_dispatch_meta_outplace_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1022850Z test_dispatch_meta_outplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1023020Z test_dispatch_meta_outplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1023238Z test_dispatch_meta_outplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1023404Z test_dispatch_meta_outplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1023565Z test_dispatch_meta_outplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1023727Z test_dispatch_meta_outplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1023943Z test_dispatch_meta_outplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1024104Z test_dispatch_meta_outplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1024262Z test_dispatch_meta_outplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1024419Z test_dispatch_meta_outplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1024619Z test_dispatch_meta_outplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1024793Z test_dispatch_meta_outplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1024970Z test_dispatch_meta_outplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1025136Z test_dispatch_meta_outplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1025298Z test_dispatch_meta_outplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1025460Z test_dispatch_meta_outplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1025623Z test_dispatch_meta_outplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1025783Z test_dispatch_meta_outplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1025945Z test_dispatch_meta_outplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1026093Z test_dispatch_meta_outplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1026291Z test_dispatch_meta_outplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1026452Z test_dispatch_meta_outplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1026610Z test_dispatch_meta_outplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1026772Z test_dispatch_meta_outplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1026927Z test_dispatch_meta_outplace_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1027088Z test_dispatch_meta_outplace_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1027247Z test_dispatch_meta_outplace_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1027410Z test_dispatch_meta_outplace_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1027568Z test_dispatch_meta_outplace_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1027723Z test_dispatch_meta_outplace_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1027874Z test_dispatch_meta_outplace_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1028029Z test_dispatch_meta_outplace_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1028180Z test_dispatch_meta_outplace_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1028328Z test_dispatch_meta_outplace_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1028483Z test_dispatch_meta_outplace_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1028634Z test_dispatch_meta_outplace_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1028798Z test_dispatch_meta_outplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1028955Z test_dispatch_meta_outplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1029109Z test_dispatch_meta_outplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1029329Z test_dispatch_meta_outplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1029498Z test_dispatch_meta_outplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1029657Z test_dispatch_meta_outplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1029821Z test_dispatch_meta_outplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1030029Z test_dispatch_meta_outplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1030533Z test_dispatch_meta_outplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1030698Z test_dispatch_meta_outplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1030851Z test_dispatch_meta_outplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1031013Z test_dispatch_meta_outplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1031168Z test_dispatch_meta_outplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1031331Z test_dispatch_meta_outplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1031490Z test_dispatch_meta_outplace_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1031656Z test_dispatch_meta_outplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1031820Z test_dispatch_meta_outplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1031987Z test_dispatch_meta_outplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1032149Z test_dispatch_meta_outplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1032358Z test_dispatch_meta_outplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1032518Z test_dispatch_meta_outplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1032658Z test_dispatch_meta_outplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1032809Z test_dispatch_meta_outplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1032960Z test_dispatch_meta_outplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1033117Z test_dispatch_meta_outplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1033275Z test_dispatch_meta_outplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1033437Z test_dispatch_meta_outplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1033596Z test_dispatch_meta_outplace_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1033760Z test_dispatch_meta_outplace_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1033923Z test_dispatch_meta_outplace_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1034086Z test_dispatch_meta_outplace_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1034248Z test_dispatch_meta_outplace_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1034407Z test_dispatch_meta_outplace_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1034567Z test_dispatch_meta_outplace_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1034724Z test_dispatch_meta_outplace_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1034876Z test_dispatch_meta_outplace_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1035024Z test_dispatch_meta_outplace_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1035181Z test_dispatch_meta_outplace_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1035332Z test_dispatch_meta_outplace_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1035559Z test_dispatch_meta_outplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.1035708Z test_dispatch_meta_outplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.1035868Z test_dispatch_meta_outplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1036026Z test_dispatch_meta_outplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.1036277Z test_dispatch_meta_outplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.1036432Z test_dispatch_meta_outplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.1036582Z test_dispatch_meta_outplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1036732Z test_dispatch_meta_outplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.1036884Z test_dispatch_meta_outplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.1037033Z test_dispatch_meta_outplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.1037190Z test_dispatch_meta_outplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1037347Z test_dispatch_meta_outplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1037512Z test_dispatch_meta_outplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1037677Z test_dispatch_meta_outplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1037835Z test_dispatch_meta_outplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1038037Z test_dispatch_meta_outplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1038195Z test_dispatch_meta_outplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1038352Z test_dispatch_meta_outplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1038504Z test_dispatch_meta_outplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1038643Z test_dispatch_meta_outplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1038799Z test_dispatch_meta_outplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1038952Z test_dispatch_meta_outplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1039115Z test_dispatch_meta_outplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1039273Z test_dispatch_meta_outplace_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1039440Z test_dispatch_meta_outplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1039603Z test_dispatch_meta_outplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1039767Z test_dispatch_meta_outplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1039926Z test_dispatch_meta_outplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1040083Z test_dispatch_meta_outplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1040241Z test_dispatch_meta_outplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1040398Z test_dispatch_meta_outplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1040553Z test_dispatch_meta_outplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1040703Z test_dispatch_meta_outplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1040862Z test_dispatch_meta_outplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1041014Z test_dispatch_meta_outplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1041179Z test_dispatch_meta_outplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1041340Z test_dispatch_meta_outplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1041542Z test_dispatch_meta_outplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1041725Z test_dispatch_meta_outplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1041943Z test_dispatch_meta_outplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1042109Z test_dispatch_meta_outplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1042277Z test_dispatch_meta_outplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1042548Z test_dispatch_meta_outplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1042737Z test_dispatch_meta_outplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1042899Z test_dispatch_meta_outplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1043060Z test_dispatch_meta_outplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1043223Z test_dispatch_meta_outplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1043381Z test_dispatch_meta_outplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1043600Z test_dispatch_symbolic_meta_inplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1043808Z test_dispatch_symbolic_meta_inplace_H_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1044067Z test_dispatch_symbolic_meta_inplace_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1044280Z test_dispatch_symbolic_meta_inplace_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1044491Z test_dispatch_symbolic_meta_inplace_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1044698Z test_dispatch_symbolic_meta_inplace_H_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1044907Z test_dispatch_symbolic_meta_inplace_H_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1045111Z test_dispatch_symbolic_meta_inplace_H_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1045316Z test_dispatch_symbolic_meta_inplace_H_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1045520Z test_dispatch_symbolic_meta_inplace_H_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1045718Z test_dispatch_symbolic_meta_inplace_H_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1045918Z test_dispatch_symbolic_meta_inplace_H_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1046114Z test_dispatch_symbolic_meta_inplace_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1046322Z test_dispatch_symbolic_meta_inplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1046515Z test_dispatch_symbolic_meta_inplace_T_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1046730Z test_dispatch_symbolic_meta_inplace_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1046940Z test_dispatch_symbolic_meta_inplace_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1047151Z test_dispatch_symbolic_meta_inplace_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1047357Z test_dispatch_symbolic_meta_inplace_T_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1047600Z test_dispatch_symbolic_meta_inplace_T_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1047805Z test_dispatch_symbolic_meta_inplace_T_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1048038Z test_dispatch_symbolic_meta_inplace_T_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1048261Z test_dispatch_symbolic_meta_inplace_T_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1048464Z test_dispatch_symbolic_meta_inplace_T_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1048697Z test_dispatch_symbolic_meta_inplace_T_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1048915Z test_dispatch_symbolic_meta_inplace_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1049135Z test_dispatch_symbolic_meta_inplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1049351Z test_dispatch_symbolic_meta_inplace___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1049616Z test_dispatch_symbolic_meta_inplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1049840Z test_dispatch_symbolic_meta_inplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1050058Z test_dispatch_symbolic_meta_inplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1050274Z test_dispatch_symbolic_meta_inplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1050492Z test_dispatch_symbolic_meta_inplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1050707Z test_dispatch_symbolic_meta_inplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1050922Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1051131Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1051333Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1051542Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1051750Z test_dispatch_symbolic_meta_inplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1051954Z test_dispatch_symbolic_meta_inplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1052163Z test_dispatch_symbolic_meta_inplace___radd___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1052380Z test_dispatch_symbolic_meta_inplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1052600Z test_dispatch_symbolic_meta_inplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1052811Z test_dispatch_symbolic_meta_inplace___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1053015Z test_dispatch_symbolic_meta_inplace___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1053255Z test_dispatch_symbolic_meta_inplace___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1053454Z test_dispatch_symbolic_meta_inplace___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1053657Z test_dispatch_symbolic_meta_inplace___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1053856Z test_dispatch_symbolic_meta_inplace___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1054059Z test_dispatch_symbolic_meta_inplace___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1054326Z test_dispatch_symbolic_meta_inplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1054539Z test_dispatch_symbolic_meta_inplace___rand___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1054745Z test_dispatch_symbolic_meta_inplace___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1055089Z test_dispatch_symbolic_meta_inplace___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1055288Z test_dispatch_symbolic_meta_inplace___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1055494Z test_dispatch_symbolic_meta_inplace___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1055705Z test_dispatch_symbolic_meta_inplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1055918Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1056125Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1056343Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1056558Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1056770Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1056978Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1057179Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1057385Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1057585Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1057784Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1057988Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1058193Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1058409Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1058667Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1058888Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1059107Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1059320Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1059534Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1059742Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1059946Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1060158Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1060456Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1060650Z test_dispatch_symbolic_meta_inplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1060857Z test_dispatch_symbolic_meta_inplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1061114Z test_dispatch_symbolic_meta_inplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1061320Z test_dispatch_symbolic_meta_inplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1061524Z test_dispatch_symbolic_meta_inplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1061736Z test_dispatch_symbolic_meta_inplace___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1061951Z test_dispatch_symbolic_meta_inplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1062168Z test_dispatch_symbolic_meta_inplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1062371Z test_dispatch_symbolic_meta_inplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1062571Z test_dispatch_symbolic_meta_inplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1062771Z test_dispatch_symbolic_meta_inplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1062979Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1063183Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1063381Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1063586Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1063792Z test_dispatch_symbolic_meta_inplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1064043Z test_dispatch_symbolic_meta_inplace___ror___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1064252Z test_dispatch_symbolic_meta_inplace___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1064465Z test_dispatch_symbolic_meta_inplace___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1064670Z test_dispatch_symbolic_meta_inplace___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1064875Z test_dispatch_symbolic_meta_inplace___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1065078Z test_dispatch_symbolic_meta_inplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1065295Z test_dispatch_symbolic_meta_inplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1065512Z test_dispatch_symbolic_meta_inplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1065766Z test_dispatch_symbolic_meta_inplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1065980Z test_dispatch_symbolic_meta_inplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1066187Z test_dispatch_symbolic_meta_inplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1066390Z test_dispatch_symbolic_meta_inplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1066647Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1066853Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1067079Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1067309Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1067506Z test_dispatch_symbolic_meta_inplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1067717Z test_dispatch_symbolic_meta_inplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1067930Z test_dispatch_symbolic_meta_inplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1068148Z test_dispatch_symbolic_meta_inplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1068358Z test_dispatch_symbolic_meta_inplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1068569Z test_dispatch_symbolic_meta_inplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1068770Z test_dispatch_symbolic_meta_inplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1068975Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1069176Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1069416Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1069623Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1069830Z test_dispatch_symbolic_meta_inplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1070035Z test_dispatch_symbolic_meta_inplace___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1070242Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1070445Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1070654Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1070864Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1071069Z test_dispatch_symbolic_meta_inplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1071341Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1071573Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1071795Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1071970Z test_dispatch_symbolic_meta_inplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1072181Z test_dispatch_symbolic_meta_inplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1072390Z test_dispatch_symbolic_meta_inplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1072651Z test_dispatch_symbolic_meta_inplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1072823Z test_dispatch_symbolic_meta_inplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1072990Z test_dispatch_symbolic_meta_inplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1073153Z test_dispatch_symbolic_meta_inplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1073368Z test_dispatch_symbolic_meta_inplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1073523Z test_dispatch_symbolic_meta_inplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.1073683Z test_dispatch_symbolic_meta_inplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1073849Z test_dispatch_symbolic_meta_inplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1074017Z test_dispatch_symbolic_meta_inplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1074188Z test_dispatch_symbolic_meta_inplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1074392Z test_dispatch_symbolic_meta_inplace_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1074570Z test_dispatch_symbolic_meta_inplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1074744Z test_dispatch_symbolic_meta_inplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1074915Z test_dispatch_symbolic_meta_inplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1075130Z test_dispatch_symbolic_meta_inplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1075335Z test_dispatch_symbolic_meta_inplace_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1075538Z test_dispatch_symbolic_meta_inplace_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1075739Z test_dispatch_symbolic_meta_inplace_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1075940Z test_dispatch_symbolic_meta_inplace_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1076140Z test_dispatch_symbolic_meta_inplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1076311Z test_dispatch_symbolic_meta_inplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1076512Z test_dispatch_symbolic_meta_inplace_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1076687Z test_dispatch_symbolic_meta_inplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1076905Z test_dispatch_symbolic_meta_inplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1077078Z test_dispatch_symbolic_meta_inplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1077248Z test_dispatch_symbolic_meta_inplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1077453Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.1077655Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1077847Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1078047Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1078249Z test_dispatch_symbolic_meta_inplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1078420Z test_dispatch_symbolic_meta_inplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1078585Z test_dispatch_symbolic_meta_inplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1078816Z test_dispatch_symbolic_meta_inplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1078990Z test_dispatch_symbolic_meta_inplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1079163Z test_dispatch_symbolic_meta_inplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1079387Z test_dispatch_symbolic_meta_inplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1079558Z test_dispatch_symbolic_meta_inplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1079725Z test_dispatch_symbolic_meta_inplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1079890Z test_dispatch_symbolic_meta_inplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1080051Z test_dispatch_symbolic_meta_inplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1080209Z test_dispatch_symbolic_meta_inplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1080373Z test_dispatch_symbolic_meta_inplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1080535Z test_dispatch_symbolic_meta_inplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1080750Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1080931Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1081106Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1081283Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1081453Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1081609Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1081777Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1081943Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1082110Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1082276Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1082532Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1082766Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1082946Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.1083121Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1083296Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1083471Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1083650Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1083831Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1084007Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1084183Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1084353Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1084525Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1084695Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1084920Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1085090Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1085252Z test_dispatch_symbolic_meta_inplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1085462Z test_dispatch_symbolic_meta_inplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1085658Z test_dispatch_symbolic_meta_inplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1085827Z test_dispatch_symbolic_meta_inplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1085996Z test_dispatch_symbolic_meta_inplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1086162Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1086329Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1086491Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1086706Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1086869Z test_dispatch_symbolic_meta_inplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1087063Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1087255Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1087447Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1087632Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1087820Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1088005Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1088194Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1088378Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1088604Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1088785Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1088957Z test_dispatch_symbolic_meta_inplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1089130Z test_dispatch_symbolic_meta_inplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1089293Z test_dispatch_symbolic_meta_inplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1089466Z test_dispatch_symbolic_meta_inplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1089637Z test_dispatch_symbolic_meta_inplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1089805Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1089973Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1090135Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1090301Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1090468Z test_dispatch_symbolic_meta_inplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1090637Z test_dispatch_symbolic_meta_inplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1090802Z test_dispatch_symbolic_meta_inplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1091032Z test_dispatch_symbolic_meta_inplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1091206Z test_dispatch_symbolic_meta_inplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1091376Z test_dispatch_symbolic_meta_inplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1091571Z test_dispatch_symbolic_meta_inplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1091756Z test_dispatch_symbolic_meta_inplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1091924Z test_dispatch_symbolic_meta_inplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1092090Z test_dispatch_symbolic_meta_inplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1092249Z test_dispatch_symbolic_meta_inplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1092457Z test_dispatch_symbolic_meta_inplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1092616Z test_dispatch_symbolic_meta_inplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1092821Z test_dispatch_symbolic_meta_inplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1093030Z test_dispatch_symbolic_meta_inplace_all_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1093247Z test_dispatch_symbolic_meta_inplace_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1093460Z test_dispatch_symbolic_meta_inplace_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1093667Z test_dispatch_symbolic_meta_inplace_all_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1093878Z test_dispatch_symbolic_meta_inplace_all_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1094086Z test_dispatch_symbolic_meta_inplace_all_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1094717Z test_dispatch_symbolic_meta_inplace_all_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1094925Z test_dispatch_symbolic_meta_inplace_all_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1095125Z test_dispatch_symbolic_meta_inplace_all_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1095332Z test_dispatch_symbolic_meta_inplace_all_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1095535Z test_dispatch_symbolic_meta_inplace_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1095740Z test_dispatch_symbolic_meta_inplace_all_strides_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1095946Z test_dispatch_symbolic_meta_inplace_all_strides_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1096163Z test_dispatch_symbolic_meta_inplace_all_strides___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1096374Z test_dispatch_symbolic_meta_inplace_all_strides___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1096580Z test_dispatch_symbolic_meta_inplace_all_strides___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1096791Z test_dispatch_symbolic_meta_inplace_all_strides___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1097041Z test_dispatch_symbolic_meta_inplace_all_strides___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1097273Z test_dispatch_symbolic_meta_inplace_all_strides___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1097476Z test_dispatch_symbolic_meta_inplace_all_strides___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1097678Z test_dispatch_symbolic_meta_inplace_all_strides___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1097886Z test_dispatch_symbolic_meta_inplace_all_strides___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1098136Z test_dispatch_symbolic_meta_inplace_all_strides___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1098396Z test_dispatch_symbolic_meta_inplace_all_strides___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1098627Z test_dispatch_symbolic_meta_inplace_all_strides__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1098833Z test_dispatch_symbolic_meta_inplace_all_strides_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1099038Z test_dispatch_symbolic_meta_inplace_all_strides_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1099244Z test_dispatch_symbolic_meta_inplace_all_strides_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1099446Z test_dispatch_symbolic_meta_inplace_all_strides_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1099640Z test_dispatch_symbolic_meta_inplace_all_strides_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1099854Z test_dispatch_symbolic_meta_inplace_all_strides_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1100103Z test_dispatch_symbolic_meta_inplace_all_strides_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1100308Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1100529Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1100737Z test_dispatch_symbolic_meta_inplace_all_strides_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1100942Z test_dispatch_symbolic_meta_inplace_all_strides_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1101149Z test_dispatch_symbolic_meta_inplace_all_strides_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1101358Z test_dispatch_symbolic_meta_inplace_all_strides_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1101565Z test_dispatch_symbolic_meta_inplace_all_strides_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1101767Z test_dispatch_symbolic_meta_inplace_all_strides_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1101977Z test_dispatch_symbolic_meta_inplace_all_strides_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1102184Z test_dispatch_symbolic_meta_inplace_all_strides_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1102385Z test_dispatch_symbolic_meta_inplace_all_strides_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1102596Z test_dispatch_symbolic_meta_inplace_all_strides_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1102806Z test_dispatch_symbolic_meta_inplace_all_strides_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1103014Z test_dispatch_symbolic_meta_inplace_all_strides_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1103223Z test_dispatch_symbolic_meta_inplace_all_strides_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1103488Z test_dispatch_symbolic_meta_inplace_all_strides_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1103700Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1103964Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1104227Z test_dispatch_symbolic_meta_inplace_all_strides_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1104438Z test_dispatch_symbolic_meta_inplace_all_strides_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1104640Z test_dispatch_symbolic_meta_inplace_all_strides_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1104843Z test_dispatch_symbolic_meta_inplace_all_strides_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1105048Z test_dispatch_symbolic_meta_inplace_all_strides_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1105261Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1105466Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1105707Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1105914Z test_dispatch_symbolic_meta_inplace_all_strides_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1106126Z test_dispatch_symbolic_meta_inplace_all_strides_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1106325Z test_dispatch_symbolic_meta_inplace_all_strides_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1106532Z test_dispatch_symbolic_meta_inplace_all_strides_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1106746Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1106964Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1107172Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1107380Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1107601Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1107811Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1108024Z test_dispatch_symbolic_meta_inplace_all_strides_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1108226Z test_dispatch_symbolic_meta_inplace_all_strides_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1108430Z test_dispatch_symbolic_meta_inplace_all_strides_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1108650Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1108872Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1109088Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1109338Z test_dispatch_symbolic_meta_inplace_all_strides_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1109596Z test_dispatch_symbolic_meta_inplace_all_strides_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1109822Z test_dispatch_symbolic_meta_inplace_all_strides_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1110023Z test_dispatch_symbolic_meta_inplace_all_strides_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1110282Z test_dispatch_symbolic_meta_inplace_all_strides_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1110495Z test_dispatch_symbolic_meta_inplace_all_strides_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1110697Z test_dispatch_symbolic_meta_inplace_all_strides_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1110905Z test_dispatch_symbolic_meta_inplace_all_strides_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1111157Z test_dispatch_symbolic_meta_inplace_all_strides_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1111363Z test_dispatch_symbolic_meta_inplace_all_strides_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1111572Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1111789Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1112007Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1112213Z test_dispatch_symbolic_meta_inplace_all_strides_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1112416Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1112628Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1112835Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1113041Z test_dispatch_symbolic_meta_inplace_all_strides_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1113243Z test_dispatch_symbolic_meta_inplace_all_strides_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1113461Z test_dispatch_symbolic_meta_inplace_all_strides_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1113673Z test_dispatch_symbolic_meta_inplace_all_strides_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1113880Z test_dispatch_symbolic_meta_inplace_all_strides_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1114094Z test_dispatch_symbolic_meta_inplace_all_strides_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1114312Z test_dispatch_symbolic_meta_inplace_all_strides_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1114529Z test_dispatch_symbolic_meta_inplace_all_strides_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1114742Z test_dispatch_symbolic_meta_inplace_all_strides_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1114987Z test_dispatch_symbolic_meta_inplace_all_strides_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1115193Z test_dispatch_symbolic_meta_inplace_all_strides_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1115398Z test_dispatch_symbolic_meta_inplace_all_strides_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1115612Z test_dispatch_symbolic_meta_inplace_all_strides_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1115870Z test_dispatch_symbolic_meta_inplace_all_strides_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1116078Z test_dispatch_symbolic_meta_inplace_all_strides_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1116288Z test_dispatch_symbolic_meta_inplace_all_strides_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1116549Z test_dispatch_symbolic_meta_inplace_all_strides_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1116805Z test_dispatch_symbolic_meta_inplace_all_strides_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1117013Z test_dispatch_symbolic_meta_inplace_all_strides_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1117242Z test_dispatch_symbolic_meta_inplace_all_strides_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1117453Z test_dispatch_symbolic_meta_inplace_all_strides_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1117661Z test_dispatch_symbolic_meta_inplace_all_strides_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1117877Z test_dispatch_symbolic_meta_inplace_all_strides_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1118090Z test_dispatch_symbolic_meta_inplace_all_strides_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1118307Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1118520Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1118739Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1118942Z test_dispatch_symbolic_meta_inplace_all_strides_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1119153Z test_dispatch_symbolic_meta_inplace_all_strides_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1119355Z test_dispatch_symbolic_meta_inplace_all_strides_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1119582Z test_dispatch_symbolic_meta_inplace_all_strides_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1119807Z test_dispatch_symbolic_meta_inplace_all_strides_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1120030Z test_dispatch_symbolic_meta_inplace_all_strides_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1120231Z test_dispatch_symbolic_meta_inplace_all_strides_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1120772Z test_dispatch_symbolic_meta_inplace_all_strides_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1120991Z test_dispatch_symbolic_meta_inplace_all_strides_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1121202Z test_dispatch_symbolic_meta_inplace_all_strides_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1121407Z test_dispatch_symbolic_meta_inplace_all_strides_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1121616Z test_dispatch_symbolic_meta_inplace_all_strides_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1121881Z test_dispatch_symbolic_meta_inplace_all_strides_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1122099Z test_dispatch_symbolic_meta_inplace_all_strides_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1122305Z test_dispatch_symbolic_meta_inplace_all_strides_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1122690Z test_dispatch_symbolic_meta_inplace_all_strides_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1122902Z test_dispatch_symbolic_meta_inplace_all_strides_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1123112Z test_dispatch_symbolic_meta_inplace_all_strides_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1123316Z test_dispatch_symbolic_meta_inplace_all_strides_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1123520Z test_dispatch_symbolic_meta_inplace_all_strides_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1123736Z test_dispatch_symbolic_meta_inplace_all_strides_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1123941Z test_dispatch_symbolic_meta_inplace_all_strides_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1124149Z test_dispatch_symbolic_meta_inplace_all_strides_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1124352Z test_dispatch_symbolic_meta_inplace_all_strides_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.1124562Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1124770Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1124982Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1125197Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1125408Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1125615Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1125821Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1126023Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1126225Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1126474Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1126694Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1126908Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1127116Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1127325Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1127516Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1127725Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1127969Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1128224Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1128433Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1128687Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1128896Z test_dispatch_symbolic_meta_inplace_all_strides_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1129106Z test_dispatch_symbolic_meta_inplace_all_strides_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1129311Z test_dispatch_symbolic_meta_inplace_all_strides_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1129521Z test_dispatch_symbolic_meta_inplace_all_strides_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1129728Z test_dispatch_symbolic_meta_inplace_all_strides_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1129934Z test_dispatch_symbolic_meta_inplace_all_strides_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1130149Z test_dispatch_symbolic_meta_inplace_all_strides_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1130356Z test_dispatch_symbolic_meta_inplace_all_strides_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1130577Z test_dispatch_symbolic_meta_inplace_all_strides_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1130784Z test_dispatch_symbolic_meta_inplace_all_strides_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1130987Z test_dispatch_symbolic_meta_inplace_all_strides_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1131189Z test_dispatch_symbolic_meta_inplace_all_strides_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1131395Z test_dispatch_symbolic_meta_inplace_all_strides_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1131600Z test_dispatch_symbolic_meta_inplace_all_strides_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1131841Z test_dispatch_symbolic_meta_inplace_all_strides_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1132052Z test_dispatch_symbolic_meta_inplace_all_strides_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1132261Z test_dispatch_symbolic_meta_inplace_all_strides_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1132462Z test_dispatch_symbolic_meta_inplace_all_strides_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1132663Z test_dispatch_symbolic_meta_inplace_all_strides_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1132867Z test_dispatch_symbolic_meta_inplace_all_strides_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1133078Z test_dispatch_symbolic_meta_inplace_all_strides_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1133297Z test_dispatch_symbolic_meta_inplace_all_strides_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1133542Z test_dispatch_symbolic_meta_inplace_all_strides_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1133745Z test_dispatch_symbolic_meta_inplace_all_strides_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1134010Z test_dispatch_symbolic_meta_inplace_all_strides_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1134203Z test_dispatch_symbolic_meta_inplace_all_strides_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1134413Z test_dispatch_symbolic_meta_inplace_all_strides_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1134674Z test_dispatch_symbolic_meta_inplace_all_strides_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1134885Z test_dispatch_symbolic_meta_inplace_all_strides_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1135087Z test_dispatch_symbolic_meta_inplace_all_strides_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1135291Z test_dispatch_symbolic_meta_inplace_all_strides_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1135500Z test_dispatch_symbolic_meta_inplace_all_strides_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1135707Z test_dispatch_symbolic_meta_inplace_all_strides_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1135920Z test_dispatch_symbolic_meta_inplace_all_strides_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1136132Z test_dispatch_symbolic_meta_inplace_all_strides_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1136341Z test_dispatch_symbolic_meta_inplace_all_strides_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1136548Z test_dispatch_symbolic_meta_inplace_all_strides_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1136762Z test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1136976Z test_dispatch_symbolic_meta_inplace_all_strides_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1137180Z test_dispatch_symbolic_meta_inplace_all_strides_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1137425Z test_dispatch_symbolic_meta_inplace_all_strides_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1137633Z test_dispatch_symbolic_meta_inplace_all_strides_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1137844Z test_dispatch_symbolic_meta_inplace_all_strides_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1138046Z test_dispatch_symbolic_meta_inplace_all_strides_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1138251Z test_dispatch_symbolic_meta_inplace_all_strides_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1138459Z test_dispatch_symbolic_meta_inplace_all_strides_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1138672Z test_dispatch_symbolic_meta_inplace_all_strides_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1138879Z test_dispatch_symbolic_meta_inplace_all_strides_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1139124Z test_dispatch_symbolic_meta_inplace_all_strides_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1139334Z test_dispatch_symbolic_meta_inplace_all_strides_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1139566Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1139806Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1140087Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1140325Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1140601Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1140806Z test_dispatch_symbolic_meta_inplace_all_strides_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1141016Z test_dispatch_symbolic_meta_inplace_all_strides_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1141205Z test_dispatch_symbolic_meta_inplace_all_strides_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1141411Z test_dispatch_symbolic_meta_inplace_all_strides_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1141614Z test_dispatch_symbolic_meta_inplace_all_strides_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1141820Z test_dispatch_symbolic_meta_inplace_all_strides_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1142029Z test_dispatch_symbolic_meta_inplace_all_strides_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1142248Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1142472Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1142687Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1142946Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1143157Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1143381Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1143592Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1143808Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1144023Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1144245Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1144480Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1144729Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1144943Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1145165Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1145388Z 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:52:10.1145607Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1145845Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1146101Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1146313Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1146583Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1146807Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1147024Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1147244Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1147467Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1147686Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1147918Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1148135Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1148390Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1148631Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1148845Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1149058Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1149335Z 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.001s) 2022-11-23T01:52:10.1149546Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1149763Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1149977Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1150232Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1150460Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1150672Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1150887Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1151109Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1151333Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1151551Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1151766Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1152031Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1152247Z test_dispatch_symbolic_meta_inplace_all_strides_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1152504Z test_dispatch_symbolic_meta_inplace_all_strides_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1152713Z test_dispatch_symbolic_meta_inplace_all_strides_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1152920Z test_dispatch_symbolic_meta_inplace_all_strides_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1153121Z test_dispatch_symbolic_meta_inplace_all_strides_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1153334Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1153560Z 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:52:10.1153816Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1154029Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1154247Z test_dispatch_symbolic_meta_inplace_all_strides_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1154454Z test_dispatch_symbolic_meta_inplace_all_strides_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1154667Z test_dispatch_symbolic_meta_inplace_all_strides_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1154872Z test_dispatch_symbolic_meta_inplace_all_strides_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1155081Z test_dispatch_symbolic_meta_inplace_all_strides_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1155287Z test_dispatch_symbolic_meta_inplace_all_strides_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1155493Z test_dispatch_symbolic_meta_inplace_all_strides_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1155744Z test_dispatch_symbolic_meta_inplace_all_strides_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1155956Z test_dispatch_symbolic_meta_inplace_all_strides_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1156160Z test_dispatch_symbolic_meta_inplace_all_strides_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1156364Z test_dispatch_symbolic_meta_inplace_all_strides_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1156554Z test_dispatch_symbolic_meta_inplace_all_strides_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1156763Z test_dispatch_symbolic_meta_inplace_all_strides_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1156976Z test_dispatch_symbolic_meta_inplace_all_strides_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1157176Z test_dispatch_symbolic_meta_inplace_all_strides_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1157374Z test_dispatch_symbolic_meta_inplace_all_strides_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1157589Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1157852Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1158073Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1158290Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1158559Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1158777Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1158984Z test_dispatch_symbolic_meta_inplace_all_strides_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1159202Z test_dispatch_symbolic_meta_inplace_all_strides_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1159462Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1159685Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1159896Z test_dispatch_symbolic_meta_inplace_all_strides_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1160109Z test_dispatch_symbolic_meta_inplace_all_strides_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1160326Z test_dispatch_symbolic_meta_inplace_all_strides_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1160547Z test_dispatch_symbolic_meta_inplace_all_strides_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1160763Z test_dispatch_symbolic_meta_inplace_all_strides_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1160979Z test_dispatch_symbolic_meta_inplace_all_strides_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1161231Z test_dispatch_symbolic_meta_inplace_all_strides_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1161448Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1161664Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1161876Z test_dispatch_symbolic_meta_inplace_all_strides_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1162083Z test_dispatch_symbolic_meta_inplace_all_strides_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1162287Z test_dispatch_symbolic_meta_inplace_all_strides_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1162588Z test_dispatch_symbolic_meta_inplace_all_strides_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1162802Z test_dispatch_symbolic_meta_inplace_all_strides_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1163008Z test_dispatch_symbolic_meta_inplace_all_strides_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1163246Z test_dispatch_symbolic_meta_inplace_all_strides_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1163475Z 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:52:10.1163699Z 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:52:10.1163970Z test_dispatch_symbolic_meta_inplace_all_strides_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1164165Z test_dispatch_symbolic_meta_inplace_all_strides_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1164374Z test_dispatch_symbolic_meta_inplace_all_strides_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1164646Z 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:52:10.1164927Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1165136Z test_dispatch_symbolic_meta_inplace_all_strides_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1165361Z 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:52:10.1165587Z 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:52:10.1165797Z test_dispatch_symbolic_meta_inplace_all_strides_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1165999Z test_dispatch_symbolic_meta_inplace_all_strides_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1166211Z test_dispatch_symbolic_meta_inplace_all_strides_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1166419Z test_dispatch_symbolic_meta_inplace_all_strides_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1166667Z test_dispatch_symbolic_meta_inplace_all_strides_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1166871Z test_dispatch_symbolic_meta_inplace_all_strides_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.1167085Z test_dispatch_symbolic_meta_inplace_all_strides_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1167287Z test_dispatch_symbolic_meta_inplace_all_strides_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1167512Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1167739Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1167962Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1168175Z test_dispatch_symbolic_meta_inplace_all_strides_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1168382Z test_dispatch_symbolic_meta_inplace_all_strides_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1168595Z test_dispatch_symbolic_meta_inplace_all_strides_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1168812Z test_dispatch_symbolic_meta_inplace_all_strides_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1169021Z test_dispatch_symbolic_meta_inplace_all_strides_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1169235Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1169444Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1169665Z test_dispatch_symbolic_meta_inplace_all_strides_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1169950Z test_dispatch_symbolic_meta_inplace_all_strides_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1170174Z test_dispatch_symbolic_meta_inplace_all_strides_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1170461Z test_dispatch_symbolic_meta_inplace_all_strides_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1170667Z test_dispatch_symbolic_meta_inplace_all_strides_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1170879Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1171098Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1171310Z test_dispatch_symbolic_meta_inplace_all_strides_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1171507Z test_dispatch_symbolic_meta_inplace_all_strides_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1171717Z test_dispatch_symbolic_meta_inplace_all_strides_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1171925Z test_dispatch_symbolic_meta_inplace_all_strides_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1172218Z 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:52:10.1172461Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1172702Z 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:52:10.1172936Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1173175Z 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:52:10.1173406Z 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:52:10.1173642Z 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:52:10.1173874Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1174103Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1174324Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1174541Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1174759Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1174990Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1175233Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1175486Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1175794Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1176021Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1176247Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1176539Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1176777Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1177011Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1177255Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1177494Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1177770Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1177995Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1178224Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1178455Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1178685Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1178904Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1179138Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1179364Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1179622Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1179883Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1180125Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1180368Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1180605Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1180826Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1181044Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1181316Z 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:52:10.1181544Z 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:52:10.1181828Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1182058Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1182271Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1182547Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1182791Z 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:52:10.1183015Z 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:52:10.1183644Z 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:52:10.1183879Z 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:52:10.1184122Z 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:52:10.1184368Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1184610Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1184857Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1185102Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1185326Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1185552Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1185785Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1186009Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1186238Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1186477Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1186710Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1186950Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1187224Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1187449Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1187734Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1187964Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1188200Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1188487Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1188725Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1189001Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1189238Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1189460Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1189687Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1189922Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1190166Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1190417Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1190638Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1190866Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1191085Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1191318Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1191544Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1191774Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1192006Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1192243Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1192464Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1192741Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1192979Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1193212Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1193419Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1193693Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1193917Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1194138Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1194459Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1194681Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1194911Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1195146Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1195372Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1195609Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1195838Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1196066Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1196291Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1196519Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1196746Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1196986Z 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:52:10.1197242Z 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:52:10.1197466Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1197704Z 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:52:10.1197941Z 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:52:10.1198194Z test_dispatch_symbolic_meta_inplace_all_strides_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1198404Z test_dispatch_symbolic_meta_inplace_all_strides_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1198613Z test_dispatch_symbolic_meta_inplace_all_strides_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1198818Z test_dispatch_symbolic_meta_inplace_all_strides_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1199020Z test_dispatch_symbolic_meta_inplace_all_strides_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1199230Z test_dispatch_symbolic_meta_inplace_all_strides_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.1199452Z test_dispatch_symbolic_meta_inplace_all_strides_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1199709Z test_dispatch_symbolic_meta_inplace_all_strides_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1199968Z test_dispatch_symbolic_meta_inplace_all_strides_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1200173Z test_dispatch_symbolic_meta_inplace_all_strides_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1200436Z test_dispatch_symbolic_meta_inplace_all_strides_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1200652Z test_dispatch_symbolic_meta_inplace_all_strides_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1200862Z test_dispatch_symbolic_meta_inplace_all_strides_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1201073Z test_dispatch_symbolic_meta_inplace_all_strides_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1201281Z test_dispatch_symbolic_meta_inplace_all_strides_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1201508Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1201738Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1201954Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1202185Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1202499Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1202717Z test_dispatch_symbolic_meta_inplace_all_strides_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1202922Z test_dispatch_symbolic_meta_inplace_all_strides_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1203129Z test_dispatch_symbolic_meta_inplace_all_strides_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1203332Z test_dispatch_symbolic_meta_inplace_all_strides_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1203535Z test_dispatch_symbolic_meta_inplace_all_strides_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1203801Z test_dispatch_symbolic_meta_inplace_all_strides_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1204011Z test_dispatch_symbolic_meta_inplace_all_strides_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1204224Z test_dispatch_symbolic_meta_inplace_all_strides_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1204432Z test_dispatch_symbolic_meta_inplace_all_strides_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1204647Z test_dispatch_symbolic_meta_inplace_all_strides_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1204853Z test_dispatch_symbolic_meta_inplace_all_strides_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1205067Z test_dispatch_symbolic_meta_inplace_all_strides_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1205273Z test_dispatch_symbolic_meta_inplace_all_strides_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1205520Z test_dispatch_symbolic_meta_inplace_all_strides_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1205799Z test_dispatch_symbolic_meta_inplace_all_strides_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1206014Z test_dispatch_symbolic_meta_inplace_all_strides_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1206266Z test_dispatch_symbolic_meta_inplace_all_strides_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1206485Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1206709Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1206924Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1207133Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1207339Z test_dispatch_symbolic_meta_inplace_all_strides_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1207551Z test_dispatch_symbolic_meta_inplace_all_strides_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1207765Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1207980Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1208182Z test_dispatch_symbolic_meta_inplace_all_strides_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1208389Z test_dispatch_symbolic_meta_inplace_all_strides_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1208596Z test_dispatch_symbolic_meta_inplace_all_strides_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1208816Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1209034Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1209618Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1209834Z test_dispatch_symbolic_meta_inplace_all_strides_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1210040Z test_dispatch_symbolic_meta_inplace_all_strides_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1210259Z test_dispatch_symbolic_meta_inplace_all_strides_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1210471Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1210681Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1210909Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1211131Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1211396Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1211677Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1211900Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1212118Z test_dispatch_symbolic_meta_inplace_all_strides_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1212404Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1212633Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1212843Z test_dispatch_symbolic_meta_inplace_all_strides_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1213061Z test_dispatch_symbolic_meta_inplace_all_strides_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1213265Z test_dispatch_symbolic_meta_inplace_all_strides_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1213472Z test_dispatch_symbolic_meta_inplace_all_strides_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1213680Z test_dispatch_symbolic_meta_inplace_all_strides_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1213887Z test_dispatch_symbolic_meta_inplace_all_strides_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1214113Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1214348Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1214574Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1214800Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1215010Z test_dispatch_symbolic_meta_inplace_all_strides_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1215266Z test_dispatch_symbolic_meta_inplace_all_strides_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1215472Z test_dispatch_symbolic_meta_inplace_all_strides_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1215678Z test_dispatch_symbolic_meta_inplace_all_strides_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1215884Z test_dispatch_symbolic_meta_inplace_all_strides_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1216101Z test_dispatch_symbolic_meta_inplace_all_strides_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1216325Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1216676Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1216988Z test_dispatch_symbolic_meta_inplace_all_strides_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1217483Z 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:52:10.1217851Z test_dispatch_symbolic_meta_inplace_all_strides_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1218170Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1218506Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1218827Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1219150Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1219522Z 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:52:10.1219881Z 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:52:10.1220320Z 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:52:10.1220737Z 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:52:10.1221074Z test_dispatch_symbolic_meta_inplace_all_strides_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1221427Z test_dispatch_symbolic_meta_inplace_all_strides_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1221772Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1222109Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1222432Z test_dispatch_symbolic_meta_inplace_all_strides_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1222861Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1223189Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1223606Z test_dispatch_symbolic_meta_inplace_all_strides_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1224100Z 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.001s) 2022-11-23T01:52:10.1224563Z test_dispatch_symbolic_meta_inplace_all_strides_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1224988Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1225414Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1225830Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1226349Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1226748Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1227140Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1227600Z test_dispatch_symbolic_meta_inplace_all_strides_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1228041Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1228483Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1229022Z 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.001s) 2022-11-23T01:52:10.1229565Z 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.001s) 2022-11-23T01:52:10.1230104Z 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.001s) 2022-11-23T01:52:10.1230554Z 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.001s) 2022-11-23T01:52:10.1231003Z test_dispatch_symbolic_meta_inplace_all_strides_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1231375Z test_dispatch_symbolic_meta_inplace_all_strides_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1231717Z test_dispatch_symbolic_meta_inplace_all_strides_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1232045Z test_dispatch_symbolic_meta_inplace_all_strides_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1232530Z test_dispatch_symbolic_meta_inplace_all_strides_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1232919Z test_dispatch_symbolic_meta_inplace_all_strides_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1233279Z test_dispatch_symbolic_meta_inplace_all_strides_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1233604Z test_dispatch_symbolic_meta_inplace_all_strides_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1233952Z test_dispatch_symbolic_meta_inplace_all_strides_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1234292Z test_dispatch_symbolic_meta_inplace_all_strides_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1234603Z test_dispatch_symbolic_meta_inplace_all_strides_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1234951Z test_dispatch_symbolic_meta_inplace_all_strides_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1235366Z test_dispatch_symbolic_meta_inplace_all_strides_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1235653Z test_dispatch_symbolic_meta_inplace_all_strides_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1235982Z test_dispatch_symbolic_meta_inplace_all_strides_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1236392Z test_dispatch_symbolic_meta_inplace_all_strides_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1236747Z test_dispatch_symbolic_meta_inplace_all_strides_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1237131Z test_dispatch_symbolic_meta_inplace_all_strides_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1237452Z test_dispatch_symbolic_meta_inplace_all_strides_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1237809Z test_dispatch_symbolic_meta_inplace_all_strides_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1238170Z test_dispatch_symbolic_meta_inplace_all_strides_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1238494Z test_dispatch_symbolic_meta_inplace_all_strides_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1238847Z test_dispatch_symbolic_meta_inplace_all_strides_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1239197Z test_dispatch_symbolic_meta_inplace_all_strides_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1239564Z test_dispatch_symbolic_meta_inplace_all_strides_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1239953Z test_dispatch_symbolic_meta_inplace_all_strides_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1240275Z test_dispatch_symbolic_meta_inplace_all_strides_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1240595Z test_dispatch_symbolic_meta_inplace_all_strides_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.1240948Z test_dispatch_symbolic_meta_inplace_all_strides_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1241290Z test_dispatch_symbolic_meta_inplace_all_strides_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1241813Z test_dispatch_symbolic_meta_inplace_all_strides_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1242283Z test_dispatch_symbolic_meta_inplace_all_strides_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1242809Z test_dispatch_symbolic_meta_inplace_all_strides_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1243193Z test_dispatch_symbolic_meta_inplace_all_strides_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1243605Z test_dispatch_symbolic_meta_inplace_all_strides_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1243978Z test_dispatch_symbolic_meta_inplace_all_strides_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1244374Z test_dispatch_symbolic_meta_inplace_all_strides_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1244752Z test_dispatch_symbolic_meta_inplace_all_strides_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1245238Z test_dispatch_symbolic_meta_inplace_all_strides_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1245632Z test_dispatch_symbolic_meta_inplace_all_strides_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1246011Z test_dispatch_symbolic_meta_inplace_all_strides_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1246400Z test_dispatch_symbolic_meta_inplace_all_strides_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1246787Z test_dispatch_symbolic_meta_inplace_all_strides_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1247183Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1247555Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1247943Z test_dispatch_symbolic_meta_inplace_all_strides_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1248396Z test_dispatch_symbolic_meta_inplace_all_strides_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1248810Z test_dispatch_symbolic_meta_inplace_all_strides_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1249205Z test_dispatch_symbolic_meta_inplace_all_strides_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1249579Z test_dispatch_symbolic_meta_inplace_all_strides_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1249968Z test_dispatch_symbolic_meta_inplace_all_strides_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1250345Z test_dispatch_symbolic_meta_inplace_all_strides_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1250745Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1251127Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1251529Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1251986Z test_dispatch_symbolic_meta_inplace_all_strides_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1252363Z test_dispatch_symbolic_meta_inplace_all_strides_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1252748Z test_dispatch_symbolic_meta_inplace_all_strides_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1253129Z test_dispatch_symbolic_meta_inplace_all_strides_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1253511Z test_dispatch_symbolic_meta_inplace_all_strides_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1253890Z test_dispatch_symbolic_meta_inplace_all_strides_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1254305Z test_dispatch_symbolic_meta_inplace_all_strides_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1254722Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1255189Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1255589Z test_dispatch_symbolic_meta_inplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1255996Z test_dispatch_symbolic_meta_inplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1256401Z test_dispatch_symbolic_meta_inplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1256798Z test_dispatch_symbolic_meta_inplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1257190Z test_dispatch_symbolic_meta_inplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1257577Z test_dispatch_symbolic_meta_inplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1257967Z test_dispatch_symbolic_meta_inplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1258345Z test_dispatch_symbolic_meta_inplace_amax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1258733Z test_dispatch_symbolic_meta_inplace_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1259119Z test_dispatch_symbolic_meta_inplace_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1259507Z test_dispatch_symbolic_meta_inplace_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1259873Z test_dispatch_symbolic_meta_inplace_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1260296Z test_dispatch_symbolic_meta_inplace_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1260705Z test_dispatch_symbolic_meta_inplace_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1261088Z test_dispatch_symbolic_meta_inplace_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1261465Z test_dispatch_symbolic_meta_inplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1261853Z test_dispatch_symbolic_meta_inplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1262296Z test_dispatch_symbolic_meta_inplace_amin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1262681Z test_dispatch_symbolic_meta_inplace_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1263067Z test_dispatch_symbolic_meta_inplace_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1263452Z test_dispatch_symbolic_meta_inplace_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1263828Z test_dispatch_symbolic_meta_inplace_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1264203Z test_dispatch_symbolic_meta_inplace_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1264582Z test_dispatch_symbolic_meta_inplace_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1264957Z test_dispatch_symbolic_meta_inplace_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1265392Z test_dispatch_symbolic_meta_inplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1265776Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1266212Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1266629Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1267014Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1267408Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1267797Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1268187Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1268569Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1268966Z test_dispatch_symbolic_meta_inplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1269347Z test_dispatch_symbolic_meta_inplace_angle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1269746Z test_dispatch_symbolic_meta_inplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1270141Z test_dispatch_symbolic_meta_inplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1270531Z test_dispatch_symbolic_meta_inplace_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1270919Z test_dispatch_symbolic_meta_inplace_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1271304Z test_dispatch_symbolic_meta_inplace_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1271683Z test_dispatch_symbolic_meta_inplace_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1272086Z test_dispatch_symbolic_meta_inplace_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1272567Z test_dispatch_symbolic_meta_inplace_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1272956Z test_dispatch_symbolic_meta_inplace_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1273336Z test_dispatch_symbolic_meta_inplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1273721Z test_dispatch_symbolic_meta_inplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1274100Z test_dispatch_symbolic_meta_inplace_any_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1274492Z test_dispatch_symbolic_meta_inplace_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1274884Z test_dispatch_symbolic_meta_inplace_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1275266Z test_dispatch_symbolic_meta_inplace_any_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1275704Z test_dispatch_symbolic_meta_inplace_any_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1276085Z test_dispatch_symbolic_meta_inplace_any_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1276459Z test_dispatch_symbolic_meta_inplace_any_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1276834Z test_dispatch_symbolic_meta_inplace_any_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1277203Z test_dispatch_symbolic_meta_inplace_any_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1277580Z test_dispatch_symbolic_meta_inplace_any_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1277991Z test_dispatch_symbolic_meta_inplace_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1278388Z test_dispatch_symbolic_meta_inplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1278812Z test_dispatch_symbolic_meta_inplace_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1279206Z test_dispatch_symbolic_meta_inplace_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1279592Z test_dispatch_symbolic_meta_inplace_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1279984Z test_dispatch_symbolic_meta_inplace_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1280374Z test_dispatch_symbolic_meta_inplace_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1280763Z test_dispatch_symbolic_meta_inplace_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1281146Z test_dispatch_symbolic_meta_inplace_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1281527Z test_dispatch_symbolic_meta_inplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1281921Z test_dispatch_symbolic_meta_inplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1282376Z test_dispatch_symbolic_meta_inplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1282831Z test_dispatch_symbolic_meta_inplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1283196Z test_dispatch_symbolic_meta_inplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1283539Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1283957Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1295133Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1295613Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1296068Z test_dispatch_symbolic_meta_inplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1296497Z test_dispatch_symbolic_meta_inplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1297048Z test_dispatch_symbolic_meta_inplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1297428Z test_dispatch_symbolic_meta_inplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1297808Z test_dispatch_symbolic_meta_inplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1298190Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1298574Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1298949Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1299327Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1299703Z test_dispatch_symbolic_meta_inplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1300093Z test_dispatch_symbolic_meta_inplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1300473Z test_dispatch_symbolic_meta_inplace_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1300860Z test_dispatch_symbolic_meta_inplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1301245Z test_dispatch_symbolic_meta_inplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1301622Z test_dispatch_symbolic_meta_inplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1302037Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1302456Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1302846Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1303222Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1303683Z test_dispatch_symbolic_meta_inplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1304086Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1304475Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1304887Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1305290Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1305692Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1306090Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1306476Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1306925Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1307307Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1307722Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1308110Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1308535Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1308869Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1309190Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1309528Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1309859Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1310178Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1310499Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1310814Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1311128Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1311442Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1311763Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1312077Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1312396Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1312694Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1313115Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1313531Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1314060Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1314537Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1314963Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1315385Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1315802Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1316213Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1316627Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1317099Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1317501Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1317908Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1318315Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1318632Z test_dispatch_symbolic_meta_inplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1319006Z test_dispatch_symbolic_meta_inplace_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1319324Z test_dispatch_symbolic_meta_inplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1319677Z test_dispatch_symbolic_meta_inplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.1319988Z test_dispatch_symbolic_meta_inplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1320321Z test_dispatch_symbolic_meta_inplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1320691Z test_dispatch_symbolic_meta_inplace_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1321063Z test_dispatch_symbolic_meta_inplace_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.1321434Z test_dispatch_symbolic_meta_inplace_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1321802Z test_dispatch_symbolic_meta_inplace_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1322169Z test_dispatch_symbolic_meta_inplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1322570Z test_dispatch_symbolic_meta_inplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1322934Z test_dispatch_symbolic_meta_inplace_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1323254Z test_dispatch_symbolic_meta_inplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1323560Z test_dispatch_symbolic_meta_inplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1323870Z test_dispatch_symbolic_meta_inplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1324257Z test_dispatch_symbolic_meta_inplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1324633Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1325009Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1325377Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1325742Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1326112Z test_dispatch_symbolic_meta_inplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1326424Z test_dispatch_symbolic_meta_inplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1326783Z test_dispatch_symbolic_meta_inplace_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1327086Z test_dispatch_symbolic_meta_inplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1328028Z test_dispatch_symbolic_meta_inplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1328350Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1328675Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1329023Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1329390Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1329758Z test_dispatch_symbolic_meta_inplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1330071Z test_dispatch_symbolic_meta_inplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1330436Z test_dispatch_symbolic_meta_inplace_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1330816Z test_dispatch_symbolic_meta_inplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1331130Z test_dispatch_symbolic_meta_inplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1331470Z test_dispatch_symbolic_meta_inplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1331778Z test_dispatch_symbolic_meta_inplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1332145Z test_dispatch_symbolic_meta_inplace_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1332506Z test_dispatch_symbolic_meta_inplace_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.1332873Z test_dispatch_symbolic_meta_inplace_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1333238Z test_dispatch_symbolic_meta_inplace_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1333607Z test_dispatch_symbolic_meta_inplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1333922Z test_dispatch_symbolic_meta_inplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1334282Z test_dispatch_symbolic_meta_inplace_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1334603Z test_dispatch_symbolic_meta_inplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1335026Z test_dispatch_symbolic_meta_inplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1335337Z test_dispatch_symbolic_meta_inplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1335652Z test_dispatch_symbolic_meta_inplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1336017Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1336389Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1336764Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1337127Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1337495Z test_dispatch_symbolic_meta_inplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1337899Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1338377Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1338784Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1339187Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1339591Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1340000Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1340398Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1340796Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1341183Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1341571Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1341949Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1342284Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1342595Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1342918Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1343264Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1343625Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1344019Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1344423Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1344929Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1345336Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1345700Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1346090Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1346476Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1346924Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1347352Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1347712Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1348162Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1348496Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1348865Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1349243Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1349594Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1349931Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1350290Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1350649Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1351015Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1351391Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1351780Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1352173Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1352566Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1352889Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1353218Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1353543Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1353858Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1354178Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1354599Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1354926Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1355239Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1355555Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1355866Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1356273Z test_dispatch_symbolic_meta_inplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1356679Z test_dispatch_symbolic_meta_inplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1357080Z test_dispatch_symbolic_meta_inplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1357470Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1357927Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1358326Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1358730Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1359129Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1359538Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1359931Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1360317Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1360703Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1361084Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1361455Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1361840Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1362231Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1362700Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1363086Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1363462Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1363850Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1364243Z test_dispatch_symbolic_meta_inplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1364638Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1364959Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1365266Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1365574Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1365890Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1366213Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1366552Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1366891Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1367229Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1367566Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1367962Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1368283Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1368605Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1368919Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1369228Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1369542Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1369868Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1370191Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1370509Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1370825Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1371134Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1371451Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1371762Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1372108Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1372438Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1372773Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1373116Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1373456Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1373774Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1374092Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.1374407Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1374717Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1375647Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1375982Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1376397Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1376800Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1377213Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1377621Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1378098Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1378538Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1379018Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1379415Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1379813Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1380203Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1380590Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1380980Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1381372Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1381755Z test_dispatch_symbolic_meta_inplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1382148Z test_dispatch_symbolic_meta_inplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1382534Z test_dispatch_symbolic_meta_inplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1382918Z test_dispatch_symbolic_meta_inplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1383294Z test_dispatch_symbolic_meta_inplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1383675Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1384055Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1384428Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1384805Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1385178Z test_dispatch_symbolic_meta_inplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1385619Z test_dispatch_symbolic_meta_inplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1385997Z test_dispatch_symbolic_meta_inplace_bool_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1386393Z test_dispatch_symbolic_meta_inplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1386783Z test_dispatch_symbolic_meta_inplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1387165Z test_dispatch_symbolic_meta_inplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1387549Z test_dispatch_symbolic_meta_inplace_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1387933Z test_dispatch_symbolic_meta_inplace_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1388321Z test_dispatch_symbolic_meta_inplace_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1388700Z test_dispatch_symbolic_meta_inplace_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1389138Z test_dispatch_symbolic_meta_inplace_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1389514Z test_dispatch_symbolic_meta_inplace_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1389888Z test_dispatch_symbolic_meta_inplace_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1390265Z test_dispatch_symbolic_meta_inplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1390687Z test_dispatch_symbolic_meta_inplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1391111Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1391530Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1391922Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1392337Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1392706Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1393123Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1393532Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1393944Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1394355Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1394755Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1395158Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1395629Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1396040Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1396425Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1396838Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1397252Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1397654Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1398060Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1398464Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1398925Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1399319Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1399715Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1400111Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1400512Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1400911Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1401313Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1401697Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1402083Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1402555Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1402951Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1403340Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1403732Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1404119Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1404507Z test_dispatch_symbolic_meta_inplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1404884Z test_dispatch_symbolic_meta_inplace_byte_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1405270Z test_dispatch_symbolic_meta_inplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1405729Z test_dispatch_symbolic_meta_inplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1406118Z test_dispatch_symbolic_meta_inplace_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1406504Z test_dispatch_symbolic_meta_inplace_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1406886Z test_dispatch_symbolic_meta_inplace_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1407263Z test_dispatch_symbolic_meta_inplace_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1407638Z test_dispatch_symbolic_meta_inplace_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1408017Z test_dispatch_symbolic_meta_inplace_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1408395Z test_dispatch_symbolic_meta_inplace_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1408837Z test_dispatch_symbolic_meta_inplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1409250Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1409645Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1410062Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1410481Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1410892Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1411300Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1411708Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1412111Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1412514Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1412921Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1413328Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1413726Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1414113Z test_dispatch_symbolic_meta_inplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1414489Z test_dispatch_symbolic_meta_inplace_cat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1414879Z test_dispatch_symbolic_meta_inplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1415263Z test_dispatch_symbolic_meta_inplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1415710Z test_dispatch_symbolic_meta_inplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1416093Z test_dispatch_symbolic_meta_inplace_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1416480Z test_dispatch_symbolic_meta_inplace_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1416858Z test_dispatch_symbolic_meta_inplace_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1417231Z test_dispatch_symbolic_meta_inplace_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1417604Z test_dispatch_symbolic_meta_inplace_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1417973Z test_dispatch_symbolic_meta_inplace_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1418349Z test_dispatch_symbolic_meta_inplace_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1418718Z test_dispatch_symbolic_meta_inplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1419164Z test_dispatch_symbolic_meta_inplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1419553Z test_dispatch_symbolic_meta_inplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1419948Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1420336Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1420741Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1421139Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1421532Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1421921Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1422288Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1422662Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1423045Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1423427Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1423813Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1424197Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1424575Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1424888Z test_dispatch_symbolic_meta_inplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1425193Z test_dispatch_symbolic_meta_inplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1425501Z test_dispatch_symbolic_meta_inplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1425862Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1426165Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1426468Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1426767Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1427064Z test_dispatch_symbolic_meta_inplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1427450Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1427829Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1428230Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1428627Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1429073Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1429462Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1429841Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1430220Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1430607Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1430988Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1431371Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1431751Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1432120Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1432511Z test_dispatch_symbolic_meta_inplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1432890Z test_dispatch_symbolic_meta_inplace_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1433287Z test_dispatch_symbolic_meta_inplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1433743Z test_dispatch_symbolic_meta_inplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1434136Z test_dispatch_symbolic_meta_inplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1434556Z test_dispatch_symbolic_meta_inplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1434945Z test_dispatch_symbolic_meta_inplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1435329Z test_dispatch_symbolic_meta_inplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1435777Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1436145Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1436520Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1436884Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1437255Z test_dispatch_symbolic_meta_inplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1437583Z test_dispatch_symbolic_meta_inplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1437913Z test_dispatch_symbolic_meta_inplace_char_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1438288Z test_dispatch_symbolic_meta_inplace_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1438675Z test_dispatch_symbolic_meta_inplace_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1439145Z test_dispatch_symbolic_meta_inplace_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1439534Z test_dispatch_symbolic_meta_inplace_char_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1439973Z test_dispatch_symbolic_meta_inplace_char_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1440352Z test_dispatch_symbolic_meta_inplace_char_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1440766Z test_dispatch_symbolic_meta_inplace_char_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1441147Z test_dispatch_symbolic_meta_inplace_char_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1441520Z test_dispatch_symbolic_meta_inplace_char_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1441892Z test_dispatch_symbolic_meta_inplace_char_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1442269Z test_dispatch_symbolic_meta_inplace_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1442746Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1443148Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1443551Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1443945Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1444351Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1444769Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1445184Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1445602Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1446146Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1446613Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1447020Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1447428Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1447819Z test_dispatch_symbolic_meta_inplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1448198Z test_dispatch_symbolic_meta_inplace_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1448595Z test_dispatch_symbolic_meta_inplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1448990Z test_dispatch_symbolic_meta_inplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1449451Z test_dispatch_symbolic_meta_inplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1449834Z test_dispatch_symbolic_meta_inplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1450221Z test_dispatch_symbolic_meta_inplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1450608Z test_dispatch_symbolic_meta_inplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1450993Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1451369Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1451769Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1452088Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1452454Z test_dispatch_symbolic_meta_inplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1452743Z test_dispatch_symbolic_meta_inplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1453024Z test_dispatch_symbolic_meta_inplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1453316Z test_dispatch_symbolic_meta_inplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1453619Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1453933Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1454239Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1454545Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1454831Z test_dispatch_symbolic_meta_inplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1455143Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1455452Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1455905Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1456232Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1456545Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1456853Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1457161Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1457451Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1457763Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1458042Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1458340Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1458653Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1459045Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1459321Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1459590Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.1459850Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.1460148Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1460441Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1460720Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1460994Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1461332Z test_dispatch_symbolic_meta_inplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1461677Z test_dispatch_symbolic_meta_inplace_clone_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1461999Z test_dispatch_symbolic_meta_inplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1462356Z test_dispatch_symbolic_meta_inplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1462673Z test_dispatch_symbolic_meta_inplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1462997Z test_dispatch_symbolic_meta_inplace_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1463349Z test_dispatch_symbolic_meta_inplace_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1463683Z test_dispatch_symbolic_meta_inplace_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1464083Z test_dispatch_symbolic_meta_inplace_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1464415Z test_dispatch_symbolic_meta_inplace_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1464783Z test_dispatch_symbolic_meta_inplace_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1465296Z test_dispatch_symbolic_meta_inplace_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1465647Z test_dispatch_symbolic_meta_inplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1466019Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1466388Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1466784Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1467197Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1467602Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1468012Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1468521Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1468922Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1469322Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1469718Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1470170Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1470563Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1470964Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1471377Z test_dispatch_symbolic_meta_inplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1471778Z test_dispatch_symbolic_meta_inplace_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1472194Z test_dispatch_symbolic_meta_inplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1472605Z test_dispatch_symbolic_meta_inplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1473009Z test_dispatch_symbolic_meta_inplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1473415Z test_dispatch_symbolic_meta_inplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1473825Z test_dispatch_symbolic_meta_inplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1474212Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1474609Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1475006Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1475481Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1475886Z test_dispatch_symbolic_meta_inplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1476297Z test_dispatch_symbolic_meta_inplace_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1476641Z test_dispatch_symbolic_meta_inplace_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1477027Z test_dispatch_symbolic_meta_inplace_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1477387Z test_dispatch_symbolic_meta_inplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1477728Z test_dispatch_symbolic_meta_inplace_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1478073Z test_dispatch_symbolic_meta_inplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1478529Z test_dispatch_symbolic_meta_inplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1478878Z test_dispatch_symbolic_meta_inplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1479237Z test_dispatch_symbolic_meta_inplace_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1479614Z test_dispatch_symbolic_meta_inplace_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1480002Z test_dispatch_symbolic_meta_inplace_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1480384Z test_dispatch_symbolic_meta_inplace_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1480762Z test_dispatch_symbolic_meta_inplace_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1481142Z test_dispatch_symbolic_meta_inplace_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1481524Z test_dispatch_symbolic_meta_inplace_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1481902Z test_dispatch_symbolic_meta_inplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1482295Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1482785Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1483136Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1483469Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1483794Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1484120Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1484453Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1484782Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1485096Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1485541Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1485861Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1486187Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1486506Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1486914Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1487321Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1487740Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1488188Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1488593Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1489702Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1490066Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1490406Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1490768Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1491136Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1491518Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1491883Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1492252Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1492622Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1492945Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1493280Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1493612Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1493948Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1494373Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1494767Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1495132Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1495488Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1495965Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1496322Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1496692Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1496988Z test_dispatch_symbolic_meta_inplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1497340Z test_dispatch_symbolic_meta_inplace_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1497648Z test_dispatch_symbolic_meta_inplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1497953Z test_dispatch_symbolic_meta_inplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1498264Z test_dispatch_symbolic_meta_inplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1498647Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1499171Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.1499558Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1499946Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1500389Z test_dispatch_symbolic_meta_inplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1500840Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1501246Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1501657Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1502057Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1502453Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1502842Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1503225Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1503605Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1503997Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1504392Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1504703Z test_dispatch_symbolic_meta_inplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1505071Z test_dispatch_symbolic_meta_inplace_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1505388Z test_dispatch_symbolic_meta_inplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1505701Z test_dispatch_symbolic_meta_inplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1506127Z test_dispatch_symbolic_meta_inplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1506440Z test_dispatch_symbolic_meta_inplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1506855Z test_dispatch_symbolic_meta_inplace_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.1507209Z test_dispatch_symbolic_meta_inplace_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1507572Z test_dispatch_symbolic_meta_inplace_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1507939Z test_dispatch_symbolic_meta_inplace_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1508299Z test_dispatch_symbolic_meta_inplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.1508612Z test_dispatch_symbolic_meta_inplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1508972Z test_dispatch_symbolic_meta_inplace_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1509352Z test_dispatch_symbolic_meta_inplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1509669Z test_dispatch_symbolic_meta_inplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1509978Z test_dispatch_symbolic_meta_inplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1510286Z test_dispatch_symbolic_meta_inplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1510656Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1511024Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1511395Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1511768Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1512175Z test_dispatch_symbolic_meta_inplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1512616Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1513019Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1513433Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1513853Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1514259Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1514668Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1515071Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1515467Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1515864Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1516328Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1516735Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1517135Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1517524Z test_dispatch_symbolic_meta_inplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1517935Z test_dispatch_symbolic_meta_inplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1518324Z test_dispatch_symbolic_meta_inplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1518744Z test_dispatch_symbolic_meta_inplace_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1519126Z test_dispatch_symbolic_meta_inplace_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1519564Z test_dispatch_symbolic_meta_inplace_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1519937Z test_dispatch_symbolic_meta_inplace_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1520308Z test_dispatch_symbolic_meta_inplace_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1520684Z test_dispatch_symbolic_meta_inplace_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1521056Z test_dispatch_symbolic_meta_inplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1521450Z test_dispatch_symbolic_meta_inplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1521841Z test_dispatch_symbolic_meta_inplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1522236Z test_dispatch_symbolic_meta_inplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1522701Z test_dispatch_symbolic_meta_inplace_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1523091Z test_dispatch_symbolic_meta_inplace_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1523475Z test_dispatch_symbolic_meta_inplace_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1523888Z test_dispatch_symbolic_meta_inplace_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1524271Z test_dispatch_symbolic_meta_inplace_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1524690Z test_dispatch_symbolic_meta_inplace_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1525072Z test_dispatch_symbolic_meta_inplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1525468Z test_dispatch_symbolic_meta_inplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1525844Z test_dispatch_symbolic_meta_inplace_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1526231Z test_dispatch_symbolic_meta_inplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1526691Z test_dispatch_symbolic_meta_inplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1527079Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1527471Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1527856Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1528237Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1528616Z test_dispatch_symbolic_meta_inplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1529011Z test_dispatch_symbolic_meta_inplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1529394Z test_dispatch_symbolic_meta_inplace_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1529883Z test_dispatch_symbolic_meta_inplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1530257Z test_dispatch_symbolic_meta_inplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1530674Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1531056Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1531438Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1531824Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1532208Z test_dispatch_symbolic_meta_inplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1532530Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1532857Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1533185Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1533501Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1533818Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1534130Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1534446Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1534758Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1535071Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1535381Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1535818Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T01:52:10.1536230Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T01:52:10.1537271Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T01:52:10.1537690Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T01:52:10.1538102Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T01:52:10.1538499Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T01:52:10.1538890Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1539274Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T01:52:10.1539625Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1540007Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T01:52:10.1540443Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1540871Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1541300Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1541725Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1542205Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1542659Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1543085Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1543501Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1543916Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1544327Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1544649Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1545028Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1545346Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1545666Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1545987Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1546364Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1546741Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1547109Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1547558Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1547974Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1548405Z test_dispatch_symbolic_meta_inplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1548786Z test_dispatch_symbolic_meta_inplace_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1549178Z test_dispatch_symbolic_meta_inplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1549569Z test_dispatch_symbolic_meta_inplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1549957Z test_dispatch_symbolic_meta_inplace_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1550343Z test_dispatch_symbolic_meta_inplace_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1550796Z test_dispatch_symbolic_meta_inplace_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1551173Z test_dispatch_symbolic_meta_inplace_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1551549Z test_dispatch_symbolic_meta_inplace_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1551926Z test_dispatch_symbolic_meta_inplace_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1552302Z test_dispatch_symbolic_meta_inplace_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1552666Z test_dispatch_symbolic_meta_inplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1553069Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1553468Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1553917Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1554352Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1554756Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1555159Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1555553Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1555954Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1556344Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1556731Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1557113Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1557572Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1557960Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1558357Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1558743Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1559148Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1559547Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1559971Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1560395Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1560846Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.005s) 2022-11-23T01:52:10.1561234Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1561614Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1561990Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1562375Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1562863Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1563268Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1563675Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1564088Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1564499Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1564909Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1565316Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1565758Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1566150Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1566582Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1566982Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1567380Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1567846Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1568248Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1568646Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1569035Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1569431Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1569830Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1570238Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1570632Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1571081Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1571464Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1571886Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1572301Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1572681Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1573070Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1573462Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1573882Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1574284Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1574697Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1575111Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1575519Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1575928Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1576339Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1576740Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1577143Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1577585Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1578037Z test_dispatch_symbolic_meta_inplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1578453Z test_dispatch_symbolic_meta_inplace_diff_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1578852Z test_dispatch_symbolic_meta_inplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1579239Z test_dispatch_symbolic_meta_inplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1579622Z test_dispatch_symbolic_meta_inplace_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1579993Z test_dispatch_symbolic_meta_inplace_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1580381Z test_dispatch_symbolic_meta_inplace_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1580756Z test_dispatch_symbolic_meta_inplace_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1581198Z test_dispatch_symbolic_meta_inplace_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1581575Z test_dispatch_symbolic_meta_inplace_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1581951Z test_dispatch_symbolic_meta_inplace_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1582324Z test_dispatch_symbolic_meta_inplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1582643Z test_dispatch_symbolic_meta_inplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.1583027Z test_dispatch_symbolic_meta_inplace_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1583344Z test_dispatch_symbolic_meta_inplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1583704Z test_dispatch_symbolic_meta_inplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1584116Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1584490Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1584853Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1585225Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.1585595Z test_dispatch_symbolic_meta_inplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1585976Z test_dispatch_symbolic_meta_inplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1586330Z test_dispatch_symbolic_meta_inplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1586689Z test_dispatch_symbolic_meta_inplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1587048Z test_dispatch_symbolic_meta_inplace_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1587425Z test_dispatch_symbolic_meta_inplace_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1587895Z test_dispatch_symbolic_meta_inplace_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1588242Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.1588594Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.1588937Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.1589270Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.1589656Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1589979Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1590310Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1590691Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1591026Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1591449Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1591843Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1592198Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1592546Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1592895Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1593240Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1593576Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1593981Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T01:52:10.1594381Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1594784Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1595177Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1595578Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1595966Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1596315Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1596695Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1597025Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1597360Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1597692Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1598026Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1598448Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1598783Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1599160Z test_dispatch_symbolic_meta_inplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1599555Z test_dispatch_symbolic_meta_inplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1599946Z test_dispatch_symbolic_meta_inplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1600327Z test_dispatch_symbolic_meta_inplace_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1600710Z test_dispatch_symbolic_meta_inplace_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1601083Z test_dispatch_symbolic_meta_inplace_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1601522Z test_dispatch_symbolic_meta_inplace_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1601937Z test_dispatch_symbolic_meta_inplace_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1602307Z test_dispatch_symbolic_meta_inplace_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1602788Z test_dispatch_symbolic_meta_inplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1603177Z test_dispatch_symbolic_meta_inplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1603559Z test_dispatch_symbolic_meta_inplace_double_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1603954Z test_dispatch_symbolic_meta_inplace_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1604352Z test_dispatch_symbolic_meta_inplace_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1604740Z test_dispatch_symbolic_meta_inplace_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1605130Z test_dispatch_symbolic_meta_inplace_double_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1605509Z test_dispatch_symbolic_meta_inplace_double_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1605886Z test_dispatch_symbolic_meta_inplace_double_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1606267Z test_dispatch_symbolic_meta_inplace_double_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1606652Z test_dispatch_symbolic_meta_inplace_double_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1607036Z test_dispatch_symbolic_meta_inplace_double_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1607414Z test_dispatch_symbolic_meta_inplace_double_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1607833Z test_dispatch_symbolic_meta_inplace_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1608225Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1608731Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1609134Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1609533Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1609922Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1610308Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1610688Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1611070Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1611437Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1611888Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1612251Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1612575Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1612929Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1613300Z test_dispatch_symbolic_meta_inplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1613728Z test_dispatch_symbolic_meta_inplace_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1614082Z test_dispatch_symbolic_meta_inplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1614483Z test_dispatch_symbolic_meta_inplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1614830Z test_dispatch_symbolic_meta_inplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1615182Z test_dispatch_symbolic_meta_inplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1615536Z test_dispatch_symbolic_meta_inplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1615919Z test_dispatch_symbolic_meta_inplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1616303Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1616692Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1617078Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1617460Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1617843Z test_dispatch_symbolic_meta_inplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1618379Z test_dispatch_symbolic_meta_inplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1618783Z test_dispatch_symbolic_meta_inplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1619185Z test_dispatch_symbolic_meta_inplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1619575Z test_dispatch_symbolic_meta_inplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1620003Z test_dispatch_symbolic_meta_inplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1620421Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1620808Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1621193Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1621578Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1622037Z test_dispatch_symbolic_meta_inplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1622432Z test_dispatch_symbolic_meta_inplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1622817Z test_dispatch_symbolic_meta_inplace_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1623217Z test_dispatch_symbolic_meta_inplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1623602Z test_dispatch_symbolic_meta_inplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1623991Z test_dispatch_symbolic_meta_inplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1624382Z test_dispatch_symbolic_meta_inplace_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1624769Z test_dispatch_symbolic_meta_inplace_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1625156Z test_dispatch_symbolic_meta_inplace_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1625539Z test_dispatch_symbolic_meta_inplace_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1625959Z test_dispatch_symbolic_meta_inplace_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1626381Z test_dispatch_symbolic_meta_inplace_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1626768Z test_dispatch_symbolic_meta_inplace_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1627143Z test_dispatch_symbolic_meta_inplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1627547Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1627938Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1628343Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1628813Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1629224Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1629626Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1630020Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1630416Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1630808Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1631194Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1631612Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1632069Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1632493Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1632800Z test_dispatch_symbolic_meta_inplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1633098Z test_dispatch_symbolic_meta_inplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1633413Z test_dispatch_symbolic_meta_inplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1633725Z test_dispatch_symbolic_meta_inplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1634036Z test_dispatch_symbolic_meta_inplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1634340Z test_dispatch_symbolic_meta_inplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1634630Z test_dispatch_symbolic_meta_inplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1634930Z test_dispatch_symbolic_meta_inplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1635229Z test_dispatch_symbolic_meta_inplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1635526Z test_dispatch_symbolic_meta_inplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1635820Z test_dispatch_symbolic_meta_inplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1636116Z test_dispatch_symbolic_meta_inplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1636412Z test_dispatch_symbolic_meta_inplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1636806Z test_dispatch_symbolic_meta_inplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1637196Z test_dispatch_symbolic_meta_inplace_equal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1637626Z test_dispatch_symbolic_meta_inplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1638023Z test_dispatch_symbolic_meta_inplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1638440Z test_dispatch_symbolic_meta_inplace_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1638892Z test_dispatch_symbolic_meta_inplace_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1639281Z test_dispatch_symbolic_meta_inplace_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1639663Z test_dispatch_symbolic_meta_inplace_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1640043Z test_dispatch_symbolic_meta_inplace_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1640427Z test_dispatch_symbolic_meta_inplace_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1640808Z test_dispatch_symbolic_meta_inplace_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1641187Z test_dispatch_symbolic_meta_inplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1641500Z test_dispatch_symbolic_meta_inplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1641869Z test_dispatch_symbolic_meta_inplace_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1642241Z test_dispatch_symbolic_meta_inplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1642631Z test_dispatch_symbolic_meta_inplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1643006Z test_dispatch_symbolic_meta_inplace_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:10.1643379Z test_dispatch_symbolic_meta_inplace_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1643764Z test_dispatch_symbolic_meta_inplace_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1644172Z test_dispatch_symbolic_meta_inplace_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1644539Z test_dispatch_symbolic_meta_inplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1644857Z test_dispatch_symbolic_meta_inplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1645223Z test_dispatch_symbolic_meta_inplace_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1645534Z test_dispatch_symbolic_meta_inplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1645838Z test_dispatch_symbolic_meta_inplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1646209Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1646582Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:52:10.1646952Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1647318Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1647687Z test_dispatch_symbolic_meta_inplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1648006Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1648378Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1648692Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1649006Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1649489Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1649868Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1650279Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1650655Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1651031Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1651346Z test_dispatch_symbolic_meta_inplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1651705Z test_dispatch_symbolic_meta_inplace_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1652015Z test_dispatch_symbolic_meta_inplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1652309Z test_dispatch_symbolic_meta_inplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1653406Z test_dispatch_symbolic_meta_inplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1653783Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T01:52:10.1654152Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1654520Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1654889Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1655259Z test_dispatch_symbolic_meta_inplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1655611Z test_dispatch_symbolic_meta_inplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1655988Z test_dispatch_symbolic_meta_inplace_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1656314Z test_dispatch_symbolic_meta_inplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1656627Z test_dispatch_symbolic_meta_inplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1656924Z test_dispatch_symbolic_meta_inplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1657201Z test_dispatch_symbolic_meta_inplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1657568Z test_dispatch_symbolic_meta_inplace_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1657935Z test_dispatch_symbolic_meta_inplace_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1658298Z test_dispatch_symbolic_meta_inplace_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1658667Z test_dispatch_symbolic_meta_inplace_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.1659032Z test_dispatch_symbolic_meta_inplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1659437Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1659833Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1660336Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1660748Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1661152Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1661586Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1662006Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1662395Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1662766Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1663145Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1663600Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1663978Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1664359Z test_dispatch_symbolic_meta_inplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1664742Z test_dispatch_symbolic_meta_inplace_expand_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1665141Z test_dispatch_symbolic_meta_inplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1665540Z test_dispatch_symbolic_meta_inplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1665930Z test_dispatch_symbolic_meta_inplace_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1666315Z test_dispatch_symbolic_meta_inplace_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1666692Z test_dispatch_symbolic_meta_inplace_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1667078Z test_dispatch_symbolic_meta_inplace_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1667507Z test_dispatch_symbolic_meta_inplace_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1667898Z test_dispatch_symbolic_meta_inplace_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1668310Z test_dispatch_symbolic_meta_inplace_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1668697Z test_dispatch_symbolic_meta_inplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1669012Z test_dispatch_symbolic_meta_inplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1669385Z test_dispatch_symbolic_meta_inplace_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1669695Z test_dispatch_symbolic_meta_inplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1670005Z test_dispatch_symbolic_meta_inplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1670437Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1670803Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1671175Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1671545Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1671912Z test_dispatch_symbolic_meta_inplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1672289Z test_dispatch_symbolic_meta_inplace_eye_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1672681Z test_dispatch_symbolic_meta_inplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1673073Z test_dispatch_symbolic_meta_inplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1673494Z test_dispatch_symbolic_meta_inplace_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1673960Z test_dispatch_symbolic_meta_inplace_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1674345Z test_dispatch_symbolic_meta_inplace_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1674716Z test_dispatch_symbolic_meta_inplace_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1675088Z test_dispatch_symbolic_meta_inplace_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1675456Z test_dispatch_symbolic_meta_inplace_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1675832Z test_dispatch_symbolic_meta_inplace_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1676200Z test_dispatch_symbolic_meta_inplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1676584Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1676982Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1677377Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1677768Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1678155Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1678540Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1678919Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1679325Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1679704Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1680125Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1680571Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1680969Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1681367Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1681754Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1682134Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1682591Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1682975Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1683365Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1683817Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1684197Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1684579Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1684982Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1685417Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1685844Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1686229Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1686601Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1686977Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1687351Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1687728Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1688113Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1688516Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1688912Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1689317Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1689724Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1690133Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1690597Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1691002Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1691442Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1691871Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1692265Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1692656Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1693048Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1693446Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1693896Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1694295Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1694695Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1695082Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1695461Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1695850Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1696223Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1696612Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1696995Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1697415Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1697801Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1698235Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1698632Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1699021Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1699402Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1699775Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1700149Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1701082Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1701480Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1701861Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1702237Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1702595Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1702966Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1703330Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1703767Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1704185Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1704664Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1705040Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1705422Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1705798Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1706178Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1706573Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1706973Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1707366Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1707749Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1708122Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1708503Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1708873Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1709254Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1709679Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1710098Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1710488Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1710885Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1711354Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1711742Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1712124Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1712501Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1712869Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1713231Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1713620Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1713995Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1714466Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1714864Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1715254Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1715676Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1716103Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1716479Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1716856Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1717234Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1717607Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1718009Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1718409Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1718821Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1719230Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1719637Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1720037Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1720443Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1720925Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1721364Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1721763Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1722199Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1722671Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1723070Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1723459Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1723851Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1724243Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1724715Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1725097Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1725475Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1725858Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1726242Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1726612Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1727007Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1727435Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1727819Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1728231Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1728589Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1728910Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1729244Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1729597Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1729948Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1730278Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1730622Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1731083Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1731468Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1731812Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1732152Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1732484Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1732849Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1733173Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1733598Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1734087Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1734427Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1734759Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1735101Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1735451Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1735780Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1736133Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1736497Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1736892Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1737286Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1737680Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1738070Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1738457Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1738832Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1739272Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1739662Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1740075Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1740607Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1741019Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1741416Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1741812Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1742201Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1742586Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1742970Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1743354Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1743808Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1744192Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1744584Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1744947Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1745361Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1745737Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1746147Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.1746529Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1746902Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1747286Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1747682Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1748066Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1748453Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1748832Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1749206Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1749588Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1749972Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1750434Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1750830Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1751259Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1751647Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1752047Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1752426Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1752812Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1753189Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1753572Z test_dispatch_symbolic_meta_inplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1753868Z test_dispatch_symbolic_meta_inplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1754176Z test_dispatch_symbolic_meta_inplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1754468Z test_dispatch_symbolic_meta_inplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1754775Z test_dispatch_symbolic_meta_inplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1755069Z test_dispatch_symbolic_meta_inplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1755379Z test_dispatch_symbolic_meta_inplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1755679Z test_dispatch_symbolic_meta_inplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1755987Z test_dispatch_symbolic_meta_inplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1756282Z test_dispatch_symbolic_meta_inplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1756581Z test_dispatch_symbolic_meta_inplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1756876Z test_dispatch_symbolic_meta_inplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1757213Z test_dispatch_symbolic_meta_inplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1757563Z test_dispatch_symbolic_meta_inplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1757972Z test_dispatch_symbolic_meta_inplace_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1758359Z test_dispatch_symbolic_meta_inplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1758730Z test_dispatch_symbolic_meta_inplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1759064Z test_dispatch_symbolic_meta_inplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1759407Z test_dispatch_symbolic_meta_inplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1759746Z test_dispatch_symbolic_meta_inplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1760211Z test_dispatch_symbolic_meta_inplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1760598Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1760991Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1761383Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1761773Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1762159Z test_dispatch_symbolic_meta_inplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1762636Z test_dispatch_symbolic_meta_inplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1763024Z test_dispatch_symbolic_meta_inplace_flip_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1763555Z test_dispatch_symbolic_meta_inplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1763986Z test_dispatch_symbolic_meta_inplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1764375Z test_dispatch_symbolic_meta_inplace_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1764763Z test_dispatch_symbolic_meta_inplace_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1765149Z test_dispatch_symbolic_meta_inplace_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1765532Z test_dispatch_symbolic_meta_inplace_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1765913Z test_dispatch_symbolic_meta_inplace_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1766296Z test_dispatch_symbolic_meta_inplace_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1766674Z test_dispatch_symbolic_meta_inplace_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1767054Z test_dispatch_symbolic_meta_inplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1767450Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1767839Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1768237Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1768627Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1768995Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1769425Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1769803Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1770220Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1770690Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1771080Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1771467Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1771845Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1772240Z test_dispatch_symbolic_meta_inplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1772608Z test_dispatch_symbolic_meta_inplace_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1773009Z test_dispatch_symbolic_meta_inplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1773405Z test_dispatch_symbolic_meta_inplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1773857Z test_dispatch_symbolic_meta_inplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1774240Z test_dispatch_symbolic_meta_inplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1774618Z test_dispatch_symbolic_meta_inplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1775002Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1775421Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1775804Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1776221Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1776605Z test_dispatch_symbolic_meta_inplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1776995Z test_dispatch_symbolic_meta_inplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1777372Z test_dispatch_symbolic_meta_inplace_float_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1777758Z test_dispatch_symbolic_meta_inplace_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1778121Z test_dispatch_symbolic_meta_inplace_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1778488Z test_dispatch_symbolic_meta_inplace_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1778866Z test_dispatch_symbolic_meta_inplace_float_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1779252Z test_dispatch_symbolic_meta_inplace_float_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1779638Z test_dispatch_symbolic_meta_inplace_float_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1780013Z test_dispatch_symbolic_meta_inplace_float_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1780477Z test_dispatch_symbolic_meta_inplace_float_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1780857Z test_dispatch_symbolic_meta_inplace_float_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1781195Z test_dispatch_symbolic_meta_inplace_float_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1781610Z test_dispatch_symbolic_meta_inplace_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1782003Z test_dispatch_symbolic_meta_inplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T01:52:10.1782405Z test_dispatch_symbolic_meta_inplace_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T01:52:10.1782793Z test_dispatch_symbolic_meta_inplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1783167Z test_dispatch_symbolic_meta_inplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T01:52:10.1783677Z test_dispatch_symbolic_meta_inplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1784049Z test_dispatch_symbolic_meta_inplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1784426Z test_dispatch_symbolic_meta_inplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T01:52:10.1784778Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1785119Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1785478Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1785819Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1786178Z test_dispatch_symbolic_meta_inplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:52:10.1786455Z test_dispatch_symbolic_meta_inplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1786736Z test_dispatch_symbolic_meta_inplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1787011Z test_dispatch_symbolic_meta_inplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1787282Z test_dispatch_symbolic_meta_inplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1787541Z test_dispatch_symbolic_meta_inplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1787887Z test_dispatch_symbolic_meta_inplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1788184Z test_dispatch_symbolic_meta_inplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1788493Z test_dispatch_symbolic_meta_inplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1788804Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.1789107Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.1789419Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.1789709Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1790151Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.1790475Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.1790796Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1791116Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1791431Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1791824Z test_dispatch_symbolic_meta_inplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1792207Z test_dispatch_symbolic_meta_inplace_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1792587Z test_dispatch_symbolic_meta_inplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1792977Z test_dispatch_symbolic_meta_inplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1793437Z test_dispatch_symbolic_meta_inplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1793817Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1794194Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1794573Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1794952Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1795329Z test_dispatch_symbolic_meta_inplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1795715Z test_dispatch_symbolic_meta_inplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1796094Z test_dispatch_symbolic_meta_inplace_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1796478Z test_dispatch_symbolic_meta_inplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1796861Z test_dispatch_symbolic_meta_inplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1797245Z test_dispatch_symbolic_meta_inplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1797626Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1798004Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1798385Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1798761Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1799195Z test_dispatch_symbolic_meta_inplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1799512Z test_dispatch_symbolic_meta_inplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1799859Z test_dispatch_symbolic_meta_inplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1800240Z test_dispatch_symbolic_meta_inplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1800546Z test_dispatch_symbolic_meta_inplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1800853Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1801158Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1801455Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1801753Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1802037Z test_dispatch_symbolic_meta_inplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1802346Z test_dispatch_symbolic_meta_inplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1802733Z test_dispatch_symbolic_meta_inplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1803046Z test_dispatch_symbolic_meta_inplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1803349Z test_dispatch_symbolic_meta_inplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1803819Z test_dispatch_symbolic_meta_inplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1804212Z test_dispatch_symbolic_meta_inplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1804603Z test_dispatch_symbolic_meta_inplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1804993Z test_dispatch_symbolic_meta_inplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1805389Z test_dispatch_symbolic_meta_inplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1805763Z test_dispatch_symbolic_meta_inplace_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1806077Z test_dispatch_symbolic_meta_inplace_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1806369Z test_dispatch_symbolic_meta_inplace_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1806700Z test_dispatch_symbolic_meta_inplace_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1807032Z test_dispatch_symbolic_meta_inplace_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1807416Z test_dispatch_symbolic_meta_inplace_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1807801Z test_dispatch_symbolic_meta_inplace_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1808182Z test_dispatch_symbolic_meta_inplace_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1808559Z test_dispatch_symbolic_meta_inplace_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1808935Z test_dispatch_symbolic_meta_inplace_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1809311Z test_dispatch_symbolic_meta_inplace_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1809684Z test_dispatch_symbolic_meta_inplace_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1810166Z test_dispatch_symbolic_meta_inplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1810559Z test_dispatch_symbolic_meta_inplace_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1810968Z test_dispatch_symbolic_meta_inplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1811371Z test_dispatch_symbolic_meta_inplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1811766Z test_dispatch_symbolic_meta_inplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1812152Z test_dispatch_symbolic_meta_inplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1812536Z test_dispatch_symbolic_meta_inplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1812913Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1813918Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1814299Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1814687Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1815068Z test_dispatch_symbolic_meta_inplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1815510Z test_dispatch_symbolic_meta_inplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1815902Z test_dispatch_symbolic_meta_inplace_gather_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1816346Z test_dispatch_symbolic_meta_inplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1816753Z test_dispatch_symbolic_meta_inplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1817144Z test_dispatch_symbolic_meta_inplace_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1817528Z test_dispatch_symbolic_meta_inplace_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1817907Z test_dispatch_symbolic_meta_inplace_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1818294Z test_dispatch_symbolic_meta_inplace_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1818681Z test_dispatch_symbolic_meta_inplace_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1819072Z test_dispatch_symbolic_meta_inplace_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1819454Z test_dispatch_symbolic_meta_inplace_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1819834Z test_dispatch_symbolic_meta_inplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1820137Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1820438Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1820806Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1821107Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1821411Z test_dispatch_symbolic_meta_inplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1821722Z test_dispatch_symbolic_meta_inplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1822023Z test_dispatch_symbolic_meta_inplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1822327Z test_dispatch_symbolic_meta_inplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1822631Z test_dispatch_symbolic_meta_inplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1822915Z test_dispatch_symbolic_meta_inplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1823208Z test_dispatch_symbolic_meta_inplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1823507Z test_dispatch_symbolic_meta_inplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1823802Z test_dispatch_symbolic_meta_inplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1824158Z test_dispatch_symbolic_meta_inplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1824459Z test_dispatch_symbolic_meta_inplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1824861Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1825256Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1825639Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1826031Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1826432Z test_dispatch_symbolic_meta_inplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1826839Z test_dispatch_symbolic_meta_inplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1827247Z test_dispatch_symbolic_meta_inplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1827642Z test_dispatch_symbolic_meta_inplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1828031Z test_dispatch_symbolic_meta_inplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1828420Z test_dispatch_symbolic_meta_inplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1828808Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1829194Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1829574Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1829961Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1830373Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1830785Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1831150Z test_dispatch_symbolic_meta_inplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1831451Z test_dispatch_symbolic_meta_inplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1831736Z test_dispatch_symbolic_meta_inplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1832029Z test_dispatch_symbolic_meta_inplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1832314Z test_dispatch_symbolic_meta_inplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1832579Z test_dispatch_symbolic_meta_inplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1832860Z test_dispatch_symbolic_meta_inplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1833152Z test_dispatch_symbolic_meta_inplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1833454Z test_dispatch_symbolic_meta_inplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1833743Z test_dispatch_symbolic_meta_inplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1834207Z test_dispatch_symbolic_meta_inplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1834587Z test_dispatch_symbolic_meta_inplace_half_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1834980Z test_dispatch_symbolic_meta_inplace_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1835373Z test_dispatch_symbolic_meta_inplace_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1835758Z test_dispatch_symbolic_meta_inplace_half_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1836147Z test_dispatch_symbolic_meta_inplace_half_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1836529Z test_dispatch_symbolic_meta_inplace_half_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1836914Z test_dispatch_symbolic_meta_inplace_half_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1837291Z test_dispatch_symbolic_meta_inplace_half_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1837669Z test_dispatch_symbolic_meta_inplace_half_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1838044Z test_dispatch_symbolic_meta_inplace_half_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1838419Z test_dispatch_symbolic_meta_inplace_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1838750Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1839072Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1839394Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1839714Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1840029Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1840346Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.1840650Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1841029Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1841347Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1841665Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1842058Z test_dispatch_symbolic_meta_inplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1842525Z test_dispatch_symbolic_meta_inplace_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1842914Z test_dispatch_symbolic_meta_inplace_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1843315Z test_dispatch_symbolic_meta_inplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1843714Z test_dispatch_symbolic_meta_inplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1844118Z test_dispatch_symbolic_meta_inplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1844594Z test_dispatch_symbolic_meta_inplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1844986Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1845368Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1845762Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1846163Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1846552Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1846993Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1847372Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1847785Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1848172Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1848558Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1848946Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1849323Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1849706Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1850099Z test_dispatch_symbolic_meta_inplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1850479Z test_dispatch_symbolic_meta_inplace_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1850874Z test_dispatch_symbolic_meta_inplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1851333Z test_dispatch_symbolic_meta_inplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1851724Z test_dispatch_symbolic_meta_inplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1852113Z test_dispatch_symbolic_meta_inplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1852480Z test_dispatch_symbolic_meta_inplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1852856Z test_dispatch_symbolic_meta_inplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1853238Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1853617Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1854006Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1854444Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1854824Z test_dispatch_symbolic_meta_inplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1855140Z test_dispatch_symbolic_meta_inplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1855455Z test_dispatch_symbolic_meta_inplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1855767Z test_dispatch_symbolic_meta_inplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1856069Z test_dispatch_symbolic_meta_inplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1856437Z test_dispatch_symbolic_meta_inplace_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1856737Z test_dispatch_symbolic_meta_inplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1857044Z test_dispatch_symbolic_meta_inplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1857408Z test_dispatch_symbolic_meta_inplace_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1857771Z test_dispatch_symbolic_meta_inplace_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1858130Z test_dispatch_symbolic_meta_inplace_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1858486Z test_dispatch_symbolic_meta_inplace_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1858852Z test_dispatch_symbolic_meta_inplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1859172Z test_dispatch_symbolic_meta_inplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1859488Z test_dispatch_symbolic_meta_inplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1859801Z test_dispatch_symbolic_meta_inplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1860113Z test_dispatch_symbolic_meta_inplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1860434Z test_dispatch_symbolic_meta_inplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1860734Z test_dispatch_symbolic_meta_inplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1861052Z test_dispatch_symbolic_meta_inplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1862103Z test_dispatch_symbolic_meta_inplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1862521Z test_dispatch_symbolic_meta_inplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1862921Z test_dispatch_symbolic_meta_inplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1863306Z test_dispatch_symbolic_meta_inplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1863632Z test_dispatch_symbolic_meta_inplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1863948Z test_dispatch_symbolic_meta_inplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1864281Z test_dispatch_symbolic_meta_inplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.1864613Z test_dispatch_symbolic_meta_inplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1864933Z test_dispatch_symbolic_meta_inplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1865320Z test_dispatch_symbolic_meta_inplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1865638Z test_dispatch_symbolic_meta_inplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1865947Z test_dispatch_symbolic_meta_inplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1866256Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1866570Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1866884Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1867199Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1867509Z test_dispatch_symbolic_meta_inplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.1867840Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1868153Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1868487Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1868802Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1869124Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1869439Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1869751Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1870065Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1870385Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1870702Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1871017Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1871332Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1871663Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1871978Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1872369Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1872700Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1873020Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1873335Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1873648Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1873963Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.1874272Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1874586Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1874903Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1875219Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1875586Z test_dispatch_symbolic_meta_inplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1875898Z test_dispatch_symbolic_meta_inplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1876219Z test_dispatch_symbolic_meta_inplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1876545Z test_dispatch_symbolic_meta_inplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1876861Z test_dispatch_symbolic_meta_inplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1877174Z test_dispatch_symbolic_meta_inplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1877473Z test_dispatch_symbolic_meta_inplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1877750Z test_dispatch_symbolic_meta_inplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1878039Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1878321Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1878619Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1878923Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1879232Z test_dispatch_symbolic_meta_inplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1879561Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.1879889Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.1880215Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.1880532Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.1880853Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.1881166Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.1881475Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.1881787Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.1882101Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.1882684Z test_dispatch_symbolic_meta_inplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1883088Z test_dispatch_symbolic_meta_inplace_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1883505Z test_dispatch_symbolic_meta_inplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1883918Z test_dispatch_symbolic_meta_inplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1884320Z test_dispatch_symbolic_meta_inplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1884724Z test_dispatch_symbolic_meta_inplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1885124Z test_dispatch_symbolic_meta_inplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1885526Z test_dispatch_symbolic_meta_inplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.005s) 2022-11-23T01:52:10.1885997Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1886398Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1886794Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1887183Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1887585Z test_dispatch_symbolic_meta_inplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1887971Z test_dispatch_symbolic_meta_inplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1888366Z test_dispatch_symbolic_meta_inplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1888760Z test_dispatch_symbolic_meta_inplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1889145Z test_dispatch_symbolic_meta_inplace_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1889530Z test_dispatch_symbolic_meta_inplace_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1889917Z test_dispatch_symbolic_meta_inplace_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1890299Z test_dispatch_symbolic_meta_inplace_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1890681Z test_dispatch_symbolic_meta_inplace_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1891060Z test_dispatch_symbolic_meta_inplace_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1891433Z test_dispatch_symbolic_meta_inplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1891819Z test_dispatch_symbolic_meta_inplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1892196Z test_dispatch_symbolic_meta_inplace_int_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1892654Z test_dispatch_symbolic_meta_inplace_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1892990Z test_dispatch_symbolic_meta_inplace_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.1893311Z test_dispatch_symbolic_meta_inplace_int_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1893664Z test_dispatch_symbolic_meta_inplace_int_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1894023Z test_dispatch_symbolic_meta_inplace_int_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1894379Z test_dispatch_symbolic_meta_inplace_int_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1894703Z test_dispatch_symbolic_meta_inplace_int_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1895009Z test_dispatch_symbolic_meta_inplace_int_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1895431Z test_dispatch_symbolic_meta_inplace_int_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1895752Z test_dispatch_symbolic_meta_inplace_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1896100Z test_dispatch_symbolic_meta_inplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1896429Z test_dispatch_symbolic_meta_inplace_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1896800Z test_dispatch_symbolic_meta_inplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1897194Z test_dispatch_symbolic_meta_inplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1897585Z test_dispatch_symbolic_meta_inplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1897971Z test_dispatch_symbolic_meta_inplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1898350Z test_dispatch_symbolic_meta_inplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1898733Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1899123Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1899513Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1899902Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1900287Z test_dispatch_symbolic_meta_inplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1900689Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1901076Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1901483Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1901991Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1902400Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1902798Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1903260Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1903646Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1904072Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1904459Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1904843Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1905249Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1905744Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1906131Z test_dispatch_symbolic_meta_inplace_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1906517Z test_dispatch_symbolic_meta_inplace_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1906898Z test_dispatch_symbolic_meta_inplace_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1907263Z test_dispatch_symbolic_meta_inplace_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1907641Z test_dispatch_symbolic_meta_inplace_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1908020Z test_dispatch_symbolic_meta_inplace_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1908395Z test_dispatch_symbolic_meta_inplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1908786Z test_dispatch_symbolic_meta_inplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1909165Z test_dispatch_symbolic_meta_inplace_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1909561Z test_dispatch_symbolic_meta_inplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1909959Z test_dispatch_symbolic_meta_inplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1910349Z test_dispatch_symbolic_meta_inplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1910738Z test_dispatch_symbolic_meta_inplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1911125Z test_dispatch_symbolic_meta_inplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1911508Z test_dispatch_symbolic_meta_inplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1911886Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1912328Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1912713Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1913095Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1913470Z test_dispatch_symbolic_meta_inplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1913860Z test_dispatch_symbolic_meta_inplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1914241Z test_dispatch_symbolic_meta_inplace_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1914640Z test_dispatch_symbolic_meta_inplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1915038Z test_dispatch_symbolic_meta_inplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1915485Z test_dispatch_symbolic_meta_inplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.1915872Z test_dispatch_symbolic_meta_inplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1916261Z test_dispatch_symbolic_meta_inplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1916642Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1917021Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1917402Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1917785Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1918165Z test_dispatch_symbolic_meta_inplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1918565Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1918954Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1919335Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1919722Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1920108Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1928398Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1928812Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1929198Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1929589Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1929983Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1930511Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1930915Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1931318Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1931708Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1932097Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1932490Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1932880Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1933262Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1933722Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1934116Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1934511Z test_dispatch_symbolic_meta_inplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1934897Z test_dispatch_symbolic_meta_inplace_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1935307Z test_dispatch_symbolic_meta_inplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1935710Z test_dispatch_symbolic_meta_inplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1936105Z test_dispatch_symbolic_meta_inplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1936497Z test_dispatch_symbolic_meta_inplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1936856Z test_dispatch_symbolic_meta_inplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1937231Z test_dispatch_symbolic_meta_inplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1937584Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1937952Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1938336Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1938720Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1939102Z test_dispatch_symbolic_meta_inplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1939483Z test_dispatch_symbolic_meta_inplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1939876Z test_dispatch_symbolic_meta_inplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1940355Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1940760Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1941174Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1941581Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1941987Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1942392Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1942798Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1943195Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1943644Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1944041Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1944432Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1944826Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1945251Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1945657Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1946082Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1946502Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1946919Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1947336Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1947756Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1948161Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1948569Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1948974Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1949377Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1949780Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1950220Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1950601Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1950996Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1951386Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1951765Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1952147Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.1952523Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1952903Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1953279Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1953694Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.1954070Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1954440Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1954853Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1955260Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1955680Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.1956099Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.1956510Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1956916Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1957317Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1957722Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1958123Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1958523Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1958926Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1959329Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1959713Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1960141Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1960533Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1960922Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1961299Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1961673Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1962041Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1962504Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1962881Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1963247Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1963688Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.1964051Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.1964443Z test_dispatch_symbolic_meta_inplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1964824Z test_dispatch_symbolic_meta_inplace_kron_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1965224Z test_dispatch_symbolic_meta_inplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1965619Z test_dispatch_symbolic_meta_inplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1966009Z test_dispatch_symbolic_meta_inplace_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1966378Z test_dispatch_symbolic_meta_inplace_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1966765Z test_dispatch_symbolic_meta_inplace_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1967139Z test_dispatch_symbolic_meta_inplace_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1967520Z test_dispatch_symbolic_meta_inplace_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1967898Z test_dispatch_symbolic_meta_inplace_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.1968270Z test_dispatch_symbolic_meta_inplace_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1968648Z test_dispatch_symbolic_meta_inplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1969047Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1969444Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1969832Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1970282Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1970667Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1971047Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1971429Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1971821Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1972121Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1972419Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.1972716Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1973012Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1973311Z test_dispatch_symbolic_meta_inplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.1973685Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.1974060Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.1974382Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1974702Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.1975020Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.1975335Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.1975634Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.1976008Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1976383Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1976751Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1977124Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1977497Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1977805Z test_dispatch_symbolic_meta_inplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1978107Z test_dispatch_symbolic_meta_inplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1978411Z test_dispatch_symbolic_meta_inplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1978717Z test_dispatch_symbolic_meta_inplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.1979013Z test_dispatch_symbolic_meta_inplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1979307Z test_dispatch_symbolic_meta_inplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1979602Z test_dispatch_symbolic_meta_inplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1979895Z test_dispatch_symbolic_meta_inplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.1980191Z test_dispatch_symbolic_meta_inplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.1980542Z test_dispatch_symbolic_meta_inplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1980860Z test_dispatch_symbolic_meta_inplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.1981176Z test_dispatch_symbolic_meta_inplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.1981492Z test_dispatch_symbolic_meta_inplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.1981797Z test_dispatch_symbolic_meta_inplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1982099Z test_dispatch_symbolic_meta_inplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.1982363Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.1982712Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.1983006Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.1983308Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.1984359Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1984728Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.1985098Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:10.1985469Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1985840Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.1986267Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1986682Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1987095Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1987510Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1987936Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1988359Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1988773Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1989190Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1989604Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1990007Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1990408Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1990807Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1991294Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1991703Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1992119Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1992520Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1992921Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1993322Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1993721Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1994113Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.1994574Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.1994967Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1995374Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.1995770Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1996171Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1996561Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1996992Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.1997393Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1997740Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1998109Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1998497Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1998854Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1999189Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1999547Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.1999911Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2000309Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2000797Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2001177Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2001570Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2001924Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2002269Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2002694Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2003082Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2003433Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2003935Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2004303Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2004778Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2005187Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2005657Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2006101Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2006514Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2006921Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2007319Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2007720Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2008139Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2008551Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2008956Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2009359Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2009787Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2010208Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2010720Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2011178Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2011643Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2012069Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2012489Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2012908Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2013335Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2013753Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2014239Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2014653Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2015064Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2015470Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2015874Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2016279Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2016731Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2017216Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2017655Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2018126Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2018536Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2018941Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2019338Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2019731Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2020151Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2020572Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2021049Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2021464Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2021896Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2022317Z 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:52:10.2022734Z 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:52:10.2023148Z 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:52:10.2023606Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2024021Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2024528Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2024936Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2025348Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2025770Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2026197Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2026614Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2027028Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2027423Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2027852Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2028272Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2028696Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2029119Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2029574Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2029993Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2030442Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2031439Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2031907Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2032356Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2032799Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2033241Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2033650Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2034074Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2034490Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2034972Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2035382Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2036055Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2036459Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2036701Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2036927Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2037162Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2037385Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2037610Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2037836Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2038058Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2038281Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2038503Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2038750Z 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:52:10.2039000Z 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:52:10.2039248Z 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:52:10.2039653Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2039903Z 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:52:10.2040146Z 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:52:10.2040371Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2040594Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2040814Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2041038Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2041277Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2041565Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2041856Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2042092Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2042366Z 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:52:10.2042745Z 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:52:10.2043011Z 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.011s) 2022-11-23T01:52:10.2043271Z 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.001s) 2022-11-23T01:52:10.2043495Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2043718Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2043941Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2044152Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2044381Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2044612Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2044835Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2045055Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2045331Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2045554Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2045776Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2045997Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2046226Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2046454Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2046680Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2046902Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2047183Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2047421Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2047658Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2047885Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2048159Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2048383Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2048604Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2048868Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2049096Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2049322Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2049548Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2049771Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2050003Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2050234Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2050459Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2050684Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2050964Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2051185Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2051415Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2051644Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2051871Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2052098Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2052323Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2052544Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2052804Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2053023Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2053241Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2053463Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2053684Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2053908Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2054167Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2054411Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2054630Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2054853Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2055128Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2055361Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2055592Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2055820Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2056045Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2056270Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2056544Z test_dispatch_symbolic_meta_inplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2056769Z test_dispatch_symbolic_meta_inplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2056992Z test_dispatch_symbolic_meta_inplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2057212Z test_dispatch_symbolic_meta_inplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2057427Z test_dispatch_symbolic_meta_inplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2057634Z test_dispatch_symbolic_meta_inplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2057850Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2058057Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2058307Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2058523Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2058740Z test_dispatch_symbolic_meta_inplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2058918Z test_dispatch_symbolic_meta_inplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2059115Z test_dispatch_symbolic_meta_inplace_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.2059296Z test_dispatch_symbolic_meta_inplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2059476Z test_dispatch_symbolic_meta_inplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2059653Z test_dispatch_symbolic_meta_inplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2059825Z test_dispatch_symbolic_meta_inplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2060033Z test_dispatch_symbolic_meta_inplace_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2060237Z test_dispatch_symbolic_meta_inplace_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2060494Z test_dispatch_symbolic_meta_inplace_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2060703Z test_dispatch_symbolic_meta_inplace_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2060905Z test_dispatch_symbolic_meta_inplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2061129Z test_dispatch_symbolic_meta_inplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2061341Z test_dispatch_symbolic_meta_inplace_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2061519Z test_dispatch_symbolic_meta_inplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2061691Z test_dispatch_symbolic_meta_inplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2061897Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2062149Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2062351Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:52:10.2062560Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2062766Z test_dispatch_symbolic_meta_inplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2062937Z test_dispatch_symbolic_meta_inplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2063140Z test_dispatch_symbolic_meta_inplace_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2063317Z test_dispatch_symbolic_meta_inplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2063495Z test_dispatch_symbolic_meta_inplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2063673Z test_dispatch_symbolic_meta_inplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2063831Z test_dispatch_symbolic_meta_inplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2064075Z test_dispatch_symbolic_meta_inplace_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2064278Z test_dispatch_symbolic_meta_inplace_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2064485Z test_dispatch_symbolic_meta_inplace_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2064687Z test_dispatch_symbolic_meta_inplace_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2064891Z test_dispatch_symbolic_meta_inplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2065066Z test_dispatch_symbolic_meta_inplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2065271Z test_dispatch_symbolic_meta_inplace_log_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2065452Z test_dispatch_symbolic_meta_inplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2065628Z test_dispatch_symbolic_meta_inplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2065801Z test_dispatch_symbolic_meta_inplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2065973Z test_dispatch_symbolic_meta_inplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2066175Z test_dispatch_symbolic_meta_inplace_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2066378Z test_dispatch_symbolic_meta_inplace_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2066634Z test_dispatch_symbolic_meta_inplace_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2066837Z test_dispatch_symbolic_meta_inplace_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2067035Z test_dispatch_symbolic_meta_inplace_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2067301Z test_dispatch_symbolic_meta_inplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2067530Z test_dispatch_symbolic_meta_inplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2067750Z test_dispatch_symbolic_meta_inplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2068034Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2068263Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2068503Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2068736Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2068963Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2069195Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2069419Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2069694Z 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:52:10.2069922Z 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:52:10.2070139Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2070367Z 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:52:10.2070593Z 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:52:10.2070818Z 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:52:10.2071047Z test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2071272Z test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2071486Z test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2071711Z test_dispatch_symbolic_meta_inplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2071933Z test_dispatch_symbolic_meta_inplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2072154Z test_dispatch_symbolic_meta_inplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2072385Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2072611Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2072893Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2073117Z test_dispatch_symbolic_meta_inplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2073336Z test_dispatch_symbolic_meta_inplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2073650Z test_dispatch_symbolic_meta_inplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2073862Z test_dispatch_symbolic_meta_inplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2074057Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2074237Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2074428Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2074613Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2074798Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2074981Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2075154Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2075378Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2075553Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2075723Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2075899Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2076063Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2076245Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2076422Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2076612Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2076801Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2076986Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2077164Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2077338Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2077513Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2077684Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2077855Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2078029Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2078213Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2078395Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2078574Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2078760Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2078997Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2079181Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2079418Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2079636Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2079815Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2079977Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2080154Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2080331Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2080506Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2080692Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2080869Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2081060Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2081301Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2081483Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2081661Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2081833Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2082009Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2082181Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2082360Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2082619Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2082799Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2082974Z test_dispatch_symbolic_meta_inplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2083183Z test_dispatch_symbolic_meta_inplace_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2083357Z test_dispatch_symbolic_meta_inplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2083528Z test_dispatch_symbolic_meta_inplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2083737Z test_dispatch_symbolic_meta_inplace_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2083945Z test_dispatch_symbolic_meta_inplace_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2084139Z test_dispatch_symbolic_meta_inplace_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2084349Z test_dispatch_symbolic_meta_inplace_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2084552Z test_dispatch_symbolic_meta_inplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2084775Z test_dispatch_symbolic_meta_inplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2085052Z test_dispatch_symbolic_meta_inplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2085342Z test_dispatch_symbolic_meta_inplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2085564Z test_dispatch_symbolic_meta_inplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2085834Z test_dispatch_symbolic_meta_inplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2086051Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2086264Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2086469Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2086686Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2086902Z test_dispatch_symbolic_meta_inplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2087169Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2087381Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2087600Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2087812Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2088031Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2088246Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2088454Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2088665Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2088872Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2089082Z test_dispatch_symbolic_meta_inplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2089290Z test_dispatch_symbolic_meta_inplace_long_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2089509Z test_dispatch_symbolic_meta_inplace_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2089721Z test_dispatch_symbolic_meta_inplace_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2089932Z test_dispatch_symbolic_meta_inplace_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2090144Z test_dispatch_symbolic_meta_inplace_long_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2090353Z test_dispatch_symbolic_meta_inplace_long_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2090564Z test_dispatch_symbolic_meta_inplace_long_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2090818Z test_dispatch_symbolic_meta_inplace_long_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2091027Z test_dispatch_symbolic_meta_inplace_long_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2091271Z test_dispatch_symbolic_meta_inplace_long_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2091483Z test_dispatch_symbolic_meta_inplace_long_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2091694Z test_dispatch_symbolic_meta_inplace_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2091866Z test_dispatch_symbolic_meta_inplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2092081Z test_dispatch_symbolic_meta_inplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2092256Z test_dispatch_symbolic_meta_inplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2092427Z test_dispatch_symbolic_meta_inplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2092591Z test_dispatch_symbolic_meta_inplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2092807Z test_dispatch_symbolic_meta_inplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2092975Z test_dispatch_symbolic_meta_inplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2093139Z test_dispatch_symbolic_meta_inplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2093303Z test_dispatch_symbolic_meta_inplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2093466Z test_dispatch_symbolic_meta_inplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2093682Z test_dispatch_symbolic_meta_inplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2093901Z test_dispatch_symbolic_meta_inplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2094109Z test_dispatch_symbolic_meta_inplace_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2094320Z test_dispatch_symbolic_meta_inplace_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2094541Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2094760Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2094975Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2095190Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2095412Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2095637Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2095854Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2096066Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2096263Z test_dispatch_symbolic_meta_inplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2096522Z test_dispatch_symbolic_meta_inplace_mH_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2096738Z test_dispatch_symbolic_meta_inplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2096952Z test_dispatch_symbolic_meta_inplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2097165Z test_dispatch_symbolic_meta_inplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2097422Z test_dispatch_symbolic_meta_inplace_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2097629Z test_dispatch_symbolic_meta_inplace_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2097836Z test_dispatch_symbolic_meta_inplace_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2098043Z test_dispatch_symbolic_meta_inplace_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2098294Z test_dispatch_symbolic_meta_inplace_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2098978Z test_dispatch_symbolic_meta_inplace_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2099188Z test_dispatch_symbolic_meta_inplace_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2099389Z test_dispatch_symbolic_meta_inplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2099598Z test_dispatch_symbolic_meta_inplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2099806Z test_dispatch_symbolic_meta_inplace_mT_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2100021Z test_dispatch_symbolic_meta_inplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2100237Z test_dispatch_symbolic_meta_inplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2100449Z test_dispatch_symbolic_meta_inplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2100657Z test_dispatch_symbolic_meta_inplace_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2100864Z test_dispatch_symbolic_meta_inplace_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2101070Z test_dispatch_symbolic_meta_inplace_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2101275Z test_dispatch_symbolic_meta_inplace_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2101477Z test_dispatch_symbolic_meta_inplace_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2101680Z test_dispatch_symbolic_meta_inplace_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2101884Z test_dispatch_symbolic_meta_inplace_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2102082Z test_dispatch_symbolic_meta_inplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2102301Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.2102569Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2102796Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2103017Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2103223Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2103434Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2103699Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2103912Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2104123Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2104436Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2104656Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2104875Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2105092Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2105302Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2105511Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2105714Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2105927Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2106133Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2106354Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2106574Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2106796Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2107015Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2107233Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2107449Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2107666Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2107882Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2108153Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2108379Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2108598Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2108818Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2109037Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2109256Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2109476Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2109737Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2110007Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2110225Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2110500Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2110734Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2110965Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2111175Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2111400Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2111623Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2111845Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2112062Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2112284Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2112505Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2112732Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2112958Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2113181Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2113397Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2113612Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2113876Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2114096Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2114310Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2114526Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2114739Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2114921Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2115098Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2115284Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2115515Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2115696Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2115924Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2116102Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2116274Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2116449Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2116667Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2116835Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2116998Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2117174Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2117401Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2117629Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2117852Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2118082Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2118311Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2118538Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2118764Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2118983Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2119205Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2119471Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2119696Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2119914Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2120133Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2120353Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2120571Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2120789Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2121012Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2121284Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2121505Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2121723Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2121972Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2122212Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2122505Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2122719Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2122978Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2123192Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2123413Z test_dispatch_symbolic_meta_inplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2123637Z test_dispatch_symbolic_meta_inplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2123858Z test_dispatch_symbolic_meta_inplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2124086Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2124305Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2124522Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2124726Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2125343Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2125583Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2125817Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2126044Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2126269Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2126494Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2126715Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2126932Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2127204Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2127432Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2127649Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2127867Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2128086Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2128363Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2128574Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2128786Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2129040Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2129231Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2129413Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2129607Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2129795Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2129980Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2130158Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2130341Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2130522Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2130702Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2130874Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2131102Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2131265Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2131496Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2131718Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2131944Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2132168Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2132389Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2132612Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2132876Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2133097Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2133316Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2133533Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2133758Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2133977Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2134204Z test_dispatch_symbolic_meta_inplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2134471Z test_dispatch_symbolic_meta_inplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2134692Z test_dispatch_symbolic_meta_inplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2134914Z test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2135188Z test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2135410Z test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2135628Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2135849Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2136071Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2136287Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2136503Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2136772Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2136983Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2137187Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2137400Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2137605Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2137823Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2138040Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2138257Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2138523Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2138736Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2138937Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2139153Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2139369Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2139579Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2139787Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2139996Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2140203Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2140421Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2140701Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2140928Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2141146Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2141414Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2141631Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2141841Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2142097Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2142302Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2142513Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2142719Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2142928Z test_dispatch_symbolic_meta_inplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2143145Z test_dispatch_symbolic_meta_inplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2143355Z test_dispatch_symbolic_meta_inplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2143569Z test_dispatch_symbolic_meta_inplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2143779Z test_dispatch_symbolic_meta_inplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2144036Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2144245Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2144452Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2144659Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2144870Z test_dispatch_symbolic_meta_inplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2145089Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2145314Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2145533Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2145750Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2145964Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2146170Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2146382Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2146602Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2146870Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2147084Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2147298Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2147552Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2147807Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2148023Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2148229Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2148473Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2148715Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2148957Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2149185Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2149454Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2149687Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2149913Z 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:52:10.2150142Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2150369Z 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:52:10.2150594Z 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:52:10.2150821Z 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:52:10.2151041Z 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:52:10.2151263Z 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:52:10.2151496Z 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:52:10.2151724Z 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:52:10.2151954Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2152183Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2152403Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2152630Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2152892Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2153182Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2153407Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2153678Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2153895Z test_dispatch_symbolic_meta_inplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2154106Z test_dispatch_symbolic_meta_inplace_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2154321Z test_dispatch_symbolic_meta_inplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2154534Z test_dispatch_symbolic_meta_inplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2154726Z test_dispatch_symbolic_meta_inplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2154980Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2155192Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2155404Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2155617Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2155827Z test_dispatch_symbolic_meta_inplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2156039Z test_dispatch_symbolic_meta_inplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2156257Z test_dispatch_symbolic_meta_inplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2156471Z test_dispatch_symbolic_meta_inplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2156681Z test_dispatch_symbolic_meta_inplace_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2156885Z test_dispatch_symbolic_meta_inplace_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2157094Z test_dispatch_symbolic_meta_inplace_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2157309Z test_dispatch_symbolic_meta_inplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2157520Z test_dispatch_symbolic_meta_inplace_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2157729Z test_dispatch_symbolic_meta_inplace_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2157936Z test_dispatch_symbolic_meta_inplace_median_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2158143Z test_dispatch_symbolic_meta_inplace_median_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2158354Z test_dispatch_symbolic_meta_inplace_median_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2158607Z test_dispatch_symbolic_meta_inplace_median_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2158815Z test_dispatch_symbolic_meta_inplace_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2159096Z 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:52:10.2159329Z 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:52:10.2159567Z 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:52:10.2159851Z 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:52:10.2160086Z 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:52:10.2160312Z 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:52:10.2160581Z 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:52:10.2160807Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2161029Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2161247Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2161474Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2161703Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2161938Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2162166Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2162483Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2162730Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2162959Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2163191Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2163416Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2163647Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2163873Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2164148Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2164378Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2164608Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2164826Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2165042Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2165308Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2165531Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2165747Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2166009Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2166265Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2166472Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2166681Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2166886Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2167117Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2167346Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2167576Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2167802Z 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:52:10.2168033Z 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:52:10.2168256Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2168481Z 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:52:10.2168706Z 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:52:10.2168929Z 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:52:10.2169149Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2169384Z 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:52:10.2169657Z 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:52:10.2169888Z 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:52:10.2170113Z 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:52:10.2170333Z 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:52:10.2170557Z 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:52:10.2170783Z 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:52:10.2171009Z 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:52:10.2171234Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2171502Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2171753Z test_dispatch_symbolic_meta_inplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2171966Z test_dispatch_symbolic_meta_inplace_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2172183Z test_dispatch_symbolic_meta_inplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2172439Z test_dispatch_symbolic_meta_inplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2172646Z test_dispatch_symbolic_meta_inplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2172858Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2173067Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2173275Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2173486Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2173694Z test_dispatch_symbolic_meta_inplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2173907Z test_dispatch_symbolic_meta_inplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2174118Z test_dispatch_symbolic_meta_inplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2174328Z test_dispatch_symbolic_meta_inplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2174533Z test_dispatch_symbolic_meta_inplace_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2174737Z test_dispatch_symbolic_meta_inplace_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2174941Z test_dispatch_symbolic_meta_inplace_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2175191Z test_dispatch_symbolic_meta_inplace_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2175390Z test_dispatch_symbolic_meta_inplace_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2175595Z test_dispatch_symbolic_meta_inplace_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2175794Z test_dispatch_symbolic_meta_inplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2176005Z test_dispatch_symbolic_meta_inplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2176214Z test_dispatch_symbolic_meta_inplace_mode_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2176423Z test_dispatch_symbolic_meta_inplace_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2176633Z test_dispatch_symbolic_meta_inplace_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2176843Z test_dispatch_symbolic_meta_inplace_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2177095Z test_dispatch_symbolic_meta_inplace_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2177303Z test_dispatch_symbolic_meta_inplace_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2177505Z test_dispatch_symbolic_meta_inplace_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2177712Z test_dispatch_symbolic_meta_inplace_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2177969Z test_dispatch_symbolic_meta_inplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2178189Z test_dispatch_symbolic_meta_inplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2178398Z test_dispatch_symbolic_meta_inplace_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2178654Z test_dispatch_symbolic_meta_inplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2178874Z test_dispatch_symbolic_meta_inplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2179084Z test_dispatch_symbolic_meta_inplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2179297Z test_dispatch_symbolic_meta_inplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2179506Z test_dispatch_symbolic_meta_inplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2179711Z test_dispatch_symbolic_meta_inplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2179918Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2180126Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2180337Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2180547Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2180801Z test_dispatch_symbolic_meta_inplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2181018Z test_dispatch_symbolic_meta_inplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2181228Z test_dispatch_symbolic_meta_inplace_msort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2181437Z test_dispatch_symbolic_meta_inplace_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2181647Z test_dispatch_symbolic_meta_inplace_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2181853Z test_dispatch_symbolic_meta_inplace_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2182059Z test_dispatch_symbolic_meta_inplace_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2182268Z test_dispatch_symbolic_meta_inplace_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2182518Z test_dispatch_symbolic_meta_inplace_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2182722Z test_dispatch_symbolic_meta_inplace_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2182926Z test_dispatch_symbolic_meta_inplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2183098Z test_dispatch_symbolic_meta_inplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2183265Z test_dispatch_symbolic_meta_inplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2183438Z test_dispatch_symbolic_meta_inplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2183613Z test_dispatch_symbolic_meta_inplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2183783Z test_dispatch_symbolic_meta_inplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2183954Z test_dispatch_symbolic_meta_inplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2184171Z test_dispatch_symbolic_meta_inplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2184323Z test_dispatch_symbolic_meta_inplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2184490Z test_dispatch_symbolic_meta_inplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2184653Z test_dispatch_symbolic_meta_inplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2184856Z test_dispatch_symbolic_meta_inplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2185022Z test_dispatch_symbolic_meta_inplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2185185Z test_dispatch_symbolic_meta_inplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2185412Z test_dispatch_symbolic_meta_inplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2185632Z test_dispatch_symbolic_meta_inplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2185852Z test_dispatch_symbolic_meta_inplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2186061Z test_dispatch_symbolic_meta_inplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2186271Z test_dispatch_symbolic_meta_inplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2186529Z test_dispatch_symbolic_meta_inplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2186738Z test_dispatch_symbolic_meta_inplace_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2186947Z test_dispatch_symbolic_meta_inplace_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2187150Z test_dispatch_symbolic_meta_inplace_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2187353Z test_dispatch_symbolic_meta_inplace_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2187551Z test_dispatch_symbolic_meta_inplace_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2187755Z test_dispatch_symbolic_meta_inplace_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2187953Z test_dispatch_symbolic_meta_inplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2188612Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2188810Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2189001Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2189223Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2189444Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2189667Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2189888Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2190100Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2190356Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2190551Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2190740Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2191004Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2191227Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2191445Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2191664Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2191879Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.2192073Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2192263Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2192505Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2192725Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:52:10.2192944Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2193165Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2193386Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2193600Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2193785Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2193960Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2194176Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2194349Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2194518Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2194688Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2194862Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2195033Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2195205Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2195372Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2195580Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2195794Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2196001Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2196203Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2196472Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2196692Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2196901Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2197146Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2197363Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2197567Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2197775Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2198028Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2198251Z test_dispatch_symbolic_meta_inplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2198476Z test_dispatch_symbolic_meta_inplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2198690Z test_dispatch_symbolic_meta_inplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2198900Z test_dispatch_symbolic_meta_inplace_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2199113Z test_dispatch_symbolic_meta_inplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2199319Z test_dispatch_symbolic_meta_inplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2199521Z test_dispatch_symbolic_meta_inplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2199777Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2199986Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2200195Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2200402Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2200606Z test_dispatch_symbolic_meta_inplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2200827Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2201043Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2201268Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2201490Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2201711Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2201931Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2202153Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2202442Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2202711Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2202924Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2203131Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2203385Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2203660Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2203876Z test_dispatch_symbolic_meta_inplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2204087Z test_dispatch_symbolic_meta_inplace_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2204305Z test_dispatch_symbolic_meta_inplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2204520Z test_dispatch_symbolic_meta_inplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2204731Z test_dispatch_symbolic_meta_inplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2204944Z test_dispatch_symbolic_meta_inplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.2205153Z test_dispatch_symbolic_meta_inplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2205401Z test_dispatch_symbolic_meta_inplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2205611Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2205820Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2206028Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2206235Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2206444Z test_dispatch_symbolic_meta_inplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2206672Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2206900Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2207126Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2207363Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2207593Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2207833Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2208061Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2208285Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2208512Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2208742Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2209020Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2209294Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2209563Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2209810Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2210036Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2210265Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2210434Z test_dispatch_symbolic_meta_inplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2210589Z test_dispatch_symbolic_meta_inplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2210765Z test_dispatch_symbolic_meta_inplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2210981Z test_dispatch_symbolic_meta_inplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2211147Z test_dispatch_symbolic_meta_inplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2211312Z test_dispatch_symbolic_meta_inplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2211472Z test_dispatch_symbolic_meta_inplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2211635Z test_dispatch_symbolic_meta_inplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2211799Z test_dispatch_symbolic_meta_inplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2211962Z test_dispatch_symbolic_meta_inplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2212125Z test_dispatch_symbolic_meta_inplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2212285Z test_dispatch_symbolic_meta_inplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2212458Z test_dispatch_symbolic_meta_inplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2212633Z test_dispatch_symbolic_meta_inplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2212805Z test_dispatch_symbolic_meta_inplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2212978Z test_dispatch_symbolic_meta_inplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2213147Z test_dispatch_symbolic_meta_inplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2213315Z test_dispatch_symbolic_meta_inplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2213481Z test_dispatch_symbolic_meta_inplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2213645Z test_dispatch_symbolic_meta_inplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2213811Z test_dispatch_symbolic_meta_inplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2213958Z test_dispatch_symbolic_meta_inplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2214121Z test_dispatch_symbolic_meta_inplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2214287Z test_dispatch_symbolic_meta_inplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2214511Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2214726Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2215389Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2215627Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2215916Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2216135Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2216346Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2216552Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2216766Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2216970Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2217223Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2217433Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2217637Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2217866Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2218093Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2218328Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2218560Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2218791Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2219018Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2219241Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2219460Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2219680Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2219901Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2220117Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2220336Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2220547Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2220804Z test_dispatch_symbolic_meta_inplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2221020Z test_dispatch_symbolic_meta_inplace_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2221298Z test_dispatch_symbolic_meta_inplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2221505Z test_dispatch_symbolic_meta_inplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2221723Z test_dispatch_symbolic_meta_inplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2221987Z test_dispatch_symbolic_meta_inplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2222202Z test_dispatch_symbolic_meta_inplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2222407Z test_dispatch_symbolic_meta_inplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2222659Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2222863Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2223063Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2223271Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2223482Z test_dispatch_symbolic_meta_inplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2223698Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2223909Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2224129Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2224346Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2224564Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2224778Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2224989Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2225194Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2225404Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2225608Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2225808Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2226016Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2226270Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2226491Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2226697Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2226918Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2227135Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2227408Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2227628Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2227836Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2228141Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2228354Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2228556Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2228744Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2228951Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2229158Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2229335Z test_dispatch_symbolic_meta_inplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2229516Z test_dispatch_symbolic_meta_inplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2229690Z test_dispatch_symbolic_meta_inplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2229949Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2230201Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2230457Z 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:52:10.2230708Z 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:52:10.2230955Z 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:52:10.2231200Z 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:52:10.2231444Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2231730Z 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:52:10.2231974Z 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:52:10.2232214Z 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:52:10.2232448Z 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:52:10.2232681Z 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:52:10.2232925Z 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:52:10.2233168Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2233406Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2233733Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2233971Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2234235Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2234493Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2234730Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2234935Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2235137Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.2235330Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2235565Z 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:52:10.2235798Z 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:52:10.2236029Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2236259Z 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:52:10.2236488Z 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:52:10.2236713Z 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:52:10.2236934Z 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:52:10.2237200Z 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:52:10.2237422Z 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:52:10.2237642Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2237861Z 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:52:10.2238086Z 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:52:10.2238310Z 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:52:10.2238520Z 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:52:10.2238749Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2239016Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2239236Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2239463Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2239748Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2239983Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2240211Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2240495Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2240743Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2240989Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2241251Z test_dispatch_symbolic_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:52:10.2241508Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2241766Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2241956Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2242146Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2242333Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2242650Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2242945Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2243181Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2243407Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2243635Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2243863Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2244093Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2244325Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2244596Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2244819Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2245048Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2245271Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2245516Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2245761Z 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:52:10.2246059Z 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:52:10.2246299Z 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:52:10.2246537Z 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:52:10.2246829Z 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:52:10.2247078Z 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:52:10.2247320Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2247558Z 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:52:10.2247792Z 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:52:10.2248035Z 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:52:10.2248322Z 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:52:10.2248561Z 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:52:10.2248801Z 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:52:10.2249024Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2249274Z 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:52:10.2249518Z 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:52:10.2249768Z 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:52:10.2250054Z 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:52:10.2250295Z 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:52:10.2250539Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2250775Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2251021Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2251259Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2251499Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2251740Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2251980Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2252267Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2252508Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2252745Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2253025Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2253252Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2253450Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2253647Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2253891Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2254086Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2254285Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2254477Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.2254673Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.2254866Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.2255057Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.2255247Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2255433Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2255665Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2255907Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2256147Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2256386Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2256624Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2256857Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2257085Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2257305Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2257520Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2257745Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2257970Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2258196Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2258469Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2258705Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2258934Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2259210Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2259481Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2259701Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2259922Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2260142Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2260363Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2260587Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2260807Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2261054Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2261344Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2261588Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2261832Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2262071Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2262312Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2262548Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2262778Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2263004Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2263231Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2263455Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2263682Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2263906Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2264137Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2264366Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2264649Z 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:52:10.2264933Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2265160Z 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:52:10.2265449Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2265682Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2265908Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2266108Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2266310Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2266503Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2266764Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2266995Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2267223Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2267447Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2267677Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2267900Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2268132Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2268361Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2268588Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2268815Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2269062Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2269306Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2269553Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2269787Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2270017Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2270241Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2270506Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2270796Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2271040Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2271274Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2271566Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2271811Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2272057Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2272354Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2272599Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2272847Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2273096Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2273346Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2273594Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2273839Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2274082Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2274327Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2274573Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2274817Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2275062Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2275312Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2275559Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2275808Z 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:52:10.2276084Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2276312Z 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:52:10.2276537Z 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:52:10.2276766Z 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:52:10.2277048Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2277284Z 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:52:10.2277509Z 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:52:10.2278207Z 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:52:10.2278435Z 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:52:10.2278657Z 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:52:10.2278888Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2279116Z 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:52:10.2279314Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2279511Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2279705Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2279934Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2280168Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2280403Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2280633Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2280864Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2281089Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2281315Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2281537Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2281810Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2282033Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2282278Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2282605Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2282849Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2283088Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2283382Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2283615Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2283896Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2284140Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2284435Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2284681Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2284924Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2285167Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2285402Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2285639Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2285875Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2286105Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2286334Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2286564Z 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:52:10.2286791Z 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:52:10.2287014Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2287241Z 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:52:10.2287515Z 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:52:10.2287737Z 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:52:10.2287970Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2288203Z 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:52:10.2288441Z 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:52:10.2288682Z 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:52:10.2288902Z 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:52:10.2289177Z 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:52:10.2289409Z 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:52:10.2289645Z 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:52:10.2289927Z 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:52:10.2290166Z 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:52:10.2290400Z 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:52:10.2290686Z 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:52:10.2290878Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2291070Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2291257Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2291487Z 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:52:10.2291716Z 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:52:10.2291943Z 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:52:10.2292179Z 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:52:10.2292416Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2292659Z 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:52:10.2292958Z 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:52:10.2293214Z 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:52:10.2293467Z 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:52:10.2293711Z 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:52:10.2293938Z 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:52:10.2294167Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2294391Z 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:52:10.2294667Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2294903Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2295139Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2295372Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2295601Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2295825Z test_dispatch_symbolic_meta_inplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2296115Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2296344Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2296583Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2296874Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2297117Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2297351Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2297586Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2297818Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2298044Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2298315Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2298544Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2298768Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2299000Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2299232Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2299459Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2299700Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2299933Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2300208Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2300448Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2300678Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2300904Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2301135Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2301364Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2301593Z 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:52:10.2301834Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2302073Z 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:52:10.2302368Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2302599Z 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:52:10.2302843Z 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:52:10.2303139Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2303377Z 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:52:10.2303612Z 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:52:10.2304251Z 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:52:10.2304504Z 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:52:10.2304756Z 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:52:10.2304999Z 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:52:10.2305240Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2305477Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2305716Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2306003Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2306245Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2306485Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2306722Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2306951Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2307181Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2307418Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2307651Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2307893Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2308133Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2308369Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2308672Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2308910Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2309141Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2309423Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2309696Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2309931Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2310155Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2310394Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2310631Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2310874Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2311120Z 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:52:10.2311346Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2311624Z 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:52:10.2311859Z 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:52:10.2312092Z 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:52:10.2312326Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2312560Z 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:52:10.2312796Z 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:52:10.2313027Z 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:52:10.2313264Z 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:52:10.2313499Z 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:52:10.2313737Z 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:52:10.2313972Z 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:52:10.2314210Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2314442Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2314676Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2314956Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2315239Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2315495Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2315746Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2315972Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2316196Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2316420Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2316643Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2316863Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2317124Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2317345Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2317563Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2317785Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2318011Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2318238Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2318460Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2318679Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2318896Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2319116Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2319334Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2319525Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2319714Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2319902Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2320087Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2320261Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2320448Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2320700Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2320903Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2321146Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2321334Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2321518Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2321797Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2322047Z 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:52:10.2322283Z 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:52:10.2322656Z 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:52:10.2322897Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2323136Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2323372Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2323602Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2323830Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2324061Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2324302Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2324547Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2324792Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2325035Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2325279Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2325516Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2325752Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2325988Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2326266Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2326502Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2326741Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2326972Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2327204Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2327486Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2327723Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2327956Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2328278Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2328508Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2328740Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2328968Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2329195Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2329418Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2329637Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2329863Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2330079Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2330307Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2330534Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2330763Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2331000Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2331238Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2331474Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2331754Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2331986Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2332217Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2332441Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2332663Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2332891Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2333121Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2333319Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2333607Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2333806Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2333998Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2334191Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2334435Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2334631Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2334822Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2335070Z 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:52:10.2335318Z 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:52:10.2335568Z 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:52:10.2335814Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2336060Z 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:52:10.2336301Z 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:52:10.2336538Z 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:52:10.2336770Z 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:52:10.2337005Z 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:52:10.2337282Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2337542Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2337805Z test_dispatch_symbolic_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:52:10.2338066Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2338323Z test_dispatch_symbolic_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:52:10.2338583Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2338838Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2339126Z test_dispatch_symbolic_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:52:10.2339381Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2339634Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2339941Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2340171Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2340393Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2340679Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2340911Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2341140Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2341368Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2341613Z 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:52:10.2341859Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.2342101Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2342340Z 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:52:10.2342579Z 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:52:10.2342860Z 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:52:10.2343104Z 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:52:10.2343319Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2343531Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2343751Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2343969Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2344182Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2344395Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2344642Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2344844Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2350698Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2350966Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2351196Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2351419Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2351636Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2351856Z test_dispatch_symbolic_meta_inplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2352075Z test_dispatch_symbolic_meta_inplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2352290Z test_dispatch_symbolic_meta_inplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2352568Z test_dispatch_symbolic_meta_inplace_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2352783Z test_dispatch_symbolic_meta_inplace_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2352998Z test_dispatch_symbolic_meta_inplace_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2353273Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2353496Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2353717Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2353933Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2354251Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2354447Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2354667Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2354888Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2355106Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2355321Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2355530Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2355735Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2356013Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2356231Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2356447Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2356654Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2356872Z test_dispatch_symbolic_meta_inplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2357083Z test_dispatch_symbolic_meta_inplace_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2357294Z test_dispatch_symbolic_meta_inplace_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2357499Z test_dispatch_symbolic_meta_inplace_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2357729Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2357958Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2358190Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2358417Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2358632Z test_dispatch_symbolic_meta_inplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2358841Z test_dispatch_symbolic_meta_inplace_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2359060Z test_dispatch_symbolic_meta_inplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2359275Z test_dispatch_symbolic_meta_inplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2359486Z test_dispatch_symbolic_meta_inplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2359740Z test_dispatch_symbolic_meta_inplace_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2359952Z test_dispatch_symbolic_meta_inplace_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2360161Z test_dispatch_symbolic_meta_inplace_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2360367Z test_dispatch_symbolic_meta_inplace_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2360576Z test_dispatch_symbolic_meta_inplace_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2360782Z test_dispatch_symbolic_meta_inplace_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2360989Z test_dispatch_symbolic_meta_inplace_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2361193Z test_dispatch_symbolic_meta_inplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2361440Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2361653Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2361872Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2362091Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2362310Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2362631Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2362845Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2363048Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2363261Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2363465Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2363742Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2363958Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2364257Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2364643Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2364980Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2365307Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2365644Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2366066Z test_dispatch_symbolic_meta_inplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2366392Z test_dispatch_symbolic_meta_inplace_outer_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2366726Z test_dispatch_symbolic_meta_inplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2367024Z test_dispatch_symbolic_meta_inplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2367368Z test_dispatch_symbolic_meta_inplace_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2367708Z test_dispatch_symbolic_meta_inplace_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2368043Z test_dispatch_symbolic_meta_inplace_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2368373Z test_dispatch_symbolic_meta_inplace_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2368764Z test_dispatch_symbolic_meta_inplace_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2368993Z test_dispatch_symbolic_meta_inplace_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2369204Z test_dispatch_symbolic_meta_inplace_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2369500Z test_dispatch_symbolic_meta_inplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2369834Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2370145Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2370464Z test_dispatch_symbolic_meta_inplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2370753Z test_dispatch_symbolic_meta_inplace_permute_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2371086Z test_dispatch_symbolic_meta_inplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2371421Z test_dispatch_symbolic_meta_inplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2371650Z test_dispatch_symbolic_meta_inplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2371868Z test_dispatch_symbolic_meta_inplace_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2372075Z test_dispatch_symbolic_meta_inplace_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2372280Z test_dispatch_symbolic_meta_inplace_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2372493Z test_dispatch_symbolic_meta_inplace_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2372708Z test_dispatch_symbolic_meta_inplace_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2372919Z test_dispatch_symbolic_meta_inplace_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2373136Z test_dispatch_symbolic_meta_inplace_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2373423Z test_dispatch_symbolic_meta_inplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2373654Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2373876Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2374095Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2374311Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2374526Z test_dispatch_symbolic_meta_inplace_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2374739Z test_dispatch_symbolic_meta_inplace_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2374940Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2375676Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2375877Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2376079Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2376304Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2376532Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2376753Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T01:52:10.2376980Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2377201Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2377401Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2377627Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2377822Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2378020Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2378244Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.001s) 2022-11-23T01:52:10.2378458Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2378678Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2378902Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2379121Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.2379364Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2379591Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.2379791Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2379985Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2380297Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2380520Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2380741Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2381017Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2381287Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2381483Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2381714Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2381912Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2382106Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2382333Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2382557Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.2382778Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2383003Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2383220Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2383416Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2383642Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2383840Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2384037Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2384256Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2384476Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2384694Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2384915Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2385168Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2385392Z test_dispatch_symbolic_meta_inplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2385602Z test_dispatch_symbolic_meta_inplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2385823Z test_dispatch_symbolic_meta_inplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2386045Z test_dispatch_symbolic_meta_inplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2386261Z test_dispatch_symbolic_meta_inplace_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2386476Z test_dispatch_symbolic_meta_inplace_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2386681Z test_dispatch_symbolic_meta_inplace_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2386931Z test_dispatch_symbolic_meta_inplace_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2387139Z test_dispatch_symbolic_meta_inplace_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2387340Z test_dispatch_symbolic_meta_inplace_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2387550Z test_dispatch_symbolic_meta_inplace_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2387764Z test_dispatch_symbolic_meta_inplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2387935Z test_dispatch_symbolic_meta_inplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2388117Z test_dispatch_symbolic_meta_inplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2388292Z test_dispatch_symbolic_meta_inplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2388462Z test_dispatch_symbolic_meta_inplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2388633Z test_dispatch_symbolic_meta_inplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2388797Z test_dispatch_symbolic_meta_inplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2388964Z test_dispatch_symbolic_meta_inplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2389130Z test_dispatch_symbolic_meta_inplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2389292Z test_dispatch_symbolic_meta_inplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2389459Z test_dispatch_symbolic_meta_inplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2389624Z test_dispatch_symbolic_meta_inplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2389837Z test_dispatch_symbolic_meta_inplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2390047Z test_dispatch_symbolic_meta_inplace_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2390264Z test_dispatch_symbolic_meta_inplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2390509Z test_dispatch_symbolic_meta_inplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2390722Z test_dispatch_symbolic_meta_inplace_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2390936Z test_dispatch_symbolic_meta_inplace_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2391144Z test_dispatch_symbolic_meta_inplace_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2391353Z test_dispatch_symbolic_meta_inplace_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2391558Z test_dispatch_symbolic_meta_inplace_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2391766Z test_dispatch_symbolic_meta_inplace_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2391974Z test_dispatch_symbolic_meta_inplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2392144Z test_dispatch_symbolic_meta_inplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2392350Z test_dispatch_symbolic_meta_inplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2392526Z test_dispatch_symbolic_meta_inplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2392701Z test_dispatch_symbolic_meta_inplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.2392871Z test_dispatch_symbolic_meta_inplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2393040Z test_dispatch_symbolic_meta_inplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2393204Z test_dispatch_symbolic_meta_inplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2393369Z test_dispatch_symbolic_meta_inplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2393534Z test_dispatch_symbolic_meta_inplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2393696Z test_dispatch_symbolic_meta_inplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2393859Z test_dispatch_symbolic_meta_inplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2394022Z test_dispatch_symbolic_meta_inplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2394236Z test_dispatch_symbolic_meta_inplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2394449Z test_dispatch_symbolic_meta_inplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2394659Z test_dispatch_symbolic_meta_inplace_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2394868Z test_dispatch_symbolic_meta_inplace_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2395074Z test_dispatch_symbolic_meta_inplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2395285Z test_dispatch_symbolic_meta_inplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2395463Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2395669Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2395845Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2396020Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2396234Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2396443Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2396651Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2396854Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2397058Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2397261Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2397483Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2397707Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2397970Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2398189Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2398407Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2398614Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2398818Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2399033Z test_dispatch_symbolic_meta_inplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2399250Z test_dispatch_symbolic_meta_inplace_randint_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2399457Z test_dispatch_symbolic_meta_inplace_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2399661Z test_dispatch_symbolic_meta_inplace_randint_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2399869Z test_dispatch_symbolic_meta_inplace_randint_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2400081Z test_dispatch_symbolic_meta_inplace_randint_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2400293Z test_dispatch_symbolic_meta_inplace_randint_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2400504Z test_dispatch_symbolic_meta_inplace_randint_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2400712Z test_dispatch_symbolic_meta_inplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2400933Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2401152Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2401359Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2401961Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2402189Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2402510Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2402729Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2402944Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2403161Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2403380Z test_dispatch_symbolic_meta_inplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2403601Z test_dispatch_symbolic_meta_inplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2403866Z test_dispatch_symbolic_meta_inplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2404076Z test_dispatch_symbolic_meta_inplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2404288Z test_dispatch_symbolic_meta_inplace_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2404496Z test_dispatch_symbolic_meta_inplace_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2404706Z test_dispatch_symbolic_meta_inplace_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2404923Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2405144Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2405368Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2405589Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2405804Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2406020Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2406236Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2406448Z test_dispatch_symbolic_meta_inplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2406657Z test_dispatch_symbolic_meta_inplace_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2406873Z test_dispatch_symbolic_meta_inplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2407085Z test_dispatch_symbolic_meta_inplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2407292Z test_dispatch_symbolic_meta_inplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2407541Z test_dispatch_symbolic_meta_inplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2407752Z test_dispatch_symbolic_meta_inplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2407964Z test_dispatch_symbolic_meta_inplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2408171Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2408378Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2408584Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2408777Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2408982Z test_dispatch_symbolic_meta_inplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2409192Z test_dispatch_symbolic_meta_inplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2409440Z test_dispatch_symbolic_meta_inplace_real_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2409653Z test_dispatch_symbolic_meta_inplace_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2409865Z test_dispatch_symbolic_meta_inplace_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2410072Z test_dispatch_symbolic_meta_inplace_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2410285Z test_dispatch_symbolic_meta_inplace_real_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2410495Z test_dispatch_symbolic_meta_inplace_real_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2410707Z test_dispatch_symbolic_meta_inplace_real_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2410913Z test_dispatch_symbolic_meta_inplace_real_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2411118Z test_dispatch_symbolic_meta_inplace_real_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2411324Z test_dispatch_symbolic_meta_inplace_real_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2411610Z test_dispatch_symbolic_meta_inplace_real_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2411816Z test_dispatch_symbolic_meta_inplace_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2412000Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2412215Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2412450Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2412639Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2412821Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2413000Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2413223Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2413439Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2413650Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2413857Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2414066Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2414272Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2414454Z test_dispatch_symbolic_meta_inplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2414623Z test_dispatch_symbolic_meta_inplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2414796Z test_dispatch_symbolic_meta_inplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2415010Z test_dispatch_symbolic_meta_inplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2415187Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2415367Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2415543Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2415719Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2415893Z test_dispatch_symbolic_meta_inplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2416069Z test_dispatch_symbolic_meta_inplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2416249Z test_dispatch_symbolic_meta_inplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2416431Z test_dispatch_symbolic_meta_inplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2416604Z test_dispatch_symbolic_meta_inplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2416777Z test_dispatch_symbolic_meta_inplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2416949Z test_dispatch_symbolic_meta_inplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2417171Z test_dispatch_symbolic_meta_inplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2417381Z test_dispatch_symbolic_meta_inplace_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2417603Z test_dispatch_symbolic_meta_inplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2417826Z test_dispatch_symbolic_meta_inplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2418042Z test_dispatch_symbolic_meta_inplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2418249Z test_dispatch_symbolic_meta_inplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2418454Z test_dispatch_symbolic_meta_inplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2418664Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2418915Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2419126Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2419323Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2419533Z test_dispatch_symbolic_meta_inplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2419767Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2419994Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2420230Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2420467Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2420744Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2420975Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2421203Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2421427Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2421655Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2421879Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2422098Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2422321Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2422538Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2422760Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2422980Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2423203Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2423429Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2423650Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2423867Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2424082Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2424340Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2424557Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2424768Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2424972Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2425184Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2425391Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2425595Z test_dispatch_symbolic_meta_inplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2425807Z test_dispatch_symbolic_meta_inplace_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2426061Z test_dispatch_symbolic_meta_inplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2426280Z test_dispatch_symbolic_meta_inplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2426491Z test_dispatch_symbolic_meta_inplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2426703Z test_dispatch_symbolic_meta_inplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2426897Z test_dispatch_symbolic_meta_inplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2427101Z test_dispatch_symbolic_meta_inplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2427309Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2427524Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2427735Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2427948Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2428156Z test_dispatch_symbolic_meta_inplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2428335Z test_dispatch_symbolic_meta_inplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2428510Z test_dispatch_symbolic_meta_inplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2428688Z test_dispatch_symbolic_meta_inplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2428866Z test_dispatch_symbolic_meta_inplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2429038Z test_dispatch_symbolic_meta_inplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2429211Z test_dispatch_symbolic_meta_inplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2429383Z test_dispatch_symbolic_meta_inplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2429552Z test_dispatch_symbolic_meta_inplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2429720Z test_dispatch_symbolic_meta_inplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2429926Z test_dispatch_symbolic_meta_inplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2430097Z test_dispatch_symbolic_meta_inplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2430263Z test_dispatch_symbolic_meta_inplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2430441Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2430613Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2430795Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2430976Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2431139Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2431312Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2431479Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2431689Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2431862Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2432035Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2432208Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2432378Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2432604Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2432825Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2433053Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2433281Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2433500Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2433717Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2433936Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2434155Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2434371Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2434585Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2434800Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2435015Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2435234Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2435490Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2435717Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2435938Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2436161Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2436378Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2436596Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2436815Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2437028Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2437278Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2437467Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2437682Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2437889Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2438099Z test_dispatch_symbolic_meta_inplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2438307Z test_dispatch_symbolic_meta_inplace_roll_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2438522Z test_dispatch_symbolic_meta_inplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2438734Z test_dispatch_symbolic_meta_inplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2438944Z test_dispatch_symbolic_meta_inplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2439155Z test_dispatch_symbolic_meta_inplace_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2439368Z test_dispatch_symbolic_meta_inplace_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2439578Z test_dispatch_symbolic_meta_inplace_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2439786Z test_dispatch_symbolic_meta_inplace_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2439992Z test_dispatch_symbolic_meta_inplace_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2440199Z test_dispatch_symbolic_meta_inplace_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2440404Z test_dispatch_symbolic_meta_inplace_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2440607Z test_dispatch_symbolic_meta_inplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2440855Z test_dispatch_symbolic_meta_inplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2441059Z test_dispatch_symbolic_meta_inplace_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2441276Z test_dispatch_symbolic_meta_inplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2441491Z test_dispatch_symbolic_meta_inplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2441699Z test_dispatch_symbolic_meta_inplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2441910Z test_dispatch_symbolic_meta_inplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2442117Z test_dispatch_symbolic_meta_inplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2442323Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2442701Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2442907Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2443110Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2443313Z test_dispatch_symbolic_meta_inplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2443491Z test_dispatch_symbolic_meta_inplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2443666Z test_dispatch_symbolic_meta_inplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2443824Z test_dispatch_symbolic_meta_inplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2443997Z test_dispatch_symbolic_meta_inplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2444164Z test_dispatch_symbolic_meta_inplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2444326Z test_dispatch_symbolic_meta_inplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2444493Z test_dispatch_symbolic_meta_inplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2444658Z test_dispatch_symbolic_meta_inplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2444846Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2445034Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2445222Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2445412Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2445596Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2445777Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2445966Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2446155Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2446344Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2446559Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2446766Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2446949Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2447127Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2447297Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2447466Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2447668Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2447861Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2448062Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:52:10.2448303Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2448505Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2448721Z test_dispatch_symbolic_meta_inplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2448938Z test_dispatch_symbolic_meta_inplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2449150Z test_dispatch_symbolic_meta_inplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2449363Z test_dispatch_symbolic_meta_inplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2449575Z test_dispatch_symbolic_meta_inplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2449789Z test_dispatch_symbolic_meta_inplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2449994Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2450199Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2450405Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2450614Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2450818Z test_dispatch_symbolic_meta_inplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2451042Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2451261Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2451486Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2451714Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2451977Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2452196Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2452418Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2452636Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2452851Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2453067Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2453286Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2453503Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2453759Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2453942Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2454119Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2454306Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2454479Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2454664Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2454844Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2455018Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2455198Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2455369Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2455538Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2455712Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2455889Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2456063Z test_dispatch_symbolic_meta_inplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2456237Z test_dispatch_symbolic_meta_inplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2456416Z test_dispatch_symbolic_meta_inplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2456595Z test_dispatch_symbolic_meta_inplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2456769Z test_dispatch_symbolic_meta_inplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2456945Z test_dispatch_symbolic_meta_inplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2457120Z test_dispatch_symbolic_meta_inplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.2457291Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2457461Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2457671Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2457843Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2458014Z test_dispatch_symbolic_meta_inplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2458192Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.2458379Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2458572Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.2458762Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.2458950Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.2459137Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2459365Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2459549Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.2459733Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.2459920Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2460122Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2460296Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2460487Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.2460675Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2460859Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2461043Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2461225Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2461407Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2461591Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2461782Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2461971Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2462162Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2462351Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2462536Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2462719Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2462901Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.2463083Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2463306Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2463489Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2463681Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.2463867Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2464054Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2464240Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2464426Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2464611Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2464783Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2465382Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2465570Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2465756Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2465947Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2466132Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2466321Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2466511Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.2466695Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2466881Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.2467064Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2467246Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2467433Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2467614Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.2467911Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2468158Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2468389Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2468614Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2468885Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2469106Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2469376Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2469595Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2469813Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2470054Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2470290Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2470513Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2470736Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2470964Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2471216Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2471435Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2471653Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2471870Z test_dispatch_symbolic_meta_inplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2472082Z test_dispatch_symbolic_meta_inplace_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2472302Z test_dispatch_symbolic_meta_inplace_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2472521Z test_dispatch_symbolic_meta_inplace_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2472730Z test_dispatch_symbolic_meta_inplace_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2472940Z test_dispatch_symbolic_meta_inplace_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2473146Z test_dispatch_symbolic_meta_inplace_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2473349Z test_dispatch_symbolic_meta_inplace_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2473558Z test_dispatch_symbolic_meta_inplace_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2473770Z test_dispatch_symbolic_meta_inplace_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2473979Z test_dispatch_symbolic_meta_inplace_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2474186Z test_dispatch_symbolic_meta_inplace_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2474393Z test_dispatch_symbolic_meta_inplace_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2474618Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2474883Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2475108Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2475334Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2475551Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2475771Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2475983Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2476202Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2476419Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2476682Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2476854Z test_dispatch_symbolic_meta_inplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2477020Z test_dispatch_symbolic_meta_inplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2477195Z test_dispatch_symbolic_meta_inplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2477370Z test_dispatch_symbolic_meta_inplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2477540Z test_dispatch_symbolic_meta_inplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2477697Z test_dispatch_symbolic_meta_inplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2477866Z test_dispatch_symbolic_meta_inplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2478032Z test_dispatch_symbolic_meta_inplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2478197Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2478363Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2478521Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2478684Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2478849Z test_dispatch_symbolic_meta_inplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2479063Z test_dispatch_symbolic_meta_inplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2479275Z test_dispatch_symbolic_meta_inplace_short_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2479492Z test_dispatch_symbolic_meta_inplace_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2479705Z test_dispatch_symbolic_meta_inplace_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2479915Z test_dispatch_symbolic_meta_inplace_short_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2480127Z test_dispatch_symbolic_meta_inplace_short_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2480378Z test_dispatch_symbolic_meta_inplace_short_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2480587Z test_dispatch_symbolic_meta_inplace_short_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2480795Z test_dispatch_symbolic_meta_inplace_short_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2481003Z test_dispatch_symbolic_meta_inplace_short_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2481208Z test_dispatch_symbolic_meta_inplace_short_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2481410Z test_dispatch_symbolic_meta_inplace_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2481586Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2481792Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2481974Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2482194Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2482445Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2482624Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2482830Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2483036Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2483236Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2483442Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2483643Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2483812Z test_dispatch_symbolic_meta_inplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2483977Z test_dispatch_symbolic_meta_inplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2484147Z test_dispatch_symbolic_meta_inplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2484317Z test_dispatch_symbolic_meta_inplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2484482Z test_dispatch_symbolic_meta_inplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2484648Z test_dispatch_symbolic_meta_inplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2484815Z test_dispatch_symbolic_meta_inplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2484980Z test_dispatch_symbolic_meta_inplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2485144Z test_dispatch_symbolic_meta_inplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2485304Z test_dispatch_symbolic_meta_inplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2485537Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2485768Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2486042Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2486273Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2486517Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2486758Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2486993Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2487232Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2487466Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2487737Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2487947Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2488166Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2488394Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2488623Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2488853Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2489082Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2489297Z test_dispatch_symbolic_meta_inplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2489508Z test_dispatch_symbolic_meta_inplace_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2489720Z test_dispatch_symbolic_meta_inplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2489928Z test_dispatch_symbolic_meta_inplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2490135Z test_dispatch_symbolic_meta_inplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2490345Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2490555Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2490763Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2490977Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2491183Z test_dispatch_symbolic_meta_inplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2491726Z test_dispatch_symbolic_meta_inplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2491940Z test_dispatch_symbolic_meta_inplace_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.2492119Z test_dispatch_symbolic_meta_inplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2492292Z test_dispatch_symbolic_meta_inplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2492461Z test_dispatch_symbolic_meta_inplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2492628Z test_dispatch_symbolic_meta_inplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2492830Z test_dispatch_symbolic_meta_inplace_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.2493030Z test_dispatch_symbolic_meta_inplace_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2493231Z test_dispatch_symbolic_meta_inplace_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2493433Z test_dispatch_symbolic_meta_inplace_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2493676Z test_dispatch_symbolic_meta_inplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2493849Z test_dispatch_symbolic_meta_inplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2494044Z test_dispatch_symbolic_meta_inplace_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2494208Z test_dispatch_symbolic_meta_inplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2494384Z test_dispatch_symbolic_meta_inplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2494557Z test_dispatch_symbolic_meta_inplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2494726Z test_dispatch_symbolic_meta_inplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2494931Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2495134Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2495336Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2495535Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2495734Z test_dispatch_symbolic_meta_inplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2495906Z test_dispatch_symbolic_meta_inplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2496107Z test_dispatch_symbolic_meta_inplace_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2496285Z test_dispatch_symbolic_meta_inplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2496457Z test_dispatch_symbolic_meta_inplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2496627Z test_dispatch_symbolic_meta_inplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2496795Z test_dispatch_symbolic_meta_inplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2496997Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2497195Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2497436Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2497639Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2497839Z test_dispatch_symbolic_meta_inplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.2498055Z test_dispatch_symbolic_meta_inplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2498263Z test_dispatch_symbolic_meta_inplace_slice_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2498478Z test_dispatch_symbolic_meta_inplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2498693Z test_dispatch_symbolic_meta_inplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2498890Z test_dispatch_symbolic_meta_inplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2499141Z test_dispatch_symbolic_meta_inplace_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2499352Z test_dispatch_symbolic_meta_inplace_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2499562Z test_dispatch_symbolic_meta_inplace_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2499770Z test_dispatch_symbolic_meta_inplace_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2499973Z test_dispatch_symbolic_meta_inplace_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2500183Z test_dispatch_symbolic_meta_inplace_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2500391Z test_dispatch_symbolic_meta_inplace_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2500601Z test_dispatch_symbolic_meta_inplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2500825Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2501042Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2501263Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2501482Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2501703Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2501923Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2502140Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2502356Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2502574Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2502835Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2503057Z test_dispatch_symbolic_meta_inplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2503269Z test_dispatch_symbolic_meta_inplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2503477Z test_dispatch_symbolic_meta_inplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2503703Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2503925Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2504156Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2504385Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2504653Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2504877Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2505099Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2505321Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2505544Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2505758Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2505979Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2506195Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2506406Z test_dispatch_symbolic_meta_inplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2506600Z test_dispatch_symbolic_meta_inplace_sort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2506813Z test_dispatch_symbolic_meta_inplace_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2507022Z test_dispatch_symbolic_meta_inplace_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2507234Z test_dispatch_symbolic_meta_inplace_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2507440Z test_dispatch_symbolic_meta_inplace_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2507646Z test_dispatch_symbolic_meta_inplace_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2507850Z test_dispatch_symbolic_meta_inplace_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2508055Z test_dispatch_symbolic_meta_inplace_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2508297Z test_dispatch_symbolic_meta_inplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2508551Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:52:10.2508801Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:52:10.2509039Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:52:10.2509268Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:52:10.2509488Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2509715Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2509936Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2510200Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2510418Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2510635Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2510853Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2511070Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2511293Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2511520Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2511742Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2511961Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2512183Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2512401Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2512617Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2512829Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2513040Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2513258Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2513480Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2513740Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2513960Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2514177Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2514383Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2514598Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2514812Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2515037Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2515259Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2515518Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2515736Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2515948Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2516162Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2516374Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2516586Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2516807Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2517026Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2517237Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2517456Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2517668Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2517881Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2518094Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2518335Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2518578Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2518819Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2519101Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2519346Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2519584Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2519823Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2520060Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2520299Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2520538Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2520822Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2521058Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2521297Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2521533Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2521772Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2522005Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2522281Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2522641Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2522917Z 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:52:10.2523186Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2523446Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2523701Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2523964Z 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:52:10.2524222Z 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:52:10.2524531Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2524801Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2525058Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2525314Z 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:52:10.2525567Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2525822Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2526124Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2526383Z 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:52:10.2526606Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2526827Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2527035Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2527257Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2527479Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2527696Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2527910Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2528126Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2528344Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2528561Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2528783Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2529005Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2529223Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2529442Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2529701Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2529920Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2530137Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2530378Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2530618Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2530857Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2531095Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2531328Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2531611Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2531844Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2532078Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2532317Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2532560Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2532802Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2533040Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2533278Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2533515Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2533749Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2533984Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2534208Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2534424Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2534640Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2534857Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2535071Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2535321Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2535528Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2535742Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2535938Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2536150Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2536367Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2536587Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2536801Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2537050Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2537253Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2537463Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2537667Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2537877Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2538094Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2538309Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2538520Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2538727Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2538931Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2539143Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2539348Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2539590Z 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:52:10.2539831Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2540074Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2540313Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2540591Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2540827Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2541065Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2541300Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2541570Z 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:52:10.2541845Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2542108Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2542412Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2542670Z 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:52:10.2542923Z 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:52:10.2543186Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2543453Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2543677Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2543904Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2544128Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2544350Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2544571Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2544785Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2545004Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2545223Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2545458Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2545681Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2545956Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2546191Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2546419Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2546640Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2546866Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2547090Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2547314Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2547546Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2547822Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2548051Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2548276Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2548499Z 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:52:10.2548724Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2548951Z 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:52:10.2549174Z 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:52:10.2549402Z 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:52:10.2549637Z 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:52:10.2549868Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2550091Z 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:52:10.2550312Z 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:52:10.2550539Z 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:52:10.2550760Z 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:52:10.2550982Z 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:52:10.2551258Z 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:52:10.2551494Z 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:52:10.2551729Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2551957Z 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:52:10.2552178Z 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:52:10.2552405Z 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:52:10.2552627Z 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:52:10.2553271Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2553490Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2553710Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2553933Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2554152Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2554371Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2554587Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2554805Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2555018Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2555235Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2555443Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2555667Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2555884Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2556103Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2556323Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2556541Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2556755Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2557057Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2557306Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2557562Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2557809Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2558053Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2558307Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2558556Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2558842Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2559085Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2559325Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2559571Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2559816Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2560061Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2560301Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2560536Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2560772Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2561005Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2561235Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2561475Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2561712Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2561943Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2562178Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2562537Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2562778Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2563007Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2563289Z 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:52:10.2563573Z 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:52:10.2563853Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2564177Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2564455Z 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:52:10.2564725Z 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:52:10.2565004Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2565273Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2565545Z 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:52:10.2565822Z 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:52:10.2566096Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2566366Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2566637Z 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:52:10.2566903Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2567173Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2567436Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2567743Z 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:52:10.2568023Z 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:52:10.2568296Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2568560Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2568827Z 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:52:10.2569092Z 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:52:10.2569490Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2569756Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2570023Z 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:52:10.2570338Z 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:52:10.2570625Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2570893Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2571158Z 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:52:10.2571417Z 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:52:10.2571688Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2571949Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.2572190Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2572427Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2572664Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2572946Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2573174Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2573408Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2573642Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2573869Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2574094Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2574318Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2574533Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2574796Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2575012Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2575230Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2575452Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2575672Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2575947Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2576170Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2576389Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2576665Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2576886Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2577103Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2577320Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2577541Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2577757Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2577973Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2578185Z test_dispatch_symbolic_meta_inplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2578394Z test_dispatch_symbolic_meta_inplace_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2578985Z test_dispatch_symbolic_meta_inplace_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2579210Z test_dispatch_symbolic_meta_inplace_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2579421Z test_dispatch_symbolic_meta_inplace_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2579632Z test_dispatch_symbolic_meta_inplace_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2579845Z test_dispatch_symbolic_meta_inplace_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2580057Z test_dispatch_symbolic_meta_inplace_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2580268Z test_dispatch_symbolic_meta_inplace_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2580476Z test_dispatch_symbolic_meta_inplace_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2580729Z test_dispatch_symbolic_meta_inplace_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2580937Z test_dispatch_symbolic_meta_inplace_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2581144Z test_dispatch_symbolic_meta_inplace_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2581368Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2581590Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2581820Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2582115Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2582338Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2582545Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2582820Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2583043Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2583261Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2583481Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2583701Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2583915Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2584139Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2584403Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2584631Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2584859Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2585082Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2585306Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2585525Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2585744Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2585964Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2586223Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2586436Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2586653Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2586872Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2587046Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2587254Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2587431Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2587607Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2587780Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2587949Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2588208Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2588415Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2588621Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2588916Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2589112Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2589290Z test_dispatch_symbolic_meta_inplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2589496Z test_dispatch_symbolic_meta_inplace_square_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2589677Z test_dispatch_symbolic_meta_inplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2589853Z test_dispatch_symbolic_meta_inplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2590028Z test_dispatch_symbolic_meta_inplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2590246Z test_dispatch_symbolic_meta_inplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2590423Z test_dispatch_symbolic_meta_inplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2590595Z test_dispatch_symbolic_meta_inplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2590764Z test_dispatch_symbolic_meta_inplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2590930Z test_dispatch_symbolic_meta_inplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2591101Z test_dispatch_symbolic_meta_inplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2591265Z test_dispatch_symbolic_meta_inplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2591439Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2591612Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2591792Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2592011Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2592185Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2592361Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2592534Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2592707Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2592879Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2593036Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2593208Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2593376Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2593543Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2593758Z test_dispatch_symbolic_meta_inplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2593971Z test_dispatch_symbolic_meta_inplace_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2594214Z test_dispatch_symbolic_meta_inplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2594453Z test_dispatch_symbolic_meta_inplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2594661Z test_dispatch_symbolic_meta_inplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2594874Z test_dispatch_symbolic_meta_inplace_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2595143Z test_dispatch_symbolic_meta_inplace_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2595355Z test_dispatch_symbolic_meta_inplace_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2595564Z test_dispatch_symbolic_meta_inplace_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2595813Z test_dispatch_symbolic_meta_inplace_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2596024Z test_dispatch_symbolic_meta_inplace_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2596235Z test_dispatch_symbolic_meta_inplace_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2596440Z test_dispatch_symbolic_meta_inplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2596654Z test_dispatch_symbolic_meta_inplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2596869Z test_dispatch_symbolic_meta_inplace_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2597081Z test_dispatch_symbolic_meta_inplace_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2597289Z test_dispatch_symbolic_meta_inplace_std_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2597494Z test_dispatch_symbolic_meta_inplace_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2597742Z test_dispatch_symbolic_meta_inplace_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2597959Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2598174Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2598391Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2598606Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2598815Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2599009Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2599220Z test_dispatch_symbolic_meta_inplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2599432Z test_dispatch_symbolic_meta_inplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2599641Z test_dispatch_symbolic_meta_inplace_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2599851Z test_dispatch_symbolic_meta_inplace_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2600024Z test_dispatch_symbolic_meta_inplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2600200Z test_dispatch_symbolic_meta_inplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2600427Z test_dispatch_symbolic_meta_inplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2600602Z test_dispatch_symbolic_meta_inplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2600770Z test_dispatch_symbolic_meta_inplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2600935Z test_dispatch_symbolic_meta_inplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2601147Z test_dispatch_symbolic_meta_inplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2601314Z test_dispatch_symbolic_meta_inplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2601520Z test_dispatch_symbolic_meta_inplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2601680Z test_dispatch_symbolic_meta_inplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2601846Z test_dispatch_symbolic_meta_inplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2602011Z test_dispatch_symbolic_meta_inplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2602220Z test_dispatch_symbolic_meta_inplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2602506Z test_dispatch_symbolic_meta_inplace_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2602723Z test_dispatch_symbolic_meta_inplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2602936Z test_dispatch_symbolic_meta_inplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2603143Z test_dispatch_symbolic_meta_inplace_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2603400Z test_dispatch_symbolic_meta_inplace_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2603607Z test_dispatch_symbolic_meta_inplace_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2603810Z test_dispatch_symbolic_meta_inplace_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2604000Z test_dispatch_symbolic_meta_inplace_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2604200Z test_dispatch_symbolic_meta_inplace_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2604407Z test_dispatch_symbolic_meta_inplace_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2604608Z test_dispatch_symbolic_meta_inplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2604831Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2605046Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2605268Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2605488Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2605706Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2605918Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2606139Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2606351Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2606608Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2606813Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2607069Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2607323Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2607539Z test_dispatch_symbolic_meta_inplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2607750Z test_dispatch_symbolic_meta_inplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2607958Z test_dispatch_symbolic_meta_inplace_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2608165Z test_dispatch_symbolic_meta_inplace_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2608387Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2608604Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2608870Z test_dispatch_symbolic_meta_inplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2609087Z test_dispatch_symbolic_meta_inplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2609297Z test_dispatch_symbolic_meta_inplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2609502Z test_dispatch_symbolic_meta_inplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2609670Z test_dispatch_symbolic_meta_inplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2609837Z test_dispatch_symbolic_meta_inplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2610009Z test_dispatch_symbolic_meta_inplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2610179Z test_dispatch_symbolic_meta_inplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2610332Z test_dispatch_symbolic_meta_inplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2610495Z test_dispatch_symbolic_meta_inplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2610655Z test_dispatch_symbolic_meta_inplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2610822Z test_dispatch_symbolic_meta_inplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2610983Z test_dispatch_symbolic_meta_inplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2611143Z test_dispatch_symbolic_meta_inplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2611307Z test_dispatch_symbolic_meta_inplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2611469Z test_dispatch_symbolic_meta_inplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2611695Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2611912Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2612137Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2612364Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2612626Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2612896Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2613116Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2613331Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2613597Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2613814Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2614033Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2614247Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2614503Z test_dispatch_symbolic_meta_inplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2614708Z test_dispatch_symbolic_meta_inplace_take_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2614922Z test_dispatch_symbolic_meta_inplace_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2615132Z test_dispatch_symbolic_meta_inplace_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2615342Z test_dispatch_symbolic_meta_inplace_take_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2615553Z test_dispatch_symbolic_meta_inplace_take_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2615763Z test_dispatch_symbolic_meta_inplace_take_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2615958Z test_dispatch_symbolic_meta_inplace_take_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2616162Z test_dispatch_symbolic_meta_inplace_take_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2616367Z test_dispatch_symbolic_meta_inplace_take_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2616573Z test_dispatch_symbolic_meta_inplace_take_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2616781Z test_dispatch_symbolic_meta_inplace_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2616951Z test_dispatch_symbolic_meta_inplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2617155Z test_dispatch_symbolic_meta_inplace_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2617331Z test_dispatch_symbolic_meta_inplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2617505Z test_dispatch_symbolic_meta_inplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2617673Z test_dispatch_symbolic_meta_inplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2617842Z test_dispatch_symbolic_meta_inplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2618043Z test_dispatch_symbolic_meta_inplace_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2618284Z test_dispatch_symbolic_meta_inplace_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2618482Z test_dispatch_symbolic_meta_inplace_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2618685Z test_dispatch_symbolic_meta_inplace_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2618935Z test_dispatch_symbolic_meta_inplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2619108Z test_dispatch_symbolic_meta_inplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2619302Z test_dispatch_symbolic_meta_inplace_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2619479Z test_dispatch_symbolic_meta_inplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2619709Z test_dispatch_symbolic_meta_inplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2619882Z test_dispatch_symbolic_meta_inplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2620095Z test_dispatch_symbolic_meta_inplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2620298Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2620497Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2620684Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.2620882Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2621084Z test_dispatch_symbolic_meta_inplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2621305Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2621525Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2621750Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2621975Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2622195Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2622414Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2622635Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2622855Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2623074Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2623289Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2623502Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2623715Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2623970Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2624193Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2624416Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2624632Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2624840Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2625107Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2625317Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2625520Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2625830Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2626037Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2626247Z test_dispatch_symbolic_meta_inplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2626454Z test_dispatch_symbolic_meta_inplace_tile_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2626669Z test_dispatch_symbolic_meta_inplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2626883Z test_dispatch_symbolic_meta_inplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2627095Z test_dispatch_symbolic_meta_inplace_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2627305Z test_dispatch_symbolic_meta_inplace_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2627510Z test_dispatch_symbolic_meta_inplace_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2627705Z test_dispatch_symbolic_meta_inplace_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2627912Z test_dispatch_symbolic_meta_inplace_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2628119Z test_dispatch_symbolic_meta_inplace_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2628323Z test_dispatch_symbolic_meta_inplace_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2628528Z test_dispatch_symbolic_meta_inplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2628736Z test_dispatch_symbolic_meta_inplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2628940Z test_dispatch_symbolic_meta_inplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2629153Z test_dispatch_symbolic_meta_inplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2629410Z test_dispatch_symbolic_meta_inplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2629617Z test_dispatch_symbolic_meta_inplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2629826Z test_dispatch_symbolic_meta_inplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2630032Z test_dispatch_symbolic_meta_inplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2630236Z test_dispatch_symbolic_meta_inplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2630439Z test_dispatch_symbolic_meta_inplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2630640Z test_dispatch_symbolic_meta_inplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2630845Z test_dispatch_symbolic_meta_inplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2631043Z test_dispatch_symbolic_meta_inplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2631391Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2631604Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2631851Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2632093Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2632308Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2632519Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2632725Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2632935Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2633140Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2633343Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2633554Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2633757Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2633970Z test_dispatch_symbolic_meta_inplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2634179Z test_dispatch_symbolic_meta_inplace_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2634375Z test_dispatch_symbolic_meta_inplace_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2634583Z test_dispatch_symbolic_meta_inplace_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2634787Z test_dispatch_symbolic_meta_inplace_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2635037Z test_dispatch_symbolic_meta_inplace_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2635247Z test_dispatch_symbolic_meta_inplace_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2635451Z test_dispatch_symbolic_meta_inplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2635668Z test_dispatch_symbolic_meta_inplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2635883Z test_dispatch_symbolic_meta_inplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2636094Z test_dispatch_symbolic_meta_inplace_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2636309Z test_dispatch_symbolic_meta_inplace_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2636519Z test_dispatch_symbolic_meta_inplace_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2636769Z test_dispatch_symbolic_meta_inplace_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2636977Z test_dispatch_symbolic_meta_inplace_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2637185Z test_dispatch_symbolic_meta_inplace_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2637446Z test_dispatch_symbolic_meta_inplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2637629Z test_dispatch_symbolic_meta_inplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2637807Z test_dispatch_symbolic_meta_inplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2638038Z test_dispatch_symbolic_meta_inplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2638229Z test_dispatch_symbolic_meta_inplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2638407Z test_dispatch_symbolic_meta_inplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2638586Z test_dispatch_symbolic_meta_inplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2638759Z test_dispatch_symbolic_meta_inplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2638927Z test_dispatch_symbolic_meta_inplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2639101Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2639278Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2639455Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2639618Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2639791Z test_dispatch_symbolic_meta_inplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2640012Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2640237Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2640462Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2640728Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2640944Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2641157Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2641370Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2641579Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2641785Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2641999Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2642205Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2642907Z test_dispatch_symbolic_meta_inplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2643125Z test_dispatch_symbolic_meta_inplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2643334Z test_dispatch_symbolic_meta_inplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2643611Z test_dispatch_symbolic_meta_inplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2643826Z test_dispatch_symbolic_meta_inplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2644041Z test_dispatch_symbolic_meta_inplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2644252Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2644512Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2644722Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2644929Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2645131Z test_dispatch_symbolic_meta_inplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2645364Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2645594Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2645829Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2646053Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2646227Z test_dispatch_symbolic_meta_inplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2646394Z test_dispatch_symbolic_meta_inplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2646557Z test_dispatch_symbolic_meta_inplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2646783Z test_dispatch_symbolic_meta_inplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2646955Z test_dispatch_symbolic_meta_inplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2647125Z test_dispatch_symbolic_meta_inplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2647290Z test_dispatch_symbolic_meta_inplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2647456Z test_dispatch_symbolic_meta_inplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2647622Z test_dispatch_symbolic_meta_inplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2647784Z test_dispatch_symbolic_meta_inplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2647948Z test_dispatch_symbolic_meta_inplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2648111Z test_dispatch_symbolic_meta_inplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2648330Z test_dispatch_symbolic_meta_inplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2648591Z test_dispatch_symbolic_meta_inplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2648763Z test_dispatch_symbolic_meta_inplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2648931Z test_dispatch_symbolic_meta_inplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2649108Z test_dispatch_symbolic_meta_inplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2649283Z test_dispatch_symbolic_meta_inplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2649454Z test_dispatch_symbolic_meta_inplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2649626Z test_dispatch_symbolic_meta_inplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2649790Z test_dispatch_symbolic_meta_inplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2650004Z test_dispatch_symbolic_meta_inplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2650168Z test_dispatch_symbolic_meta_inplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2650317Z test_dispatch_symbolic_meta_inplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2650479Z test_dispatch_symbolic_meta_inplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2650691Z test_dispatch_symbolic_meta_inplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2650911Z test_dispatch_symbolic_meta_inplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2651128Z test_dispatch_symbolic_meta_inplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2651308Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2651524Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2651710Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2651891Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2652072Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2652247Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2652463Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2652677Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2652887Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2653095Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.2653307Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2653511Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2653684Z test_dispatch_symbolic_meta_inplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2653857Z test_dispatch_symbolic_meta_inplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2654026Z test_dispatch_symbolic_meta_inplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2654234Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2654464Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2654637Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2654791Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2654957Z test_dispatch_symbolic_meta_inplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2655174Z test_dispatch_symbolic_meta_inplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2655386Z test_dispatch_symbolic_meta_inplace_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2655607Z test_dispatch_symbolic_meta_inplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2655825Z test_dispatch_symbolic_meta_inplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2656086Z test_dispatch_symbolic_meta_inplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2656300Z test_dispatch_symbolic_meta_inplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2656512Z test_dispatch_symbolic_meta_inplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2656769Z test_dispatch_symbolic_meta_inplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2656981Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2657191Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2657397Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2657603Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2657806Z test_dispatch_symbolic_meta_inplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2658028Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2658287Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2658510Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2658733Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2658950Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2659165Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2659374Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2659582Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2659792Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2660040Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2660243Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2660453Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2660656Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2660876Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2661090Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2661316Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2661526Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2661746Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2661962Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2662232Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2662450Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2662665Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2662922Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2663129Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2663341Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2663546Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2663804Z test_dispatch_symbolic_meta_inplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2664014Z test_dispatch_symbolic_meta_inplace_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2664232Z test_dispatch_symbolic_meta_inplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2664448Z test_dispatch_symbolic_meta_inplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2664656Z test_dispatch_symbolic_meta_inplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2664868Z test_dispatch_symbolic_meta_inplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2665077Z test_dispatch_symbolic_meta_inplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2665277Z test_dispatch_symbolic_meta_inplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2665526Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2665734Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2665940Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2666148Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2666355Z test_dispatch_symbolic_meta_inplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2666533Z test_dispatch_symbolic_meta_inplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2666714Z test_dispatch_symbolic_meta_inplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2666894Z test_dispatch_symbolic_meta_inplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2667068Z test_dispatch_symbolic_meta_inplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2667240Z test_dispatch_symbolic_meta_inplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2667413Z test_dispatch_symbolic_meta_inplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2667648Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2667863Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2668092Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2668374Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2668603Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2668826Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2669100Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2669713Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2669944Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2670161Z test_dispatch_symbolic_meta_inplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2670367Z test_dispatch_symbolic_meta_inplace_unique_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2670579Z test_dispatch_symbolic_meta_inplace_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2670787Z test_dispatch_symbolic_meta_inplace_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2670998Z test_dispatch_symbolic_meta_inplace_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2671207Z test_dispatch_symbolic_meta_inplace_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2671457Z test_dispatch_symbolic_meta_inplace_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2671662Z test_dispatch_symbolic_meta_inplace_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2671868Z test_dispatch_symbolic_meta_inplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2672049Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2672223Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2672409Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2672592Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2672771Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2672948Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2673119Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2673290Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2673463Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2673636Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2673801Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2673975Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2674148Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2674357Z test_dispatch_symbolic_meta_inplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2674630Z test_dispatch_symbolic_meta_inplace_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2674844Z test_dispatch_symbolic_meta_inplace_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2675052Z test_dispatch_symbolic_meta_inplace_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2675361Z test_dispatch_symbolic_meta_inplace_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2675571Z test_dispatch_symbolic_meta_inplace_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2675788Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2676006Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2676227Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2676442Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2676651Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2676857Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2677114Z test_dispatch_symbolic_meta_inplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2677328Z test_dispatch_symbolic_meta_inplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2677538Z test_dispatch_symbolic_meta_inplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2677748Z test_dispatch_symbolic_meta_inplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2677959Z test_dispatch_symbolic_meta_inplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2678169Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2678375Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2678578Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2678783Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2678982Z test_dispatch_symbolic_meta_inplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2679204Z test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2679427Z test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2679646Z test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2679859Z test_dispatch_symbolic_meta_inplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2680065Z test_dispatch_symbolic_meta_inplace_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2680270Z test_dispatch_symbolic_meta_inplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2680486Z test_dispatch_symbolic_meta_inplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2680792Z test_dispatch_symbolic_meta_inplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2681006Z test_dispatch_symbolic_meta_inplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2681213Z test_dispatch_symbolic_meta_inplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2681468Z test_dispatch_symbolic_meta_inplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2681677Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2681885Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2682093Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2682304Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2682652Z test_dispatch_symbolic_meta_inplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2682875Z test_dispatch_symbolic_meta_inplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2683097Z test_dispatch_symbolic_meta_inplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2683314Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2683524Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2683739Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2683947Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2684154Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2684361Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2684565Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2684767Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2684975Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2685179Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2685388Z test_dispatch_symbolic_meta_inplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2685595Z test_dispatch_symbolic_meta_inplace_view_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2685807Z test_dispatch_symbolic_meta_inplace_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2686020Z test_dispatch_symbolic_meta_inplace_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2686275Z test_dispatch_symbolic_meta_inplace_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2686484Z test_dispatch_symbolic_meta_inplace_view_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2686694Z test_dispatch_symbolic_meta_inplace_view_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2686950Z test_dispatch_symbolic_meta_inplace_view_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2687159Z test_dispatch_symbolic_meta_inplace_view_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2687352Z test_dispatch_symbolic_meta_inplace_view_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2687609Z test_dispatch_symbolic_meta_inplace_view_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2687819Z test_dispatch_symbolic_meta_inplace_view_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2688021Z test_dispatch_symbolic_meta_inplace_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2688287Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2688495Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2688715Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2688931Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2689144Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2689356Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2689565Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2689767Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2689975Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2690182Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2690389Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2690595Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2690803Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2691019Z test_dispatch_symbolic_meta_inplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2691225Z test_dispatch_symbolic_meta_inplace_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2691442Z test_dispatch_symbolic_meta_inplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2691658Z test_dispatch_symbolic_meta_inplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2691910Z test_dispatch_symbolic_meta_inplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2692121Z test_dispatch_symbolic_meta_inplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2692327Z test_dispatch_symbolic_meta_inplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2692531Z test_dispatch_symbolic_meta_inplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.2692741Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2693002Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2693214Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2693421Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2693709Z test_dispatch_symbolic_meta_inplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2693937Z test_dispatch_symbolic_meta_inplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2694133Z test_dispatch_symbolic_meta_inplace_where_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2694349Z test_dispatch_symbolic_meta_inplace_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2694563Z test_dispatch_symbolic_meta_inplace_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2694773Z test_dispatch_symbolic_meta_inplace_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2694985Z test_dispatch_symbolic_meta_inplace_where_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2695198Z test_dispatch_symbolic_meta_inplace_where_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.2695408Z test_dispatch_symbolic_meta_inplace_where_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2695617Z test_dispatch_symbolic_meta_inplace_where_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2695821Z test_dispatch_symbolic_meta_inplace_where_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2696029Z test_dispatch_symbolic_meta_inplace_where_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2696236Z test_dispatch_symbolic_meta_inplace_where_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2696443Z test_dispatch_symbolic_meta_inplace_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2696616Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2696820Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2696992Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2697162Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2697333Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2697581Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2697781Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2697986Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.2698187Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T01:52:10.2698389Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.2698562Z test_dispatch_symbolic_meta_inplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2698730Z test_dispatch_symbolic_meta_inplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2698907Z test_dispatch_symbolic_meta_inplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2699118Z test_dispatch_symbolic_meta_inplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2699333Z test_dispatch_symbolic_meta_inplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2699505Z test_dispatch_symbolic_meta_inplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2699674Z test_dispatch_symbolic_meta_inplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2699890Z test_dispatch_symbolic_meta_inplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2700063Z test_dispatch_symbolic_meta_inplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2700225Z test_dispatch_symbolic_meta_inplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2700391Z test_dispatch_symbolic_meta_inplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2700552Z test_dispatch_symbolic_meta_inplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2700770Z test_dispatch_symbolic_meta_inplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.2700979Z test_dispatch_symbolic_meta_inplace_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2701196Z test_dispatch_symbolic_meta_inplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2701410Z test_dispatch_symbolic_meta_inplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2701620Z test_dispatch_symbolic_meta_inplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2701830Z test_dispatch_symbolic_meta_inplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2702040Z test_dispatch_symbolic_meta_inplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2702253Z test_dispatch_symbolic_meta_inplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.2702461Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.2702666Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2702874Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2703123Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2703332Z test_dispatch_symbolic_meta_inplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2703550Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2703760Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2703980Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2704200Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2704421Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2704638Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2704895Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2705099Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2705364Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2705574Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2705775Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.2706034Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2706245Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.2711833Z test_dispatch_symbolic_meta_outplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2712038Z test_dispatch_symbolic_meta_outplace_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2712286Z test_dispatch_symbolic_meta_outplace_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2712465Z test_dispatch_symbolic_meta_outplace_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2712638Z test_dispatch_symbolic_meta_outplace_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2712809Z test_dispatch_symbolic_meta_outplace_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2712982Z test_dispatch_symbolic_meta_outplace_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2713136Z test_dispatch_symbolic_meta_outplace_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2713304Z test_dispatch_symbolic_meta_outplace_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2713468Z test_dispatch_symbolic_meta_outplace_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2713630Z test_dispatch_symbolic_meta_outplace_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2713798Z test_dispatch_symbolic_meta_outplace_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2713960Z test_dispatch_symbolic_meta_outplace_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2714131Z test_dispatch_symbolic_meta_outplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2714384Z test_dispatch_symbolic_meta_outplace_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2714560Z test_dispatch_symbolic_meta_outplace_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2714735Z test_dispatch_symbolic_meta_outplace_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2714907Z test_dispatch_symbolic_meta_outplace_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2715076Z test_dispatch_symbolic_meta_outplace_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2715244Z test_dispatch_symbolic_meta_outplace_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2715408Z test_dispatch_symbolic_meta_outplace_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2715572Z test_dispatch_symbolic_meta_outplace_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2715736Z test_dispatch_symbolic_meta_outplace_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2715901Z test_dispatch_symbolic_meta_outplace_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2716117Z test_dispatch_symbolic_meta_outplace_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2716277Z test_dispatch_symbolic_meta_outplace_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2716450Z test_dispatch_symbolic_meta_outplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2716628Z test_dispatch_symbolic_meta_outplace___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2716815Z test_dispatch_symbolic_meta_outplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2717002Z test_dispatch_symbolic_meta_outplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2717187Z test_dispatch_symbolic_meta_outplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2717368Z test_dispatch_symbolic_meta_outplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2717597Z test_dispatch_symbolic_meta_outplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2717771Z test_dispatch_symbolic_meta_outplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2717948Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2718119Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2718334Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2718512Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2718683Z test_dispatch_symbolic_meta_outplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2718851Z test_dispatch_symbolic_meta_outplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2719023Z test_dispatch_symbolic_meta_outplace___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2719203Z test_dispatch_symbolic_meta_outplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2719384Z test_dispatch_symbolic_meta_outplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2719557Z test_dispatch_symbolic_meta_outplace___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2719725Z test_dispatch_symbolic_meta_outplace___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2719893Z test_dispatch_symbolic_meta_outplace___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2720108Z test_dispatch_symbolic_meta_outplace___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2720282Z test_dispatch_symbolic_meta_outplace___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2720445Z test_dispatch_symbolic_meta_outplace___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2720616Z test_dispatch_symbolic_meta_outplace___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2720784Z test_dispatch_symbolic_meta_outplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2720956Z test_dispatch_symbolic_meta_outplace___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2721125Z test_dispatch_symbolic_meta_outplace___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2721296Z test_dispatch_symbolic_meta_outplace___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2721467Z test_dispatch_symbolic_meta_outplace___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2721635Z test_dispatch_symbolic_meta_outplace___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2721848Z test_dispatch_symbolic_meta_outplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2722023Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2722194Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2722457Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2722643Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2722817Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2723010Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2723175Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2723348Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2723516Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2723733Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2723912Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2724081Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2724249Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2724486Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.2724674Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2724853Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2725027Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2725202Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2725371Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.2725537Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.2725706Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2725920Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2726087Z test_dispatch_symbolic_meta_outplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2726259Z test_dispatch_symbolic_meta_outplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2726426Z test_dispatch_symbolic_meta_outplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2726592Z test_dispatch_symbolic_meta_outplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2726760Z test_dispatch_symbolic_meta_outplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2726928Z test_dispatch_symbolic_meta_outplace___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2727107Z test_dispatch_symbolic_meta_outplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2727287Z test_dispatch_symbolic_meta_outplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2727461Z test_dispatch_symbolic_meta_outplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2727670Z test_dispatch_symbolic_meta_outplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2727836Z test_dispatch_symbolic_meta_outplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2727992Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2728161Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2728332Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2728500Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2728669Z test_dispatch_symbolic_meta_outplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2728840Z test_dispatch_symbolic_meta_outplace___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2729011Z test_dispatch_symbolic_meta_outplace___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2729177Z test_dispatch_symbolic_meta_outplace___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2729345Z test_dispatch_symbolic_meta_outplace___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2729511Z test_dispatch_symbolic_meta_outplace___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2729673Z test_dispatch_symbolic_meta_outplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2729896Z test_dispatch_symbolic_meta_outplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2730083Z test_dispatch_symbolic_meta_outplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2730264Z test_dispatch_symbolic_meta_outplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2730439Z test_dispatch_symbolic_meta_outplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2730654Z test_dispatch_symbolic_meta_outplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2730824Z test_dispatch_symbolic_meta_outplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2730995Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2731162Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2731330Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2731539Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2731696Z test_dispatch_symbolic_meta_outplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2731872Z test_dispatch_symbolic_meta_outplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2732049Z test_dispatch_symbolic_meta_outplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2732227Z test_dispatch_symbolic_meta_outplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2732401Z test_dispatch_symbolic_meta_outplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2732569Z test_dispatch_symbolic_meta_outplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2732734Z test_dispatch_symbolic_meta_outplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2732904Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2733073Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2733282Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2733452Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2733619Z test_dispatch_symbolic_meta_outplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2733791Z test_dispatch_symbolic_meta_outplace___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2733961Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2734130Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2734296Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2734462Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2734632Z test_dispatch_symbolic_meta_outplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2734832Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2735031Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2735226Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2735386Z test_dispatch_symbolic_meta_outplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2735561Z test_dispatch_symbolic_meta_outplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2735737Z test_dispatch_symbolic_meta_outplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2735907Z test_dispatch_symbolic_meta_outplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2736134Z test_dispatch_symbolic_meta_outplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2736304Z test_dispatch_symbolic_meta_outplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2736470Z test_dispatch_symbolic_meta_outplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2736635Z test_dispatch_symbolic_meta_outplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2736853Z test_dispatch_symbolic_meta_outplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2737019Z test_dispatch_symbolic_meta_outplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2737225Z test_dispatch_symbolic_meta_outplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2737392Z test_dispatch_symbolic_meta_outplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2737566Z test_dispatch_symbolic_meta_outplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2737731Z test_dispatch_symbolic_meta_outplace_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2737908Z test_dispatch_symbolic_meta_outplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2738083Z test_dispatch_symbolic_meta_outplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2738255Z test_dispatch_symbolic_meta_outplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2738426Z test_dispatch_symbolic_meta_outplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2738596Z test_dispatch_symbolic_meta_outplace_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2738764Z test_dispatch_symbolic_meta_outplace_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2739364Z test_dispatch_symbolic_meta_outplace_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2739530Z test_dispatch_symbolic_meta_outplace_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2739694Z test_dispatch_symbolic_meta_outplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2739871Z test_dispatch_symbolic_meta_outplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2740038Z test_dispatch_symbolic_meta_outplace_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2740216Z test_dispatch_symbolic_meta_outplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2740396Z test_dispatch_symbolic_meta_outplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2740568Z test_dispatch_symbolic_meta_outplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2740744Z test_dispatch_symbolic_meta_outplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2740912Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2741082Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2741247Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2741416Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2741579Z test_dispatch_symbolic_meta_outplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2741749Z test_dispatch_symbolic_meta_outplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2741919Z test_dispatch_symbolic_meta_outplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2742094Z test_dispatch_symbolic_meta_outplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2742329Z test_dispatch_symbolic_meta_outplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2742502Z test_dispatch_symbolic_meta_outplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2742668Z test_dispatch_symbolic_meta_outplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2742878Z test_dispatch_symbolic_meta_outplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2743046Z test_dispatch_symbolic_meta_outplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2743211Z test_dispatch_symbolic_meta_outplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2743431Z test_dispatch_symbolic_meta_outplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2743595Z test_dispatch_symbolic_meta_outplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2743764Z test_dispatch_symbolic_meta_outplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2743926Z test_dispatch_symbolic_meta_outplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2744103Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2744284Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2744464Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2744639Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2744816Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2744990Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2745206Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2745376Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2745545Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2745714Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2745890Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.2746073Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2746252Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2746426Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2746591Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2746770Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2746948Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.2747121Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.2747290Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2747462Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2747633Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.2747807Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2747981Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.2748207Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2748381Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2748557Z test_dispatch_symbolic_meta_outplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2748736Z test_dispatch_symbolic_meta_outplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2748964Z test_dispatch_symbolic_meta_outplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2749184Z test_dispatch_symbolic_meta_outplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2749351Z test_dispatch_symbolic_meta_outplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2749524Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2749693Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2749859Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.2750027Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2750192Z test_dispatch_symbolic_meta_outplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2750371Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2750569Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2750763Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2750993Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2751180Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2751367Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2751556Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2751743Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2751930Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2752114Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2752290Z test_dispatch_symbolic_meta_outplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2752471Z test_dispatch_symbolic_meta_outplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2752645Z test_dispatch_symbolic_meta_outplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2752817Z test_dispatch_symbolic_meta_outplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2752988Z test_dispatch_symbolic_meta_outplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2753153Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2753322Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2753491Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2753659Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2753825Z test_dispatch_symbolic_meta_outplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2753994Z test_dispatch_symbolic_meta_outplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2754208Z test_dispatch_symbolic_meta_outplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2754388Z test_dispatch_symbolic_meta_outplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2754564Z test_dispatch_symbolic_meta_outplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2754791Z test_dispatch_symbolic_meta_outplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.2755006Z test_dispatch_symbolic_meta_outplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.2755180Z test_dispatch_symbolic_meta_outplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2755349Z test_dispatch_symbolic_meta_outplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2755516Z test_dispatch_symbolic_meta_outplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2755679Z test_dispatch_symbolic_meta_outplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2755846Z test_dispatch_symbolic_meta_outplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2756007Z test_dispatch_symbolic_meta_outplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2756173Z test_dispatch_symbolic_meta_outplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2756345Z test_dispatch_symbolic_meta_outplace_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2756521Z test_dispatch_symbolic_meta_outplace_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2756735Z test_dispatch_symbolic_meta_outplace_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2756903Z test_dispatch_symbolic_meta_outplace_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2757069Z test_dispatch_symbolic_meta_outplace_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2757234Z test_dispatch_symbolic_meta_outplace_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2757399Z test_dispatch_symbolic_meta_outplace_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2757564Z test_dispatch_symbolic_meta_outplace_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2757714Z test_dispatch_symbolic_meta_outplace_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2757878Z test_dispatch_symbolic_meta_outplace_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2758038Z test_dispatch_symbolic_meta_outplace_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2758249Z test_dispatch_symbolic_meta_outplace_all_strides_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2758454Z test_dispatch_symbolic_meta_outplace_all_strides_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2758674Z test_dispatch_symbolic_meta_outplace_all_strides___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2758889Z test_dispatch_symbolic_meta_outplace_all_strides___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2759098Z test_dispatch_symbolic_meta_outplace_all_strides___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2759310Z test_dispatch_symbolic_meta_outplace_all_strides___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2759524Z test_dispatch_symbolic_meta_outplace_all_strides___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2759733Z test_dispatch_symbolic_meta_outplace_all_strides___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2759934Z test_dispatch_symbolic_meta_outplace_all_strides___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2760201Z test_dispatch_symbolic_meta_outplace_all_strides___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2760410Z test_dispatch_symbolic_meta_outplace_all_strides___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2760666Z test_dispatch_symbolic_meta_outplace_all_strides___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2760871Z test_dispatch_symbolic_meta_outplace_all_strides___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2761159Z test_dispatch_symbolic_meta_outplace_all_strides__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2761370Z test_dispatch_symbolic_meta_outplace_all_strides_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2761580Z test_dispatch_symbolic_meta_outplace_all_strides_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2761789Z test_dispatch_symbolic_meta_outplace_all_strides_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2761997Z test_dispatch_symbolic_meta_outplace_all_strides_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2762206Z test_dispatch_symbolic_meta_outplace_all_strides_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2762544Z test_dispatch_symbolic_meta_outplace_all_strides_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2762757Z test_dispatch_symbolic_meta_outplace_all_strides_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2762967Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2763194Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2763405Z test_dispatch_symbolic_meta_outplace_all_strides_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2763611Z test_dispatch_symbolic_meta_outplace_all_strides_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2763818Z test_dispatch_symbolic_meta_outplace_all_strides_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2764033Z test_dispatch_symbolic_meta_outplace_all_strides_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2764227Z test_dispatch_symbolic_meta_outplace_all_strides_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2764434Z test_dispatch_symbolic_meta_outplace_all_strides_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2764645Z test_dispatch_symbolic_meta_outplace_all_strides_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2764855Z test_dispatch_symbolic_meta_outplace_all_strides_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2765059Z test_dispatch_symbolic_meta_outplace_all_strides_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2765272Z test_dispatch_symbolic_meta_outplace_all_strides_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2765483Z test_dispatch_symbolic_meta_outplace_all_strides_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2765692Z test_dispatch_symbolic_meta_outplace_all_strides_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2765905Z test_dispatch_symbolic_meta_outplace_all_strides_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2766560Z test_dispatch_symbolic_meta_outplace_all_strides_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2766788Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2767019Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2767281Z test_dispatch_symbolic_meta_outplace_all_strides_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2767495Z test_dispatch_symbolic_meta_outplace_all_strides_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2767703Z test_dispatch_symbolic_meta_outplace_all_strides_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2767908Z test_dispatch_symbolic_meta_outplace_all_strides_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2768119Z test_dispatch_symbolic_meta_outplace_all_strides_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2768386Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2768597Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2768868Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2769100Z test_dispatch_symbolic_meta_outplace_all_strides_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2769314Z test_dispatch_symbolic_meta_outplace_all_strides_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2769523Z test_dispatch_symbolic_meta_outplace_all_strides_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2769729Z test_dispatch_symbolic_meta_outplace_all_strides_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2769945Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2770167Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2770379Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2770593Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2770821Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2771031Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2771249Z test_dispatch_symbolic_meta_outplace_all_strides_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2771456Z test_dispatch_symbolic_meta_outplace_all_strides_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2771648Z test_dispatch_symbolic_meta_outplace_all_strides_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2771875Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2772157Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2772378Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2772655Z test_dispatch_symbolic_meta_outplace_all_strides_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2772861Z test_dispatch_symbolic_meta_outplace_all_strides_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2773081Z test_dispatch_symbolic_meta_outplace_all_strides_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2773344Z test_dispatch_symbolic_meta_outplace_all_strides_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2773556Z test_dispatch_symbolic_meta_outplace_all_strides_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2773769Z test_dispatch_symbolic_meta_outplace_all_strides_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2773976Z test_dispatch_symbolic_meta_outplace_all_strides_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2774236Z test_dispatch_symbolic_meta_outplace_all_strides_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2774447Z test_dispatch_symbolic_meta_outplace_all_strides_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2774654Z test_dispatch_symbolic_meta_outplace_all_strides_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2774866Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2775091Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2775310Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2775521Z test_dispatch_symbolic_meta_outplace_all_strides_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2775728Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2775940Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2776151Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2776359Z test_dispatch_symbolic_meta_outplace_all_strides_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2776577Z test_dispatch_symbolic_meta_outplace_all_strides_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2776794Z test_dispatch_symbolic_meta_outplace_all_strides_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2777004Z test_dispatch_symbolic_meta_outplace_all_strides_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2777208Z test_dispatch_symbolic_meta_outplace_all_strides_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2777427Z test_dispatch_symbolic_meta_outplace_all_strides_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2777647Z test_dispatch_symbolic_meta_outplace_all_strides_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2777912Z test_dispatch_symbolic_meta_outplace_all_strides_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2778130Z test_dispatch_symbolic_meta_outplace_all_strides_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2778340Z test_dispatch_symbolic_meta_outplace_all_strides_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2778545Z test_dispatch_symbolic_meta_outplace_all_strides_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2778791Z test_dispatch_symbolic_meta_outplace_all_strides_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2779014Z test_dispatch_symbolic_meta_outplace_all_strides_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2779221Z test_dispatch_symbolic_meta_outplace_all_strides_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2779476Z test_dispatch_symbolic_meta_outplace_all_strides_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2779734Z test_dispatch_symbolic_meta_outplace_all_strides_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2779944Z test_dispatch_symbolic_meta_outplace_all_strides_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2780156Z test_dispatch_symbolic_meta_outplace_all_strides_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2780365Z test_dispatch_symbolic_meta_outplace_all_strides_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2780598Z test_dispatch_symbolic_meta_outplace_all_strides_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.2780811Z test_dispatch_symbolic_meta_outplace_all_strides_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2781020Z test_dispatch_symbolic_meta_outplace_all_strides_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2781234Z test_dispatch_symbolic_meta_outplace_all_strides_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2781447Z test_dispatch_symbolic_meta_outplace_all_strides_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2781667Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2781878Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2782101Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2782308Z test_dispatch_symbolic_meta_outplace_all_strides_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2782520Z test_dispatch_symbolic_meta_outplace_all_strides_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2782725Z test_dispatch_symbolic_meta_outplace_all_strides_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2782947Z test_dispatch_symbolic_meta_outplace_all_strides_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2783171Z test_dispatch_symbolic_meta_outplace_all_strides_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2783439Z test_dispatch_symbolic_meta_outplace_all_strides_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2783645Z test_dispatch_symbolic_meta_outplace_all_strides_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2783857Z test_dispatch_symbolic_meta_outplace_all_strides_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2784067Z test_dispatch_symbolic_meta_outplace_all_strides_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2784275Z test_dispatch_symbolic_meta_outplace_all_strides_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2784488Z test_dispatch_symbolic_meta_outplace_all_strides_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2784699Z test_dispatch_symbolic_meta_outplace_all_strides_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2784966Z test_dispatch_symbolic_meta_outplace_all_strides_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2785214Z test_dispatch_symbolic_meta_outplace_all_strides_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2785460Z test_dispatch_symbolic_meta_outplace_all_strides_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2785686Z test_dispatch_symbolic_meta_outplace_all_strides_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2785892Z test_dispatch_symbolic_meta_outplace_all_strides_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2786089Z test_dispatch_symbolic_meta_outplace_all_strides_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2786300Z test_dispatch_symbolic_meta_outplace_all_strides_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2786506Z test_dispatch_symbolic_meta_outplace_all_strides_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2786719Z test_dispatch_symbolic_meta_outplace_all_strides_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2786927Z test_dispatch_symbolic_meta_outplace_all_strides_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2787137Z test_dispatch_symbolic_meta_outplace_all_strides_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2787342Z test_dispatch_symbolic_meta_outplace_all_strides_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2787555Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2787765Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2787971Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2788189Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2788402Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2788612Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2788868Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2789071Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2789350Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2789603Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2789830Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2790044Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2790255Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2790473Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2790726Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2790933Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2791190Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2791397Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2791608Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2791868Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2792079Z test_dispatch_symbolic_meta_outplace_all_strides_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2792293Z test_dispatch_symbolic_meta_outplace_all_strides_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2792498Z test_dispatch_symbolic_meta_outplace_all_strides_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2792712Z test_dispatch_symbolic_meta_outplace_all_strides_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2792909Z test_dispatch_symbolic_meta_outplace_all_strides_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2793119Z test_dispatch_symbolic_meta_outplace_all_strides_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2793339Z test_dispatch_symbolic_meta_outplace_all_strides_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2793611Z test_dispatch_symbolic_meta_outplace_all_strides_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2793830Z test_dispatch_symbolic_meta_outplace_all_strides_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2794035Z test_dispatch_symbolic_meta_outplace_all_strides_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2794239Z test_dispatch_symbolic_meta_outplace_all_strides_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2794444Z test_dispatch_symbolic_meta_outplace_all_strides_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2794791Z test_dispatch_symbolic_meta_outplace_all_strides_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2795005Z test_dispatch_symbolic_meta_outplace_all_strides_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2795208Z test_dispatch_symbolic_meta_outplace_all_strides_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2795419Z test_dispatch_symbolic_meta_outplace_all_strides_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2795629Z test_dispatch_symbolic_meta_outplace_all_strides_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2795834Z test_dispatch_symbolic_meta_outplace_all_strides_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2796125Z test_dispatch_symbolic_meta_outplace_all_strides_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2796338Z test_dispatch_symbolic_meta_outplace_all_strides_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2796598Z test_dispatch_symbolic_meta_outplace_all_strides_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2796820Z test_dispatch_symbolic_meta_outplace_all_strides_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2797041Z test_dispatch_symbolic_meta_outplace_all_strides_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2797334Z test_dispatch_symbolic_meta_outplace_all_strides_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2797552Z test_dispatch_symbolic_meta_outplace_all_strides_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2797758Z test_dispatch_symbolic_meta_outplace_all_strides_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2798024Z test_dispatch_symbolic_meta_outplace_all_strides_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2798237Z test_dispatch_symbolic_meta_outplace_all_strides_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2798445Z test_dispatch_symbolic_meta_outplace_all_strides_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2798647Z test_dispatch_symbolic_meta_outplace_all_strides_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2798857Z test_dispatch_symbolic_meta_outplace_all_strides_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:52:10.2799073Z test_dispatch_symbolic_meta_outplace_all_strides_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2799284Z test_dispatch_symbolic_meta_outplace_all_strides_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2799498Z test_dispatch_symbolic_meta_outplace_all_strides_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2799711Z test_dispatch_symbolic_meta_outplace_all_strides_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2799924Z test_dispatch_symbolic_meta_outplace_all_strides_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2800123Z test_dispatch_symbolic_meta_outplace_all_strides_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2800387Z test_dispatch_symbolic_meta_outplace_all_strides_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2800606Z test_dispatch_symbolic_meta_outplace_all_strides_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2800820Z test_dispatch_symbolic_meta_outplace_all_strides_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2801025Z test_dispatch_symbolic_meta_outplace_all_strides_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2801238Z test_dispatch_symbolic_meta_outplace_all_strides_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2801450Z test_dispatch_symbolic_meta_outplace_all_strides_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2801656Z test_dispatch_symbolic_meta_outplace_all_strides_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2801865Z test_dispatch_symbolic_meta_outplace_all_strides_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2802112Z test_dispatch_symbolic_meta_outplace_all_strides_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2802326Z test_dispatch_symbolic_meta_outplace_all_strides_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2802632Z test_dispatch_symbolic_meta_outplace_all_strides_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2802843Z test_dispatch_symbolic_meta_outplace_all_strides_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2803054Z test_dispatch_symbolic_meta_outplace_all_strides_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2803290Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2803590Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2803821Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2804110Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2804337Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2804547Z test_dispatch_symbolic_meta_outplace_all_strides_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2804762Z test_dispatch_symbolic_meta_outplace_all_strides_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2804968Z test_dispatch_symbolic_meta_outplace_all_strides_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2805178Z test_dispatch_symbolic_meta_outplace_all_strides_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2805382Z test_dispatch_symbolic_meta_outplace_all_strides_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2805587Z test_dispatch_symbolic_meta_outplace_all_strides_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2805796Z test_dispatch_symbolic_meta_outplace_all_strides_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2806069Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2806294Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2806511Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2806729Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2806942Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2807170Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2807386Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2807589Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2807855Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.2808078Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2808317Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2808529Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2808748Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2808970Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2809199Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2809416Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2809682Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2809915Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2810130Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2810408Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2810637Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2810856Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2811078Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2811303Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2811570Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2811807Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2812030Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2812246Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2812489Z 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:52:10.2812706Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2812935Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2813219Z 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.003s) 2022-11-23T01:52:10.2813475Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2813695Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2813912Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2814131Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2814366Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2814580Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2814802Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2815017Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2815248Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2815467Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2815687Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2815964Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2816183Z test_dispatch_symbolic_meta_outplace_all_strides_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2816391Z test_dispatch_symbolic_meta_outplace_all_strides_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2816656Z test_dispatch_symbolic_meta_outplace_all_strides_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2816867Z test_dispatch_symbolic_meta_outplace_all_strides_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2817119Z test_dispatch_symbolic_meta_outplace_all_strides_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2817335Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2817566Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2817782Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2817996Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2818213Z test_dispatch_symbolic_meta_outplace_all_strides_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2818423Z test_dispatch_symbolic_meta_outplace_all_strides_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2818636Z test_dispatch_symbolic_meta_outplace_all_strides_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2818883Z test_dispatch_symbolic_meta_outplace_all_strides_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2819098Z test_dispatch_symbolic_meta_outplace_all_strides_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2819310Z test_dispatch_symbolic_meta_outplace_all_strides_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2819519Z test_dispatch_symbolic_meta_outplace_all_strides_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2819729Z test_dispatch_symbolic_meta_outplace_all_strides_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2819931Z test_dispatch_symbolic_meta_outplace_all_strides_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2820137Z test_dispatch_symbolic_meta_outplace_all_strides_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2820345Z test_dispatch_symbolic_meta_outplace_all_strides_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2820547Z test_dispatch_symbolic_meta_outplace_all_strides_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2820754Z test_dispatch_symbolic_meta_outplace_all_strides_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2820965Z test_dispatch_symbolic_meta_outplace_all_strides_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.2821169Z test_dispatch_symbolic_meta_outplace_all_strides_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2821368Z test_dispatch_symbolic_meta_outplace_all_strides_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2821584Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2821797Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2822065Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2822289Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2822509Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2822832Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2823052Z test_dispatch_symbolic_meta_outplace_all_strides_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2823275Z test_dispatch_symbolic_meta_outplace_all_strides_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2823499Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2823722Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2823936Z test_dispatch_symbolic_meta_outplace_all_strides_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2824156Z test_dispatch_symbolic_meta_outplace_all_strides_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2824413Z test_dispatch_symbolic_meta_outplace_all_strides_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2824637Z test_dispatch_symbolic_meta_outplace_all_strides_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2824852Z test_dispatch_symbolic_meta_outplace_all_strides_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2825069Z test_dispatch_symbolic_meta_outplace_all_strides_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2825287Z test_dispatch_symbolic_meta_outplace_all_strides_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2825505Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2825723Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2825936Z test_dispatch_symbolic_meta_outplace_all_strides_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2826144Z test_dispatch_symbolic_meta_outplace_all_strides_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2826346Z test_dispatch_symbolic_meta_outplace_all_strides_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2826554Z test_dispatch_symbolic_meta_outplace_all_strides_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2826767Z test_dispatch_symbolic_meta_outplace_all_strides_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2826976Z test_dispatch_symbolic_meta_outplace_all_strides_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2827216Z test_dispatch_symbolic_meta_outplace_all_strides_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2827430Z 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:52:10.2827656Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2827866Z test_dispatch_symbolic_meta_outplace_all_strides_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2828169Z test_dispatch_symbolic_meta_outplace_all_strides_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2828384Z test_dispatch_symbolic_meta_outplace_all_strides_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2828617Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2828908Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2829122Z test_dispatch_symbolic_meta_outplace_all_strides_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2829344Z 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:52:10.2829576Z 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:52:10.2829785Z test_dispatch_symbolic_meta_outplace_all_strides_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2830422Z test_dispatch_symbolic_meta_outplace_all_strides_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2830629Z test_dispatch_symbolic_meta_outplace_all_strides_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2830843Z test_dispatch_symbolic_meta_outplace_all_strides_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2831052Z test_dispatch_symbolic_meta_outplace_all_strides_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2831260Z test_dispatch_symbolic_meta_outplace_all_strides_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2831480Z test_dispatch_symbolic_meta_outplace_all_strides_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2831684Z test_dispatch_symbolic_meta_outplace_all_strides_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2831909Z 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:52:10.2832135Z 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:52:10.2832361Z 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:52:10.2832576Z test_dispatch_symbolic_meta_outplace_all_strides_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2832788Z test_dispatch_symbolic_meta_outplace_all_strides_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2833006Z test_dispatch_symbolic_meta_outplace_all_strides_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2833219Z test_dispatch_symbolic_meta_outplace_all_strides_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2833427Z test_dispatch_symbolic_meta_outplace_all_strides_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2833638Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2833841Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2834169Z test_dispatch_symbolic_meta_outplace_all_strides_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2834404Z test_dispatch_symbolic_meta_outplace_all_strides_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2834630Z test_dispatch_symbolic_meta_outplace_all_strides_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2834892Z test_dispatch_symbolic_meta_outplace_all_strides_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2835099Z test_dispatch_symbolic_meta_outplace_all_strides_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2835310Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2835518Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2835728Z test_dispatch_symbolic_meta_outplace_all_strides_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2835976Z test_dispatch_symbolic_meta_outplace_all_strides_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2836186Z test_dispatch_symbolic_meta_outplace_all_strides_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2836396Z test_dispatch_symbolic_meta_outplace_all_strides_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2836650Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2836897Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2837142Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2837381Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2837619Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2837856Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2838098Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2838333Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2838568Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2838792Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2839014Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2839235Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2839499Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2839741Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2839997Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2840279Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2840506Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2840782Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2841024Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2841261Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2841542Z 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:52:10.2841788Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2842027Z 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:52:10.2842260Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2842587Z 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:52:10.2842824Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2843044Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2843268Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2843486Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2843720Z 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:52:10.2843950Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2844210Z 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:52:10.2844468Z 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:52:10.2844715Z 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:52:10.2844958Z 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:52:10.2845236Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.2845461Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2845680Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2845908Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2846194Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2846412Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2846644Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2846961Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2847189Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2847430Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2847659Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2847893Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2848131Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2848375Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2848621Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2848862Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2849102Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2849347Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2849575Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2849801Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2850028Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2850251Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2850514Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2850757Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2850990Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2851230Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2851460Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2851680Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2851908Z 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:52:10.2852200Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2852483Z 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:52:10.2852765Z 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:52:10.2853004Z 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:52:10.2853233Z 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:52:10.2853467Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2853690Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2853914Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2854150Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2854390Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2854639Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2854863Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2855096Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2855317Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2855550Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2855777Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2856382Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2856623Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2856866Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2857092Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2857325Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2857561Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2857784Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2858118Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2858340Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2858562Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2858840Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2859063Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2859281Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2859513Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2859748Z 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:52:10.2859974Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2860212Z 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:52:10.2860441Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2860667Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2860896Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2861124Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2861353Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2861589Z 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:52:10.2861889Z 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:52:10.2862114Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2862355Z 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:52:10.2862594Z 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:52:10.2862806Z test_dispatch_symbolic_meta_outplace_all_strides_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2863014Z test_dispatch_symbolic_meta_outplace_all_strides_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2863229Z test_dispatch_symbolic_meta_outplace_all_strides_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2863435Z test_dispatch_symbolic_meta_outplace_all_strides_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2863680Z test_dispatch_symbolic_meta_outplace_all_strides_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2863888Z test_dispatch_symbolic_meta_outplace_all_strides_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2864168Z test_dispatch_symbolic_meta_outplace_all_strides_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2864375Z test_dispatch_symbolic_meta_outplace_all_strides_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2864591Z test_dispatch_symbolic_meta_outplace_all_strides_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2864850Z test_dispatch_symbolic_meta_outplace_all_strides_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2865061Z test_dispatch_symbolic_meta_outplace_all_strides_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2865278Z test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2865488Z test_dispatch_symbolic_meta_outplace_all_strides_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2865698Z test_dispatch_symbolic_meta_outplace_all_strides_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2865903Z test_dispatch_symbolic_meta_outplace_all_strides_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2866130Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2866357Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2866578Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2866782Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2866999Z 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:52:10.2867252Z test_dispatch_symbolic_meta_outplace_all_strides_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2867456Z test_dispatch_symbolic_meta_outplace_all_strides_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2867666Z test_dispatch_symbolic_meta_outplace_all_strides_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2867871Z test_dispatch_symbolic_meta_outplace_all_strides_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2868075Z test_dispatch_symbolic_meta_outplace_all_strides_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2868288Z test_dispatch_symbolic_meta_outplace_all_strides_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T01:52:10.2868500Z test_dispatch_symbolic_meta_outplace_all_strides_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2868713Z test_dispatch_symbolic_meta_outplace_all_strides_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2868963Z test_dispatch_symbolic_meta_outplace_all_strides_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2869178Z test_dispatch_symbolic_meta_outplace_all_strides_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2869388Z test_dispatch_symbolic_meta_outplace_all_strides_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2869598Z test_dispatch_symbolic_meta_outplace_all_strides_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2869806Z test_dispatch_symbolic_meta_outplace_all_strides_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2870069Z test_dispatch_symbolic_meta_outplace_all_strides_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2870289Z test_dispatch_symbolic_meta_outplace_all_strides_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2870503Z test_dispatch_symbolic_meta_outplace_all_strides_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2870771Z test_dispatch_symbolic_meta_outplace_all_strides_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2870982Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2871209Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2871425Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2871637Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2871843Z test_dispatch_symbolic_meta_outplace_all_strides_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2872053Z test_dispatch_symbolic_meta_outplace_all_strides_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2872267Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2872479Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2872685Z test_dispatch_symbolic_meta_outplace_all_strides_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2872933Z test_dispatch_symbolic_meta_outplace_all_strides_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2873142Z test_dispatch_symbolic_meta_outplace_all_strides_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2873362Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2873582Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2873793Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2874000Z test_dispatch_symbolic_meta_outplace_all_strides_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2874204Z test_dispatch_symbolic_meta_outplace_all_strides_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2874425Z test_dispatch_symbolic_meta_outplace_all_strides_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2874684Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2874895Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2875120Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2875344Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2875571Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2875798Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2876084Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2876306Z test_dispatch_symbolic_meta_outplace_all_strides_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2876536Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2876822Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2877035Z test_dispatch_symbolic_meta_outplace_all_strides_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2877255Z test_dispatch_symbolic_meta_outplace_all_strides_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2877461Z test_dispatch_symbolic_meta_outplace_all_strides_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2877669Z test_dispatch_symbolic_meta_outplace_all_strides_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2877882Z test_dispatch_symbolic_meta_outplace_all_strides_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2878087Z test_dispatch_symbolic_meta_outplace_all_strides_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2878354Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2878591Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2878822Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2879048Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2879261Z test_dispatch_symbolic_meta_outplace_all_strides_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2879466Z test_dispatch_symbolic_meta_outplace_all_strides_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2879671Z test_dispatch_symbolic_meta_outplace_all_strides_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2879878Z test_dispatch_symbolic_meta_outplace_all_strides_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2880130Z test_dispatch_symbolic_meta_outplace_all_strides_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2880350Z test_dispatch_symbolic_meta_outplace_all_strides_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2880560Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2880783Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2880988Z test_dispatch_symbolic_meta_outplace_all_strides_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2881243Z test_dispatch_symbolic_meta_outplace_all_strides_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.2881467Z test_dispatch_symbolic_meta_outplace_all_strides_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2881676Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2881896Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2882177Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2882483Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2882786Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2883034Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2883327Z 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:52:10.2883608Z 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:52:10.2883827Z test_dispatch_symbolic_meta_outplace_all_strides_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2884091Z test_dispatch_symbolic_meta_outplace_all_strides_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2884335Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2884577Z 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:52:10.2884789Z test_dispatch_symbolic_meta_outplace_all_strides_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2885004Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2885216Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2885455Z 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:52:10.2885787Z 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:52:10.2886010Z test_dispatch_symbolic_meta_outplace_all_strides_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2886240Z 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:52:10.2886468Z 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:52:10.2886691Z 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:52:10.2886913Z 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:52:10.2887132Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2887351Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:52:10.2887602Z test_dispatch_symbolic_meta_outplace_all_strides_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2887842Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2888124Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2888441Z 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.001s) 2022-11-23T01:52:10.2888786Z 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.001s) 2022-11-23T01:52:10.2889085Z 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.001s) 2022-11-23T01:52:10.2889420Z 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.001s) 2022-11-23T01:52:10.2889660Z test_dispatch_symbolic_meta_outplace_all_strides_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2889890Z test_dispatch_symbolic_meta_outplace_all_strides_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2890109Z test_dispatch_symbolic_meta_outplace_all_strides_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2890320Z test_dispatch_symbolic_meta_outplace_all_strides_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2890539Z test_dispatch_symbolic_meta_outplace_all_strides_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2890761Z test_dispatch_symbolic_meta_outplace_all_strides_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2890968Z test_dispatch_symbolic_meta_outplace_all_strides_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2891221Z test_dispatch_symbolic_meta_outplace_all_strides_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2891433Z test_dispatch_symbolic_meta_outplace_all_strides_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2891641Z test_dispatch_symbolic_meta_outplace_all_strides_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2891846Z test_dispatch_symbolic_meta_outplace_all_strides_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2892058Z test_dispatch_symbolic_meta_outplace_all_strides_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2892266Z test_dispatch_symbolic_meta_outplace_all_strides_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2892472Z test_dispatch_symbolic_meta_outplace_all_strides_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2892665Z test_dispatch_symbolic_meta_outplace_all_strides_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2892879Z test_dispatch_symbolic_meta_outplace_all_strides_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2893080Z test_dispatch_symbolic_meta_outplace_all_strides_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2893291Z test_dispatch_symbolic_meta_outplace_all_strides_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2893501Z test_dispatch_symbolic_meta_outplace_all_strides_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2893706Z test_dispatch_symbolic_meta_outplace_all_strides_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2893924Z test_dispatch_symbolic_meta_outplace_all_strides_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2894127Z test_dispatch_symbolic_meta_outplace_all_strides_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2894386Z test_dispatch_symbolic_meta_outplace_all_strides_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2894593Z test_dispatch_symbolic_meta_outplace_all_strides_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2894810Z test_dispatch_symbolic_meta_outplace_all_strides_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2895069Z test_dispatch_symbolic_meta_outplace_all_strides_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2895329Z test_dispatch_symbolic_meta_outplace_all_strides_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2895536Z test_dispatch_symbolic_meta_outplace_all_strides_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2895749Z test_dispatch_symbolic_meta_outplace_all_strides_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2895954Z test_dispatch_symbolic_meta_outplace_all_strides_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2896160Z test_dispatch_symbolic_meta_outplace_all_strides_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2896378Z test_dispatch_symbolic_meta_outplace_all_strides_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2896586Z test_dispatch_symbolic_meta_outplace_all_strides_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.2896836Z test_dispatch_symbolic_meta_outplace_all_strides_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2897059Z test_dispatch_symbolic_meta_outplace_all_strides_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2897263Z test_dispatch_symbolic_meta_outplace_all_strides_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2897475Z test_dispatch_symbolic_meta_outplace_all_strides_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2897681Z test_dispatch_symbolic_meta_outplace_all_strides_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2897893Z test_dispatch_symbolic_meta_outplace_all_strides_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2898109Z test_dispatch_symbolic_meta_outplace_all_strides_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2898315Z test_dispatch_symbolic_meta_outplace_all_strides_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2898523Z test_dispatch_symbolic_meta_outplace_all_strides_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2898737Z test_dispatch_symbolic_meta_outplace_all_strides_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2898951Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2899157Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2899372Z test_dispatch_symbolic_meta_outplace_all_strides_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2899584Z test_dispatch_symbolic_meta_outplace_all_strides_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2899785Z test_dispatch_symbolic_meta_outplace_all_strides_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2899998Z test_dispatch_symbolic_meta_outplace_all_strides_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2900200Z test_dispatch_symbolic_meta_outplace_all_strides_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2900451Z test_dispatch_symbolic_meta_outplace_all_strides_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2900714Z test_dispatch_symbolic_meta_outplace_all_strides_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2900939Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2901149Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2901418Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.2901632Z test_dispatch_symbolic_meta_outplace_all_strides_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.2901840Z test_dispatch_symbolic_meta_outplace_all_strides_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2902047Z test_dispatch_symbolic_meta_outplace_all_strides_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2902301Z test_dispatch_symbolic_meta_outplace_all_strides_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2902509Z test_dispatch_symbolic_meta_outplace_all_strides_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.2902717Z test_dispatch_symbolic_meta_outplace_all_strides_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2902923Z test_dispatch_symbolic_meta_outplace_all_strides_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2903130Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.2903347Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.2903531Z test_dispatch_symbolic_meta_outplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:52:10.2903712Z test_dispatch_symbolic_meta_outplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.2903892Z test_dispatch_symbolic_meta_outplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.2904068Z test_dispatch_symbolic_meta_outplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.2904240Z test_dispatch_symbolic_meta_outplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.2904408Z test_dispatch_symbolic_meta_outplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.2904580Z test_dispatch_symbolic_meta_outplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2904748Z test_dispatch_symbolic_meta_outplace_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2904921Z test_dispatch_symbolic_meta_outplace_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2905076Z test_dispatch_symbolic_meta_outplace_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2905246Z test_dispatch_symbolic_meta_outplace_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2905414Z test_dispatch_symbolic_meta_outplace_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2905582Z test_dispatch_symbolic_meta_outplace_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2905746Z test_dispatch_symbolic_meta_outplace_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2905913Z test_dispatch_symbolic_meta_outplace_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2906120Z test_dispatch_symbolic_meta_outplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2906292Z test_dispatch_symbolic_meta_outplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2906460Z test_dispatch_symbolic_meta_outplace_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2906679Z test_dispatch_symbolic_meta_outplace_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2906853Z test_dispatch_symbolic_meta_outplace_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2907019Z test_dispatch_symbolic_meta_outplace_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2907180Z test_dispatch_symbolic_meta_outplace_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2907404Z test_dispatch_symbolic_meta_outplace_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2907568Z test_dispatch_symbolic_meta_outplace_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2907732Z test_dispatch_symbolic_meta_outplace_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2907941Z test_dispatch_symbolic_meta_outplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2908110Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2908286Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2908461Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2908622Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2908793Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2908966Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2909135Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2909305Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2909480Z test_dispatch_symbolic_meta_outplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2909646Z test_dispatch_symbolic_meta_outplace_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2909825Z test_dispatch_symbolic_meta_outplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2910001Z test_dispatch_symbolic_meta_outplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2910172Z test_dispatch_symbolic_meta_outplace_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2910341Z test_dispatch_symbolic_meta_outplace_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2910511Z test_dispatch_symbolic_meta_outplace_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2910680Z test_dispatch_symbolic_meta_outplace_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2910848Z test_dispatch_symbolic_meta_outplace_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2911012Z test_dispatch_symbolic_meta_outplace_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2911177Z test_dispatch_symbolic_meta_outplace_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2911339Z test_dispatch_symbolic_meta_outplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2911509Z test_dispatch_symbolic_meta_outplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2911717Z test_dispatch_symbolic_meta_outplace_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2911894Z test_dispatch_symbolic_meta_outplace_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.2912066Z test_dispatch_symbolic_meta_outplace_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2912221Z test_dispatch_symbolic_meta_outplace_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2912387Z test_dispatch_symbolic_meta_outplace_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.2912549Z test_dispatch_symbolic_meta_outplace_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2912770Z test_dispatch_symbolic_meta_outplace_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2912938Z test_dispatch_symbolic_meta_outplace_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2913097Z test_dispatch_symbolic_meta_outplace_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2913266Z test_dispatch_symbolic_meta_outplace_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2913481Z test_dispatch_symbolic_meta_outplace_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2913705Z test_dispatch_symbolic_meta_outplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2913881Z test_dispatch_symbolic_meta_outplace_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2914057Z test_dispatch_symbolic_meta_outplace_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2914230Z test_dispatch_symbolic_meta_outplace_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2914398Z test_dispatch_symbolic_meta_outplace_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2914567Z test_dispatch_symbolic_meta_outplace_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2914738Z test_dispatch_symbolic_meta_outplace_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2914904Z test_dispatch_symbolic_meta_outplace_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2915071Z test_dispatch_symbolic_meta_outplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2915248Z test_dispatch_symbolic_meta_outplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2915419Z test_dispatch_symbolic_meta_outplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2915590Z test_dispatch_symbolic_meta_outplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2915751Z test_dispatch_symbolic_meta_outplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2915919Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2916090Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2916258Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2916430Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2916597Z test_dispatch_symbolic_meta_outplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2916772Z test_dispatch_symbolic_meta_outplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2916944Z test_dispatch_symbolic_meta_outplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2917119Z test_dispatch_symbolic_meta_outplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2917289Z test_dispatch_symbolic_meta_outplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2917499Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2917667Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2917838Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2918006Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2918173Z test_dispatch_symbolic_meta_outplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2918351Z test_dispatch_symbolic_meta_outplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2918520Z test_dispatch_symbolic_meta_outplace_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2918695Z test_dispatch_symbolic_meta_outplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.2918919Z test_dispatch_symbolic_meta_outplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2919095Z test_dispatch_symbolic_meta_outplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2919771Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2919931Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2920102Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2920271Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2920440Z test_dispatch_symbolic_meta_outplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2920621Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2920794Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2920978Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2921160Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2921335Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2921507Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2921676Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2921850Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2922023Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2922196Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2922454Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2922630Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2922814Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2922989Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2923174Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2923356Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2923537Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2923752Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2923931Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2924104Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2924280Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2924452Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2924619Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2924845Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2925027Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2925221Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2925409Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2925695Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2925888Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2926079Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2926268Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2926458Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2926643Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2926828Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2927014Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2927196Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2927378Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2927567Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2927738Z test_dispatch_symbolic_meta_outplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2927894Z test_dispatch_symbolic_meta_outplace_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2928072Z test_dispatch_symbolic_meta_outplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2928247Z test_dispatch_symbolic_meta_outplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2928418Z test_dispatch_symbolic_meta_outplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2928588Z test_dispatch_symbolic_meta_outplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2928756Z test_dispatch_symbolic_meta_outplace_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2928919Z test_dispatch_symbolic_meta_outplace_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2929085Z test_dispatch_symbolic_meta_outplace_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2929251Z test_dispatch_symbolic_meta_outplace_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2929459Z test_dispatch_symbolic_meta_outplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2929635Z test_dispatch_symbolic_meta_outplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2929805Z test_dispatch_symbolic_meta_outplace_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2929984Z test_dispatch_symbolic_meta_outplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2930160Z test_dispatch_symbolic_meta_outplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2930333Z test_dispatch_symbolic_meta_outplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2930505Z test_dispatch_symbolic_meta_outplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2930674Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2930889Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2931067Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2931285Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2931437Z test_dispatch_symbolic_meta_outplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2931666Z test_dispatch_symbolic_meta_outplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2931834Z test_dispatch_symbolic_meta_outplace_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2932005Z test_dispatch_symbolic_meta_outplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2932174Z test_dispatch_symbolic_meta_outplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2932341Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2932510Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2932672Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2932839Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2933000Z test_dispatch_symbolic_meta_outplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2933170Z test_dispatch_symbolic_meta_outplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2933334Z test_dispatch_symbolic_meta_outplace_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2933513Z test_dispatch_symbolic_meta_outplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2933686Z test_dispatch_symbolic_meta_outplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2933860Z test_dispatch_symbolic_meta_outplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2934029Z test_dispatch_symbolic_meta_outplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2934198Z test_dispatch_symbolic_meta_outplace_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2934365Z test_dispatch_symbolic_meta_outplace_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2934527Z test_dispatch_symbolic_meta_outplace_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2934690Z test_dispatch_symbolic_meta_outplace_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2934838Z test_dispatch_symbolic_meta_outplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2935011Z test_dispatch_symbolic_meta_outplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2935220Z test_dispatch_symbolic_meta_outplace_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2935399Z test_dispatch_symbolic_meta_outplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2935577Z test_dispatch_symbolic_meta_outplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2935748Z test_dispatch_symbolic_meta_outplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2935919Z test_dispatch_symbolic_meta_outplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2936087Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2936255Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2936418Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2936588Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2936752Z test_dispatch_symbolic_meta_outplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2937032Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2937210Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2937393Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2937629Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2937814Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2937995Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2938172Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2938344Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2938520Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2938684Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2938855Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2939029Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2939205Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2939383Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2939559Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2939743Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2939925Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2940107Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2940284Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2940457Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2940628Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2940801Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2941015Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2941183Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2941357Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2941532Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2941711Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2941885Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2942070Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2942253Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2942436Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2942603Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2942813Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2943044Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2943220Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2943391Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2943615Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2943791Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2943963Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2944135Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2944317Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2944493Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2944665Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2944841Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2945015Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2945190Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2945361Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2945530Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2945701Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2945880Z test_dispatch_symbolic_meta_outplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2946059Z test_dispatch_symbolic_meta_outplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2946230Z test_dispatch_symbolic_meta_outplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2946387Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2946932Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2947121Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2947299Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2947475Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2947650Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2947819Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2947990Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2948161Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2948338Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2948511Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2948729Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2948959Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2949241Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2949516Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2954716Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2955020Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2955280Z test_dispatch_symbolic_meta_outplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2955465Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2955644Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2955826Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2955983Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2956155Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2956327Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2956515Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2956704Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2956887Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2957076Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2957262Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2957436Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2957612Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2957870Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2958550Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2959056Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2959253Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2959439Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2959621Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2959853Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2960029Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2960205Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2960430Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2960631Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2960822Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2961063Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2961253Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2961436Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2961613Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2961790Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2961963Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2962133Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2962305Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2962562Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2962743Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2962920Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2963106Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2963288Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2963474Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.2963656Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2963837Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2964008Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2964182Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2964351Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2964517Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2964691Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2964899Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2965072Z test_dispatch_symbolic_meta_outplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2965253Z test_dispatch_symbolic_meta_outplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2965427Z test_dispatch_symbolic_meta_outplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2965597Z test_dispatch_symbolic_meta_outplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2965810Z test_dispatch_symbolic_meta_outplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2965978Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2966144Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2966308Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2966519Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2966681Z test_dispatch_symbolic_meta_outplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2966898Z test_dispatch_symbolic_meta_outplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2967066Z test_dispatch_symbolic_meta_outplace_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2967242Z test_dispatch_symbolic_meta_outplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2967419Z test_dispatch_symbolic_meta_outplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2967594Z test_dispatch_symbolic_meta_outplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2967763Z test_dispatch_symbolic_meta_outplace_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2967935Z test_dispatch_symbolic_meta_outplace_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2968103Z test_dispatch_symbolic_meta_outplace_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2968270Z test_dispatch_symbolic_meta_outplace_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2968436Z test_dispatch_symbolic_meta_outplace_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2968587Z test_dispatch_symbolic_meta_outplace_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2968751Z test_dispatch_symbolic_meta_outplace_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2968913Z test_dispatch_symbolic_meta_outplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2969101Z test_dispatch_symbolic_meta_outplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2969297Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2969487Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2969684Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2969877Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2970067Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2970257Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2970441Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2970665Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2970854Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2971039Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2971228Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2971408Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2971593Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2971810Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2971999Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2972184Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2972369Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.2972640Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2972814Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2972993Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2973171Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2973343Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2973521Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2973694Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2973869Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2974047Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2974218Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2974388Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2974563Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2974738Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2974915Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2975088Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.2975261Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2975437Z test_dispatch_symbolic_meta_outplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2975607Z test_dispatch_symbolic_meta_outplace_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2975776Z test_dispatch_symbolic_meta_outplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2975950Z test_dispatch_symbolic_meta_outplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2976120Z test_dispatch_symbolic_meta_outplace_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2976291Z test_dispatch_symbolic_meta_outplace_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2976498Z test_dispatch_symbolic_meta_outplace_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2976667Z test_dispatch_symbolic_meta_outplace_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2976835Z test_dispatch_symbolic_meta_outplace_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2976998Z test_dispatch_symbolic_meta_outplace_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2977165Z test_dispatch_symbolic_meta_outplace_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2977330Z test_dispatch_symbolic_meta_outplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2977516Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2977702Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2977939Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2978132Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2978362Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2978594Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2978781Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2978963Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2979144Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2979327Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.2979508Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2979690Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2979862Z test_dispatch_symbolic_meta_outplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2980027Z test_dispatch_symbolic_meta_outplace_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2980202Z test_dispatch_symbolic_meta_outplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2980362Z test_dispatch_symbolic_meta_outplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2980536Z test_dispatch_symbolic_meta_outplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2980709Z test_dispatch_symbolic_meta_outplace_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2980877Z test_dispatch_symbolic_meta_outplace_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2981046Z test_dispatch_symbolic_meta_outplace_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2981209Z test_dispatch_symbolic_meta_outplace_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2981377Z test_dispatch_symbolic_meta_outplace_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2981539Z test_dispatch_symbolic_meta_outplace_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2981705Z test_dispatch_symbolic_meta_outplace_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2981865Z test_dispatch_symbolic_meta_outplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2982036Z test_dispatch_symbolic_meta_outplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.216s) 2022-11-23T01:52:10.2982251Z test_dispatch_symbolic_meta_outplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.196s) 2022-11-23T01:52:10.2982431Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2982605Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2982785Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2982964Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2983135Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2983309Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2983484Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2983659Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2983829Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2984031Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2984203Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2984370Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2984540Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2984707Z test_dispatch_symbolic_meta_outplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2984878Z test_dispatch_symbolic_meta_outplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2985046Z test_dispatch_symbolic_meta_outplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2985212Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2985379Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2985544Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2985709Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2985873Z test_dispatch_symbolic_meta_outplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2986049Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2986220Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2986403Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2986583Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2986757Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2986933Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2987107Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2987281Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2987438Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2987609Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2987814Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2987986Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2988155Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2988325Z test_dispatch_symbolic_meta_outplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2988492Z test_dispatch_symbolic_meta_outplace_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2988667Z test_dispatch_symbolic_meta_outplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2988889Z test_dispatch_symbolic_meta_outplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.2989065Z test_dispatch_symbolic_meta_outplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2989238Z test_dispatch_symbolic_meta_outplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2989451Z test_dispatch_symbolic_meta_outplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2989672Z test_dispatch_symbolic_meta_outplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2989840Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2990008Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2990174Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2990342Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2990506Z test_dispatch_symbolic_meta_outplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2990680Z test_dispatch_symbolic_meta_outplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2990848Z test_dispatch_symbolic_meta_outplace_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2991024Z test_dispatch_symbolic_meta_outplace_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2991191Z test_dispatch_symbolic_meta_outplace_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2991368Z test_dispatch_symbolic_meta_outplace_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2991540Z test_dispatch_symbolic_meta_outplace_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2991709Z test_dispatch_symbolic_meta_outplace_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2991878Z test_dispatch_symbolic_meta_outplace_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2992046Z test_dispatch_symbolic_meta_outplace_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2992215Z test_dispatch_symbolic_meta_outplace_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2992380Z test_dispatch_symbolic_meta_outplace_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2992548Z test_dispatch_symbolic_meta_outplace_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.2992711Z test_dispatch_symbolic_meta_outplace_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.2992895Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.2993076Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2993251Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2993422Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.2993657Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.2993848Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2994040Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2994229Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2994418Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2994603Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.2994787Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2994961Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2995136Z test_dispatch_symbolic_meta_outplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.2995343Z test_dispatch_symbolic_meta_outplace_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2995522Z test_dispatch_symbolic_meta_outplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.2995697Z test_dispatch_symbolic_meta_outplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.2995872Z test_dispatch_symbolic_meta_outplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2996043Z test_dispatch_symbolic_meta_outplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2996213Z test_dispatch_symbolic_meta_outplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2996387Z test_dispatch_symbolic_meta_outplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2996555Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2996725Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2996891Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2997059Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.2997223Z test_dispatch_symbolic_meta_outplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.2997397Z test_dispatch_symbolic_meta_outplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.2997569Z test_dispatch_symbolic_meta_outplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.2997744Z test_dispatch_symbolic_meta_outplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.2997909Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.2998077Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2998243Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2998399Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.2998563Z test_dispatch_symbolic_meta_outplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.2998742Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.2998917Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.2999097Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.2999310Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.2999482Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.2999659Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.2999832Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3000005Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3000176Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3000347Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3000526Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3000700Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3000878Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3001092Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3001262Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3001433Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3001604Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3001776Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3001948Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3002108Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3002281Z test_dispatch_symbolic_meta_outplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3002542Z test_dispatch_symbolic_meta_outplace_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3002723Z test_dispatch_symbolic_meta_outplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3002896Z test_dispatch_symbolic_meta_outplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3003069Z test_dispatch_symbolic_meta_outplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3003241Z test_dispatch_symbolic_meta_outplace_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3003413Z test_dispatch_symbolic_meta_outplace_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3003585Z test_dispatch_symbolic_meta_outplace_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3003754Z test_dispatch_symbolic_meta_outplace_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3003924Z test_dispatch_symbolic_meta_outplace_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3004087Z test_dispatch_symbolic_meta_outplace_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3004255Z test_dispatch_symbolic_meta_outplace_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3004419Z test_dispatch_symbolic_meta_outplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3004602Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3004825Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3005057Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3005244Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3005478Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3005661Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3005843Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3006011Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3006188Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3006365Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3006536Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3006755Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3006925Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3007114Z test_dispatch_symbolic_meta_outplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.151s) 2022-11-23T01:52:10.3007293Z test_dispatch_symbolic_meta_outplace_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:52:10.3007482Z test_dispatch_symbolic_meta_outplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.139s) 2022-11-23T01:52:10.3007671Z test_dispatch_symbolic_meta_outplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-11-23T01:52:10.3007856Z test_dispatch_symbolic_meta_outplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.178s) 2022-11-23T01:52:10.3008037Z test_dispatch_symbolic_meta_outplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.163s) 2022-11-23T01:52:10.3008222Z test_dispatch_symbolic_meta_outplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.142s) 2022-11-23T01:52:10.3008403Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.167s) 2022-11-23T01:52:10.3008580Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.143s) 2022-11-23T01:52:10.3008762Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-11-23T01:52:10.3008937Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.150s) 2022-11-23T01:52:10.3009115Z test_dispatch_symbolic_meta_outplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:52:10.3009292Z test_dispatch_symbolic_meta_outplace_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3009467Z test_dispatch_symbolic_meta_outplace_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3009646Z test_dispatch_symbolic_meta_outplace_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3009817Z test_dispatch_symbolic_meta_outplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3009972Z test_dispatch_symbolic_meta_outplace_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3010151Z test_dispatch_symbolic_meta_outplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3010326Z test_dispatch_symbolic_meta_outplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3010502Z test_dispatch_symbolic_meta_outplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3010712Z test_dispatch_symbolic_meta_outplace_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3010887Z test_dispatch_symbolic_meta_outplace_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3011061Z test_dispatch_symbolic_meta_outplace_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3011226Z test_dispatch_symbolic_meta_outplace_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3011391Z test_dispatch_symbolic_meta_outplace_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3011553Z test_dispatch_symbolic_meta_outplace_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3011719Z test_dispatch_symbolic_meta_outplace_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3011881Z test_dispatch_symbolic_meta_outplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3012067Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3012247Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3012480Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3012669Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3012857Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3013042Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3013226Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3013410Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3013592Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3013756Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3013931Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3014110Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3014281Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3014468Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3014652Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3014845Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3015036Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3015222Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3015405Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3015588Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3015770Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3015950Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3016132Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3016357Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3016537Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3016721Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3016895Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3017075Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3017260Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3017443Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3017624Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3017790Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3017962Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3018643Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3018821Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3018995Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3019172Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3019353Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3019535Z test_dispatch_symbolic_meta_outplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3019713Z test_dispatch_symbolic_meta_outplace_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3019891Z test_dispatch_symbolic_meta_outplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3020070Z test_dispatch_symbolic_meta_outplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3020243Z test_dispatch_symbolic_meta_outplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3020420Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3020594Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3020767Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3020937Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3021111Z test_dispatch_symbolic_meta_outplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3021289Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3021476Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3021654Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3021830Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3021989Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3022162Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3022332Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3022547Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3022720Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3022893Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3023064Z test_dispatch_symbolic_meta_outplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3023229Z test_dispatch_symbolic_meta_outplace_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3023399Z test_dispatch_symbolic_meta_outplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3023572Z test_dispatch_symbolic_meta_outplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3023740Z test_dispatch_symbolic_meta_outplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3023911Z test_dispatch_symbolic_meta_outplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3024077Z test_dispatch_symbolic_meta_outplace_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3024287Z test_dispatch_symbolic_meta_outplace_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3024449Z test_dispatch_symbolic_meta_outplace_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3024614Z test_dispatch_symbolic_meta_outplace_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3024776Z test_dispatch_symbolic_meta_outplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3024947Z test_dispatch_symbolic_meta_outplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3025112Z test_dispatch_symbolic_meta_outplace_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3025290Z test_dispatch_symbolic_meta_outplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3025463Z test_dispatch_symbolic_meta_outplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3025624Z test_dispatch_symbolic_meta_outplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3025794Z test_dispatch_symbolic_meta_outplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3025962Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3026129Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3026291Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3026456Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3026621Z test_dispatch_symbolic_meta_outplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3026807Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3026991Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3027180Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3027371Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3027552Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3027737Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3027919Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3028140Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3028316Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3028488Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3028666Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3028837Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3029004Z test_dispatch_symbolic_meta_outplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.417s) 2022-11-23T01:52:10.3029177Z test_dispatch_symbolic_meta_outplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.476s) 2022-11-23T01:52:10.3029340Z test_dispatch_symbolic_meta_outplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.407s) 2022-11-23T01:52:10.3029509Z test_dispatch_symbolic_meta_outplace_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.425s) 2022-11-23T01:52:10.3029677Z test_dispatch_symbolic_meta_outplace_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.415s) 2022-11-23T01:52:10.3029879Z test_dispatch_symbolic_meta_outplace_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.437s) 2022-11-23T01:52:10.3030043Z test_dispatch_symbolic_meta_outplace_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.404s) 2022-11-23T01:52:10.3030206Z test_dispatch_symbolic_meta_outplace_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.395s) 2022-11-23T01:52:10.3030370Z test_dispatch_symbolic_meta_outplace_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.407s) 2022-11-23T01:52:10.3030530Z test_dispatch_symbolic_meta_outplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.396s) 2022-11-23T01:52:10.3030705Z test_dispatch_symbolic_meta_outplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3030886Z test_dispatch_symbolic_meta_outplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3031064Z test_dispatch_symbolic_meta_outplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3031236Z test_dispatch_symbolic_meta_outplace_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3031409Z test_dispatch_symbolic_meta_outplace_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3031575Z test_dispatch_symbolic_meta_outplace_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3031742Z test_dispatch_symbolic_meta_outplace_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3031907Z test_dispatch_symbolic_meta_outplace_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3032075Z test_dispatch_symbolic_meta_outplace_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3032241Z test_dispatch_symbolic_meta_outplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3032417Z test_dispatch_symbolic_meta_outplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3032590Z test_dispatch_symbolic_meta_outplace_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3032754Z test_dispatch_symbolic_meta_outplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3032929Z test_dispatch_symbolic_meta_outplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3033099Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3033270Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3033438Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3033608Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3033817Z test_dispatch_symbolic_meta_outplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3033991Z test_dispatch_symbolic_meta_outplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3034161Z test_dispatch_symbolic_meta_outplace_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3034336Z test_dispatch_symbolic_meta_outplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3034509Z test_dispatch_symbolic_meta_outplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3034678Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3034847Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3035013Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3035183Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3035348Z test_dispatch_symbolic_meta_outplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3035566Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3035814Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3035998Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3036173Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3036392Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3036599Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3036779Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3036954Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3037169Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3037346Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3037521Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3037739Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3037918Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3038090Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3038306Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3038477Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3038648Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3038861Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3039030Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3039198Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3039396Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3039597Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3039849Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3040048Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3040245Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3040437Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3040617Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3040804Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3040999Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3041190Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3041370Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3041586Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3041765Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3041943Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3042118Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3042291Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3042567Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3042744Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3042915Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3043087Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3043257Z test_dispatch_symbolic_meta_outplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3043427Z test_dispatch_symbolic_meta_outplace_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3043601Z test_dispatch_symbolic_meta_outplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3043777Z test_dispatch_symbolic_meta_outplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3043946Z test_dispatch_symbolic_meta_outplace_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3044118Z test_dispatch_symbolic_meta_outplace_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3044289Z test_dispatch_symbolic_meta_outplace_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3044447Z test_dispatch_symbolic_meta_outplace_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3044614Z test_dispatch_symbolic_meta_outplace_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3044777Z test_dispatch_symbolic_meta_outplace_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3044943Z test_dispatch_symbolic_meta_outplace_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3045107Z test_dispatch_symbolic_meta_outplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3045289Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3045903Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3046103Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3046290Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3046475Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3046656Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3046833Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3047006Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3047181Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3047355Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3047516Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3052991Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3053200Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3053392Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3053571Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3053760Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3053947Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3054134Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3054309Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3054486Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3054663Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3054846Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3055022Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3055196Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3055368Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3055559Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3055741Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3055923Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3056114Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3056306Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3056493Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3056679Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3056864Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3057122Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3057301Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3057475Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3057657Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3057832Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3058012Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3058189Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3058375Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3058560Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3058745Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3058974Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3059147Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3059317Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3059491Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3059665Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3059837Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3059998Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3060172Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3060367Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3060554Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3060744Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3060935Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3061120Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3061308Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3061495Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3061680Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3061864Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3062045Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3062217Z test_dispatch_symbolic_meta_outplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.564s) 2022-11-23T01:52:10.3062385Z test_dispatch_symbolic_meta_outplace_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:52:10.3062564Z test_dispatch_symbolic_meta_outplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.500s) 2022-11-23T01:52:10.3062780Z test_dispatch_symbolic_meta_outplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.537s) 2022-11-23T01:52:10.3062953Z test_dispatch_symbolic_meta_outplace_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.555s) 2022-11-23T01:52:10.3063129Z test_dispatch_symbolic_meta_outplace_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.548s) 2022-11-23T01:52:10.3063299Z test_dispatch_symbolic_meta_outplace_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.497s) 2022-11-23T01:52:10.3063467Z test_dispatch_symbolic_meta_outplace_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.489s) 2022-11-23T01:52:10.3063634Z test_dispatch_symbolic_meta_outplace_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.574s) 2022-11-23T01:52:10.3063785Z test_dispatch_symbolic_meta_outplace_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.530s) 2022-11-23T01:52:10.3063954Z test_dispatch_symbolic_meta_outplace_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.514s) 2022-11-23T01:52:10.3064118Z test_dispatch_symbolic_meta_outplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.496s) 2022-11-23T01:52:10.3064298Z test_dispatch_symbolic_meta_outplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3064513Z test_dispatch_symbolic_meta_outplace_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3064688Z test_dispatch_symbolic_meta_outplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3064865Z test_dispatch_symbolic_meta_outplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3065037Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3065210Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3065383Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3065555Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3065726Z test_dispatch_symbolic_meta_outplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3065895Z test_dispatch_symbolic_meta_outplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:52:10.3066071Z test_dispatch_symbolic_meta_outplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.3066247Z test_dispatch_symbolic_meta_outplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.3066415Z test_dispatch_symbolic_meta_outplace_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:52:10.3066587Z test_dispatch_symbolic_meta_outplace_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.3066757Z test_dispatch_symbolic_meta_outplace_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.3066952Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.3067145Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:52:10.3067337Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.3067510Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3067697Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3067884Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3068063Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3068250Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3068473Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3068670Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3068862Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3069062Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3069254Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3069446Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3069639Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3069829Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3070015Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3070246Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3070429Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3070615Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3070798Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3070987Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3071173Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3071360Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3071541Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3071723Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3071907Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3072074Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3072259Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3072446Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3072618Z test_dispatch_symbolic_meta_outplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3072794Z test_dispatch_symbolic_meta_outplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3072970Z test_dispatch_symbolic_meta_outplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3073140Z test_dispatch_symbolic_meta_outplace_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3073310Z test_dispatch_symbolic_meta_outplace_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3073481Z test_dispatch_symbolic_meta_outplace_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3073648Z test_dispatch_symbolic_meta_outplace_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3073813Z test_dispatch_symbolic_meta_outplace_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3074017Z test_dispatch_symbolic_meta_outplace_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3074180Z test_dispatch_symbolic_meta_outplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3074357Z test_dispatch_symbolic_meta_outplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3074526Z test_dispatch_symbolic_meta_outplace_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3074708Z test_dispatch_symbolic_meta_outplace_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3074886Z test_dispatch_symbolic_meta_outplace_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3075060Z test_dispatch_symbolic_meta_outplace_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3075234Z test_dispatch_symbolic_meta_outplace_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3075411Z test_dispatch_symbolic_meta_outplace_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3075572Z test_dispatch_symbolic_meta_outplace_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3075783Z test_dispatch_symbolic_meta_outplace_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3075955Z test_dispatch_symbolic_meta_outplace_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3076125Z test_dispatch_symbolic_meta_outplace_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3076294Z test_dispatch_symbolic_meta_outplace_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3076462Z test_dispatch_symbolic_meta_outplace_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3076638Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3076808Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3076987Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3077164Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3077340Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3077515Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3077688Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3077863Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3078032Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3078205Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3078378Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3078547Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3078716Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3078890Z test_dispatch_symbolic_meta_outplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3079057Z test_dispatch_symbolic_meta_outplace_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3079224Z test_dispatch_symbolic_meta_outplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3079402Z test_dispatch_symbolic_meta_outplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3079574Z test_dispatch_symbolic_meta_outplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3079790Z test_dispatch_symbolic_meta_outplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3079963Z test_dispatch_symbolic_meta_outplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3080139Z test_dispatch_symbolic_meta_outplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3080309Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3080476Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3080646Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3080812Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3080979Z test_dispatch_symbolic_meta_outplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3081152Z test_dispatch_symbolic_meta_outplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3081333Z test_dispatch_symbolic_meta_outplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3081557Z test_dispatch_symbolic_meta_outplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3081732Z test_dispatch_symbolic_meta_outplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3081906Z test_dispatch_symbolic_meta_outplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3082074Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3082243Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3082517Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3082692Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3082859Z test_dispatch_symbolic_meta_outplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3083022Z test_dispatch_symbolic_meta_outplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3083196Z test_dispatch_symbolic_meta_outplace_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3083374Z test_dispatch_symbolic_meta_outplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3083549Z test_dispatch_symbolic_meta_outplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3083725Z test_dispatch_symbolic_meta_outplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3083897Z test_dispatch_symbolic_meta_outplace_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3084074Z test_dispatch_symbolic_meta_outplace_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3084248Z test_dispatch_symbolic_meta_outplace_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3084419Z test_dispatch_symbolic_meta_outplace_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3084588Z test_dispatch_symbolic_meta_outplace_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3084754Z test_dispatch_symbolic_meta_outplace_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3084922Z test_dispatch_symbolic_meta_outplace_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3085088Z test_dispatch_symbolic_meta_outplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3085268Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3085492Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3085679Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3085867Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3086049Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3086229Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3086408Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3086582Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3086745Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3086921Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3087092Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3087312Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3087488Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3087657Z test_dispatch_symbolic_meta_outplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3087823Z test_dispatch_symbolic_meta_outplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3087996Z test_dispatch_symbolic_meta_outplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3088167Z test_dispatch_symbolic_meta_outplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3088340Z test_dispatch_symbolic_meta_outplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3088506Z test_dispatch_symbolic_meta_outplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3088677Z test_dispatch_symbolic_meta_outplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3088842Z test_dispatch_symbolic_meta_outplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3089009Z test_dispatch_symbolic_meta_outplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3089243Z test_dispatch_symbolic_meta_outplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3089411Z test_dispatch_symbolic_meta_outplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3089576Z test_dispatch_symbolic_meta_outplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3089745Z test_dispatch_symbolic_meta_outplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3089966Z test_dispatch_symbolic_meta_outplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3090138Z test_dispatch_symbolic_meta_outplace_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3090304Z test_dispatch_symbolic_meta_outplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3090483Z test_dispatch_symbolic_meta_outplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3090656Z test_dispatch_symbolic_meta_outplace_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3090829Z test_dispatch_symbolic_meta_outplace_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3091002Z test_dispatch_symbolic_meta_outplace_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3091214Z test_dispatch_symbolic_meta_outplace_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3091383Z test_dispatch_symbolic_meta_outplace_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3091549Z test_dispatch_symbolic_meta_outplace_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3091718Z test_dispatch_symbolic_meta_outplace_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3091884Z test_dispatch_symbolic_meta_outplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3092056Z test_dispatch_symbolic_meta_outplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3092223Z test_dispatch_symbolic_meta_outplace_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3092392Z test_dispatch_symbolic_meta_outplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3092555Z test_dispatch_symbolic_meta_outplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3092724Z test_dispatch_symbolic_meta_outplace_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3092890Z test_dispatch_symbolic_meta_outplace_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3093091Z test_dispatch_symbolic_meta_outplace_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3093252Z test_dispatch_symbolic_meta_outplace_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3093412Z test_dispatch_symbolic_meta_outplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3093584Z test_dispatch_symbolic_meta_outplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3093736Z test_dispatch_symbolic_meta_outplace_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3093906Z test_dispatch_symbolic_meta_outplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3094083Z test_dispatch_symbolic_meta_outplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3094250Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3094418Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3094581Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3094746Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3094905Z test_dispatch_symbolic_meta_outplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3095081Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3095250Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3095427Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3095600Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3095771Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3095941Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3096108Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3096278Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3096443Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3096614Z test_dispatch_symbolic_meta_outplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3096782Z test_dispatch_symbolic_meta_outplace_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3096996Z test_dispatch_symbolic_meta_outplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3097153Z test_dispatch_symbolic_meta_outplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3097322Z test_dispatch_symbolic_meta_outplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3097488Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3097652Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3097814Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3097979Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3098140Z test_dispatch_symbolic_meta_outplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3098311Z test_dispatch_symbolic_meta_outplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3098476Z test_dispatch_symbolic_meta_outplace_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3098692Z test_dispatch_symbolic_meta_outplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3098866Z test_dispatch_symbolic_meta_outplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3099036Z test_dispatch_symbolic_meta_outplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3099207Z test_dispatch_symbolic_meta_outplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3099376Z test_dispatch_symbolic_meta_outplace_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3099542Z test_dispatch_symbolic_meta_outplace_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3099708Z test_dispatch_symbolic_meta_outplace_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3099870Z test_dispatch_symbolic_meta_outplace_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3100032Z test_dispatch_symbolic_meta_outplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3100214Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3100389Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3100563Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3100748Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3100925Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3101100Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3101272Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3101448Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3101622Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3101797Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3101970Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3102144Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3102316Z test_dispatch_symbolic_meta_outplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3102533Z test_dispatch_symbolic_meta_outplace_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3102714Z test_dispatch_symbolic_meta_outplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3102891Z test_dispatch_symbolic_meta_outplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3103070Z test_dispatch_symbolic_meta_outplace_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3103245Z test_dispatch_symbolic_meta_outplace_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3103424Z test_dispatch_symbolic_meta_outplace_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3103596Z test_dispatch_symbolic_meta_outplace_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3103767Z test_dispatch_symbolic_meta_outplace_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3103938Z test_dispatch_symbolic_meta_outplace_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3104106Z test_dispatch_symbolic_meta_outplace_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3104301Z test_dispatch_symbolic_meta_outplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3104474Z test_dispatch_symbolic_meta_outplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3104641Z test_dispatch_symbolic_meta_outplace_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3104812Z test_dispatch_symbolic_meta_outplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3104985Z test_dispatch_symbolic_meta_outplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3105153Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3105322Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3105485Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3105652Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3105818Z test_dispatch_symbolic_meta_outplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3105988Z test_dispatch_symbolic_meta_outplace_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:52:10.3106165Z test_dispatch_symbolic_meta_outplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.102s) 2022-11-23T01:52:10.3106341Z test_dispatch_symbolic_meta_outplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.120s) 2022-11-23T01:52:10.3106509Z test_dispatch_symbolic_meta_outplace_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.143s) 2022-11-23T01:52:10.3106673Z test_dispatch_symbolic_meta_outplace_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:52:10.3106839Z test_dispatch_symbolic_meta_outplace_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:52:10.3107005Z test_dispatch_symbolic_meta_outplace_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:52:10.3107174Z test_dispatch_symbolic_meta_outplace_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.105s) 2022-11-23T01:52:10.3107336Z test_dispatch_symbolic_meta_outplace_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.104s) 2022-11-23T01:52:10.3107497Z test_dispatch_symbolic_meta_outplace_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:52:10.3107645Z test_dispatch_symbolic_meta_outplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:52:10.3107816Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3107999Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3108219Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3108395Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3108567Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3108742Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3108911Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3109082Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3109249Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3109416Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3109590Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3109771Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3109986Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3110162Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3110335Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3110505Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3110675Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3110844Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3111017Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3111183Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3111341Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3111527Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3111707Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3111879Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3112049Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3112221Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3112392Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3112566Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3112739Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3112909Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3113095Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3113273Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3113459Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3113646Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3113879Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3114066Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3114248Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3114428Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3114605Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3114779Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3114946Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3115123Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3115285Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3115458Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3116101Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3116280Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3116457Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3116630Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3116803Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3116981Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3117156Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3117326Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3117499Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3117675Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3117861Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3118042Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3118218Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3118390Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3118563Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3118735Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3118909Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3119081Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3119252Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3119408Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3119588Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3119813Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3119995Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3120168Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3120339Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3120512Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3120683Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3120854Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3121023Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3121202Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3121384Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3121606Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3121784Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3121955Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3122129Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3122300Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3122565Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3122744Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3122916Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3123091Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3123258Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3123443Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3123619Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3123790Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3123962Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3124133Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3124303Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3124475Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3124642Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3124813Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3124997Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3125177Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3125354Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3125579Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3125751Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3125925Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3126097Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3126266Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3126439Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3126625Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3126808Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3126986Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3127177Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3127406Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3127590Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3127776Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3127959Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3128137Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3128313Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3128486Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3128665Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3128837Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3129008Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3129185Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3129359Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3129531Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3129700Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3129870Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3130041Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3130219Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3130390Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3130567Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3130738Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3130896Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3131108Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3131276Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3131446Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3131623Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3131794Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3131969Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3132141Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3132313Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3132485Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3132654Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3132827Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3133047Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3133221Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3133404Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3133584Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3133762Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3133934Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3134103Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3134273Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3134442Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3134598Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3134771Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3134943Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3135124Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3135306Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3135486Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3135661Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3135833Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3136003Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3136174Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3136347Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3136515Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3136728Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3136912Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3137096Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3137273Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3137448Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3137619Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3137791Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3137959Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3138131Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3138290Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3138505Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3138681Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3138853Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3139024Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3139197Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3139365Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3139538Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3139713Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3139887Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3140061Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3140232Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3140403Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3140572Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3140745Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3140917Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3141086Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3141256Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3141432Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3141605Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3141776Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3141936Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3142108Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3142680Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3142859Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3143035Z test_dispatch_symbolic_meta_outplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3143205Z test_dispatch_symbolic_meta_outplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3143377Z test_dispatch_symbolic_meta_outplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3143556Z test_dispatch_symbolic_meta_outplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3143731Z test_dispatch_symbolic_meta_outplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3143905Z test_dispatch_symbolic_meta_outplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3144081Z test_dispatch_symbolic_meta_outplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3144255Z test_dispatch_symbolic_meta_outplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3144473Z test_dispatch_symbolic_meta_outplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3144643Z test_dispatch_symbolic_meta_outplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3144808Z test_dispatch_symbolic_meta_outplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3144969Z test_dispatch_symbolic_meta_outplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3145140Z test_dispatch_symbolic_meta_outplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3145319Z test_dispatch_symbolic_meta_outplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3145492Z test_dispatch_symbolic_meta_outplace_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3145675Z test_dispatch_symbolic_meta_outplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3145856Z test_dispatch_symbolic_meta_outplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3146031Z test_dispatch_symbolic_meta_outplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3146206Z test_dispatch_symbolic_meta_outplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3146381Z test_dispatch_symbolic_meta_outplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3146555Z test_dispatch_symbolic_meta_outplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3146729Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3146902Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3147075Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3147251Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3147423Z test_dispatch_symbolic_meta_outplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3147593Z test_dispatch_symbolic_meta_outplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3147749Z test_dispatch_symbolic_meta_outplace_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3147929Z test_dispatch_symbolic_meta_outplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3148104Z test_dispatch_symbolic_meta_outplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3148274Z test_dispatch_symbolic_meta_outplace_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3148488Z test_dispatch_symbolic_meta_outplace_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3148658Z test_dispatch_symbolic_meta_outplace_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3148828Z test_dispatch_symbolic_meta_outplace_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3148995Z test_dispatch_symbolic_meta_outplace_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3149157Z test_dispatch_symbolic_meta_outplace_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3149323Z test_dispatch_symbolic_meta_outplace_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3149486Z test_dispatch_symbolic_meta_outplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3149663Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3149838Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3150022Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3150240Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3150413Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3150587Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3150761Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3150931Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3151102Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3151260Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3151431Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3151602Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3151780Z test_dispatch_symbolic_meta_outplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3151949Z test_dispatch_symbolic_meta_outplace_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3152129Z test_dispatch_symbolic_meta_outplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3152303Z test_dispatch_symbolic_meta_outplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3152475Z test_dispatch_symbolic_meta_outplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3152651Z test_dispatch_symbolic_meta_outplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3152822Z test_dispatch_symbolic_meta_outplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3152991Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3153161Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3153328Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3153496Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3153662Z test_dispatch_symbolic_meta_outplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3153833Z test_dispatch_symbolic_meta_outplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3154041Z test_dispatch_symbolic_meta_outplace_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3154220Z test_dispatch_symbolic_meta_outplace_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3154397Z test_dispatch_symbolic_meta_outplace_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3154574Z test_dispatch_symbolic_meta_outplace_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3154744Z test_dispatch_symbolic_meta_outplace_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3154901Z test_dispatch_symbolic_meta_outplace_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3155072Z test_dispatch_symbolic_meta_outplace_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3155237Z test_dispatch_symbolic_meta_outplace_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3155404Z test_dispatch_symbolic_meta_outplace_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3155566Z test_dispatch_symbolic_meta_outplace_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3155776Z test_dispatch_symbolic_meta_outplace_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3155940Z test_dispatch_symbolic_meta_outplace_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3156122Z test_dispatch_symbolic_meta_outplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3156299Z test_dispatch_symbolic_meta_outplace_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3156485Z test_dispatch_symbolic_meta_outplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3156669Z test_dispatch_symbolic_meta_outplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3156854Z test_dispatch_symbolic_meta_outplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3157029Z test_dispatch_symbolic_meta_outplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3157204Z test_dispatch_symbolic_meta_outplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3157380Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3157549Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3157716Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3157890Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3158060Z test_dispatch_symbolic_meta_outplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3158234Z test_dispatch_symbolic_meta_outplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3158405Z test_dispatch_symbolic_meta_outplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3158565Z test_dispatch_symbolic_meta_outplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3158732Z test_dispatch_symbolic_meta_outplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3158898Z test_dispatch_symbolic_meta_outplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3159060Z test_dispatch_symbolic_meta_outplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3159234Z test_dispatch_symbolic_meta_outplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3159395Z test_dispatch_symbolic_meta_outplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3159628Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.3159813Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.3159996Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.3160176Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.3160356Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3160529Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3160701Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3160879Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3161051Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3161222Z test_dispatch_symbolic_meta_outplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3161438Z test_dispatch_symbolic_meta_outplace_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3161609Z test_dispatch_symbolic_meta_outplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3161779Z test_dispatch_symbolic_meta_outplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3161947Z test_dispatch_symbolic_meta_outplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3162116Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3162268Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3162550Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3162721Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3162885Z test_dispatch_symbolic_meta_outplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3163107Z test_dispatch_symbolic_meta_outplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3163273Z test_dispatch_symbolic_meta_outplace_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3163442Z test_dispatch_symbolic_meta_outplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3163611Z test_dispatch_symbolic_meta_outplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3163778Z test_dispatch_symbolic_meta_outplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3163941Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3164106Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3164272Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3164438Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3164601Z test_dispatch_symbolic_meta_outplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3164772Z test_dispatch_symbolic_meta_outplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3164943Z test_dispatch_symbolic_meta_outplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3165109Z test_dispatch_symbolic_meta_outplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3165275Z test_dispatch_symbolic_meta_outplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3165493Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3165657Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3165809Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3165974Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3166135Z test_dispatch_symbolic_meta_outplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3166309Z test_dispatch_symbolic_meta_outplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3166477Z test_dispatch_symbolic_meta_outplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3166648Z test_dispatch_symbolic_meta_outplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3166818Z test_dispatch_symbolic_meta_outplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3166991Z test_dispatch_symbolic_meta_outplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3167214Z test_dispatch_symbolic_meta_outplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3167386Z test_dispatch_symbolic_meta_outplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3167557Z test_dispatch_symbolic_meta_outplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3167726Z test_dispatch_symbolic_meta_outplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3167892Z test_dispatch_symbolic_meta_outplace_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3168067Z test_dispatch_symbolic_meta_outplace_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3168243Z test_dispatch_symbolic_meta_outplace_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3168416Z test_dispatch_symbolic_meta_outplace_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3168587Z test_dispatch_symbolic_meta_outplace_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3168757Z test_dispatch_symbolic_meta_outplace_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3168924Z test_dispatch_symbolic_meta_outplace_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3169087Z test_dispatch_symbolic_meta_outplace_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3169239Z test_dispatch_symbolic_meta_outplace_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3169400Z test_dispatch_symbolic_meta_outplace_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3169569Z test_dispatch_symbolic_meta_outplace_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3169730Z test_dispatch_symbolic_meta_outplace_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3169909Z test_dispatch_symbolic_meta_outplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3170080Z test_dispatch_symbolic_meta_outplace_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3170260Z test_dispatch_symbolic_meta_outplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3170440Z test_dispatch_symbolic_meta_outplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3170615Z test_dispatch_symbolic_meta_outplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3170785Z test_dispatch_symbolic_meta_outplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3170989Z test_dispatch_symbolic_meta_outplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3171162Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3171340Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3171512Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3171685Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3171856Z test_dispatch_symbolic_meta_outplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3172032Z test_dispatch_symbolic_meta_outplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3172202Z test_dispatch_symbolic_meta_outplace_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3172380Z test_dispatch_symbolic_meta_outplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3172558Z test_dispatch_symbolic_meta_outplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3172771Z test_dispatch_symbolic_meta_outplace_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3172932Z test_dispatch_symbolic_meta_outplace_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3173104Z test_dispatch_symbolic_meta_outplace_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3173272Z test_dispatch_symbolic_meta_outplace_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3173444Z test_dispatch_symbolic_meta_outplace_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3173613Z test_dispatch_symbolic_meta_outplace_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3173782Z test_dispatch_symbolic_meta_outplace_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3173949Z test_dispatch_symbolic_meta_outplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3174115Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3174285Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3174447Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3174610Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3174770Z test_dispatch_symbolic_meta_outplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3174940Z test_dispatch_symbolic_meta_outplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3175105Z test_dispatch_symbolic_meta_outplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3175273Z test_dispatch_symbolic_meta_outplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3175438Z test_dispatch_symbolic_meta_outplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3175602Z test_dispatch_symbolic_meta_outplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3175766Z test_dispatch_symbolic_meta_outplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3175927Z test_dispatch_symbolic_meta_outplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3176087Z test_dispatch_symbolic_meta_outplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3176235Z test_dispatch_symbolic_meta_outplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3176398Z test_dispatch_symbolic_meta_outplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3176618Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3176795Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3176970Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3177142Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3177320Z test_dispatch_symbolic_meta_outplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.273s) 2022-11-23T01:52:10.3177501Z test_dispatch_symbolic_meta_outplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.450s) 2022-11-23T01:52:10.3177681Z test_dispatch_symbolic_meta_outplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:52:10.3177859Z test_dispatch_symbolic_meta_outplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.298s) 2022-11-23T01:52:10.3178035Z test_dispatch_symbolic_meta_outplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-11-23T01:52:10.3178206Z test_dispatch_symbolic_meta_outplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.233s) 2022-11-23T01:52:10.3178420Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:52:10.3178596Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.233s) 2022-11-23T01:52:10.3178768Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:52:10.3178944Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.224s) 2022-11-23T01:52:10.3179132Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.730s) 2022-11-23T01:52:10.3179319Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.687s) 2022-11-23T01:52:10.3179489Z test_dispatch_symbolic_meta_outplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3179654Z test_dispatch_symbolic_meta_outplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3179821Z test_dispatch_symbolic_meta_outplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3179974Z test_dispatch_symbolic_meta_outplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3180137Z test_dispatch_symbolic_meta_outplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3180298Z test_dispatch_symbolic_meta_outplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3180461Z test_dispatch_symbolic_meta_outplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3180621Z test_dispatch_symbolic_meta_outplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3180786Z test_dispatch_symbolic_meta_outplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3180949Z test_dispatch_symbolic_meta_outplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3181121Z test_dispatch_symbolic_meta_outplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3181292Z test_dispatch_symbolic_meta_outplace_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3181468Z test_dispatch_symbolic_meta_outplace_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3181642Z test_dispatch_symbolic_meta_outplace_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3181812Z test_dispatch_symbolic_meta_outplace_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3181983Z test_dispatch_symbolic_meta_outplace_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3182152Z test_dispatch_symbolic_meta_outplace_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3182367Z test_dispatch_symbolic_meta_outplace_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3182536Z test_dispatch_symbolic_meta_outplace_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3182705Z test_dispatch_symbolic_meta_outplace_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3182870Z test_dispatch_symbolic_meta_outplace_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3183036Z test_dispatch_symbolic_meta_outplace_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3183214Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3183377Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3183557Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3183737Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3183911Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3184126Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3184306Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3184481Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3184655Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3184825Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3184999Z test_dispatch_symbolic_meta_outplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.3185173Z test_dispatch_symbolic_meta_outplace_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.113s) 2022-11-23T01:52:10.3185349Z test_dispatch_symbolic_meta_outplace_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.3185527Z test_dispatch_symbolic_meta_outplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.113s) 2022-11-23T01:52:10.3185700Z test_dispatch_symbolic_meta_outplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.113s) 2022-11-23T01:52:10.3185885Z test_dispatch_symbolic_meta_outplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:52:10.3186062Z test_dispatch_symbolic_meta_outplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:52:10.3186236Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3186408Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3186587Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3186765Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3186940Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3187102Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3187274Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3187444Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3187617Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3187787Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3188002Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3188173Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3188342Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3188514Z test_dispatch_symbolic_meta_outplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3188680Z test_dispatch_symbolic_meta_outplace_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3188860Z test_dispatch_symbolic_meta_outplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3189035Z test_dispatch_symbolic_meta_outplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3189204Z test_dispatch_symbolic_meta_outplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3189378Z test_dispatch_symbolic_meta_outplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3189549Z test_dispatch_symbolic_meta_outplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3189762Z test_dispatch_symbolic_meta_outplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3189932Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3190098Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3190321Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3190503Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3190658Z test_dispatch_symbolic_meta_outplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3190833Z test_dispatch_symbolic_meta_outplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3191014Z test_dispatch_symbolic_meta_outplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3191227Z test_dispatch_symbolic_meta_outplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3191395Z test_dispatch_symbolic_meta_outplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3191559Z test_dispatch_symbolic_meta_outplace_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3191725Z test_dispatch_symbolic_meta_outplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3191893Z test_dispatch_symbolic_meta_outplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3192055Z test_dispatch_symbolic_meta_outplace_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3192220Z test_dispatch_symbolic_meta_outplace_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3192378Z test_dispatch_symbolic_meta_outplace_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3192544Z test_dispatch_symbolic_meta_outplace_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3192709Z test_dispatch_symbolic_meta_outplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3192885Z test_dispatch_symbolic_meta_outplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3193060Z test_dispatch_symbolic_meta_outplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3193234Z test_dispatch_symbolic_meta_outplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3193406Z test_dispatch_symbolic_meta_outplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3193585Z test_dispatch_symbolic_meta_outplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3193806Z test_dispatch_symbolic_meta_outplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3193982Z test_dispatch_symbolic_meta_outplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3194159Z test_dispatch_symbolic_meta_outplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3194323Z test_dispatch_symbolic_meta_outplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3194496Z test_dispatch_symbolic_meta_outplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3194667Z test_dispatch_symbolic_meta_outplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3194844Z test_dispatch_symbolic_meta_outplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3195013Z test_dispatch_symbolic_meta_outplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3195195Z test_dispatch_symbolic_meta_outplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3195375Z test_dispatch_symbolic_meta_outplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3195591Z test_dispatch_symbolic_meta_outplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3195768Z test_dispatch_symbolic_meta_outplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3195939Z test_dispatch_symbolic_meta_outplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3196109Z test_dispatch_symbolic_meta_outplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3196282Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3196504Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3196678Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3196851Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3197072Z test_dispatch_symbolic_meta_outplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3197258Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3197433Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3197618Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3197800Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3197984Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3198145Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3198318Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3198491Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3198660Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3198828Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3198997Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3199172Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3199397Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3199572Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3199758Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3199940Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3200115Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3200284Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3200454Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3200623Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3200793Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3200957Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3201166Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3201340Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3201520Z test_dispatch_symbolic_meta_outplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3201693Z test_dispatch_symbolic_meta_outplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3201862Z test_dispatch_symbolic_meta_outplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3202043Z test_dispatch_symbolic_meta_outplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3202228Z test_dispatch_symbolic_meta_outplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3202529Z test_dispatch_symbolic_meta_outplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3202713Z test_dispatch_symbolic_meta_outplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3202883Z test_dispatch_symbolic_meta_outplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3203058Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3203273Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3203446Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3203618Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3203789Z test_dispatch_symbolic_meta_outplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3203975Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3204162Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3204343Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3204524Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3204703Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3204877Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3205048Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3205269Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3205442Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3205624Z test_dispatch_symbolic_meta_outplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3205799Z test_dispatch_symbolic_meta_outplace_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3205974Z test_dispatch_symbolic_meta_outplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3206160Z test_dispatch_symbolic_meta_outplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3206346Z test_dispatch_symbolic_meta_outplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3206529Z test_dispatch_symbolic_meta_outplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3206709Z test_dispatch_symbolic_meta_outplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3207318Z test_dispatch_symbolic_meta_outplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3207499Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3207673Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3207845Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3208022Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3208195Z test_dispatch_symbolic_meta_outplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3208371Z test_dispatch_symbolic_meta_outplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3208609Z test_dispatch_symbolic_meta_outplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3208790Z test_dispatch_symbolic_meta_outplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3208964Z test_dispatch_symbolic_meta_outplace_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3209135Z test_dispatch_symbolic_meta_outplace_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3209347Z test_dispatch_symbolic_meta_outplace_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3209516Z test_dispatch_symbolic_meta_outplace_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3209678Z test_dispatch_symbolic_meta_outplace_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3209846Z test_dispatch_symbolic_meta_outplace_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3210008Z test_dispatch_symbolic_meta_outplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3210168Z test_dispatch_symbolic_meta_outplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3210336Z test_dispatch_symbolic_meta_outplace_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3210515Z test_dispatch_symbolic_meta_outplace_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3210684Z test_dispatch_symbolic_meta_outplace_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3210852Z test_dispatch_symbolic_meta_outplace_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3211021Z test_dispatch_symbolic_meta_outplace_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3211229Z test_dispatch_symbolic_meta_outplace_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3211397Z test_dispatch_symbolic_meta_outplace_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3211564Z test_dispatch_symbolic_meta_outplace_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3211728Z test_dispatch_symbolic_meta_outplace_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3211890Z test_dispatch_symbolic_meta_outplace_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3212048Z test_dispatch_symbolic_meta_outplace_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3212222Z test_dispatch_symbolic_meta_outplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.3212393Z test_dispatch_symbolic_meta_outplace_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:52:10.3212576Z test_dispatch_symbolic_meta_outplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:52:10.3212759Z test_dispatch_symbolic_meta_outplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:52:10.3212935Z test_dispatch_symbolic_meta_outplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:52:10.3213150Z test_dispatch_symbolic_meta_outplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.101s) 2022-11-23T01:52:10.3213327Z test_dispatch_symbolic_meta_outplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:52:10.3213497Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.3213670Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.096s) 2022-11-23T01:52:10.3213826Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:52:10.3214000Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:52:10.3214172Z test_dispatch_symbolic_meta_outplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:52:10.3214347Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3214519Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3214748Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3214934Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3215114Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3215332Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3215505Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3215675Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3215847Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3216021Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3216192Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3216362Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3216531Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3216700Z test_dispatch_symbolic_meta_outplace_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3216867Z test_dispatch_symbolic_meta_outplace_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3217076Z test_dispatch_symbolic_meta_outplace_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3217242Z test_dispatch_symbolic_meta_outplace_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3217395Z test_dispatch_symbolic_meta_outplace_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3217562Z test_dispatch_symbolic_meta_outplace_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3217723Z test_dispatch_symbolic_meta_outplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3217897Z test_dispatch_symbolic_meta_outplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3218063Z test_dispatch_symbolic_meta_outplace_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3218239Z test_dispatch_symbolic_meta_outplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3218414Z test_dispatch_symbolic_meta_outplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3218587Z test_dispatch_symbolic_meta_outplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3218795Z test_dispatch_symbolic_meta_outplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3218965Z test_dispatch_symbolic_meta_outplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3219133Z test_dispatch_symbolic_meta_outplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3219301Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3219465Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3219629Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3219798Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3219961Z test_dispatch_symbolic_meta_outplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3220136Z test_dispatch_symbolic_meta_outplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3220302Z test_dispatch_symbolic_meta_outplace_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3220480Z test_dispatch_symbolic_meta_outplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3220699Z test_dispatch_symbolic_meta_outplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3220871Z test_dispatch_symbolic_meta_outplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3221029Z test_dispatch_symbolic_meta_outplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3221199Z test_dispatch_symbolic_meta_outplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3221410Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3221581Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3221747Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3221915Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3222079Z test_dispatch_symbolic_meta_outplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3222256Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3222427Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3222644Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3222816Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3222983Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3223158Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3223330Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3223502Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3223673Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3223844Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3224024Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3224193Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3224367Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3224566Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3224735Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3224905Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3225075Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3225245Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3225416Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3225588Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3225764Z test_dispatch_symbolic_meta_outplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3225934Z test_dispatch_symbolic_meta_outplace_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3226111Z test_dispatch_symbolic_meta_outplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3226286Z test_dispatch_symbolic_meta_outplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3226463Z test_dispatch_symbolic_meta_outplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3226679Z test_dispatch_symbolic_meta_outplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3226852Z test_dispatch_symbolic_meta_outplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3227028Z test_dispatch_symbolic_meta_outplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3227196Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3227368Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3227578Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3227749Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3227915Z test_dispatch_symbolic_meta_outplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3228091Z test_dispatch_symbolic_meta_outplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:52:10.3228252Z test_dispatch_symbolic_meta_outplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.3228521Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3228744Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3228971Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3229201Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.3229420Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3229641Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3229864Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3230083Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3230341Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3230558Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3230776Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3230992Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3231224Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3231451Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3231683Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3231913Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3232139Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3232365Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3232595Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3232823Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3233092Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3233315Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3233542Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3233804Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3234383Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3234601Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3234820Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3235033Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3235242Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3235450Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3235660Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3235864Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3236114Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3236301Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3236510Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3236716Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3236941Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3237166Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3237398Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3237623Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3237848Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3238068Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3238291Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.3238512Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3238734Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.3238991Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3239212Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3239424Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3239676Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.3239925Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.3240140Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3240352Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3240562Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3240771Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3240977Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3241185Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.3241390Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3241627Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3241831Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3242030Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.3242203Z test_dispatch_symbolic_meta_outplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3242453Z test_dispatch_symbolic_meta_outplace_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3242636Z test_dispatch_symbolic_meta_outplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3242811Z test_dispatch_symbolic_meta_outplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3242973Z test_dispatch_symbolic_meta_outplace_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3243144Z test_dispatch_symbolic_meta_outplace_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3243314Z test_dispatch_symbolic_meta_outplace_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3243482Z test_dispatch_symbolic_meta_outplace_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3243649Z test_dispatch_symbolic_meta_outplace_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3243809Z test_dispatch_symbolic_meta_outplace_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3243975Z test_dispatch_symbolic_meta_outplace_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3244134Z test_dispatch_symbolic_meta_outplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3244313Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3244494Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3244664Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3244839Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3245053Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3245227Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3245398Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3245652Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3245822Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3245991Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3246152Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3246318Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3246465Z test_dispatch_symbolic_meta_outplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3246637Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3246806Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3246986Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3247165Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3247379Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3247553Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3247725Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3247895Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3248063Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3248228Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3248397Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3248561Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3248730Z test_dispatch_symbolic_meta_outplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3248895Z test_dispatch_symbolic_meta_outplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3249061Z test_dispatch_symbolic_meta_outplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3249226Z test_dispatch_symbolic_meta_outplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3249389Z test_dispatch_symbolic_meta_outplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3249553Z test_dispatch_symbolic_meta_outplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3249717Z test_dispatch_symbolic_meta_outplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3249867Z test_dispatch_symbolic_meta_outplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3250029Z test_dispatch_symbolic_meta_outplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3250194Z test_dispatch_symbolic_meta_outplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3250368Z test_dispatch_symbolic_meta_outplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.3250546Z test_dispatch_symbolic_meta_outplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:52:10.3250718Z test_dispatch_symbolic_meta_outplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.3250931Z test_dispatch_symbolic_meta_outplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3251103Z test_dispatch_symbolic_meta_outplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.3251325Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3251540Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3251720Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3251893Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3252061Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3252228Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3252397Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3252567Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3252734Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3252927Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3253163Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3253348Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3253535Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3253717Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3253911Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3254102Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3254290Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3254477Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3254663Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3254842Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3255017Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3255201Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3255387Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3255575Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3255755Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3255938Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3256117Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3256290Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3256460Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3256636Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3256852Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3257079Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3257261Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3257489Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3257668Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3257851Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.3258044Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.3258233Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3258425Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3258605Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3258836Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3259013Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3259186Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3259382Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3259566Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3259746Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3259925Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3260117Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3260310Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3260496Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3260679Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.3260869Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3261058Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3261245Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3261430Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3261641Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3261848Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3262048Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3262232Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3262414Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3262634Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3262851Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3263029Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3263215Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3263442Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3263626Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3263808Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3264001Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3264192Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3264376Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3264607Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3264801Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3264994Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3265185Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3265374Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3265561Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3265748Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3265935Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3266118Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3266300Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.3266484Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.3266664Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3266833Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3267039Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.3267242Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3267443Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3267631Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3267811Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3267993Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3268172Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3268384Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3268577Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3268810Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3269000Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3269182Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3269420Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3269614Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3269803Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3269987Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3270217Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3270404Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3270585Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.156s) 2022-11-23T01:52:10.3270768Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.154s) 2022-11-23T01:52:10.3270954Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.141s) 2022-11-23T01:52:10.3271144Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.203s) 2022-11-23T01:52:10.3271327Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.212s) 2022-11-23T01:52:10.3271514Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:52:10.3271702Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.202s) 2022-11-23T01:52:10.3271885Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.211s) 2022-11-23T01:52:10.3272078Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:52:10.3272269Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.141s) 2022-11-23T01:52:10.3272463Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.147s) 2022-11-23T01:52:10.3272651Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.3272843Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.380s) 2022-11-23T01:52:10.3273038Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.313s) 2022-11-23T01:52:10.3273223Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.328s) 2022-11-23T01:52:10.3273409Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:52:10.3273612Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3273820Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3274064Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3274265Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.3274455Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3274644Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3274873Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3275058Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3275240Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3275463Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3275648Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3275826Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3276041Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3276219Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3276401Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.181s) 2022-11-23T01:52:10.3276586Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.267s) 2022-11-23T01:52:10.3276767Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.294s) 2022-11-23T01:52:10.3276950Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.200s) 2022-11-23T01:52:10.3277127Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.245s) 2022-11-23T01:52:10.3277302Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.247s) 2022-11-23T01:52:10.3277510Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.143s) 2022-11-23T01:52:10.3277721Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.211s) 2022-11-23T01:52:10.3277929Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.191s) 2022-11-23T01:52:10.3278131Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.143s) 2022-11-23T01:52:10.3278334Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.183s) 2022-11-23T01:52:10.3278532Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.181s) 2022-11-23T01:52:10.3278719Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:52:10.3278902Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.114s) 2022-11-23T01:52:10.3279081Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3279253Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3279448Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.3279641Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3279879Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3280075Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3280344Z 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.002s) 2022-11-23T01:52:10.3280611Z 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.002s) 2022-11-23T01:52:10.3280917Z 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.001s) 2022-11-23T01:52:10.3281183Z 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.001s) 2022-11-23T01:52:10.3281366Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3281620Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3281797Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3281970Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3282159Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3282425Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3282613Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3282801Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3282988Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.3283171Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.3283351Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.3283533Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.3283725Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3283911Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3284096Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3284278Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3284484Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.200s) 2022-11-23T01:52:10.3284683Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.191s) 2022-11-23T01:52:10.3284878Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:52:10.3285072Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.202s) 2022-11-23T01:52:10.3285255Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.147s) 2022-11-23T01:52:10.3285483Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.137s) 2022-11-23T01:52:10.3285665Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:52:10.3285843Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.3286020Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3286207Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3286389Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.3286573Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3286767Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3287007Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3287195Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3287425Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3287664Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3287860Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3288049Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3288238Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3288425Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3288611Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3288796Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3288978Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3289157Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3289332Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3289502Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3289681Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3289856Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3290038Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:52:10.3290228Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.3290403Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:52:10.3290584Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:52:10.3290765Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:52:10.3290953Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.328s) 2022-11-23T01:52:10.3291145Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.308s) 2022-11-23T01:52:10.3291375Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.348s) 2022-11-23T01:52:10.3291563Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.397s) 2022-11-23T01:52:10.3291750Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.322s) 2022-11-23T01:52:10.3291936Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.365s) 2022-11-23T01:52:10.3292114Z test_dispatch_symbolic_meta_outplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.3292293Z test_dispatch_symbolic_meta_outplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3292474Z test_dispatch_symbolic_meta_outplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3292652Z test_dispatch_symbolic_meta_outplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3292829Z test_dispatch_symbolic_meta_outplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3293082Z test_dispatch_symbolic_meta_outplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3293258Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3293431Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.3293647Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3293822Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3293992Z test_dispatch_symbolic_meta_outplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3294162Z test_dispatch_symbolic_meta_outplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3294331Z test_dispatch_symbolic_meta_outplace_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3294496Z test_dispatch_symbolic_meta_outplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3294670Z test_dispatch_symbolic_meta_outplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3294839Z test_dispatch_symbolic_meta_outplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3295008Z test_dispatch_symbolic_meta_outplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3295175Z test_dispatch_symbolic_meta_outplace_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3295339Z test_dispatch_symbolic_meta_outplace_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3295503Z test_dispatch_symbolic_meta_outplace_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3295667Z test_dispatch_symbolic_meta_outplace_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3295829Z test_dispatch_symbolic_meta_outplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3296000Z test_dispatch_symbolic_meta_outplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3296166Z test_dispatch_symbolic_meta_outplace_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3296339Z test_dispatch_symbolic_meta_outplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3296509Z test_dispatch_symbolic_meta_outplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3296679Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3296892Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3297056Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3297226Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3297393Z test_dispatch_symbolic_meta_outplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3297564Z test_dispatch_symbolic_meta_outplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3297730Z test_dispatch_symbolic_meta_outplace_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3297892Z test_dispatch_symbolic_meta_outplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3298067Z test_dispatch_symbolic_meta_outplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3298235Z test_dispatch_symbolic_meta_outplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3298407Z test_dispatch_symbolic_meta_outplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3298573Z test_dispatch_symbolic_meta_outplace_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3299455Z test_dispatch_symbolic_meta_outplace_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3299673Z test_dispatch_symbolic_meta_outplace_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3299841Z test_dispatch_symbolic_meta_outplace_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3300004Z test_dispatch_symbolic_meta_outplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3300174Z test_dispatch_symbolic_meta_outplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3300341Z test_dispatch_symbolic_meta_outplace_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3300518Z test_dispatch_symbolic_meta_outplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3300693Z test_dispatch_symbolic_meta_outplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3300866Z test_dispatch_symbolic_meta_outplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3301037Z test_dispatch_symbolic_meta_outplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3301203Z test_dispatch_symbolic_meta_outplace_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3301370Z test_dispatch_symbolic_meta_outplace_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3301531Z test_dispatch_symbolic_meta_outplace_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3301697Z test_dispatch_symbolic_meta_outplace_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3301858Z test_dispatch_symbolic_meta_outplace_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3302031Z test_dispatch_symbolic_meta_outplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3302213Z test_dispatch_symbolic_meta_outplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3302392Z test_dispatch_symbolic_meta_outplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3302587Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3302781Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3302980Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3303175Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3303411Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3303604Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3303798Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3303990Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3304182Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3304369Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3304557Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3304750Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3304947Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3305213Z test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3305395Z test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3305573Z test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3305792Z test_dispatch_symbolic_meta_outplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3305972Z test_dispatch_symbolic_meta_outplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3306144Z test_dispatch_symbolic_meta_outplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3306331Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3306519Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3306695Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3306874Z test_dispatch_symbolic_meta_outplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3307052Z test_dispatch_symbolic_meta_outplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3307227Z test_dispatch_symbolic_meta_outplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3307400Z test_dispatch_symbolic_meta_outplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3307583Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3307760Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3307948Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3308131Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3308310Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3308484Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3308654Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3308829Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3309041Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3309209Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3309388Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3309565Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3309746Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3309920Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3310105Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3310288Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3310459Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3310636Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3310848Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3311067Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3311240Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3311406Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3311577Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3311791Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3311969Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3312143Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3312325Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3312509Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3312689Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3312865Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3313036Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3313208Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3313379Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3313546Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3313721Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3313897Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3314077Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3314252Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3314425Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3314655Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3314835Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3315011Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3315186Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3315362Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3315535Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3315704Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3315884Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3316056Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3316229Z test_dispatch_symbolic_meta_outplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3316439Z test_dispatch_symbolic_meta_outplace_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3316612Z test_dispatch_symbolic_meta_outplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3316782Z test_dispatch_symbolic_meta_outplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3316948Z test_dispatch_symbolic_meta_outplace_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3317162Z test_dispatch_symbolic_meta_outplace_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3317329Z test_dispatch_symbolic_meta_outplace_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3317496Z test_dispatch_symbolic_meta_outplace_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3317698Z test_dispatch_symbolic_meta_outplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3317879Z test_dispatch_symbolic_meta_outplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.584s) 2022-11-23T01:52:10.3318063Z test_dispatch_symbolic_meta_outplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.653s) 2022-11-23T01:52:10.3318231Z test_dispatch_symbolic_meta_outplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.548s) 2022-11-23T01:52:10.3318405Z test_dispatch_symbolic_meta_outplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.528s) 2022-11-23T01:52:10.3318579Z test_dispatch_symbolic_meta_outplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.522s) 2022-11-23T01:52:10.3318752Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.555s) 2022-11-23T01:52:10.3318927Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.491s) 2022-11-23T01:52:10.3319102Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.500s) 2022-11-23T01:52:10.3319274Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.214s) 2022-11-23T01:52:10.3319446Z test_dispatch_symbolic_meta_outplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.159s) 2022-11-23T01:52:10.3319625Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3319797Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3319976Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3320148Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3320369Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3320545Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3320719Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3320894Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3321067Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3321239Z test_dispatch_symbolic_meta_outplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3321404Z test_dispatch_symbolic_meta_outplace_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3321575Z test_dispatch_symbolic_meta_outplace_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3321748Z test_dispatch_symbolic_meta_outplace_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3321909Z test_dispatch_symbolic_meta_outplace_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3322080Z test_dispatch_symbolic_meta_outplace_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3322292Z test_dispatch_symbolic_meta_outplace_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3322548Z test_dispatch_symbolic_meta_outplace_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3322716Z test_dispatch_symbolic_meta_outplace_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3322885Z test_dispatch_symbolic_meta_outplace_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3323054Z test_dispatch_symbolic_meta_outplace_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3323258Z test_dispatch_symbolic_meta_outplace_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3323420Z test_dispatch_symbolic_meta_outplace_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3323588Z test_dispatch_symbolic_meta_outplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3323798Z test_dispatch_symbolic_meta_outplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3323970Z test_dispatch_symbolic_meta_outplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3324138Z test_dispatch_symbolic_meta_outplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3324301Z test_dispatch_symbolic_meta_outplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3324465Z test_dispatch_symbolic_meta_outplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3324626Z test_dispatch_symbolic_meta_outplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3324784Z test_dispatch_symbolic_meta_outplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3324946Z test_dispatch_symbolic_meta_outplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3325112Z test_dispatch_symbolic_meta_outplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3325272Z test_dispatch_symbolic_meta_outplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3325444Z test_dispatch_symbolic_meta_outplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3325609Z test_dispatch_symbolic_meta_outplace_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3325773Z test_dispatch_symbolic_meta_outplace_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3325951Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3326516Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3326698Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3326873Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3327056Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3327240Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3327417Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3327588Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3327758Z test_dispatch_symbolic_meta_outplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3327925Z test_dispatch_symbolic_meta_outplace_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3328099Z test_dispatch_symbolic_meta_outplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3328317Z test_dispatch_symbolic_meta_outplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3328489Z test_dispatch_symbolic_meta_outplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3328656Z test_dispatch_symbolic_meta_outplace_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3328821Z test_dispatch_symbolic_meta_outplace_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3328983Z test_dispatch_symbolic_meta_outplace_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3329194Z test_dispatch_symbolic_meta_outplace_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3329347Z test_dispatch_symbolic_meta_outplace_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3329507Z test_dispatch_symbolic_meta_outplace_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3329669Z test_dispatch_symbolic_meta_outplace_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3329874Z test_dispatch_symbolic_meta_outplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3330046Z test_dispatch_symbolic_meta_outplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3330207Z test_dispatch_symbolic_meta_outplace_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3330379Z test_dispatch_symbolic_meta_outplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3330547Z test_dispatch_symbolic_meta_outplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3330715Z test_dispatch_symbolic_meta_outplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3330883Z test_dispatch_symbolic_meta_outplace_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3331050Z test_dispatch_symbolic_meta_outplace_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3331216Z test_dispatch_symbolic_meta_outplace_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3331378Z test_dispatch_symbolic_meta_outplace_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3331543Z test_dispatch_symbolic_meta_outplace_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3331700Z test_dispatch_symbolic_meta_outplace_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3331861Z test_dispatch_symbolic_meta_outplace_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3332022Z test_dispatch_symbolic_meta_outplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3332253Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.185s) 2022-11-23T01:52:10.3332435Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.174s) 2022-11-23T01:52:10.3332612Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.175s) 2022-11-23T01:52:10.3332772Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.165s) 2022-11-23T01:52:10.3332948Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:52:10.3333117Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.143s) 2022-11-23T01:52:10.3333285Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.204s) 2022-11-23T01:52:10.3333461Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.167s) 2022-11-23T01:52:10.3333642Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:52:10.3333825Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.173s) 2022-11-23T01:52:10.3334048Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.176s) 2022-11-23T01:52:10.3334222Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.154s) 2022-11-23T01:52:10.3334394Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.165s) 2022-11-23T01:52:10.3334564Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.162s) 2022-11-23T01:52:10.3334731Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:52:10.3334899Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:52:10.3335075Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.142s) 2022-11-23T01:52:10.3335287Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:52:10.3335477Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.3335661Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.3335887Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.104s) 2022-11-23T01:52:10.3336072Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.3336247Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.3336420Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:52:10.3336590Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:52:10.3336755Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.3336928Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.3337110Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:52:10.3337291Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:52:10.3337473Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:52:10.3337652Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:52:10.3337868Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:52:10.3338039Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:52:10.3338219Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3338397Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:52:10.3338572Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.3338758Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3338947Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3339136Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3339320Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3339506Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3339727Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3339908Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3340090Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3340272Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3340452Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3340635Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3340812Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3340999Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3341227Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3341411Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.3341590Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3341765Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3341933Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3342156Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3342329Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3342509Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3342684Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3342869Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3343049Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3343229Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3343404Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3343626Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3343797Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3343973Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3344143Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3344310Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3344483Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3344655Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3344832Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3345022Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3345210Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3345442Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3345630Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3345814Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3346001Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.285s) 2022-11-23T01:52:10.3346185Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.291s) 2022-11-23T01:52:10.3346371Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.289s) 2022-11-23T01:52:10.3346555Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.278s) 2022-11-23T01:52:10.3346743Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.315s) 2022-11-23T01:52:10.3346925Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:52:10.3347109Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.289s) 2022-11-23T01:52:10.3347294Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.281s) 2022-11-23T01:52:10.3347519Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.493s) 2022-11-23T01:52:10.3347698Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:52:10.3347883Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.347s) 2022-11-23T01:52:10.3348065Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.311s) 2022-11-23T01:52:10.3348292Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.397s) 2022-11-23T01:52:10.3348468Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.477s) 2022-11-23T01:52:10.3348639Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.411s) 2022-11-23T01:52:10.3348814Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.337s) 2022-11-23T01:52:10.3348983Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.314s) 2022-11-23T01:52:10.3349139Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.346s) 2022-11-23T01:52:10.3349356Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.354s) 2022-11-23T01:52:10.3349526Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.340s) 2022-11-23T01:52:10.3349712Z test_dispatch_symbolic_meta_outplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3349895Z test_dispatch_symbolic_meta_outplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3350076Z test_dispatch_symbolic_meta_outplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3350255Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.074s) 2022-11-23T01:52:10.3350430Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (1.060s) 2022-11-23T01:52:10.3350604Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (1.002s) 2022-11-23T01:52:10.3350775Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.978s) 2022-11-23T01:52:10.3351007Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:52:10.3351201Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:52:10.3351395Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:52:10.3351585Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.3351772Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:52:10.3351953Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.3352136Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.195s) 2022-11-23T01:52:10.3352314Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:52:10.3352501Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.154s) 2022-11-23T01:52:10.3352684Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:52:10.3352865Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.184s) 2022-11-23T01:52:10.3353041Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.184s) 2022-11-23T01:52:10.3353204Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.156s) 2022-11-23T01:52:10.3353373Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.177s) 2022-11-23T01:52:10.3353544Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.156s) 2022-11-23T01:52:10.3353761Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:52:10.3353932Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:52:10.3354119Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3354345Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3354536Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3354723Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3354946Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3355131Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3355315Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3355498Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3355679Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3355859Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3356037Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3356215Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3356398Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3356575Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3362117Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3362432Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3362628Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3362815Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3362996Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3363178Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3363362Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3363534Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3363720Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3363895Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3364081Z test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3364269Z test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3364458Z test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.3364648Z test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3364819Z test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.3365005Z test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3365187Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.890s) 2022-11-23T01:52:10.3365372Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.578s) 2022-11-23T01:52:10.3365557Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.475s) 2022-11-23T01:52:10.3365734Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (1.820s) 2022-11-23T01:52:10.3365957Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (1.730s) 2022-11-23T01:52:10.3366234Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (1.454s) 2022-11-23T01:52:10.3366406Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (1.462s) 2022-11-23T01:52:10.3366615Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (1.573s) 2022-11-23T01:52:10.3366792Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (1.465s) 2022-11-23T01:52:10.3366969Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.459s) 2022-11-23T01:52:10.3367148Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.186s) 2022-11-23T01:52:10.3367324Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.141s) 2022-11-23T01:52:10.3367506Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.3367692Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.146s) 2022-11-23T01:52:10.3367868Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.174s) 2022-11-23T01:52:10.3368096Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.174s) 2022-11-23T01:52:10.3368272Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.170s) 2022-11-23T01:52:10.3368446Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.155s) 2022-11-23T01:52:10.3368614Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:52:10.3368778Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:52:10.3368936Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:52:10.3369116Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:52:10.3369295Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.849s) 2022-11-23T01:52:10.3369479Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.443s) 2022-11-23T01:52:10.3369664Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.462s) 2022-11-23T01:52:10.3369843Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (1.811s) 2022-11-23T01:52:10.3370018Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (1.602s) 2022-11-23T01:52:10.3370189Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (1.692s) 2022-11-23T01:52:10.3370362Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (1.408s) 2022-11-23T01:52:10.3370534Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (1.242s) 2022-11-23T01:52:10.3370702Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (1.268s) 2022-11-23T01:52:10.3370875Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (1.277s) 2022-11-23T01:52:10.3371048Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.250s) 2022-11-23T01:52:10.3371219Z test_dispatch_symbolic_meta_outplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.3371398Z test_dispatch_symbolic_meta_outplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:52:10.3371575Z test_dispatch_symbolic_meta_outplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:52:10.3371748Z test_dispatch_symbolic_meta_outplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.3371964Z test_dispatch_symbolic_meta_outplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3372177Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3372353Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:52:10.3372521Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.3372721Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3372889Z test_dispatch_symbolic_meta_outplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.3373067Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3373250Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3373434Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3373614Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3373838Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3374017Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3374192Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3374371Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3374549Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3374722Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3374897Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3375068Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3375236Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3375409Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3375582Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3375789Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (5.356s) 2022-11-23T01:52:10.3375997Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (5.216s) 2022-11-23T01:52:10.3376202Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (5.520s) 2022-11-23T01:52:10.3376396Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3376586Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3376776Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3376954Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3377142Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3377329Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3377561Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3377751Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3377938Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3378171Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3378368Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3378558Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3378749Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3378986Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3379180Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3379415Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3379605Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3379792Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3379977Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3380161Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3380336Z test_dispatch_symbolic_meta_outplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3380510Z test_dispatch_symbolic_meta_outplace_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3380686Z test_dispatch_symbolic_meta_outplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3380863Z test_dispatch_symbolic_meta_outplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3381038Z test_dispatch_symbolic_meta_outplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3381211Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3381370Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3381544Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3381716Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3381889Z test_dispatch_symbolic_meta_outplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3382059Z test_dispatch_symbolic_meta_outplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3382240Z test_dispatch_symbolic_meta_outplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3382418Z test_dispatch_symbolic_meta_outplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3382589Z test_dispatch_symbolic_meta_outplace_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3382762Z test_dispatch_symbolic_meta_outplace_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3382928Z test_dispatch_symbolic_meta_outplace_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3383104Z test_dispatch_symbolic_meta_outplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3383326Z test_dispatch_symbolic_meta_outplace_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3383502Z test_dispatch_symbolic_meta_outplace_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3383670Z test_dispatch_symbolic_meta_outplace_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3383839Z test_dispatch_symbolic_meta_outplace_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3384007Z test_dispatch_symbolic_meta_outplace_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3384175Z test_dispatch_symbolic_meta_outplace_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3384387Z test_dispatch_symbolic_meta_outplace_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3384586Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3384781Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3385027Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3385265Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3385460Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3385648Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3385833Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3386026Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3386223Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3386415Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3386609Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3386795Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3386995Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3387187Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3387391Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3387594Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3387791Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3387983Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3388170Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3388364Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3388557Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3388749Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3388980Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3389170Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3389353Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3389529Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3389708Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3389884Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3390043Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3390218Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3390393Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3390601Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3390819Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3390994Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3391231Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3391421Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3391609Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3391799Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3391988Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3392177Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3392365Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3392546Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3392730Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3392909Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3393101Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3393290Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3393480Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3393673Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3393862Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3394052Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3394240Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3394416Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3394649Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3394837Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3395014Z test_dispatch_symbolic_meta_outplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3395184Z test_dispatch_symbolic_meta_outplace_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3395359Z test_dispatch_symbolic_meta_outplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3395534Z test_dispatch_symbolic_meta_outplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3395708Z test_dispatch_symbolic_meta_outplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3395879Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3396055Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3396228Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3396898Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3397071Z test_dispatch_symbolic_meta_outplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3397287Z test_dispatch_symbolic_meta_outplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3397458Z test_dispatch_symbolic_meta_outplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3397631Z test_dispatch_symbolic_meta_outplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3397798Z test_dispatch_symbolic_meta_outplace_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3397968Z test_dispatch_symbolic_meta_outplace_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3398133Z test_dispatch_symbolic_meta_outplace_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3398299Z test_dispatch_symbolic_meta_outplace_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3398462Z test_dispatch_symbolic_meta_outplace_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3398615Z test_dispatch_symbolic_meta_outplace_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3398782Z test_dispatch_symbolic_meta_outplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3398954Z test_dispatch_symbolic_meta_outplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3399122Z test_dispatch_symbolic_meta_outplace_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3399292Z test_dispatch_symbolic_meta_outplace_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3399465Z test_dispatch_symbolic_meta_outplace_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3399636Z test_dispatch_symbolic_meta_outplace_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3399806Z test_dispatch_symbolic_meta_outplace_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3399972Z test_dispatch_symbolic_meta_outplace_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3400135Z test_dispatch_symbolic_meta_outplace_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3400300Z test_dispatch_symbolic_meta_outplace_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3400462Z test_dispatch_symbolic_meta_outplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3400638Z test_dispatch_symbolic_meta_outplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3400854Z test_dispatch_symbolic_meta_outplace_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3401038Z test_dispatch_symbolic_meta_outplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3401219Z test_dispatch_symbolic_meta_outplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3401393Z test_dispatch_symbolic_meta_outplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3401568Z test_dispatch_symbolic_meta_outplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3401742Z test_dispatch_symbolic_meta_outplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3401915Z test_dispatch_symbolic_meta_outplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3402076Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3402252Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3402518Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3402780Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3402951Z test_dispatch_symbolic_meta_outplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3403127Z test_dispatch_symbolic_meta_outplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3403297Z test_dispatch_symbolic_meta_outplace_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3403506Z test_dispatch_symbolic_meta_outplace_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3403676Z test_dispatch_symbolic_meta_outplace_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3403849Z test_dispatch_symbolic_meta_outplace_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3404018Z test_dispatch_symbolic_meta_outplace_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3404189Z test_dispatch_symbolic_meta_outplace_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3404354Z test_dispatch_symbolic_meta_outplace_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3404522Z test_dispatch_symbolic_meta_outplace_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3404687Z test_dispatch_symbolic_meta_outplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3404857Z test_dispatch_symbolic_meta_outplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3405022Z test_dispatch_symbolic_meta_outplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3405196Z test_dispatch_symbolic_meta_outplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3405370Z test_dispatch_symbolic_meta_outplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3405541Z test_dispatch_symbolic_meta_outplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3405693Z test_dispatch_symbolic_meta_outplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3405858Z test_dispatch_symbolic_meta_outplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3406019Z test_dispatch_symbolic_meta_outplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3406185Z test_dispatch_symbolic_meta_outplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3406350Z test_dispatch_symbolic_meta_outplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3406557Z test_dispatch_symbolic_meta_outplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3406723Z test_dispatch_symbolic_meta_outplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3406888Z test_dispatch_symbolic_meta_outplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3407076Z test_dispatch_symbolic_meta_outplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3407259Z test_dispatch_symbolic_meta_outplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3407438Z test_dispatch_symbolic_meta_outplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3407603Z test_dispatch_symbolic_meta_outplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3407777Z test_dispatch_symbolic_meta_outplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3407950Z test_dispatch_symbolic_meta_outplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3408117Z test_dispatch_symbolic_meta_outplace_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3408283Z test_dispatch_symbolic_meta_outplace_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3408486Z test_dispatch_symbolic_meta_outplace_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3408651Z test_dispatch_symbolic_meta_outplace_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3408849Z test_dispatch_symbolic_meta_outplace_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3409015Z test_dispatch_symbolic_meta_outplace_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3409166Z test_dispatch_symbolic_meta_outplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3409360Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3409675Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3409875Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3410067Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3410256Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3410439Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3410629Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3410811Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3411006Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3411197Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3411391Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3411579Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3411767Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3411952Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3412141Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3412371Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3412565Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3412759Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3412949Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3413134Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3413319Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3413498Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3413686Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3413869Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3414033Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3414249Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3414431Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3414606Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3414773Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3414990Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3415163Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3415327Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3415500Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3415721Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3415895Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.174s) 2022-11-23T01:52:10.3416068Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.183s) 2022-11-23T01:52:10.3416242Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.180s) 2022-11-23T01:52:10.3416415Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.175s) 2022-11-23T01:52:10.3416596Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3416776Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3416951Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3417125Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3417297Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3417469Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3417645Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3417806Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3418037Z test_dispatch_symbolic_meta_outplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.474s) 2022-11-23T01:52:10.3418218Z test_dispatch_symbolic_meta_outplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.461s) 2022-11-23T01:52:10.3418393Z test_dispatch_symbolic_meta_outplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.3418566Z test_dispatch_symbolic_meta_outplace_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3418738Z test_dispatch_symbolic_meta_outplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3418911Z test_dispatch_symbolic_meta_outplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.3419085Z test_dispatch_symbolic_meta_outplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3419255Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3419429Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3419598Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3419806Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3419972Z test_dispatch_symbolic_meta_outplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3420156Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3420335Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3420522Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3420707Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3420893Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3421117Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3421297Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3421478Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3421640Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3421855Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3422028Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3422203Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3422373Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3422545Z test_dispatch_symbolic_meta_outplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3422719Z test_dispatch_symbolic_meta_outplace_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3422898Z test_dispatch_symbolic_meta_outplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3423074Z test_dispatch_symbolic_meta_outplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3423246Z test_dispatch_symbolic_meta_outplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3423420Z test_dispatch_symbolic_meta_outplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3423594Z test_dispatch_symbolic_meta_outplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3424449Z test_dispatch_symbolic_meta_outplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3424636Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3424812Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3424983Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3425153Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3425323Z test_dispatch_symbolic_meta_outplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3425511Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3425701Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3425891Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3426077Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3426320Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3426519Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3426717Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3426912Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3427105Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3427354Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3427549Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3427744Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3427981Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3428170Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3428356Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3428542Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3428712Z test_dispatch_symbolic_meta_outplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3428877Z test_dispatch_symbolic_meta_outplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3429053Z test_dispatch_symbolic_meta_outplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3429229Z test_dispatch_symbolic_meta_outplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3429398Z test_dispatch_symbolic_meta_outplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3429568Z test_dispatch_symbolic_meta_outplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3429733Z test_dispatch_symbolic_meta_outplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3429897Z test_dispatch_symbolic_meta_outplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3430061Z test_dispatch_symbolic_meta_outplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3430267Z test_dispatch_symbolic_meta_outplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3430418Z test_dispatch_symbolic_meta_outplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3430585Z test_dispatch_symbolic_meta_outplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3430756Z test_dispatch_symbolic_meta_outplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3430930Z test_dispatch_symbolic_meta_outplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3431105Z test_dispatch_symbolic_meta_outplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3431278Z test_dispatch_symbolic_meta_outplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3431445Z test_dispatch_symbolic_meta_outplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3431615Z test_dispatch_symbolic_meta_outplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3431778Z test_dispatch_symbolic_meta_outplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3431984Z test_dispatch_symbolic_meta_outplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3432149Z test_dispatch_symbolic_meta_outplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3432312Z test_dispatch_symbolic_meta_outplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3432478Z test_dispatch_symbolic_meta_outplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3432638Z test_dispatch_symbolic_meta_outplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3432820Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3432999Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3433185Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3433411Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3433590Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3433766Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3433926Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3434137Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3434311Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3434484Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3434655Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3434831Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3435002Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3435191Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3435375Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3435569Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3435760Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3435999Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3436189Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3436376Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3436563Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3436746Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3436928Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3437111Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3437297Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3437480Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3437697Z test_dispatch_symbolic_meta_outplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3437865Z test_dispatch_symbolic_meta_outplace_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3438034Z test_dispatch_symbolic_meta_outplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3438214Z test_dispatch_symbolic_meta_outplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3438389Z test_dispatch_symbolic_meta_outplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3438563Z test_dispatch_symbolic_meta_outplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3438735Z test_dispatch_symbolic_meta_outplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3438903Z test_dispatch_symbolic_meta_outplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3439079Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3439252Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3439469Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3439641Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3439808Z test_dispatch_symbolic_meta_outplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3439984Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3440202Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3440385Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3440565Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3440740Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3440913Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3441084Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3441251Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3441422Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3441632Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3441793Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3441968Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3442137Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3442404Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3442582Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3442764Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3442946Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3443124Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3443302Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3443520Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3443689Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3443863Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3444036Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3444208Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3444379Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3444552Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3444736Z test_dispatch_symbolic_meta_outplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3444917Z test_dispatch_symbolic_meta_outplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3445088Z test_dispatch_symbolic_meta_outplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3445313Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.266s) 2022-11-23T01:52:10.3445581Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:52:10.3445799Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.225s) 2022-11-23T01:52:10.3446012Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3446252Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3446466Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3446675Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3446878Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3447079Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3447278Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3447523Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3447722Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3447928Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3448127Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3448325Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3448530Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3448728Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3448931Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3449167Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3449363Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3449564Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3449766Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3449958Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3450156Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3450351Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3450544Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3450736Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3450933Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3451126Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3451315Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3451510Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3451738Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3451935Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3452128Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3452367Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3452562Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3452750Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3452990Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:52:10.3453186Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.161s) 2022-11-23T01:52:10.3453380Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.162s) 2022-11-23T01:52:10.3453571Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.177s) 2022-11-23T01:52:10.3453764Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:52:10.3453952Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:52:10.3454141Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.169s) 2022-11-23T01:52:10.3454328Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.162s) 2022-11-23T01:52:10.3454535Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3454782Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3455005Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.113s) 2022-11-23T01:52:10.3455228Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3455449Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.3455639Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3455832Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3456022Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3456213Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3456410Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:52:10.3456606Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.3456795Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3456972Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3457161Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3457355Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3457551Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.418s) 2022-11-23T01:52:10.3457787Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.396s) 2022-11-23T01:52:10.3457980Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3458168Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3458353Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3458649Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.136s) 2022-11-23T01:52:10.3458859Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:52:10.3459077Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3459281Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3459472Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3459683Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:52:10.3459890Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.132s) 2022-11-23T01:52:10.3460096Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3460298Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3460537Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3460744Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.159s) 2022-11-23T01:52:10.3460950Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.3461152Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3461354Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3461557Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3461768Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:52:10.3461975Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.3462182Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.3462388Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.3462593Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.3462797Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.3463003Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.3463206Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.3463405Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.3463607Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.3463813Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.3464063Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:52:10.3464398Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.3464646Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.3464844Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:52:10.3465033Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3465225Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3465411Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3465606Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3465803Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3465999Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3466236Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3466431Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3466629Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3466824Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3467021Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3467210Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3467401Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3467588Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3467790Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.3467986Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3468178Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3468373Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3468568Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3468763Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3468958Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3469190Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3469413Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3469634Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3469864Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3470172Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3470407Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3470687Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3470915Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3471140Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3471349Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3471573Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3471794Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3472058Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3472285Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3472507Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3472716Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3472928Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3473136Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.3473342Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.3473544Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.387s) 2022-11-23T01:52:10.3473743Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (2.177s) 2022-11-23T01:52:10.3473946Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (2.129s) 2022-11-23T01:52:10.3474136Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3474325Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3474513Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3474698Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.3474883Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.3475070Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3475268Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.732s) 2022-11-23T01:52:10.3475461Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.765s) 2022-11-23T01:52:10.3475691Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.3475887Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.3476121Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.3476316Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3476507Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3476736Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3476939Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3477123Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3477312Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3477547Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3477741Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3477935Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3478131Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3478325Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3478520Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3478711Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3478903Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3479089Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3479279Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3479486Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.3479695Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3479902Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.3480096Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3480288Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3480475Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3480659Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3480858Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.123s) 2022-11-23T01:52:10.3481058Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.3481295Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.3481500Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3481707Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3481913Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.801s) 2022-11-23T01:52:10.3482120Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.744s) 2022-11-23T01:52:10.3482441Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.797s) 2022-11-23T01:52:10.3482656Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.3482907Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.3483120Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:52:10.3483374Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3483580Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3483784Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3483988Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3484191Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3484399Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3484603Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3484820Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3485029Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3485238Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3485428Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3485618Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3485808Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3486003Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3486195Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3486388Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3486577Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3486768Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3486954Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3487188Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3487381Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3487570Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3487751Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3487939Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3488126Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3488317Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.3488563Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3488762Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3489423Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3489615Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3489804Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3489991Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3490177Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3490365Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3490554Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3490763Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3490969Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.3491174Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.3491376Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3491575Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3491777Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3491969Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3492179Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:52:10.3492384Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:52:10.3492588Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:52:10.3492790Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.3492993Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.3493240Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.3493432Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3493635Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3493835Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.677s) 2022-11-23T01:52:10.3494029Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.881s) 2022-11-23T01:52:10.3494218Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.785s) 2022-11-23T01:52:10.3494410Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.028s) 2022-11-23T01:52:10.3494649Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.075s) 2022-11-23T01:52:10.3494891Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.982s) 2022-11-23T01:52:10.3495077Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.332s) 2022-11-23T01:52:10.3495306Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.372s) 2022-11-23T01:52:10.3495508Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.361s) 2022-11-23T01:52:10.3495701Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.375s) 2022-11-23T01:52:10.3495904Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3496106Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.3496306Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:52:10.3496498Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.267s) 2022-11-23T01:52:10.3496702Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.3496901Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3497096Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3497288Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.3497486Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3497690Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3497878Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3498065Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3498253Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3498443Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3498664Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3498853Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3499056Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3499257Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3499467Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3499678Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3499894Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.3500112Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3500321Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3500552Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.096s) 2022-11-23T01:52:10.3500788Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.3500982Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:52:10.3501179Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.3501423Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.3501625Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3501821Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3502016Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3502204Z test_dispatch_symbolic_meta_outplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3502404Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3502597Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3502800Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.3503004Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3503202Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.3503397Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.3503586Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.3503782Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3503969Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3504143Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3504377Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3504575Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.3504775Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3504969Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3505173Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3505374Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3505575Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3505770Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3505958Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3506192Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3506381Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3506565Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3506795Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3506992Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3507196Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3507440Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3507641Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3507832Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3508036Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3508242Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3508439Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3508635Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3508841Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3509055Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3509262Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3509454Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3509658Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3509863Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3510109Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3510312Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3510517Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3510720Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3510922Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3511111Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3511299Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3511497Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3511693Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3511934Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3512135Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3512333Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3512528Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3512717Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3512961Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3513153Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3513346Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3513585Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3513776Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3513981Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3514178Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3514388Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3514595Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3514795Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3514984Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3515185Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3515383Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3515945Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3516143Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3516344Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3516539Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3516741Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.395s) 2022-11-23T01:52:10.3516944Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.324s) 2022-11-23T01:52:10.3517146Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.320s) 2022-11-23T01:52:10.3517346Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.372s) 2022-11-23T01:52:10.3517544Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.342s) 2022-11-23T01:52:10.3517783Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.331s) 2022-11-23T01:52:10.3517983Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.344s) 2022-11-23T01:52:10.3518183Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.379s) 2022-11-23T01:52:10.3518377Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3518568Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3518762Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3519001Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3519192Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3519374Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3519559Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3519746Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3519928Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3520161Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3520333Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3520521Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3520711Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3520899Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3521083Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3521265Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3521445Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3521673Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3521860Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3522052Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3522243Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3522520Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3522708Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3522897Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3523088Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3523291Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3523545Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3523732Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3523917Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3524102Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3524301Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3524495Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3524691Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3524889Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3525093Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3525282Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3525525Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3525724Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3525918Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3526110Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3526361Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3526572Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3526781Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3526986Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3527190Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3527433Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3527637Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3527841Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3528042Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3528243Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3528447Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3528642Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3528834Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3529026Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3529263Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3529459Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3529649Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3529846Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3530044Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3530241Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3530433Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3530614Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3530804Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3530995Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3531184Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3531370Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3531561Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3531794Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3532002Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3532202Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3532446Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3532643Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3532831Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3533068Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3533263Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3533455Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3533648Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3533839Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3534034Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3534226Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3534424Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3534614Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3534846Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3535037Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3535228Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3535418Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3535614Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3535828Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.3536040Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3536250Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3536455Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3536657Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3536860Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3537063Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3537268Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3537469Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3537696Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3537974Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3538201Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.3538462Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3538730Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3538950Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.3539172Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.3539389Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.3539610Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.3539829Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.3540019Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.149s) 2022-11-23T01:52:10.3540217Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.210s) 2022-11-23T01:52:10.3540413Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.127s) 2022-11-23T01:52:10.3540642Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (1.248s) 2022-11-23T01:52:10.3540832Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (1.239s) 2022-11-23T01:52:10.3541024Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (1.219s) 2022-11-23T01:52:10.3541231Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3541438Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3541643Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3541834Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3542040Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3542243Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3542443Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3542621Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3542795Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3542977Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3543158Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3543341Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3543515Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3543689Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3543864Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3544078Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3544251Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3544466Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3544682Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3544859Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3545026Z test_dispatch_symbolic_meta_outplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.3545199Z test_dispatch_symbolic_meta_outplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:52:10.3545374Z test_dispatch_symbolic_meta_outplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.3545542Z test_dispatch_symbolic_meta_outplace_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:52:10.3545710Z test_dispatch_symbolic_meta_outplace_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.3545868Z test_dispatch_symbolic_meta_outplace_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3546044Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3546267Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3546445Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3546619Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3546788Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3546955Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3547129Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3547310Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3547490Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3547662Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3547829Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3547995Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3548172Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3548349Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3548518Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3548685Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3548858Z test_dispatch_symbolic_meta_outplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3549030Z test_dispatch_symbolic_meta_outplace_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3549202Z test_dispatch_symbolic_meta_outplace_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3549377Z test_dispatch_symbolic_meta_outplace_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3549554Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3549743Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3549929Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3550199Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3550375Z test_dispatch_symbolic_meta_outplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3550548Z test_dispatch_symbolic_meta_outplace_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3550766Z test_dispatch_symbolic_meta_outplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3550941Z test_dispatch_symbolic_meta_outplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3551117Z test_dispatch_symbolic_meta_outplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3551287Z test_dispatch_symbolic_meta_outplace_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3551456Z test_dispatch_symbolic_meta_outplace_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3551625Z test_dispatch_symbolic_meta_outplace_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3551791Z test_dispatch_symbolic_meta_outplace_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3552001Z test_dispatch_symbolic_meta_outplace_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3552165Z test_dispatch_symbolic_meta_outplace_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3552330Z test_dispatch_symbolic_meta_outplace_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3552493Z test_dispatch_symbolic_meta_outplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3552671Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3552841Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3553024Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3553203Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3553366Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3553544Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3553713Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3553879Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3554052Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3554225Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3554402Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3554573Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3554745Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3554923Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.192s) 2022-11-23T01:52:10.3555097Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.192s) 2022-11-23T01:52:10.3555268Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.228s) 2022-11-23T01:52:10.3555437Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.233s) 2022-11-23T01:52:10.3555610Z test_dispatch_symbolic_meta_outplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3555817Z test_dispatch_symbolic_meta_outplace_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3555995Z test_dispatch_symbolic_meta_outplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3556212Z test_dispatch_symbolic_meta_outplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3556386Z test_dispatch_symbolic_meta_outplace_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3556555Z test_dispatch_symbolic_meta_outplace_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3556722Z test_dispatch_symbolic_meta_outplace_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3556935Z test_dispatch_symbolic_meta_outplace_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3557093Z test_dispatch_symbolic_meta_outplace_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3557259Z test_dispatch_symbolic_meta_outplace_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3557425Z test_dispatch_symbolic_meta_outplace_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3557635Z test_dispatch_symbolic_meta_outplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3557816Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (3.426s) 2022-11-23T01:52:10.3557994Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (3.493s) 2022-11-23T01:52:10.3558169Z test_dispatch_symbolic_meta_outplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3558339Z test_dispatch_symbolic_meta_outplace_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3558520Z test_dispatch_symbolic_meta_outplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3558700Z test_dispatch_symbolic_meta_outplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3558874Z test_dispatch_symbolic_meta_outplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3559049Z test_dispatch_symbolic_meta_outplace_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3559223Z test_dispatch_symbolic_meta_outplace_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3559399Z test_dispatch_symbolic_meta_outplace_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3559570Z test_dispatch_symbolic_meta_outplace_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3559742Z test_dispatch_symbolic_meta_outplace_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3559913Z test_dispatch_symbolic_meta_outplace_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3560085Z test_dispatch_symbolic_meta_outplace_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3560253Z test_dispatch_symbolic_meta_outplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3560437Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3560616Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3560780Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3560953Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3561123Z test_dispatch_symbolic_meta_outplace_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3561295Z test_dispatch_symbolic_meta_outplace_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3561540Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3561735Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3561934Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3562131Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3562410Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3562608Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3562800Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3562992Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3563181Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3563422Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3563615Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3563809Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3564003Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3564191Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3564383Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3564575Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3564768Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3564957Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3565153Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3565342Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3565524Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3565718Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3565907Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3566098Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3566291Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3566480Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3566666Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3566860Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3567051Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3567325Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3567523Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3567714Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3567902Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3568135Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3568325Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3568513Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3568709Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3568897Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3569134Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3569324Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3569512Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3569700Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3569887Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3570078Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3570252Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3570433Z test_dispatch_symbolic_meta_outplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3570617Z test_dispatch_symbolic_meta_outplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3570799Z test_dispatch_symbolic_meta_outplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3570975Z test_dispatch_symbolic_meta_outplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3571153Z test_dispatch_symbolic_meta_outplace_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3571324Z test_dispatch_symbolic_meta_outplace_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3571502Z test_dispatch_symbolic_meta_outplace_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3571676Z test_dispatch_symbolic_meta_outplace_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3571853Z test_dispatch_symbolic_meta_outplace_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3572028Z test_dispatch_symbolic_meta_outplace_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3572199Z test_dispatch_symbolic_meta_outplace_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3572372Z test_dispatch_symbolic_meta_outplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3572542Z test_dispatch_symbolic_meta_outplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3572713Z test_dispatch_symbolic_meta_outplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3572923Z test_dispatch_symbolic_meta_outplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3573094Z test_dispatch_symbolic_meta_outplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3573266Z test_dispatch_symbolic_meta_outplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3573432Z test_dispatch_symbolic_meta_outplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3573598Z test_dispatch_symbolic_meta_outplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3573765Z test_dispatch_symbolic_meta_outplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3573916Z test_dispatch_symbolic_meta_outplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3574083Z test_dispatch_symbolic_meta_outplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3574246Z test_dispatch_symbolic_meta_outplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3574421Z test_dispatch_symbolic_meta_outplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3574628Z test_dispatch_symbolic_meta_outplace_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3574804Z test_dispatch_symbolic_meta_outplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3574980Z test_dispatch_symbolic_meta_outplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3575151Z test_dispatch_symbolic_meta_outplace_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3575323Z test_dispatch_symbolic_meta_outplace_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3575491Z test_dispatch_symbolic_meta_outplace_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3575660Z test_dispatch_symbolic_meta_outplace_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3575825Z test_dispatch_symbolic_meta_outplace_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3575993Z test_dispatch_symbolic_meta_outplace_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3576156Z test_dispatch_symbolic_meta_outplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3576324Z test_dispatch_symbolic_meta_outplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3576491Z test_dispatch_symbolic_meta_outplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3576664Z test_dispatch_symbolic_meta_outplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3576838Z test_dispatch_symbolic_meta_outplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3577007Z test_dispatch_symbolic_meta_outplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3577175Z test_dispatch_symbolic_meta_outplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3577327Z test_dispatch_symbolic_meta_outplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3577495Z test_dispatch_symbolic_meta_outplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3577660Z test_dispatch_symbolic_meta_outplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3577822Z test_dispatch_symbolic_meta_outplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3577986Z test_dispatch_symbolic_meta_outplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3578148Z test_dispatch_symbolic_meta_outplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3578320Z test_dispatch_symbolic_meta_outplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3578535Z test_dispatch_symbolic_meta_outplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3578704Z test_dispatch_symbolic_meta_outplace_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3578871Z test_dispatch_symbolic_meta_outplace_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3579049Z test_dispatch_symbolic_meta_outplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.392s) 2022-11-23T01:52:10.3579220Z test_dispatch_symbolic_meta_outplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.376s) 2022-11-23T01:52:10.3579391Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3579565Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3579739Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3579917Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3580091Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3580698Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3580870Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3581042Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3581201Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3581371Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3581552Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3581736Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3581916Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3582097Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3582273Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3582445Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3582612Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3582788Z test_dispatch_symbolic_meta_outplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3582962Z test_dispatch_symbolic_meta_outplace_randint_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3583139Z test_dispatch_symbolic_meta_outplace_randint_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3583317Z test_dispatch_symbolic_meta_outplace_randint_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3583567Z test_dispatch_symbolic_meta_outplace_randint_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3583745Z test_dispatch_symbolic_meta_outplace_randint_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3583917Z test_dispatch_symbolic_meta_outplace_randint_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3584131Z test_dispatch_symbolic_meta_outplace_randint_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3584309Z test_dispatch_symbolic_meta_outplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3584496Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3584728Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3584911Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3585094Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3585262Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3585437Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3585605Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3585780Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3585950Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3586126Z test_dispatch_symbolic_meta_outplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3586305Z test_dispatch_symbolic_meta_outplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3586528Z test_dispatch_symbolic_meta_outplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3586704Z test_dispatch_symbolic_meta_outplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3586876Z test_dispatch_symbolic_meta_outplace_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3587046Z test_dispatch_symbolic_meta_outplace_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3587217Z test_dispatch_symbolic_meta_outplace_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3587395Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3587581Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3587765Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3587947Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3588120Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3588293Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3588463Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3588635Z test_dispatch_symbolic_meta_outplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3588802Z test_dispatch_symbolic_meta_outplace_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3588969Z test_dispatch_symbolic_meta_outplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3589143Z test_dispatch_symbolic_meta_outplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3589319Z test_dispatch_symbolic_meta_outplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3589490Z test_dispatch_symbolic_meta_outplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3589664Z test_dispatch_symbolic_meta_outplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3589833Z test_dispatch_symbolic_meta_outplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3590003Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3590171Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3590373Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3590543Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3590707Z test_dispatch_symbolic_meta_outplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3590877Z test_dispatch_symbolic_meta_outplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3591044Z test_dispatch_symbolic_meta_outplace_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3591220Z test_dispatch_symbolic_meta_outplace_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3591396Z test_dispatch_symbolic_meta_outplace_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3591569Z test_dispatch_symbolic_meta_outplace_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3591743Z test_dispatch_symbolic_meta_outplace_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3591914Z test_dispatch_symbolic_meta_outplace_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3592135Z test_dispatch_symbolic_meta_outplace_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3592302Z test_dispatch_symbolic_meta_outplace_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3592457Z test_dispatch_symbolic_meta_outplace_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3592620Z test_dispatch_symbolic_meta_outplace_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3592784Z test_dispatch_symbolic_meta_outplace_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3592945Z test_dispatch_symbolic_meta_outplace_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3593130Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3593306Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3593498Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3593683Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3593864Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3594040Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3594214Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3594389Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3594563Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3594732Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3594908Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3595084Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3595264Z test_dispatch_symbolic_meta_outplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3595441Z test_dispatch_symbolic_meta_outplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3595613Z test_dispatch_symbolic_meta_outplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3595790Z test_dispatch_symbolic_meta_outplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3596005Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3596183Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3596344Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3596521Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3596693Z test_dispatch_symbolic_meta_outplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3596863Z test_dispatch_symbolic_meta_outplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3597044Z test_dispatch_symbolic_meta_outplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3597217Z test_dispatch_symbolic_meta_outplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3597391Z test_dispatch_symbolic_meta_outplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3597562Z test_dispatch_symbolic_meta_outplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3597776Z test_dispatch_symbolic_meta_outplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3597947Z test_dispatch_symbolic_meta_outplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3598117Z test_dispatch_symbolic_meta_outplace_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3598297Z test_dispatch_symbolic_meta_outplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3598475Z test_dispatch_symbolic_meta_outplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3598649Z test_dispatch_symbolic_meta_outplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3598822Z test_dispatch_symbolic_meta_outplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3598994Z test_dispatch_symbolic_meta_outplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3599165Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3599334Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3599503Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3599671Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3599825Z test_dispatch_symbolic_meta_outplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3600016Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3600205Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3600400Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3600595Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3600789Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3600979Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3601168Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3601349Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3601575Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3601763Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3601949Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3602135Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3602401Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3602586Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3602760Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3602945Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3603129Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3603312Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3603539Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3603716Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3603889Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3604064Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3604224Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3604391Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3604566Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3604741Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3604915Z test_dispatch_symbolic_meta_outplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3605085Z test_dispatch_symbolic_meta_outplace_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3605269Z test_dispatch_symbolic_meta_outplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3605447Z test_dispatch_symbolic_meta_outplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3605623Z test_dispatch_symbolic_meta_outplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3605795Z test_dispatch_symbolic_meta_outplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3605971Z test_dispatch_symbolic_meta_outplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3606141Z test_dispatch_symbolic_meta_outplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3606315Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3606487Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3606659Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3606829Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3606999Z test_dispatch_symbolic_meta_outplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3607175Z test_dispatch_symbolic_meta_outplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3607737Z test_dispatch_symbolic_meta_outplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3607924Z test_dispatch_symbolic_meta_outplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3608105Z test_dispatch_symbolic_meta_outplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3608264Z test_dispatch_symbolic_meta_outplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3608438Z test_dispatch_symbolic_meta_outplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3608612Z test_dispatch_symbolic_meta_outplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3608783Z test_dispatch_symbolic_meta_outplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3608953Z test_dispatch_symbolic_meta_outplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3609125Z test_dispatch_symbolic_meta_outplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3609293Z test_dispatch_symbolic_meta_outplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3609503Z test_dispatch_symbolic_meta_outplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3609681Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3609852Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3610036Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3610219Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3610398Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3610577Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3610749Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3610924Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3611095Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3611260Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3611430Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3611603Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3611784Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3611950Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3612135Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3612323Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3612504Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3612683Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3612868Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3613047Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3613264Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3613436Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3613612Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3613784Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3613964Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3614140Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3614324Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3614507Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3614747Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3614930Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3615154Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3615330Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3615551Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3615724Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3615893Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3616056Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3616225Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3616397Z test_dispatch_symbolic_meta_outplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3616566Z test_dispatch_symbolic_meta_outplace_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3616742Z test_dispatch_symbolic_meta_outplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3616919Z test_dispatch_symbolic_meta_outplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3617094Z test_dispatch_symbolic_meta_outplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3617266Z test_dispatch_symbolic_meta_outplace_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3617435Z test_dispatch_symbolic_meta_outplace_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3617606Z test_dispatch_symbolic_meta_outplace_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3617773Z test_dispatch_symbolic_meta_outplace_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3617942Z test_dispatch_symbolic_meta_outplace_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3618105Z test_dispatch_symbolic_meta_outplace_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3618273Z test_dispatch_symbolic_meta_outplace_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3618434Z test_dispatch_symbolic_meta_outplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3618607Z test_dispatch_symbolic_meta_outplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3618774Z test_dispatch_symbolic_meta_outplace_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3618993Z test_dispatch_symbolic_meta_outplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3619170Z test_dispatch_symbolic_meta_outplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3619343Z test_dispatch_symbolic_meta_outplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3619500Z test_dispatch_symbolic_meta_outplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3619671Z test_dispatch_symbolic_meta_outplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3619839Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3620008Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3620174Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3620339Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3620502Z test_dispatch_symbolic_meta_outplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3620673Z test_dispatch_symbolic_meta_outplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3620885Z test_dispatch_symbolic_meta_outplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3621055Z test_dispatch_symbolic_meta_outplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3621220Z test_dispatch_symbolic_meta_outplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3621389Z test_dispatch_symbolic_meta_outplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3621551Z test_dispatch_symbolic_meta_outplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3621718Z test_dispatch_symbolic_meta_outplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3621883Z test_dispatch_symbolic_meta_outplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3622071Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3622264Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3622450Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3622637Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3622817Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3622998Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3623179Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3623371Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3623565Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3623738Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3623905Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3624082Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3624257Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3624429Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3624643Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3624813Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3624981Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3625146Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3625312Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3625474Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3625645Z test_dispatch_symbolic_meta_outplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3625821Z test_dispatch_symbolic_meta_outplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3625998Z test_dispatch_symbolic_meta_outplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3626166Z test_dispatch_symbolic_meta_outplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3626377Z test_dispatch_symbolic_meta_outplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3626548Z test_dispatch_symbolic_meta_outplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3626714Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3626865Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3627028Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3627193Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3627356Z test_dispatch_symbolic_meta_outplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3627544Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3627725Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3627916Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3628102Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3628289Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3628474Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3628657Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3628841Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3629018Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3629196Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3629367Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3629547Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3629721Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3629903Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3630086Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3630424Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3630699Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3630975Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3631244Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3631513Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3631778Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3632040Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3632299Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3632570Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3632843Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3633205Z test_dispatch_symbolic_meta_outplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3633475Z test_dispatch_symbolic_meta_outplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3633749Z test_dispatch_symbolic_meta_outplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3635316Z test_dispatch_symbolic_meta_outplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3635896Z test_dispatch_symbolic_meta_outplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3636229Z test_dispatch_symbolic_meta_outplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3636742Z test_dispatch_symbolic_meta_outplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3637203Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3637461Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3637712Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3637973Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3638255Z test_dispatch_symbolic_meta_outplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3638546Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3638891Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3639216Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3639556Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3639895Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3640232Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3640568Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3640902Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3641221Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3641755Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3642089Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3642526Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3642848Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3643195Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3643527Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3643860Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3644196Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3644528Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3644993Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3645321Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3645669Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3646008Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3646350Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3646685Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.3647028Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3647360Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3647671Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3648008Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3648340Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3648686Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3649023Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3649367Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3649713Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3650031Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3650369Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3650712Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3651040Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3651376Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3651823Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3652168Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3652508Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3652836Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3653162Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3653495Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3653832Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3654163Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3654492Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3654819Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3655247Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3655567Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.276s) 2022-11-23T01:52:10.3655901Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:52:10.3656230Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.295s) 2022-11-23T01:52:10.3656551Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.299s) 2022-11-23T01:52:10.3656884Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.279s) 2022-11-23T01:52:10.3657208Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.344s) 2022-11-23T01:52:10.3657530Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.259s) 2022-11-23T01:52:10.3657849Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.291s) 2022-11-23T01:52:10.3658165Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.271s) 2022-11-23T01:52:10.3658523Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3658873Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.3659224Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3659577Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.3659925Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.3660270Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3660617Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.3660959Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.3661273Z test_dispatch_symbolic_meta_outplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3661582Z test_dispatch_symbolic_meta_outplace_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3661996Z test_dispatch_symbolic_meta_outplace_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3662321Z test_dispatch_symbolic_meta_outplace_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3662629Z test_dispatch_symbolic_meta_outplace_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3662943Z test_dispatch_symbolic_meta_outplace_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3663248Z test_dispatch_symbolic_meta_outplace_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3663561Z test_dispatch_symbolic_meta_outplace_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3663864Z test_dispatch_symbolic_meta_outplace_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3664167Z test_dispatch_symbolic_meta_outplace_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3664477Z test_dispatch_symbolic_meta_outplace_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3664779Z test_dispatch_symbolic_meta_outplace_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3665081Z test_dispatch_symbolic_meta_outplace_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3665507Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3665840Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3666175Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3666509Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3666839Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3667160Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3667487Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3667815Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3668139Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3668493Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3668787Z test_dispatch_symbolic_meta_outplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3669078Z test_dispatch_symbolic_meta_outplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3669396Z test_dispatch_symbolic_meta_outplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3669709Z test_dispatch_symbolic_meta_outplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3670000Z test_dispatch_symbolic_meta_outplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3670310Z test_dispatch_symbolic_meta_outplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3670647Z test_dispatch_symbolic_meta_outplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3671048Z test_dispatch_symbolic_meta_outplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3671433Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3671742Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3672147Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3672653Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3672940Z test_dispatch_symbolic_meta_outplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3673250Z test_dispatch_symbolic_meta_outplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3673558Z test_dispatch_symbolic_meta_outplace_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3673863Z test_dispatch_symbolic_meta_outplace_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3674175Z test_dispatch_symbolic_meta_outplace_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3674470Z test_dispatch_symbolic_meta_outplace_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3674776Z test_dispatch_symbolic_meta_outplace_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3675074Z test_dispatch_symbolic_meta_outplace_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3675380Z test_dispatch_symbolic_meta_outplace_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3675679Z test_dispatch_symbolic_meta_outplace_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3676080Z test_dispatch_symbolic_meta_outplace_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3676384Z test_dispatch_symbolic_meta_outplace_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3676658Z test_dispatch_symbolic_meta_outplace_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3676980Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3677288Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3677614Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3677941Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3678253Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3678571Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3678879Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3679180Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3679491Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3679800Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3680110Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3680421Z test_dispatch_symbolic_meta_outplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3680717Z test_dispatch_symbolic_meta_outplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3681029Z test_dispatch_symbolic_meta_outplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3681326Z test_dispatch_symbolic_meta_outplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3681627Z test_dispatch_symbolic_meta_outplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3681931Z test_dispatch_symbolic_meta_outplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3682226Z test_dispatch_symbolic_meta_outplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3682598Z test_dispatch_symbolic_meta_outplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3683010Z test_dispatch_symbolic_meta_outplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3683289Z test_dispatch_symbolic_meta_outplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3683632Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3684051Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.3684404Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3684749Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3685119Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3685543Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.3685909Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3686347Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3686697Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3687111Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.3687471Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3687815Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3688172Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3688568Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.3688919Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3689253Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3689570Z test_dispatch_symbolic_meta_outplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3689886Z test_dispatch_symbolic_meta_outplace_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3690207Z test_dispatch_symbolic_meta_outplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3690518Z test_dispatch_symbolic_meta_outplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3690836Z test_dispatch_symbolic_meta_outplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3691146Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3691461Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3691751Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3692050Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3692356Z test_dispatch_symbolic_meta_outplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3692660Z test_dispatch_symbolic_meta_outplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3693052Z test_dispatch_symbolic_meta_outplace_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3693365Z test_dispatch_symbolic_meta_outplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3693677Z test_dispatch_symbolic_meta_outplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3693988Z test_dispatch_symbolic_meta_outplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3694288Z test_dispatch_symbolic_meta_outplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3694585Z test_dispatch_symbolic_meta_outplace_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3694879Z test_dispatch_symbolic_meta_outplace_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3695176Z test_dispatch_symbolic_meta_outplace_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3695467Z test_dispatch_symbolic_meta_outplace_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3695759Z test_dispatch_symbolic_meta_outplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3696068Z test_dispatch_symbolic_meta_outplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3696450Z test_dispatch_symbolic_meta_outplace_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3696753Z test_dispatch_symbolic_meta_outplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3697070Z test_dispatch_symbolic_meta_outplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3697363Z test_dispatch_symbolic_meta_outplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3697665Z test_dispatch_symbolic_meta_outplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3697947Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3698256Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3698551Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3698853Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3699143Z test_dispatch_symbolic_meta_outplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3699443Z test_dispatch_symbolic_meta_outplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3699742Z test_dispatch_symbolic_meta_outplace_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3700060Z test_dispatch_symbolic_meta_outplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3700367Z test_dispatch_symbolic_meta_outplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3700677Z test_dispatch_symbolic_meta_outplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3700983Z test_dispatch_symbolic_meta_outplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3701287Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3701585Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3701878Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3702175Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3702465Z test_dispatch_symbolic_meta_outplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3702774Z test_dispatch_symbolic_meta_outplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3703160Z test_dispatch_symbolic_meta_outplace_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3703480Z test_dispatch_symbolic_meta_outplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3703794Z test_dispatch_symbolic_meta_outplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3704093Z test_dispatch_symbolic_meta_outplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3704392Z test_dispatch_symbolic_meta_outplace_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3704703Z test_dispatch_symbolic_meta_outplace_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3705010Z test_dispatch_symbolic_meta_outplace_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3705314Z test_dispatch_symbolic_meta_outplace_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3705610Z test_dispatch_symbolic_meta_outplace_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3705910Z test_dispatch_symbolic_meta_outplace_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3706207Z test_dispatch_symbolic_meta_outplace_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3707262Z test_dispatch_symbolic_meta_outplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3707599Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3707928Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3708258Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3708580Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3708912Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3709239Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3709564Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3709877Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3710201Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3710512Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3710831Z test_dispatch_symbolic_meta_outplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3711140Z test_dispatch_symbolic_meta_outplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3711450Z test_dispatch_symbolic_meta_outplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3711782Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3712124Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3712479Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3712824Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3713162Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3713493Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3713830Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3714260Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3714600Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3714933Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3715268Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3715600Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3724440Z test_dispatch_symbolic_meta_outplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3724761Z test_dispatch_symbolic_meta_outplace_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3725082Z test_dispatch_symbolic_meta_outplace_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3725395Z test_dispatch_symbolic_meta_outplace_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3725692Z test_dispatch_symbolic_meta_outplace_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3726165Z test_dispatch_symbolic_meta_outplace_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3726445Z test_dispatch_symbolic_meta_outplace_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3726676Z test_dispatch_symbolic_meta_outplace_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.3726941Z test_dispatch_symbolic_meta_outplace_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3727209Z test_dispatch_symbolic_meta_outplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3727674Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.3728129Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:10.3728577Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:10.3729013Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:10.3729353Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3729695Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3730039Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3730381Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3730717Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3731053Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3731387Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3731718Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3732056Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3732383Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3732839Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3733181Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3733520Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3733855Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3734190Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3734521Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3734863Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3735204Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3735550Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3735883Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3736290Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3736617Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3736950Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3737281Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3737607Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3737949Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3738288Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3738619Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3738955Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3739284Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3739614Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3739943Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3740266Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3740606Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3740945Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3741281Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3741614Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3741941Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3742274Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3742603Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3743037Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3743417Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3743794Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3744162Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3744537Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3744910Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3745281Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3745660Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3746034Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3746471Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3746853Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3747220Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3747586Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3747953Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3748325Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3748699Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3749206Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3749713Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3750206Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3750705Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3751192Z 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:52:10.3751662Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3752153Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3752637Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3753185Z 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:52:10.3753681Z 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:52:10.3754190Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3754680Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3755165Z 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:52:10.3755649Z 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:52:10.3756133Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3756679Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.3757017Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3757348Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3757681Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3758015Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3758341Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3758669Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3758988Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3759310Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3759629Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3759950Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3760283Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3760616Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3760944Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3761267Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3761585Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3761910Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3762231Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3762685Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3763063Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3764103Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3764489Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3764843Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3765197Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3765563Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3765923Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3766282Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3766656Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3767109Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3767477Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3767836Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3768191Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3768560Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3768924Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3769257Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3769585Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3769918Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3770251Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3770572Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3770889Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3771202Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3771521Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3771838Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3772181Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3772575Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3772976Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3773310Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3773748Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3774088Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3774515Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3774845Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3775168Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3775498Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3775821Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3776142Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3776453Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3776764Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3777081Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3777384Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3777836Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3778214Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3778599Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3779093Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3779548Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3780039Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3780437Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3780805Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3781311Z 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:52:10.3781810Z 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:52:10.3782299Z 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:52:10.3782791Z 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:52:10.3783276Z 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:52:10.3783755Z 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:52:10.3784237Z 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:52:10.3784718Z 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:52:10.3785263Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3785705Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3786162Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3786564Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3786904Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3787238Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3787571Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3787908Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3788268Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3788721Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3789085Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3789443Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3789792Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3790140Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3790497Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3790856Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3791325Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3791798Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3792203Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3792665Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3793008Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3793358Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3793709Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3794071Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3794411Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3794772Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3795127Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3795480Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3795918Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3796273Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3796629Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3796989Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3797379Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3797869Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3798316Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3798779Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3799120Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3799555Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3799905Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3800266Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3800609Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3800939Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3801273Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3801615Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3801947Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3802277Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3802679Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3803002Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3803309Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3803689Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3804153Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3804552Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3804972Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3805309Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3805629Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3805955Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3806272Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3806673Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3807169Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3807574Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3807982Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3808373Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3808766Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3809161Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3809556Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3810053Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3810634Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3811137Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3811543Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3811913Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3812289Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3812668Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3813041Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3813417Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3813774Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3814138Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3814511Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3814879Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3815256Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3815620Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3816016Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3816518Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3817150Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:52:10.3817770Z 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:52:10.3818392Z 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:52:10.3818914Z 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:52:10.3819428Z 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:52:10.3819935Z 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:52:10.3820448Z 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:52:10.3820951Z 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:52:10.3821527Z 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:52:10.3822044Z 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:52:10.3822730Z 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:52:10.3823331Z 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:52:10.3823957Z 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:52:10.3824468Z 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:52:10.3824972Z 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:52:10.3825475Z 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:52:10.3825985Z 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:52:10.3826503Z 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:52:10.3827021Z 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:52:10.3827523Z 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:52:10.3828112Z 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:52:10.3828752Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:52:10.3829422Z 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:52:10.3830074Z 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:52:10.3830576Z 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:52:10.3831092Z 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:52:10.3831610Z 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:52:10.3832202Z 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:52:10.3832706Z 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:52:10.3833211Z 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:52:10.3833728Z 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:52:10.3834233Z 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:52:10.3834595Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3835085Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3835531Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3836014Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3836408Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3836765Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3837124Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3837479Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3837823Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3838158Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3838497Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3838931Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3839275Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3839618Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.3839960Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3840282Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3840623Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3841023Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3841471Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3841872Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3842357Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3842794Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3843121Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3843441Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3843765Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3844083Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3844400Z test_dispatch_symbolic_meta_outplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3844713Z test_dispatch_symbolic_meta_outplace_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3845041Z test_dispatch_symbolic_meta_outplace_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3845364Z test_dispatch_symbolic_meta_outplace_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3845687Z test_dispatch_symbolic_meta_outplace_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3846001Z test_dispatch_symbolic_meta_outplace_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3846317Z test_dispatch_symbolic_meta_outplace_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3846631Z test_dispatch_symbolic_meta_outplace_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3846936Z test_dispatch_symbolic_meta_outplace_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3847340Z test_dispatch_symbolic_meta_outplace_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3847730Z test_dispatch_symbolic_meta_outplace_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3848083Z test_dispatch_symbolic_meta_outplace_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3848475Z test_dispatch_symbolic_meta_outplace_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3848844Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3849180Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3849514Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3849956Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3850306Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3850646Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3850988Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3851323Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3851657Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3851990Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3852326Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3852661Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3853004Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3853473Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3853958Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3854363Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3854813Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3855151Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3855491Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3855826Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3856146Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3856485Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3856816Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3857153Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3857487Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3857800Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3858110Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3858429Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3858748Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3859062Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3859375Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3859774Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3860162Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3860526Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3861021Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3861321Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3861644Z test_dispatch_symbolic_meta_outplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3861959Z test_dispatch_symbolic_meta_outplace_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3862289Z test_dispatch_symbolic_meta_outplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3862616Z test_dispatch_symbolic_meta_outplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3862933Z test_dispatch_symbolic_meta_outplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3863240Z test_dispatch_symbolic_meta_outplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3863559Z test_dispatch_symbolic_meta_outplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3863873Z test_dispatch_symbolic_meta_outplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3864182Z test_dispatch_symbolic_meta_outplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3864576Z test_dispatch_symbolic_meta_outplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3864886Z test_dispatch_symbolic_meta_outplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3865197Z test_dispatch_symbolic_meta_outplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3865505Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3865869Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3866328Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3866737Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3867151Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3867498Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3867821Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3868146Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3868465Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3868777Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3869090Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3869401Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3869715Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3870019Z test_dispatch_symbolic_meta_outplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3870326Z test_dispatch_symbolic_meta_outplace_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3870654Z test_dispatch_symbolic_meta_outplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3870976Z test_dispatch_symbolic_meta_outplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3871299Z test_dispatch_symbolic_meta_outplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3871612Z test_dispatch_symbolic_meta_outplace_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3872039Z test_dispatch_symbolic_meta_outplace_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3872476Z test_dispatch_symbolic_meta_outplace_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3872858Z test_dispatch_symbolic_meta_outplace_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3873269Z test_dispatch_symbolic_meta_outplace_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3873630Z test_dispatch_symbolic_meta_outplace_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3873940Z test_dispatch_symbolic_meta_outplace_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3874247Z test_dispatch_symbolic_meta_outplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3874559Z test_dispatch_symbolic_meta_outplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3874881Z test_dispatch_symbolic_meta_outplace_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3875198Z test_dispatch_symbolic_meta_outplace_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3875595Z test_dispatch_symbolic_meta_outplace_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3875905Z test_dispatch_symbolic_meta_outplace_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3876210Z test_dispatch_symbolic_meta_outplace_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3876535Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3876870Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3877185Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3877506Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3877817Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3878133Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3878557Z test_dispatch_symbolic_meta_outplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3878970Z test_dispatch_symbolic_meta_outplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3879345Z test_dispatch_symbolic_meta_outplace_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3879745Z test_dispatch_symbolic_meta_outplace_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3880045Z test_dispatch_symbolic_meta_outplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3880364Z test_dispatch_symbolic_meta_outplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3880681Z test_dispatch_symbolic_meta_outplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3880996Z test_dispatch_symbolic_meta_outplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3881304Z test_dispatch_symbolic_meta_outplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3881613Z test_dispatch_symbolic_meta_outplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3881914Z test_dispatch_symbolic_meta_outplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3882218Z test_dispatch_symbolic_meta_outplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3882585Z test_dispatch_symbolic_meta_outplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3882989Z test_dispatch_symbolic_meta_outplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3883295Z test_dispatch_symbolic_meta_outplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3883598Z test_dispatch_symbolic_meta_outplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3883896Z test_dispatch_symbolic_meta_outplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3884200Z test_dispatch_symbolic_meta_outplace_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3884574Z test_dispatch_symbolic_meta_outplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3885017Z test_dispatch_symbolic_meta_outplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3885393Z test_dispatch_symbolic_meta_outplace_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3885780Z test_dispatch_symbolic_meta_outplace_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3886125Z test_dispatch_symbolic_meta_outplace_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3886427Z test_dispatch_symbolic_meta_outplace_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3887437Z test_dispatch_symbolic_meta_outplace_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3887738Z test_dispatch_symbolic_meta_outplace_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3888038Z test_dispatch_symbolic_meta_outplace_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3888332Z test_dispatch_symbolic_meta_outplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3888662Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3888983Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3889325Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3889658Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3889986Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3890308Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3890648Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3891065Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3891471Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3891816Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3892228Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3892531Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3892853Z test_dispatch_symbolic_meta_outplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:52:10.3893167Z test_dispatch_symbolic_meta_outplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.358s) 2022-11-23T01:52:10.3893474Z test_dispatch_symbolic_meta_outplace_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.216s) 2022-11-23T01:52:10.3893783Z test_dispatch_symbolic_meta_outplace_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.237s) 2022-11-23T01:52:10.3894111Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (4.568s) 2022-11-23T01:52:10.3894433Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (4.698s) 2022-11-23T01:52:10.3894870Z test_dispatch_symbolic_meta_outplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3895199Z test_dispatch_symbolic_meta_outplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3895523Z test_dispatch_symbolic_meta_outplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3895846Z test_dispatch_symbolic_meta_outplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3896154Z test_dispatch_symbolic_meta_outplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3896454Z test_dispatch_symbolic_meta_outplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3896766Z test_dispatch_symbolic_meta_outplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3897171Z test_dispatch_symbolic_meta_outplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3897573Z test_dispatch_symbolic_meta_outplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3897933Z test_dispatch_symbolic_meta_outplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3898435Z test_dispatch_symbolic_meta_outplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3898727Z test_dispatch_symbolic_meta_outplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3899009Z test_dispatch_symbolic_meta_outplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3899316Z test_dispatch_symbolic_meta_outplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3899612Z test_dispatch_symbolic_meta_outplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3899910Z test_dispatch_symbolic_meta_outplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3900251Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3900583Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3900930Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3901274Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3901598Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3901933Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3902267Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3902599Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3902931Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3903361Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3903787Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3904177Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3904581Z test_dispatch_symbolic_meta_outplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3904903Z test_dispatch_symbolic_meta_outplace_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3905227Z test_dispatch_symbolic_meta_outplace_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3905549Z test_dispatch_symbolic_meta_outplace_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3905957Z test_dispatch_symbolic_meta_outplace_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3906260Z test_dispatch_symbolic_meta_outplace_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3906576Z test_dispatch_symbolic_meta_outplace_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3906885Z test_dispatch_symbolic_meta_outplace_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3907193Z test_dispatch_symbolic_meta_outplace_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3907500Z test_dispatch_symbolic_meta_outplace_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3907804Z test_dispatch_symbolic_meta_outplace_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3908108Z test_dispatch_symbolic_meta_outplace_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3908426Z test_dispatch_symbolic_meta_outplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3908733Z test_dispatch_symbolic_meta_outplace_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3909131Z test_dispatch_symbolic_meta_outplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3909509Z test_dispatch_symbolic_meta_outplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3909937Z test_dispatch_symbolic_meta_outplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3910293Z test_dispatch_symbolic_meta_outplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3910712Z test_dispatch_symbolic_meta_outplace_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3911061Z test_dispatch_symbolic_meta_outplace_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3911366Z test_dispatch_symbolic_meta_outplace_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3911666Z test_dispatch_symbolic_meta_outplace_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3911966Z test_dispatch_symbolic_meta_outplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3912280Z test_dispatch_symbolic_meta_outplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3912582Z test_dispatch_symbolic_meta_outplace_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3912888Z test_dispatch_symbolic_meta_outplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3913210Z test_dispatch_symbolic_meta_outplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3913519Z test_dispatch_symbolic_meta_outplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3913760Z test_dispatch_symbolic_meta_outplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3913987Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3914219Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3914497Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3914758Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3915026Z test_dispatch_symbolic_meta_outplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3915340Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3915728Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3916184Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3916746Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3917178Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3917495Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3917803Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3918109Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3918406Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3918729Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3919039Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3919343Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3919663Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3919943Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3920272Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3920595Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3920918Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3921234Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3921552Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3921897Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3922418Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3922816Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3923185Z test_dispatch_symbolic_meta_outplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3923579Z test_dispatch_symbolic_meta_outplace_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3923860Z test_dispatch_symbolic_meta_outplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3924176Z test_dispatch_symbolic_meta_outplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3924493Z test_dispatch_symbolic_meta_outplace_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3924800Z test_dispatch_symbolic_meta_outplace_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3925107Z test_dispatch_symbolic_meta_outplace_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3925410Z test_dispatch_symbolic_meta_outplace_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3925710Z test_dispatch_symbolic_meta_outplace_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3926006Z test_dispatch_symbolic_meta_outplace_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3926305Z test_dispatch_symbolic_meta_outplace_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3926602Z test_dispatch_symbolic_meta_outplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3926907Z test_dispatch_symbolic_meta_outplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3927324Z test_dispatch_symbolic_meta_outplace_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3927647Z test_dispatch_symbolic_meta_outplace_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3927962Z test_dispatch_symbolic_meta_outplace_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3928284Z test_dispatch_symbolic_meta_outplace_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3928701Z test_dispatch_symbolic_meta_outplace_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3929081Z test_dispatch_symbolic_meta_outplace_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3929433Z test_dispatch_symbolic_meta_outplace_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3929811Z test_dispatch_symbolic_meta_outplace_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3930106Z test_dispatch_symbolic_meta_outplace_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3930385Z test_dispatch_symbolic_meta_outplace_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3930785Z test_dispatch_symbolic_meta_outplace_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3931114Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3931431Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3931764Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3932096Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3932420Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3932737Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3933051Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3933369Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3933684Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3934000Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3934313Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3934684Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3935126Z test_dispatch_symbolic_meta_outplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3935515Z test_dispatch_symbolic_meta_outplace_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3935914Z test_dispatch_symbolic_meta_outplace_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3936245Z test_dispatch_symbolic_meta_outplace_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3936549Z test_dispatch_symbolic_meta_outplace_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3936849Z test_dispatch_symbolic_meta_outplace_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3937137Z test_dispatch_symbolic_meta_outplace_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3937439Z test_dispatch_symbolic_meta_outplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.3937762Z test_dispatch_symbolic_meta_outplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3938766Z test_dispatch_symbolic_meta_outplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3939101Z test_dispatch_symbolic_meta_outplace_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3939422Z test_dispatch_symbolic_meta_outplace_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3939733Z test_dispatch_symbolic_meta_outplace_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3940041Z test_dispatch_symbolic_meta_outplace_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3940340Z test_dispatch_symbolic_meta_outplace_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3940636Z test_dispatch_symbolic_meta_outplace_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3940984Z test_dispatch_symbolic_meta_outplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3941449Z test_dispatch_symbolic_meta_outplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3941840Z test_dispatch_symbolic_meta_outplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3942398Z test_dispatch_symbolic_meta_outplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3942711Z test_dispatch_symbolic_meta_outplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3943042Z test_dispatch_symbolic_meta_outplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3943366Z test_dispatch_symbolic_meta_outplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3943683Z test_dispatch_symbolic_meta_outplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3943995Z test_dispatch_symbolic_meta_outplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3944314Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3944635Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3944946Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3945269Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3945587Z test_dispatch_symbolic_meta_outplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3945918Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3946251Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3946580Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3946900Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3947320Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3947734Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3948099Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3948510Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.3948840Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.3949161Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3949476Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3949894Z test_dispatch_symbolic_meta_outplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3950227Z test_dispatch_symbolic_meta_outplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3950550Z test_dispatch_symbolic_meta_outplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.3950863Z test_dispatch_symbolic_meta_outplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.3951175Z test_dispatch_symbolic_meta_outplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3951486Z test_dispatch_symbolic_meta_outplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.3951794Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.3952086Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.3952391Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.3952697Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.3953074Z test_dispatch_symbolic_meta_outplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.3953526Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3953980Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3954380Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3954819Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3955124Z test_dispatch_symbolic_meta_outplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3955432Z test_dispatch_symbolic_meta_outplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3955751Z test_dispatch_symbolic_meta_outplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.3956070Z test_dispatch_symbolic_meta_outplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3956377Z test_dispatch_symbolic_meta_outplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3956687Z test_dispatch_symbolic_meta_outplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3956995Z test_dispatch_symbolic_meta_outplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3957296Z test_dispatch_symbolic_meta_outplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.3957594Z test_dispatch_symbolic_meta_outplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3957893Z test_dispatch_symbolic_meta_outplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3958194Z test_dispatch_symbolic_meta_outplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3958497Z test_dispatch_symbolic_meta_outplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3958823Z test_dispatch_symbolic_meta_outplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3959126Z test_dispatch_symbolic_meta_outplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3959430Z test_dispatch_symbolic_meta_outplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3959832Z test_dispatch_symbolic_meta_outplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3960243Z test_dispatch_symbolic_meta_outplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.3960723Z test_dispatch_symbolic_meta_outplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.3961114Z test_dispatch_symbolic_meta_outplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3961414Z test_dispatch_symbolic_meta_outplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3961724Z test_dispatch_symbolic_meta_outplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.3962024Z test_dispatch_symbolic_meta_outplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3962400Z test_dispatch_symbolic_meta_outplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.3962697Z test_dispatch_symbolic_meta_outplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.3962997Z test_dispatch_symbolic_meta_outplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3963295Z test_dispatch_symbolic_meta_outplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.3963623Z test_dispatch_symbolic_meta_outplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3963947Z test_dispatch_symbolic_meta_outplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3964362Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3964686Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3965023Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3965357Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.3965682Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.3966107Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3966501Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3966870Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.3967276Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.3967579Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.3967900Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3968208Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3968519Z test_dispatch_symbolic_meta_outplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3968830Z test_dispatch_symbolic_meta_outplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3969141Z test_dispatch_symbolic_meta_outplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3969452Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3969755Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3970054Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3970359Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3970660Z test_dispatch_symbolic_meta_outplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3970977Z test_dispatch_symbolic_meta_outplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3971285Z test_dispatch_symbolic_meta_outplace_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3971704Z test_dispatch_symbolic_meta_outplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3972071Z test_dispatch_symbolic_meta_outplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3972514Z test_dispatch_symbolic_meta_outplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3972894Z test_dispatch_symbolic_meta_outplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3973326Z test_dispatch_symbolic_meta_outplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3973678Z test_dispatch_symbolic_meta_outplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3973987Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3974294Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3974606Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3974910Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3975307Z test_dispatch_symbolic_meta_outplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3975636Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3975954Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3976288Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3976620Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3976946Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3977272Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3977590Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3977910Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3978264Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3978695Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3979087Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3979456Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3979869Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3980132Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3980311Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3980489Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3980675Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3980860Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3981041Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3981217Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3981472Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3981653Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3981828Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3982004Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3982180Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3982354Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3982527Z test_dispatch_symbolic_meta_outplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3982699Z test_dispatch_symbolic_meta_outplace_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3982876Z test_dispatch_symbolic_meta_outplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.3983054Z test_dispatch_symbolic_meta_outplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3983273Z test_dispatch_symbolic_meta_outplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3983448Z test_dispatch_symbolic_meta_outplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3983623Z test_dispatch_symbolic_meta_outplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3983795Z test_dispatch_symbolic_meta_outplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3983966Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3984135Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3984294Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3984627Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3985054Z test_dispatch_symbolic_meta_outplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.3985415Z test_dispatch_symbolic_meta_outplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3985602Z test_dispatch_symbolic_meta_outplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3985863Z test_dispatch_symbolic_meta_outplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3986271Z test_dispatch_symbolic_meta_outplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3986514Z test_dispatch_symbolic_meta_outplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3986691Z test_dispatch_symbolic_meta_outplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3986884Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.3987074Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:52:10.3987265Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.146s) 2022-11-23T01:52:10.3987455Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.134s) 2022-11-23T01:52:10.3987643Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:52:10.3987829Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:52:10.3988010Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:52:10.3988251Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.126s) 2022-11-23T01:52:10.3988442Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:52:10.3988619Z test_dispatch_symbolic_meta_outplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.249s) 2022-11-23T01:52:10.3988788Z test_dispatch_symbolic_meta_outplace_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.245s) 2022-11-23T01:52:10.3988963Z test_dispatch_symbolic_meta_outplace_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.253s) 2022-11-23T01:52:10.3989136Z test_dispatch_symbolic_meta_outplace_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.251s) 2022-11-23T01:52:10.3989292Z test_dispatch_symbolic_meta_outplace_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.246s) 2022-11-23T01:52:10.3989461Z test_dispatch_symbolic_meta_outplace_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.284s) 2022-11-23T01:52:10.3989632Z test_dispatch_symbolic_meta_outplace_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.258s) 2022-11-23T01:52:10.3989801Z test_dispatch_symbolic_meta_outplace_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.259s) 2022-11-23T01:52:10.3990013Z test_dispatch_symbolic_meta_outplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.277s) 2022-11-23T01:52:10.3990193Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3990367Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3990549Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.3990731Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3990942Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3991365Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3991784Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.3992085Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3992501Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3992731Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3992906Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3993081Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3993253Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.3993424Z test_dispatch_symbolic_meta_outplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3993598Z test_dispatch_symbolic_meta_outplace_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.3993773Z test_dispatch_symbolic_meta_outplace_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3993928Z test_dispatch_symbolic_meta_outplace_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3994095Z test_dispatch_symbolic_meta_outplace_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3994257Z test_dispatch_symbolic_meta_outplace_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.3994434Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.3994614Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3994854Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.3995030Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3995205Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.3995374Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.3995547Z test_dispatch_symbolic_meta_outplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3995722Z test_dispatch_symbolic_meta_outplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3995898Z test_dispatch_symbolic_meta_outplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3996070Z test_dispatch_symbolic_meta_outplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3996241Z test_dispatch_symbolic_meta_outplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3996411Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3996626Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3996789Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3996955Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3997142Z test_dispatch_symbolic_meta_outplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3997573Z test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.3997996Z test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.3998333Z test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3998741Z test_dispatch_symbolic_meta_outplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.3998947Z test_dispatch_symbolic_meta_outplace_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.3999129Z test_dispatch_symbolic_meta_outplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3999308Z test_dispatch_symbolic_meta_outplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3999483Z test_dispatch_symbolic_meta_outplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.3999663Z test_dispatch_symbolic_meta_outplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.3999837Z test_dispatch_symbolic_meta_outplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4000012Z test_dispatch_symbolic_meta_outplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4000185Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4000358Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4000529Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4000698Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4000870Z test_dispatch_symbolic_meta_outplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4001055Z test_dispatch_symbolic_meta_outplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4001241Z test_dispatch_symbolic_meta_outplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4001475Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4001651Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4001829Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4002000Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.4002169Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4002401Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4002578Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4002751Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4002923Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4003094Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4003334Z test_dispatch_symbolic_meta_outplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4003726Z test_dispatch_symbolic_meta_outplace_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4004130Z test_dispatch_symbolic_meta_outplace_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4004462Z test_dispatch_symbolic_meta_outplace_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4004874Z test_dispatch_symbolic_meta_outplace_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4005142Z test_dispatch_symbolic_meta_outplace_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4005318Z test_dispatch_symbolic_meta_outplace_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4005489Z test_dispatch_symbolic_meta_outplace_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4005659Z test_dispatch_symbolic_meta_outplace_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4005826Z test_dispatch_symbolic_meta_outplace_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4005990Z test_dispatch_symbolic_meta_outplace_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4006155Z test_dispatch_symbolic_meta_outplace_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4006319Z test_dispatch_symbolic_meta_outplace_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4006495Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4006672Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4006838Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4007020Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4007190Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4007366Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4007542Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4007716Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4007886Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4008114Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4008285Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4008457Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4008628Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4008803Z test_dispatch_symbolic_meta_outplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4008970Z test_dispatch_symbolic_meta_outplace_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4009149Z test_dispatch_symbolic_meta_outplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4009324Z test_dispatch_symbolic_meta_outplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4009497Z test_dispatch_symbolic_meta_outplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4009897Z test_dispatch_symbolic_meta_outplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4010383Z test_dispatch_symbolic_meta_outplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4010694Z test_dispatch_symbolic_meta_outplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4011090Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4011354Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4011514Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4011683Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4011850Z test_dispatch_symbolic_meta_outplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4012023Z test_dispatch_symbolic_meta_outplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4012196Z test_dispatch_symbolic_meta_outplace_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4012375Z test_dispatch_symbolic_meta_outplace_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4012551Z test_dispatch_symbolic_meta_outplace_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4012724Z test_dispatch_symbolic_meta_outplace_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4012894Z test_dispatch_symbolic_meta_outplace_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4013066Z test_dispatch_symbolic_meta_outplace_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4013238Z test_dispatch_symbolic_meta_outplace_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4013406Z test_dispatch_symbolic_meta_outplace_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4013575Z test_dispatch_symbolic_meta_outplace_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4013738Z test_dispatch_symbolic_meta_outplace_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4013907Z test_dispatch_symbolic_meta_outplace_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4014069Z test_dispatch_symbolic_meta_outplace_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4014244Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.4014412Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4014583Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4014804Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.4014963Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.4015129Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.4015294Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.4015465Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4015629Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.4015850Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4016256Z test_dispatch_symbolic_meta_outplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4016651Z test_dispatch_symbolic_meta_outplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4016964Z test_dispatch_symbolic_meta_outplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4017458Z test_dispatch_symbolic_meta_outplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4017639Z test_dispatch_symbolic_meta_outplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4017809Z test_dispatch_symbolic_meta_outplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4017979Z test_dispatch_symbolic_meta_outplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4018146Z test_dispatch_symbolic_meta_outplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4018311Z test_dispatch_symbolic_meta_outplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4018477Z test_dispatch_symbolic_meta_outplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4018641Z test_dispatch_symbolic_meta_outplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4018807Z test_dispatch_symbolic_meta_outplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4018979Z test_dispatch_symbolic_meta_outplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4019146Z test_dispatch_symbolic_meta_outplace_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4019322Z test_dispatch_symbolic_meta_outplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4019485Z test_dispatch_symbolic_meta_outplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4019662Z test_dispatch_symbolic_meta_outplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4019835Z test_dispatch_symbolic_meta_outplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4020008Z test_dispatch_symbolic_meta_outplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4020183Z test_dispatch_symbolic_meta_outplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4020351Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4020515Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4020676Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4020841Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4021005Z test_dispatch_symbolic_meta_outplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4021231Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4021406Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4021592Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4021775Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4021970Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4022387Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4022800Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4023117Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4023525Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4023775Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4024008Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4024167Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4024346Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4024489Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4024638Z test_fill__alias_relationship_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4024796Z test_fill_stride_cpu (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4024935Z test_huber_loss_backward_cpu (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4025440Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:52:10.4025550Z warnings.warn(message, UserWarning) 2022-11-23T01:52:10.4025617Z ok (0.004s) 2022-11-23T01:52:10.4025779Z test_meta__fused_moving_avg_obs_fq_helper_cpu (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4025973Z test_meta_inplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4026157Z test_meta_inplace_H_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4026350Z test_meta_inplace_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4026544Z test_meta_inplace_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4026732Z test_meta_inplace_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4026922Z test_meta_inplace_H_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4027107Z test_meta_inplace_H_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4027286Z test_meta_inplace_H_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4027468Z test_meta_inplace_H_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4027648Z test_meta_inplace_H_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4027874Z test_meta_inplace_H_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4028055Z test_meta_inplace_H_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4028334Z test_meta_inplace_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4028791Z test_meta_inplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4029173Z test_meta_inplace_T_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4029616Z test_meta_inplace_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4029957Z test_meta_inplace_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4030148Z test_meta_inplace_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4030336Z test_meta_inplace_T_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4030517Z test_meta_inplace_T_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4031196Z test_meta_inplace_T_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4031377Z test_meta_inplace_T_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4031557Z test_meta_inplace_T_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4031736Z test_meta_inplace_T_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4031920Z test_meta_inplace_T_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4032100Z test_meta_inplace_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4032299Z test_meta_inplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4032496Z test_meta_inplace___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4032697Z test_meta_inplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4032898Z test_meta_inplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4033097Z test_meta_inplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4033294Z test_meta_inplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4033486Z test_meta_inplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4033672Z test_meta_inplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4033867Z test_meta_inplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4034055Z test_meta_inplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4034226Z test_meta_inplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4034471Z test_meta_inplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4034916Z test_meta_inplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4035433Z test_meta_inplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4035887Z test_meta_inplace___radd___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4036222Z test_meta_inplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4036422Z test_meta_inplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4036611Z test_meta_inplace___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4036793Z test_meta_inplace___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4036974Z test_meta_inplace___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4037164Z test_meta_inplace___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4037354Z test_meta_inplace___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4037596Z test_meta_inplace___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4037782Z test_meta_inplace___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4037964Z test_meta_inplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4038154Z test_meta_inplace___rand___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4038339Z test_meta_inplace___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4038527Z test_meta_inplace___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4038709Z test_meta_inplace___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4038896Z test_meta_inplace___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4039078Z test_meta_inplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4039269Z test_meta_inplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4039453Z test_meta_inplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4039646Z test_meta_inplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4039842Z test_meta_inplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4040019Z test_meta_inplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4040206Z test_meta_inplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4040385Z test_meta_inplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4040571Z test_meta_inplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4040988Z test_meta_inplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4041424Z test_meta_inplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4041795Z test_meta_inplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4042394Z test_meta_inplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4042872Z test_meta_inplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4043313Z test_meta_inplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4043776Z test_meta_inplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4044244Z test_meta_inplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4044652Z test_meta_inplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4045130Z test_meta_inplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4045580Z test_meta_inplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4046057Z test_meta_inplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4046527Z test_meta_inplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4046978Z test_meta_inplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4047408Z test_meta_inplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4047810Z test_meta_inplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4048261Z test_meta_inplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4048699Z test_meta_inplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4048983Z test_meta_inplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4049434Z test_meta_inplace___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4049757Z test_meta_inplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4049954Z test_meta_inplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4050128Z test_meta_inplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4050309Z test_meta_inplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4050491Z test_meta_inplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4050680Z test_meta_inplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4050865Z test_meta_inplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4051052Z test_meta_inplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4051237Z test_meta_inplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4051419Z test_meta_inplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4051605Z test_meta_inplace___ror___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4051846Z test_meta_inplace___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4052032Z test_meta_inplace___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4052220Z test_meta_inplace___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4052403Z test_meta_inplace___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4052587Z test_meta_inplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4052778Z test_meta_inplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4052971Z test_meta_inplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4053166Z test_meta_inplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4053354Z test_meta_inplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4053578Z test_meta_inplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4053756Z test_meta_inplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4053945Z test_meta_inplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4054135Z test_meta_inplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4054563Z test_meta_inplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4055014Z test_meta_inplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4055341Z test_meta_inplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4055783Z test_meta_inplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4056025Z test_meta_inplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4056220Z test_meta_inplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4056408Z test_meta_inplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4056589Z test_meta_inplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4056771Z test_meta_inplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4056960Z test_meta_inplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4057148Z test_meta_inplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4057334Z test_meta_inplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4057520Z test_meta_inplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4057704Z test_meta_inplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4057893Z test_meta_inplace___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4058138Z test_meta_inplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4058324Z test_meta_inplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4058511Z test_meta_inplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4058694Z test_meta_inplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4058878Z test_meta_inplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4059091Z test_meta_inplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4059304Z test_meta_inplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4059516Z test_meta_inplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4059663Z test_meta_inplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4059904Z test_meta_inplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4060092Z test_meta_inplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4060279Z test_meta_inplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4060456Z test_meta_inplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4060787Z test_meta_inplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4061113Z test_meta_inplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4061401Z test_meta_inplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4061641Z test_meta_inplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4061957Z test_meta_inplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4062213Z test_meta_inplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4062356Z test_meta_inplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4062504Z test_meta_inplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4062688Z test_meta_inplace_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4062839Z test_meta_inplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4062990Z test_meta_inplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4063136Z test_meta_inplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4063283Z test_meta_inplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4063466Z test_meta_inplace_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4063649Z test_meta_inplace_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4063831Z test_meta_inplace_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4064009Z test_meta_inplace_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4064177Z test_meta_inplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4064328Z test_meta_inplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4064508Z test_meta_inplace_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4065128Z test_meta_inplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4065290Z test_meta_inplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4065439Z test_meta_inplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4065590Z test_meta_inplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4065776Z test_meta_inplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4065957Z test_meta_inplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4066138Z test_meta_inplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:52:10.4066318Z test_meta_inplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4066498Z test_meta_inplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4066664Z test_meta_inplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4066959Z test_meta_inplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4067427Z test_meta_inplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4067724Z test_meta_inplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4068039Z test_meta_inplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4068369Z test_meta_inplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4068554Z test_meta_inplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4068683Z test_meta_inplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4068824Z test_meta_inplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4068971Z test_meta_inplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4069115Z test_meta_inplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4069254Z test_meta_inplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4069395Z test_meta_inplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4069546Z test_meta_inplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4069704Z test_meta_inplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4069857Z test_meta_inplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4070005Z test_meta_inplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4070152Z test_meta_inplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4070296Z test_meta_inplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4070443Z test_meta_inplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4070584Z test_meta_inplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4070729Z test_meta_inplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4070871Z test_meta_inplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4071025Z test_meta_inplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4071169Z test_meta_inplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4071325Z test_meta_inplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4071475Z test_meta_inplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4071626Z test_meta_inplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4071830Z test_meta_inplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4071987Z test_meta_inplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4072142Z test_meta_inplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4072291Z test_meta_inplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4072440Z test_meta_inplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4072587Z test_meta_inplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4072732Z test_meta_inplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4072877Z test_meta_inplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4073157Z test_meta_inplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4073516Z test_meta_inplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.4073857Z test_meta_inplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4074117Z test_meta_inplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4074552Z test_meta_inplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4074756Z test_meta_inplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4074889Z test_meta_inplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4075032Z test_meta_inplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4075173Z test_meta_inplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4075313Z test_meta_inplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4075455Z test_meta_inplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4075600Z test_meta_inplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4075766Z test_meta_inplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4075936Z test_meta_inplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4076106Z test_meta_inplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4076271Z test_meta_inplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4076435Z test_meta_inplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4076598Z test_meta_inplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4076753Z test_meta_inplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4076904Z test_meta_inplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4077065Z test_meta_inplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4077216Z test_meta_inplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4077367Z test_meta_inplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4077518Z test_meta_inplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4077655Z test_meta_inplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4077801Z test_meta_inplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4077946Z test_meta_inplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4078088Z test_meta_inplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4078229Z test_meta_inplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4078367Z test_meta_inplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4078558Z test_meta_inplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4078704Z test_meta_inplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4078853Z test_meta_inplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4078996Z test_meta_inplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4079160Z test_meta_inplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4079510Z test_meta_inplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4079833Z test_meta_inplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4080154Z test_meta_inplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4080454Z test_meta_inplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4080778Z test_meta_inplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4080969Z test_meta_inplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4081099Z test_meta_inplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4081305Z test_meta_inplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4081444Z test_meta_inplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4081641Z test_meta_inplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4081836Z test_meta_inplace_all_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4082029Z test_meta_inplace_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4082224Z test_meta_inplace_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4082503Z test_meta_inplace_all_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4082692Z test_meta_inplace_all_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4082874Z test_meta_inplace_all_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4083059Z test_meta_inplace_all_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4083244Z test_meta_inplace_all_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4083424Z test_meta_inplace_all_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4083607Z test_meta_inplace_all_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4083788Z test_meta_inplace_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4083986Z test_meta_inplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4084188Z test_meta_inplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4084385Z test_meta_inplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4084579Z test_meta_inplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4084766Z test_meta_inplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4084949Z test_meta_inplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4085187Z test_meta_inplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4085398Z test_meta_inplace_amax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4085829Z test_meta_inplace_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4086280Z test_meta_inplace_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4086635Z test_meta_inplace_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4087071Z test_meta_inplace_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4087265Z test_meta_inplace_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4087447Z test_meta_inplace_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4087634Z test_meta_inplace_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4087875Z test_meta_inplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4088065Z test_meta_inplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4088249Z test_meta_inplace_amin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4088438Z test_meta_inplace_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4088624Z test_meta_inplace_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4088816Z test_meta_inplace_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4088999Z test_meta_inplace_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4089186Z test_meta_inplace_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4089367Z test_meta_inplace_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4089550Z test_meta_inplace_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4089731Z test_meta_inplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4089918Z test_meta_inplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4090110Z test_meta_inplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4090305Z test_meta_inplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4090493Z test_meta_inplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4090681Z test_meta_inplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4090856Z test_meta_inplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4091047Z test_meta_inplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4091233Z test_meta_inplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4091427Z test_meta_inplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4091738Z test_meta_inplace_angle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4092211Z test_meta_inplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4092601Z test_meta_inplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4093067Z test_meta_inplace_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4093375Z test_meta_inplace_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4093566Z test_meta_inplace_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4093752Z test_meta_inplace_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4093939Z test_meta_inplace_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4094119Z test_meta_inplace_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4094355Z test_meta_inplace_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4094536Z test_meta_inplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4094723Z test_meta_inplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4094908Z test_meta_inplace_any_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4095101Z test_meta_inplace_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4095289Z test_meta_inplace_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4095476Z test_meta_inplace_any_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4095659Z test_meta_inplace_any_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4095844Z test_meta_inplace_any_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4096026Z test_meta_inplace_any_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4096207Z test_meta_inplace_any_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4096385Z test_meta_inplace_any_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4096554Z test_meta_inplace_any_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4096735Z test_meta_inplace_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4096929Z test_meta_inplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4097126Z test_meta_inplace_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4097320Z test_meta_inplace_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4097514Z test_meta_inplace_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4097705Z test_meta_inplace_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4098124Z test_meta_inplace_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4098659Z test_meta_inplace_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4098970Z test_meta_inplace_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4099416Z test_meta_inplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4099677Z test_meta_inplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4099869Z test_meta_inplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4100062Z test_meta_inplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4100250Z test_meta_inplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4100438Z test_meta_inplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4100627Z test_meta_inplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4100814Z test_meta_inplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4101054Z test_meta_inplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4101238Z test_meta_inplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4101431Z test_meta_inplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4101617Z test_meta_inplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4101803Z test_meta_inplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4101993Z test_meta_inplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4102168Z test_meta_inplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4102354Z test_meta_inplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4102539Z test_meta_inplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4102726Z test_meta_inplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4102908Z test_meta_inplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4103102Z test_meta_inplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4103290Z test_meta_inplace_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4103483Z test_meta_inplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4103676Z test_meta_inplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4103866Z test_meta_inplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4104089Z test_meta_inplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4104535Z test_meta_inplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4104981Z test_meta_inplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4105446Z test_meta_inplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4105816Z test_meta_inplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4106020Z test_meta_inplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4106210Z test_meta_inplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4106413Z test_meta_inplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4106613Z test_meta_inplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4106807Z test_meta_inplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4106999Z test_meta_inplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4107185Z test_meta_inplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4107424Z test_meta_inplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4107616Z test_meta_inplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4107806Z test_meta_inplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4107983Z test_meta_inplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4108172Z test_meta_inplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4108329Z test_meta_inplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4108481Z test_meta_inplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4108641Z test_meta_inplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4108804Z test_meta_inplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4108957Z test_meta_inplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4109110Z test_meta_inplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4109264Z test_meta_inplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4109416Z test_meta_inplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4109564Z test_meta_inplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4109715Z test_meta_inplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4109867Z test_meta_inplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4110015Z test_meta_inplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4110163Z test_meta_inplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4110620Z test_meta_inplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4111101Z test_meta_inplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4111462Z test_meta_inplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4111956Z test_meta_inplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4112232Z test_meta_inplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4112426Z test_meta_inplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4112631Z test_meta_inplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4112829Z test_meta_inplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4113027Z test_meta_inplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4113225Z test_meta_inplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4113421Z test_meta_inplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4113627Z test_meta_inplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4113828Z test_meta_inplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4114024Z test_meta_inplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4114206Z test_meta_inplace_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4114358Z test_meta_inplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4114510Z test_meta_inplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4114656Z test_meta_inplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4114803Z test_meta_inplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4114985Z test_meta_inplace_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4115167Z test_meta_inplace_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4115348Z test_meta_inplace_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4115527Z test_meta_inplace_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4115706Z test_meta_inplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4115855Z test_meta_inplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4116032Z test_meta_inplace_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4116186Z test_meta_inplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4116326Z test_meta_inplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4116516Z test_meta_inplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4116855Z test_meta_inplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4117288Z test_meta_inplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4117629Z test_meta_inplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4118051Z test_meta_inplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4118482Z test_meta_inplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4118889Z test_meta_inplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4119217Z test_meta_inplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4119741Z test_meta_inplace_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4120077Z test_meta_inplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4120366Z test_meta_inplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4120808Z test_meta_inplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4121232Z test_meta_inplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4121656Z test_meta_inplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4121958Z test_meta_inplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4122430Z test_meta_inplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4122784Z test_meta_inplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4123204Z test_meta_inplace_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4123617Z test_meta_inplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4123936Z test_meta_inplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4124114Z test_meta_inplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4124263Z test_meta_inplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4124444Z test_meta_inplace_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4124623Z test_meta_inplace_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4124804Z test_meta_inplace_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4124983Z test_meta_inplace_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4125157Z test_meta_inplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4125308Z test_meta_inplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4125488Z test_meta_inplace_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4125642Z test_meta_inplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4125792Z test_meta_inplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4125940Z test_meta_inplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4126086Z test_meta_inplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4126268Z test_meta_inplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:52:10.4126448Z test_meta_inplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4126629Z test_meta_inplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4126808Z test_meta_inplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4126984Z test_meta_inplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4127185Z test_meta_inplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4127365Z test_meta_inplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4127615Z test_meta_inplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4127820Z test_meta_inplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4128023Z test_meta_inplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4128220Z test_meta_inplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4128412Z test_meta_inplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4128802Z test_meta_inplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4129283Z test_meta_inplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4129645Z test_meta_inplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4130090Z test_meta_inplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4130378Z test_meta_inplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4130571Z test_meta_inplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4130766Z test_meta_inplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4130956Z test_meta_inplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4131155Z test_meta_inplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4131356Z test_meta_inplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4131555Z test_meta_inplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4131750Z test_meta_inplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4131941Z test_meta_inplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4132128Z test_meta_inplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4132318Z test_meta_inplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4132504Z test_meta_inplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4132690Z test_meta_inplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4132882Z test_meta_inplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4133072Z test_meta_inplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4133267Z test_meta_inplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4133445Z test_meta_inplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4133645Z test_meta_inplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4133842Z test_meta_inplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4134083Z test_meta_inplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4134278Z test_meta_inplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.4134469Z test_meta_inplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4134656Z test_meta_inplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4135077Z test_meta_inplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4135521Z test_meta_inplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4135813Z test_meta_inplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4136272Z test_meta_inplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4136596Z test_meta_inplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4136812Z test_meta_inplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4136969Z test_meta_inplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4137126Z test_meta_inplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4137276Z test_meta_inplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4137426Z test_meta_inplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4137573Z test_meta_inplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4137721Z test_meta_inplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4137868Z test_meta_inplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4138014Z test_meta_inplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4138159Z test_meta_inplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4138352Z test_meta_inplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4138548Z test_meta_inplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4138738Z test_meta_inplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4138928Z test_meta_inplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4139120Z test_meta_inplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4139320Z test_meta_inplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4139513Z test_meta_inplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4139704Z test_meta_inplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4139896Z test_meta_inplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4140082Z test_meta_inplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4140262Z test_meta_inplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4140450Z test_meta_inplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4140684Z test_meta_inplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4140874Z test_meta_inplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4141156Z test_meta_inplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4141612Z test_meta_inplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4142027Z test_meta_inplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4142455Z test_meta_inplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4142816Z test_meta_inplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.4143011Z test_meta_inplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4143197Z test_meta_inplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4143847Z test_meta_inplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4144004Z test_meta_inplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4144142Z test_meta_inplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.4144295Z test_meta_inplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4144443Z test_meta_inplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4144593Z test_meta_inplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4144753Z test_meta_inplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4144918Z test_meta_inplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4145078Z test_meta_inplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4145239Z test_meta_inplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4145398Z test_meta_inplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4145548Z test_meta_inplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4145703Z test_meta_inplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4145853Z test_meta_inplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4146002Z test_meta_inplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4146149Z test_meta_inplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4146297Z test_meta_inplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4146448Z test_meta_inplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4146600Z test_meta_inplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4146744Z test_meta_inplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4146879Z test_meta_inplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4147025Z test_meta_inplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4147170Z test_meta_inplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4147490Z test_meta_inplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4147895Z test_meta_inplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4148331Z test_meta_inplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4148772Z test_meta_inplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4149085Z test_meta_inplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4149238Z test_meta_inplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4149389Z test_meta_inplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4149538Z test_meta_inplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4149689Z test_meta_inplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4149835Z test_meta_inplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4149983Z test_meta_inplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4150190Z test_meta_inplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4150387Z test_meta_inplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4150643Z test_meta_inplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4150842Z test_meta_inplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4151041Z test_meta_inplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4151236Z test_meta_inplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4151416Z test_meta_inplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4151605Z test_meta_inplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4151797Z test_meta_inplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4151987Z test_meta_inplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4152170Z test_meta_inplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4152359Z test_meta_inplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4152553Z test_meta_inplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4152742Z test_meta_inplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4152936Z test_meta_inplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4153129Z test_meta_inplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4153322Z test_meta_inplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4153529Z test_meta_inplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4153967Z test_meta_inplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4154398Z test_meta_inplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4154706Z test_meta_inplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4155225Z test_meta_inplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4155411Z test_meta_inplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4155603Z test_meta_inplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4155788Z test_meta_inplace_bool_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4155981Z test_meta_inplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4156173Z test_meta_inplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4156365Z test_meta_inplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4156552Z test_meta_inplace_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4156740Z test_meta_inplace_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4156925Z test_meta_inplace_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4157146Z test_meta_inplace_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4157330Z test_meta_inplace_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4157510Z test_meta_inplace_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4157695Z test_meta_inplace_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4157883Z test_meta_inplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4158089Z test_meta_inplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4158298Z test_meta_inplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4158503Z test_meta_inplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4158714Z test_meta_inplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4158922Z test_meta_inplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4159126Z test_meta_inplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4159328Z test_meta_inplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4159531Z test_meta_inplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4159753Z test_meta_inplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4160241Z test_meta_inplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4160711Z test_meta_inplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4161149Z test_meta_inplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4161529Z test_meta_inplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4161787Z test_meta_inplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4161983Z test_meta_inplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4162188Z test_meta_inplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4162482Z test_meta_inplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4162685Z test_meta_inplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4162885Z test_meta_inplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4163083Z test_meta_inplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4163281Z test_meta_inplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4163468Z test_meta_inplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4163713Z test_meta_inplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4163906Z test_meta_inplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4164096Z test_meta_inplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4164284Z test_meta_inplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4164475Z test_meta_inplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4164666Z test_meta_inplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4164853Z test_meta_inplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4165047Z test_meta_inplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4165238Z test_meta_inplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4165432Z test_meta_inplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4165623Z test_meta_inplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4165812Z test_meta_inplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4166074Z test_meta_inplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4166525Z test_meta_inplace_byte_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4166956Z test_meta_inplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4167375Z test_meta_inplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4167748Z test_meta_inplace_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4167937Z test_meta_inplace_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4168124Z test_meta_inplace_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4168307Z test_meta_inplace_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4168548Z test_meta_inplace_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4168732Z test_meta_inplace_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4168921Z test_meta_inplace_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4169099Z test_meta_inplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4169289Z test_meta_inplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4169490Z test_meta_inplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4169699Z test_meta_inplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4169908Z test_meta_inplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4170109Z test_meta_inplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4170360Z test_meta_inplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4170563Z test_meta_inplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4170763Z test_meta_inplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4170963Z test_meta_inplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4171162Z test_meta_inplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4171362Z test_meta_inplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4171564Z test_meta_inplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4171752Z test_meta_inplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4171938Z test_meta_inplace_cat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4172131Z test_meta_inplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4172555Z test_meta_inplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4173012Z test_meta_inplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4173351Z test_meta_inplace_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4173795Z test_meta_inplace_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4174028Z test_meta_inplace_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4174212Z test_meta_inplace_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4174397Z test_meta_inplace_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4174577Z test_meta_inplace_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4174759Z test_meta_inplace_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4175405Z test_meta_inplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4175594Z test_meta_inplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4175787Z test_meta_inplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4175986Z test_meta_inplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4176177Z test_meta_inplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4176374Z test_meta_inplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4176574Z test_meta_inplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4176767Z test_meta_inplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4176960Z test_meta_inplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4177202Z test_meta_inplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4177395Z test_meta_inplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4177585Z test_meta_inplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4177772Z test_meta_inplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4177960Z test_meta_inplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4178151Z test_meta_inplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4178341Z test_meta_inplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4178634Z test_meta_inplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4178993Z test_meta_inplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4179322Z test_meta_inplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4179517Z test_meta_inplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4179858Z test_meta_inplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4180170Z test_meta_inplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4180322Z test_meta_inplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4180450Z test_meta_inplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4180647Z test_meta_inplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4180838Z test_meta_inplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4181035Z test_meta_inplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4181229Z test_meta_inplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.012s) 2022-11-23T01:52:10.4181417Z test_meta_inplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4181610Z test_meta_inplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4181800Z test_meta_inplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4182049Z test_meta_inplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4182240Z test_meta_inplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4182430Z test_meta_inplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4182616Z test_meta_inplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4182801Z test_meta_inplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4182985Z test_meta_inplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4183176Z test_meta_inplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4183366Z test_meta_inplace_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4183560Z test_meta_inplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4183797Z test_meta_inplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4183990Z test_meta_inplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4184180Z test_meta_inplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4184369Z test_meta_inplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4184556Z test_meta_inplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4184837Z test_meta_inplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4185292Z test_meta_inplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4185672Z test_meta_inplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4186114Z test_meta_inplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4186444Z test_meta_inplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4186638Z test_meta_inplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4186824Z test_meta_inplace_char_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4187019Z test_meta_inplace_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4187211Z test_meta_inplace_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4187405Z test_meta_inplace_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4187595Z test_meta_inplace_char_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4187782Z test_meta_inplace_char_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4187968Z test_meta_inplace_char_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4188155Z test_meta_inplace_char_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4188340Z test_meta_inplace_char_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4188586Z test_meta_inplace_char_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4188773Z test_meta_inplace_char_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4188957Z test_meta_inplace_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4189157Z test_meta_inplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4189357Z test_meta_inplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4189549Z test_meta_inplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4189737Z test_meta_inplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4189950Z test_meta_inplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4190159Z test_meta_inplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4190409Z test_meta_inplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4190613Z test_meta_inplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4190817Z test_meta_inplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4191255Z test_meta_inplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4191732Z test_meta_inplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4192100Z test_meta_inplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4192553Z test_meta_inplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4192758Z test_meta_inplace_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4192949Z test_meta_inplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4193142Z test_meta_inplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4193333Z test_meta_inplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4193522Z test_meta_inplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4193713Z test_meta_inplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4193901Z test_meta_inplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4194087Z test_meta_inplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4194267Z test_meta_inplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4200809Z test_meta_inplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4201048Z test_meta_inplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4201239Z test_meta_inplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4201508Z test_meta_inplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4201665Z test_meta_inplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4201822Z test_meta_inplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4201968Z test_meta_inplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4202115Z test_meta_inplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4202257Z test_meta_inplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4202477Z test_meta_inplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4202626Z test_meta_inplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4202782Z test_meta_inplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4202998Z test_meta_inplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4203156Z test_meta_inplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4203313Z test_meta_inplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4203722Z test_meta_inplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4204099Z test_meta_inplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4204417Z test_meta_inplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4204736Z test_meta_inplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4205076Z test_meta_inplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4205257Z test_meta_inplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4205413Z test_meta_inplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4205564Z test_meta_inplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4205716Z test_meta_inplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4205870Z test_meta_inplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4206023Z test_meta_inplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4206172Z test_meta_inplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4206319Z test_meta_inplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4206466Z test_meta_inplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4206613Z test_meta_inplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4206757Z test_meta_inplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4206958Z test_meta_inplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4207151Z test_meta_inplace_clone_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4207354Z test_meta_inplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4207549Z test_meta_inplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4207745Z test_meta_inplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4207925Z test_meta_inplace_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4208119Z test_meta_inplace_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4208381Z test_meta_inplace_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4208571Z test_meta_inplace_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4208760Z test_meta_inplace_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4208943Z test_meta_inplace_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4209133Z test_meta_inplace_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4209314Z test_meta_inplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4209518Z test_meta_inplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4209804Z test_meta_inplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4210301Z test_meta_inplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4210747Z test_meta_inplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4211248Z test_meta_inplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4211537Z test_meta_inplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4211739Z test_meta_inplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4211937Z test_meta_inplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4212137Z test_meta_inplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4212327Z test_meta_inplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4212515Z test_meta_inplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4212708Z test_meta_inplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4212896Z test_meta_inplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4213097Z test_meta_inplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4213296Z test_meta_inplace_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4213504Z test_meta_inplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4213710Z test_meta_inplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4213898Z test_meta_inplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4214097Z test_meta_inplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4214296Z test_meta_inplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4214493Z test_meta_inplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4214685Z test_meta_inplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4214929Z test_meta_inplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4215125Z test_meta_inplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4215323Z test_meta_inplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4215515Z test_meta_inplace_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4215709Z test_meta_inplace_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4215925Z test_meta_inplace_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4216367Z test_meta_inplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4216815Z test_meta_inplace_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4217170Z test_meta_inplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4217693Z test_meta_inplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4217929Z test_meta_inplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4218121Z test_meta_inplace_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4218311Z test_meta_inplace_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4218500Z test_meta_inplace_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4218686Z test_meta_inplace_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4218873Z test_meta_inplace_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4219055Z test_meta_inplace_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4219243Z test_meta_inplace_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4219426Z test_meta_inplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4219588Z test_meta_inplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4219733Z test_meta_inplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4219897Z test_meta_inplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4220060Z test_meta_inplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4220224Z test_meta_inplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4220384Z test_meta_inplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4220541Z test_meta_inplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4220691Z test_meta_inplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4220847Z test_meta_inplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4220997Z test_meta_inplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4221147Z test_meta_inplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4221300Z test_meta_inplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4221456Z test_meta_inplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4221719Z test_meta_inplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4221923Z test_meta_inplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4222172Z test_meta_inplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4222672Z test_meta_inplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4223118Z test_meta_inplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4223601Z test_meta_inplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4223930Z test_meta_inplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4224134Z test_meta_inplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4224394Z test_meta_inplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4224580Z test_meta_inplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4224780Z test_meta_inplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4224976Z test_meta_inplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4225177Z test_meta_inplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4225374Z test_meta_inplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4225573Z test_meta_inplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4225777Z test_meta_inplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4225977Z test_meta_inplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4226177Z test_meta_inplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4226375Z test_meta_inplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4226567Z test_meta_inplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4226763Z test_meta_inplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4226950Z test_meta_inplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4227135Z test_meta_inplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4227329Z test_meta_inplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4227527Z test_meta_inplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4227682Z test_meta_inplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4227870Z test_meta_inplace_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4228023Z test_meta_inplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4228220Z test_meta_inplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4228465Z test_meta_inplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4228923Z test_meta_inplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4229322Z test_meta_inplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4229753Z test_meta_inplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.4230083Z test_meta_inplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4230274Z test_meta_inplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4230473Z test_meta_inplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4230677Z test_meta_inplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4230939Z test_meta_inplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4231136Z test_meta_inplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4231327Z test_meta_inplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4231519Z test_meta_inplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4231715Z test_meta_inplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4231909Z test_meta_inplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4232105Z test_meta_inplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4232294Z test_meta_inplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4232445Z test_meta_inplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4232627Z test_meta_inplace_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4232780Z test_meta_inplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4232933Z test_meta_inplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4233081Z test_meta_inplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4233226Z test_meta_inplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4233407Z test_meta_inplace_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4233581Z test_meta_inplace_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4233753Z test_meta_inplace_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4233931Z test_meta_inplace_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4234088Z test_meta_inplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4234239Z test_meta_inplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4234420Z test_meta_inplace_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4234673Z test_meta_inplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4235033Z test_meta_inplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4235454Z test_meta_inplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4235726Z test_meta_inplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4236155Z test_meta_inplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4236366Z test_meta_inplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4236546Z test_meta_inplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4236726Z test_meta_inplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4236904Z test_meta_inplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4237109Z test_meta_inplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4237310Z test_meta_inplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4237565Z test_meta_inplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4237770Z test_meta_inplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4237970Z test_meta_inplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4238173Z test_meta_inplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4238371Z test_meta_inplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4238569Z test_meta_inplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4238759Z test_meta_inplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4238947Z test_meta_inplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4239128Z test_meta_inplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4239317Z test_meta_inplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4239507Z test_meta_inplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4239699Z test_meta_inplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4239891Z test_meta_inplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4240078Z test_meta_inplace_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4240267Z test_meta_inplace_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4240450Z test_meta_inplace_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4240634Z test_meta_inplace_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4240991Z test_meta_inplace_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4241449Z test_meta_inplace_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4241820Z test_meta_inplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4242430Z test_meta_inplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4242641Z test_meta_inplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4242839Z test_meta_inplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4243031Z test_meta_inplace_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4243221Z test_meta_inplace_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4243408Z test_meta_inplace_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4243596Z test_meta_inplace_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4243785Z test_meta_inplace_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4243972Z test_meta_inplace_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4244200Z test_meta_inplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4244393Z test_meta_inplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4244578Z test_meta_inplace_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4244769Z test_meta_inplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4244947Z test_meta_inplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4245137Z test_meta_inplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4245325Z test_meta_inplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4245513Z test_meta_inplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4245697Z test_meta_inplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4245881Z test_meta_inplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4246072Z test_meta_inplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4246255Z test_meta_inplace_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4246449Z test_meta_inplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4246639Z test_meta_inplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4246828Z test_meta_inplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4247187Z test_meta_inplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4247651Z test_meta_inplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4247972Z test_meta_inplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4248162Z test_meta_inplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4248371Z test_meta_inplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4248808Z test_meta_inplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4249054Z test_meta_inplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4249213Z test_meta_inplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4249363Z test_meta_inplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4249511Z test_meta_inplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4249660Z test_meta_inplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4249791Z test_meta_inplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4249939Z test_meta_inplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4250083Z test_meta_inplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4250254Z test_meta_inplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4250426Z test_meta_inplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped (0.006s) 2022-11-23T01:52:10.4250597Z test_meta_inplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4250810Z test_meta_inplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4250973Z test_meta_inplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4251134Z test_meta_inplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4251294Z test_meta_inplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4251453Z test_meta_inplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped (0.010s) 2022-11-23T01:52:10.4251613Z test_meta_inplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4251776Z test_meta_inplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped (0.000s) 2022-11-23T01:52:10.4251993Z test_meta_inplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4252215Z test_meta_inplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4252435Z test_meta_inplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4252647Z test_meta_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4252861Z test_meta_inplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4253070Z test_meta_inplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4253279Z test_meta_inplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4253520Z test_meta_inplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4254001Z test_meta_inplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4254455Z test_meta_inplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4254810Z test_meta_inplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4255199Z test_meta_inplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:10.4255356Z test_meta_inplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4255565Z test_meta_inplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4255717Z test_meta_inplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4255908Z test_meta_inplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4256098Z test_meta_inplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4256284Z test_meta_inplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4256473Z test_meta_inplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4256658Z test_meta_inplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4256854Z test_meta_inplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4257045Z test_meta_inplace_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4257244Z test_meta_inplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4257980Z test_meta_inplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4258174Z test_meta_inplace_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4258368Z test_meta_inplace_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4258557Z test_meta_inplace_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4258743Z test_meta_inplace_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4258933Z test_meta_inplace_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4259117Z test_meta_inplace_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4259310Z test_meta_inplace_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4259479Z test_meta_inplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4259722Z test_meta_inplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4260178Z test_meta_inplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4260652Z test_meta_inplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4261066Z test_meta_inplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4261478Z test_meta_inplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4261683Z test_meta_inplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4261876Z test_meta_inplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4262062Z test_meta_inplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4262254Z test_meta_inplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4262442Z test_meta_inplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4262694Z test_meta_inplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4262889Z test_meta_inplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4263085Z test_meta_inplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4263283Z test_meta_inplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4263475Z test_meta_inplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4263676Z test_meta_inplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4263874Z test_meta_inplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4264073Z test_meta_inplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4264263Z test_meta_inplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4264489Z test_meta_inplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4264682Z test_meta_inplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4264874Z test_meta_inplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4265066Z test_meta_inplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4265255Z test_meta_inplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4265432Z test_meta_inplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4265636Z test_meta_inplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4265836Z test_meta_inplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4266280Z test_meta_inplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4266766Z test_meta_inplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4267144Z test_meta_inplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4267622Z test_meta_inplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4267832Z test_meta_inplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4268030Z test_meta_inplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4268232Z test_meta_inplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4268425Z test_meta_inplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4268615Z test_meta_inplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4268811Z test_meta_inplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4269003Z test_meta_inplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4269256Z test_meta_inplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4269451Z test_meta_inplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4269652Z test_meta_inplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4269852Z test_meta_inplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4270045Z test_meta_inplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4270240Z test_meta_inplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4270430Z test_meta_inplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4270617Z test_meta_inplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4270809Z test_meta_inplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4271050Z test_meta_inplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4271239Z test_meta_inplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4271429Z test_meta_inplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4271604Z test_meta_inplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4271810Z test_meta_inplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4272014Z test_meta_inplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4272405Z test_meta_inplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4272928Z test_meta_inplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4273309Z test_meta_inplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4273796Z test_meta_inplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4274017Z test_meta_inplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4274218Z test_meta_inplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4274422Z test_meta_inplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4274623Z test_meta_inplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4274815Z test_meta_inplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4275005Z test_meta_inplace_diff_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4275199Z test_meta_inplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4275392Z test_meta_inplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4275580Z test_meta_inplace_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4275829Z test_meta_inplace_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4276017Z test_meta_inplace_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4276203Z test_meta_inplace_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4276389Z test_meta_inplace_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4276568Z test_meta_inplace_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4276754Z test_meta_inplace_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4276937Z test_meta_inplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4277094Z test_meta_inplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4277284Z test_meta_inplace_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4277423Z test_meta_inplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4277617Z test_meta_inplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4277805Z test_meta_inplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4277990Z test_meta_inplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:52:10.4278174Z test_meta_inplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4278406Z test_meta_inplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4278838Z test_meta_inplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4279292Z test_meta_inplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4279691Z test_meta_inplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4280095Z test_meta_inplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4280286Z test_meta_inplace_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4280474Z test_meta_inplace_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4280662Z test_meta_inplace_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4280829Z test_meta_inplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4280997Z test_meta_inplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4281161Z test_meta_inplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4281325Z test_meta_inplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4281487Z test_meta_inplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4281651Z test_meta_inplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4281811Z test_meta_inplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.4281974Z test_meta_inplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4282119Z test_meta_inplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4282374Z test_meta_inplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4282647Z test_meta_inplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4282824Z test_meta_inplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4282997Z test_meta_inplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4283167Z test_meta_inplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4283335Z test_meta_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4283497Z test_meta_inplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4283698Z test_meta_inplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4283899Z test_meta_inplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:10.4284098Z test_meta_inplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:10.4284342Z test_meta_inplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4284540Z test_meta_inplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:10.4284705Z test_meta_inplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4284869Z test_meta_inplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4285032Z test_meta_inplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4285193Z test_meta_inplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4285358Z test_meta_inplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4285521Z test_meta_inplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4285685Z test_meta_inplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4285846Z test_meta_inplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4285993Z test_meta_inplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4286183Z test_meta_inplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4286378Z test_meta_inplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4286570Z test_meta_inplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4286759Z test_meta_inplace_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4286945Z test_meta_inplace_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4287130Z test_meta_inplace_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4287316Z test_meta_inplace_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4287495Z test_meta_inplace_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4287676Z test_meta_inplace_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4287856Z test_meta_inplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4288046Z test_meta_inplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4288689Z test_meta_inplace_double_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4288897Z test_meta_inplace_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4289097Z test_meta_inplace_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4289287Z test_meta_inplace_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4289480Z test_meta_inplace_double_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4289872Z test_meta_inplace_double_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4290466Z test_meta_inplace_double_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4290806Z test_meta_inplace_double_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4291251Z test_meta_inplace_double_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4291554Z test_meta_inplace_double_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4291743Z test_meta_inplace_double_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4291929Z test_meta_inplace_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4292109Z test_meta_inplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4292299Z test_meta_inplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4292498Z test_meta_inplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4292693Z test_meta_inplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4292885Z test_meta_inplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4293079Z test_meta_inplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4293269Z test_meta_inplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4293458Z test_meta_inplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4293645Z test_meta_inplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4293835Z test_meta_inplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4294019Z test_meta_inplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4294206Z test_meta_inplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4294390Z test_meta_inplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4294586Z test_meta_inplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4294774Z test_meta_inplace_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4294972Z test_meta_inplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4295217Z test_meta_inplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4295408Z test_meta_inplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4295600Z test_meta_inplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4295790Z test_meta_inplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4295981Z test_meta_inplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4296167Z test_meta_inplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4296354Z test_meta_inplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4296543Z test_meta_inplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4296730Z test_meta_inplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4296944Z test_meta_inplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4297139Z test_meta_inplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4297337Z test_meta_inplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4297531Z test_meta_inplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4297722Z test_meta_inplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4297914Z test_meta_inplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4298099Z test_meta_inplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4298288Z test_meta_inplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4298475Z test_meta_inplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4298663Z test_meta_inplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4298848Z test_meta_inplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4299040Z test_meta_inplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4299229Z test_meta_inplace_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4299424Z test_meta_inplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4299619Z test_meta_inplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4299818Z test_meta_inplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4300009Z test_meta_inplace_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4300198Z test_meta_inplace_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4300386Z test_meta_inplace_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4300574Z test_meta_inplace_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4300801Z test_meta_inplace_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4300983Z test_meta_inplace_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4301172Z test_meta_inplace_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4301352Z test_meta_inplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4301536Z test_meta_inplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4301724Z test_meta_inplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4301924Z test_meta_inplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4302127Z test_meta_inplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4302325Z test_meta_inplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4302562Z test_meta_inplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4302755Z test_meta_inplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4302941Z test_meta_inplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4303134Z test_meta_inplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4303319Z test_meta_inplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4303507Z test_meta_inplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4303700Z test_meta_inplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4303896Z test_meta_inplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4304044Z test_meta_inplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4304187Z test_meta_inplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4304339Z test_meta_inplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4304488Z test_meta_inplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4304635Z test_meta_inplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4304777Z test_meta_inplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4304923Z test_meta_inplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4305062Z test_meta_inplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4305204Z test_meta_inplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4305332Z test_meta_inplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4305470Z test_meta_inplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4305608Z test_meta_inplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4305745Z test_meta_inplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4306020Z test_meta_inplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4306466Z test_meta_inplace_equal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4306988Z test_meta_inplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4307471Z test_meta_inplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4307775Z test_meta_inplace_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4307968Z test_meta_inplace_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4308162Z test_meta_inplace_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4308349Z test_meta_inplace_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4308536Z test_meta_inplace_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4308721Z test_meta_inplace_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4308906Z test_meta_inplace_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4309138Z test_meta_inplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4309284Z test_meta_inplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4309470Z test_meta_inplace_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4309616Z test_meta_inplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4309759Z test_meta_inplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4309927Z test_meta_inplace_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4310102Z test_meta_inplace_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4310274Z test_meta_inplace_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4310450Z test_meta_inplace_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4310627Z test_meta_inplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4310778Z test_meta_inplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4310960Z test_meta_inplace_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4311107Z test_meta_inplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4311254Z test_meta_inplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4311438Z test_meta_inplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4311622Z test_meta_inplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4311801Z test_meta_inplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4311985Z test_meta_inplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4312158Z test_meta_inplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4312316Z test_meta_inplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4312499Z test_meta_inplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4312647Z test_meta_inplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4312793Z test_meta_inplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4313016Z test_meta_inplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4313200Z test_meta_inplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4313384Z test_meta_inplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.4313564Z test_meta_inplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4313744Z test_meta_inplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4313894Z test_meta_inplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4314075Z test_meta_inplace_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4314222Z test_meta_inplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4314367Z test_meta_inplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4314508Z test_meta_inplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4314685Z test_meta_inplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4314906Z test_meta_inplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4315084Z test_meta_inplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4315258Z test_meta_inplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4315424Z test_meta_inplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4315569Z test_meta_inplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4315747Z test_meta_inplace_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4315899Z test_meta_inplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4316048Z test_meta_inplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4316193Z test_meta_inplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4316337Z test_meta_inplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4316514Z test_meta_inplace_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4316686Z test_meta_inplace_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4316856Z test_meta_inplace_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4317032Z test_meta_inplace_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4317205Z test_meta_inplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4317404Z test_meta_inplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4317598Z test_meta_inplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4317799Z test_meta_inplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4317999Z test_meta_inplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4318194Z test_meta_inplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4318384Z test_meta_inplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4318609Z test_meta_inplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4318801Z test_meta_inplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4318995Z test_meta_inplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4319184Z test_meta_inplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4319363Z test_meta_inplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4319550Z test_meta_inplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4319741Z test_meta_inplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4319933Z test_meta_inplace_expand_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4320125Z test_meta_inplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4320361Z test_meta_inplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4320553Z test_meta_inplace_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4320744Z test_meta_inplace_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4320936Z test_meta_inplace_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4321125Z test_meta_inplace_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4321313Z test_meta_inplace_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4321500Z test_meta_inplace_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4321689Z test_meta_inplace_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4321872Z test_meta_inplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4322023Z test_meta_inplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4322203Z test_meta_inplace_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4322450Z test_meta_inplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4322603Z test_meta_inplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4322787Z test_meta_inplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4322969Z test_meta_inplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4323148Z test_meta_inplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4323328Z test_meta_inplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4323508Z test_meta_inplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4323683Z test_meta_inplace_eye_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4323879Z test_meta_inplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4324070Z test_meta_inplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4324304Z test_meta_inplace_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4324490Z test_meta_inplace_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4324676Z test_meta_inplace_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4324858Z test_meta_inplace_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4325042Z test_meta_inplace_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4325222Z test_meta_inplace_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4325405Z test_meta_inplace_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4325583Z test_meta_inplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4325773Z test_meta_inplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4326009Z test_meta_inplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4326207Z test_meta_inplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4326400Z test_meta_inplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4326585Z test_meta_inplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4326775Z test_meta_inplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4326965Z test_meta_inplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4327151Z test_meta_inplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4327338Z test_meta_inplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4327521Z test_meta_inplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4327707Z test_meta_inplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4327900Z test_meta_inplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4328093Z test_meta_inplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4328282Z test_meta_inplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4328462Z test_meta_inplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4328649Z test_meta_inplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4328836Z test_meta_inplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4329022Z test_meta_inplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4329208Z test_meta_inplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4329392Z test_meta_inplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4329576Z test_meta_inplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4329816Z test_meta_inplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4330011Z test_meta_inplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4330205Z test_meta_inplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4330390Z test_meta_inplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4330579Z test_meta_inplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4330766Z test_meta_inplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4330952Z test_meta_inplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4331140Z test_meta_inplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4331325Z test_meta_inplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4331569Z test_meta_inplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4331762Z test_meta_inplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4331961Z test_meta_inplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4332163Z test_meta_inplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4332363Z test_meta_inplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4332561Z test_meta_inplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4332751Z test_meta_inplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4332948Z test_meta_inplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4333142Z test_meta_inplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4333316Z test_meta_inplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4333498Z test_meta_inplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4333691Z test_meta_inplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4333878Z test_meta_inplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4334064Z test_meta_inplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4334261Z test_meta_inplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4334456Z test_meta_inplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4334646Z test_meta_inplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4334832Z test_meta_inplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4335019Z test_meta_inplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4335248Z test_meta_inplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4335434Z test_meta_inplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4335625Z test_meta_inplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4335810Z test_meta_inplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4335999Z test_meta_inplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4336195Z test_meta_inplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4336392Z test_meta_inplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4336585Z test_meta_inplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4336770Z test_meta_inplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4337000Z test_meta_inplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4337216Z test_meta_inplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4337581Z test_meta_inplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4338063Z test_meta_inplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4338426Z test_meta_inplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4338867Z test_meta_inplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4339129Z test_meta_inplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4339333Z test_meta_inplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4339525Z test_meta_inplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4339711Z test_meta_inplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4339899Z test_meta_inplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4340088Z test_meta_inplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4340276Z test_meta_inplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4340465Z test_meta_inplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4340653Z test_meta_inplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4340840Z test_meta_inplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4341037Z test_meta_inplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4341230Z test_meta_inplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4341421Z test_meta_inplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4341681Z test_meta_inplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4341867Z test_meta_inplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4342054Z test_meta_inplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4342241Z test_meta_inplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4342430Z test_meta_inplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4342615Z test_meta_inplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4342803Z test_meta_inplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4343000Z test_meta_inplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4343196Z test_meta_inplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4343432Z test_meta_inplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4343618Z test_meta_inplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4343805Z test_meta_inplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4343992Z test_meta_inplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4344164Z test_meta_inplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4344355Z test_meta_inplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4344540Z test_meta_inplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4344729Z test_meta_inplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4344924Z test_meta_inplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4345120Z test_meta_inplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4345314Z test_meta_inplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4345501Z test_meta_inplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4345691Z test_meta_inplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4345878Z test_meta_inplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4346069Z test_meta_inplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4346255Z test_meta_inplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4346442Z test_meta_inplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4346643Z test_meta_inplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4346840Z test_meta_inplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4347091Z test_meta_inplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4347296Z test_meta_inplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4347502Z test_meta_inplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4347700Z test_meta_inplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4347898Z test_meta_inplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4348096Z test_meta_inplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4348289Z test_meta_inplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4348481Z test_meta_inplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4348669Z test_meta_inplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4348905Z test_meta_inplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4349093Z test_meta_inplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4349270Z test_meta_inplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4349464Z test_meta_inplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4349653Z test_meta_inplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4349844Z test_meta_inplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4350029Z test_meta_inplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4350213Z test_meta_inplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4350401Z test_meta_inplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4350591Z test_meta_inplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4350778Z test_meta_inplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4350970Z test_meta_inplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4351160Z test_meta_inplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4351347Z test_meta_inplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4351536Z test_meta_inplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4351722Z test_meta_inplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4351909Z test_meta_inplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4352091Z test_meta_inplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4352279Z test_meta_inplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4352713Z test_meta_inplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4353112Z test_meta_inplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4353308Z test_meta_inplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4353492Z test_meta_inplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4353672Z test_meta_inplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4353859Z test_meta_inplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4354049Z test_meta_inplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4354243Z test_meta_inplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4354428Z test_meta_inplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4355108Z test_meta_inplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4355301Z test_meta_inplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.4355489Z test_meta_inplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.005s) 2022-11-23T01:52:10.4355674Z test_meta_inplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4355857Z test_meta_inplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4356041Z test_meta_inplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4356228Z test_meta_inplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4356421Z test_meta_inplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4356611Z test_meta_inplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4356809Z test_meta_inplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4357005Z test_meta_inplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4357198Z test_meta_inplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4357387Z test_meta_inplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4357609Z test_meta_inplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4358057Z test_meta_inplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4358504Z test_meta_inplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4358943Z test_meta_inplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4359341Z test_meta_inplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4359531Z test_meta_inplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4359795Z test_meta_inplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4359995Z test_meta_inplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4360192Z test_meta_inplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4360379Z test_meta_inplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4360569Z test_meta_inplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4360753Z test_meta_inplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4360922Z test_meta_inplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4361110Z test_meta_inplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4361303Z test_meta_inplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4361540Z test_meta_inplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4361732Z test_meta_inplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4361917Z test_meta_inplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4362102Z test_meta_inplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4362365Z test_meta_inplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4362555Z test_meta_inplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4362742Z test_meta_inplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4362927Z test_meta_inplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4363118Z test_meta_inplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4363308Z test_meta_inplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4363491Z test_meta_inplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4363674Z test_meta_inplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4363862Z test_meta_inplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4364053Z test_meta_inplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4364242Z test_meta_inplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4364428Z test_meta_inplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4364615Z test_meta_inplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4364809Z test_meta_inplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4364996Z test_meta_inplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4365184Z test_meta_inplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4365413Z test_meta_inplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4365600Z test_meta_inplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4365776Z test_meta_inplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4365961Z test_meta_inplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4366112Z test_meta_inplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4366256Z test_meta_inplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4366407Z test_meta_inplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4366557Z test_meta_inplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4366707Z test_meta_inplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4366853Z test_meta_inplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4367042Z test_meta_inplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4367184Z test_meta_inplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4367327Z test_meta_inplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4367469Z test_meta_inplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4367612Z test_meta_inplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4367754Z test_meta_inplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4367895Z test_meta_inplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4368095Z test_meta_inplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4368284Z test_meta_inplace_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4368486Z test_meta_inplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4368683Z test_meta_inplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4368861Z test_meta_inplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4369054Z test_meta_inplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4369245Z test_meta_inplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4369439Z test_meta_inplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4369628Z test_meta_inplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4369819Z test_meta_inplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4370008Z test_meta_inplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4370199Z test_meta_inplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4370385Z test_meta_inplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4370571Z test_meta_inplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4370756Z test_meta_inplace_flip_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4370988Z test_meta_inplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4371182Z test_meta_inplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4371371Z test_meta_inplace_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4371558Z test_meta_inplace_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4371745Z test_meta_inplace_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4371932Z test_meta_inplace_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4372117Z test_meta_inplace_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.012s) 2022-11-23T01:52:10.4372298Z test_meta_inplace_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4372483Z test_meta_inplace_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4372707Z test_meta_inplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4372899Z test_meta_inplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4373088Z test_meta_inplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4373285Z test_meta_inplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4373466Z test_meta_inplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4373659Z test_meta_inplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4373849Z test_meta_inplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4374040Z test_meta_inplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4374227Z test_meta_inplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4374414Z test_meta_inplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4374599Z test_meta_inplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4374786Z test_meta_inplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4374972Z test_meta_inplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4375161Z test_meta_inplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4375349Z test_meta_inplace_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4375543Z test_meta_inplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4375734Z test_meta_inplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4375923Z test_meta_inplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4376111Z test_meta_inplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4376300Z test_meta_inplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4376530Z test_meta_inplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4376715Z test_meta_inplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4376902Z test_meta_inplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4377088Z test_meta_inplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4377271Z test_meta_inplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4377459Z test_meta_inplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4377645Z test_meta_inplace_float_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4377841Z test_meta_inplace_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4378032Z test_meta_inplace_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4378254Z test_meta_inplace_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4378444Z test_meta_inplace_float_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4378634Z test_meta_inplace_float_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4378822Z test_meta_inplace_float_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4379007Z test_meta_inplace_float_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4379195Z test_meta_inplace_float_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4379375Z test_meta_inplace_float_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4379562Z test_meta_inplace_float_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4379740Z test_meta_inplace_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4379931Z test_meta_inplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4380116Z test_meta_inplace_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:10.4380277Z test_meta_inplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4380472Z test_meta_inplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4380661Z test_meta_inplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4380853Z test_meta_inplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4381011Z test_meta_inplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4381196Z test_meta_inplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4381381Z test_meta_inplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4381563Z test_meta_inplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4381747Z test_meta_inplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4382381Z test_meta_inplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4382542Z test_meta_inplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4382693Z test_meta_inplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4382829Z test_meta_inplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4382973Z test_meta_inplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4383114Z test_meta_inplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4383254Z test_meta_inplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4383395Z test_meta_inplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4383537Z test_meta_inplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4383700Z test_meta_inplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4383857Z test_meta_inplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4384007Z test_meta_inplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4384200Z test_meta_inplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4384353Z test_meta_inplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4384506Z test_meta_inplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4384657Z test_meta_inplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4384809Z test_meta_inplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4384959Z test_meta_inplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4385153Z test_meta_inplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4385341Z test_meta_inplace_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4385534Z test_meta_inplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4385712Z test_meta_inplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4385901Z test_meta_inplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4386086Z test_meta_inplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4386270Z test_meta_inplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4386452Z test_meta_inplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4386640Z test_meta_inplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4386821Z test_meta_inplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4387011Z test_meta_inplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4387198Z test_meta_inplace_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4387385Z test_meta_inplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4387567Z test_meta_inplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4387754Z test_meta_inplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4387977Z test_meta_inplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4388163Z test_meta_inplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4388344Z test_meta_inplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4388528Z test_meta_inplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4388707Z test_meta_inplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4388855Z test_meta_inplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4389002Z test_meta_inplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4389144Z test_meta_inplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4389285Z test_meta_inplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4389426Z test_meta_inplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4389600Z test_meta_inplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4389741Z test_meta_inplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4389883Z test_meta_inplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4390022Z test_meta_inplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4390171Z test_meta_inplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4390318Z test_meta_inplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4390462Z test_meta_inplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4390602Z test_meta_inplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4390799Z test_meta_inplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4390993Z test_meta_inplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4391185Z test_meta_inplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4391376Z test_meta_inplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4391564Z test_meta_inplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4391749Z test_meta_inplace_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4391940Z test_meta_inplace_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4392134Z test_meta_inplace_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4392324Z test_meta_inplace_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4392515Z test_meta_inplace_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4392701Z test_meta_inplace_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4392886Z test_meta_inplace_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4393069Z test_meta_inplace_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4393240Z test_meta_inplace_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4393461Z test_meta_inplace_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4393647Z test_meta_inplace_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4393885Z test_meta_inplace_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4394268Z test_meta_inplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4394768Z test_meta_inplace_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4395080Z test_meta_inplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4395569Z test_meta_inplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4395853Z test_meta_inplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4396042Z test_meta_inplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4396287Z test_meta_inplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4396476Z test_meta_inplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4396666Z test_meta_inplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4396855Z test_meta_inplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4397045Z test_meta_inplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4397234Z test_meta_inplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4397426Z test_meta_inplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4397618Z test_meta_inplace_gather_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4397817Z test_meta_inplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4398011Z test_meta_inplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4398202Z test_meta_inplace_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4398395Z test_meta_inplace_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4398583Z test_meta_inplace_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4398777Z test_meta_inplace_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4398962Z test_meta_inplace_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4399139Z test_meta_inplace_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4399325Z test_meta_inplace_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4399510Z test_meta_inplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4399653Z test_meta_inplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4399794Z test_meta_inplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4399934Z test_meta_inplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4400120Z test_meta_inplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4400262Z test_meta_inplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4400408Z test_meta_inplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4400547Z test_meta_inplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4400689Z test_meta_inplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4400829Z test_meta_inplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4400970Z test_meta_inplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4401107Z test_meta_inplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4401245Z test_meta_inplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4401382Z test_meta_inplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4401522Z test_meta_inplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4401644Z test_meta_inplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4401885Z test_meta_inplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4402078Z test_meta_inplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4402268Z test_meta_inplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4402531Z test_meta_inplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4402730Z test_meta_inplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4402928Z test_meta_inplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4403126Z test_meta_inplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4403322Z test_meta_inplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4403508Z test_meta_inplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4403692Z test_meta_inplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4403882Z test_meta_inplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4404074Z test_meta_inplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4404266Z test_meta_inplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4404456Z test_meta_inplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4404660Z test_meta_inplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4404862Z test_meta_inplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4405007Z test_meta_inplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4405146Z test_meta_inplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4405290Z test_meta_inplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4405431Z test_meta_inplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4405573Z test_meta_inplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4405757Z test_meta_inplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4405885Z test_meta_inplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4406024Z test_meta_inplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4406164Z test_meta_inplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4406302Z test_meta_inplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4406496Z test_meta_inplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4406684Z test_meta_inplace_half_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4406877Z test_meta_inplace_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4407072Z test_meta_inplace_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4407260Z test_meta_inplace_half_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4407486Z test_meta_inplace_half_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4407674Z test_meta_inplace_half_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4407858Z test_meta_inplace_half_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4408043Z test_meta_inplace_half_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4408225Z test_meta_inplace_half_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4408408Z test_meta_inplace_half_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4408586Z test_meta_inplace_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4408744Z test_meta_inplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4408899Z test_meta_inplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4409053Z test_meta_inplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4409205Z test_meta_inplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4409346Z test_meta_inplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4409499Z test_meta_inplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4409648Z test_meta_inplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4409796Z test_meta_inplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4409948Z test_meta_inplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4410097Z test_meta_inplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4410292Z test_meta_inplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4410482Z test_meta_inplace_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4410671Z test_meta_inplace_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4410867Z test_meta_inplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4411055Z test_meta_inplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4411297Z test_meta_inplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4411491Z test_meta_inplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4411684Z test_meta_inplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4411873Z test_meta_inplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4412069Z test_meta_inplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4412262Z test_meta_inplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4412448Z test_meta_inplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4412638Z test_meta_inplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4412830Z test_meta_inplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4413068Z test_meta_inplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4413256Z test_meta_inplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4413430Z test_meta_inplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4413617Z test_meta_inplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4413804Z test_meta_inplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4413987Z test_meta_inplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4414180Z test_meta_inplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4414364Z test_meta_inplace_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4414560Z test_meta_inplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4414753Z test_meta_inplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4414939Z test_meta_inplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4415128Z test_meta_inplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4415317Z test_meta_inplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4415507Z test_meta_inplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4415692Z test_meta_inplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4415876Z test_meta_inplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4416061Z test_meta_inplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4416246Z test_meta_inplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4416429Z test_meta_inplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4416579Z test_meta_inplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4416727Z test_meta_inplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4416914Z test_meta_inplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4417058Z test_meta_inplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4417240Z test_meta_inplace_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4417380Z test_meta_inplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4417509Z test_meta_inplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4417687Z test_meta_inplace_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4417859Z test_meta_inplace_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4418027Z test_meta_inplace_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4418203Z test_meta_inplace_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4418371Z test_meta_inplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4418569Z test_meta_inplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4418720Z test_meta_inplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4418871Z test_meta_inplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4419015Z test_meta_inplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4419167Z test_meta_inplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4419315Z test_meta_inplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4419463Z test_meta_inplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4419615Z test_meta_inplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4419808Z test_meta_inplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4420004Z test_meta_inplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4420200Z test_meta_inplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4420354Z test_meta_inplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4420504Z test_meta_inplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4420649Z test_meta_inplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4420806Z test_meta_inplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4420958Z test_meta_inplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4421112Z test_meta_inplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4421264Z test_meta_inplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4421417Z test_meta_inplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4421564Z test_meta_inplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4421710Z test_meta_inplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.4421857Z test_meta_inplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4422003Z test_meta_inplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4422150Z test_meta_inplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4422307Z test_meta_inplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4422499Z test_meta_inplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4422662Z test_meta_inplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4422822Z test_meta_inplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4422975Z test_meta_inplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4423129Z test_meta_inplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4423280Z test_meta_inplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4423418Z test_meta_inplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4423567Z test_meta_inplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4423717Z test_meta_inplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4423867Z test_meta_inplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4424014Z test_meta_inplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4424214Z test_meta_inplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4424361Z test_meta_inplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4424522Z test_meta_inplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4424679Z test_meta_inplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4424831Z test_meta_inplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4424980Z test_meta_inplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4425132Z test_meta_inplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4425283Z test_meta_inplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4425431Z test_meta_inplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4425578Z test_meta_inplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4425726Z test_meta_inplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4425870Z test_meta_inplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4426021Z test_meta_inplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4426158Z test_meta_inplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4426315Z test_meta_inplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4426469Z test_meta_inplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4426619Z test_meta_inplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4426772Z test_meta_inplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4426923Z test_meta_inplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4427077Z test_meta_inplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4427222Z test_meta_inplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4427368Z test_meta_inplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4427514Z test_meta_inplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4427659Z test_meta_inplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4427805Z test_meta_inplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4427963Z test_meta_inplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4428159Z test_meta_inplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4428310Z test_meta_inplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.4428461Z test_meta_inplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4428612Z test_meta_inplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.4428762Z test_meta_inplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4428901Z test_meta_inplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.4429050Z test_meta_inplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4429199Z test_meta_inplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.4429403Z test_meta_inplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4429604Z test_meta_inplace_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4429809Z test_meta_inplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4430058Z test_meta_inplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4430256Z test_meta_inplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4430454Z test_meta_inplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4430652Z test_meta_inplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4430855Z test_meta_inplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4431049Z test_meta_inplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4431239Z test_meta_inplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4431422Z test_meta_inplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4431616Z test_meta_inplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4431801Z test_meta_inplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4431993Z test_meta_inplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4432189Z test_meta_inplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4432380Z test_meta_inplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4432572Z test_meta_inplace_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4432762Z test_meta_inplace_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4432945Z test_meta_inplace_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4433130Z test_meta_inplace_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4433309Z test_meta_inplace_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4433484Z test_meta_inplace_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4433701Z test_meta_inplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4433890Z test_meta_inplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4434079Z test_meta_inplace_int_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4434269Z test_meta_inplace_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4434459Z test_meta_inplace_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4434643Z test_meta_inplace_int_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4434830Z test_meta_inplace_int_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4435012Z test_meta_inplace_int_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4435195Z test_meta_inplace_int_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4435419Z test_meta_inplace_int_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4435597Z test_meta_inplace_int_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4435779Z test_meta_inplace_int_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4435958Z test_meta_inplace_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4436153Z test_meta_inplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4436344Z test_meta_inplace_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4436539Z test_meta_inplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4436735Z test_meta_inplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4436924Z test_meta_inplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4437113Z test_meta_inplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4437303Z test_meta_inplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4437488Z test_meta_inplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4437676Z test_meta_inplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4437862Z test_meta_inplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4438038Z test_meta_inplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4438225Z test_meta_inplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4438418Z test_meta_inplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4438604Z test_meta_inplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4438801Z test_meta_inplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4439000Z test_meta_inplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4439241Z test_meta_inplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4439434Z test_meta_inplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4439623Z test_meta_inplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4439808Z test_meta_inplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4439997Z test_meta_inplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4440188Z test_meta_inplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4440376Z test_meta_inplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4440568Z test_meta_inplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4440756Z test_meta_inplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4440984Z test_meta_inplace_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4441171Z test_meta_inplace_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4441355Z test_meta_inplace_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4441541Z test_meta_inplace_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4441721Z test_meta_inplace_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4441908Z test_meta_inplace_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4442085Z test_meta_inplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4442366Z test_meta_inplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4442562Z test_meta_inplace_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4442755Z test_meta_inplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4442934Z test_meta_inplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4443126Z test_meta_inplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4443317Z test_meta_inplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4443505Z test_meta_inplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4443694Z test_meta_inplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4443879Z test_meta_inplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4444064Z test_meta_inplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4444243Z test_meta_inplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4444426Z test_meta_inplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4444656Z test_meta_inplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4444846Z test_meta_inplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4445033Z test_meta_inplace_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4445225Z test_meta_inplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4445415Z test_meta_inplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4445605Z test_meta_inplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4445790Z test_meta_inplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4445978Z test_meta_inplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4446165Z test_meta_inplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4446350Z test_meta_inplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4447002Z test_meta_inplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4447189Z test_meta_inplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4447370Z test_meta_inplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4447565Z test_meta_inplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4447754Z test_meta_inplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4447939Z test_meta_inplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4448128Z test_meta_inplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4448318Z test_meta_inplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4448511Z test_meta_inplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4448703Z test_meta_inplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4448894Z test_meta_inplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4449083Z test_meta_inplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4449272Z test_meta_inplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4449470Z test_meta_inplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4449663Z test_meta_inplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4449858Z test_meta_inplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4450043Z test_meta_inplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4450225Z test_meta_inplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4450415Z test_meta_inplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4450647Z test_meta_inplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4450834Z test_meta_inplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4451025Z test_meta_inplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4451212Z test_meta_inplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4451406Z test_meta_inplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4451595Z test_meta_inplace_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4451791Z test_meta_inplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4451985Z test_meta_inplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4452172Z test_meta_inplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4452403Z test_meta_inplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4452590Z test_meta_inplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4452765Z test_meta_inplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4452954Z test_meta_inplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4453141Z test_meta_inplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4453332Z test_meta_inplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4453518Z test_meta_inplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4453705Z test_meta_inplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4453899Z test_meta_inplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4454089Z test_meta_inplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4454292Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4454489Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4454689Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4454894Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4455093Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4455289Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4455484Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4455679Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4455869Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4456096Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4456288Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4456478Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4456684Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4456887Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4457097Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4457306Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4457511Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4457714Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4457949Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4458136Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4458336Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4458529Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4458726Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.4458923Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4459112Z test_meta_inplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4459297Z test_meta_inplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4459490Z test_meta_inplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.4459678Z test_meta_inplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4459866Z test_meta_inplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4460052Z test_meta_inplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4460236Z test_meta_inplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4460419Z test_meta_inplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:52:10.4460602Z test_meta_inplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4460780Z test_meta_inplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4460964Z test_meta_inplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4461145Z test_meta_inplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4461347Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4461587Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4461795Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4462002Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4462205Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4462404Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4462601Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4462798Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4462980Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4463179Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4463417Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4463617Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4463803Z test_meta_inplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4463985Z test_meta_inplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4464175Z test_meta_inplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4464365Z test_meta_inplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.4464550Z test_meta_inplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.4464736Z test_meta_inplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4464916Z test_meta_inplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.4465096Z test_meta_inplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4465277Z test_meta_inplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4465458Z test_meta_inplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:52:10.4465642Z test_meta_inplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4465821Z test_meta_inplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.4466013Z test_meta_inplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4466202Z test_meta_inplace_kron_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4466396Z test_meta_inplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4466591Z test_meta_inplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4466778Z test_meta_inplace_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4466966Z test_meta_inplace_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4467193Z test_meta_inplace_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4467381Z test_meta_inplace_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4467555Z test_meta_inplace_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4467739Z test_meta_inplace_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4467924Z test_meta_inplace_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4468108Z test_meta_inplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4468306Z test_meta_inplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4468501Z test_meta_inplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4468687Z test_meta_inplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4468923Z test_meta_inplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4469113Z test_meta_inplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4469303Z test_meta_inplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4469495Z test_meta_inplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4469682Z test_meta_inplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4469826Z test_meta_inplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4469968Z test_meta_inplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4470108Z test_meta_inplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4470252Z test_meta_inplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4470391Z test_meta_inplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4470542Z test_meta_inplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4470727Z test_meta_inplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4470883Z test_meta_inplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4471034Z test_meta_inplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4471170Z test_meta_inplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4471320Z test_meta_inplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4471464Z test_meta_inplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4471650Z test_meta_inplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4471834Z test_meta_inplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T01:52:10.4472016Z test_meta_inplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4472196Z test_meta_inplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4472376Z test_meta_inplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4472525Z test_meta_inplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4473064Z test_meta_inplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4473216Z test_meta_inplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4473360Z test_meta_inplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4473504Z test_meta_inplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4473644Z test_meta_inplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4473783Z test_meta_inplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4473921Z test_meta_inplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4474060Z test_meta_inplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4474196Z test_meta_inplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4474331Z test_meta_inplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4474483Z test_meta_inplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.4474635Z test_meta_inplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.4474825Z test_meta_inplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4474968Z test_meta_inplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4475118Z test_meta_inplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4475303Z test_meta_inplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4475453Z test_meta_inplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4475602Z test_meta_inplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4475787Z test_meta_inplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4475975Z test_meta_inplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4476158Z test_meta_inplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4476343Z test_meta_inplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4476522Z test_meta_inplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4476734Z test_meta_inplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4476942Z test_meta_inplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4477144Z test_meta_inplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4477351Z test_meta_inplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4477561Z test_meta_inplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4477786Z test_meta_inplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4478102Z test_meta_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4478418Z test_meta_inplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4478723Z test_meta_inplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4484341Z test_meta_inplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4484759Z test_meta_inplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4484965Z test_meta_inplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4485174Z test_meta_inplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4485380Z test_meta_inplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4485588Z test_meta_inplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4485789Z test_meta_inplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4485990Z test_meta_inplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4486192Z test_meta_inplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4486387Z test_meta_inplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4486633Z test_meta_inplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4486828Z test_meta_inplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4487016Z test_meta_inplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4487218Z test_meta_inplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4487422Z test_meta_inplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4487621Z test_meta_inplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4487815Z test_meta_inplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4488033Z test_meta_inplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4488246Z test_meta_inplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4488453Z test_meta_inplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4488661Z test_meta_inplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4488863Z test_meta_inplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4489063Z test_meta_inplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4489260Z test_meta_inplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4489448Z test_meta_inplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4489651Z test_meta_inplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4489841Z test_meta_inplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4490037Z test_meta_inplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4490270Z test_meta_inplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4490478Z test_meta_inplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4490685Z test_meta_inplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4490886Z test_meta_inplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4491089Z test_meta_inplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4491294Z test_meta_inplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4491497Z test_meta_inplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4491702Z test_meta_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4491904Z test_meta_inplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4492172Z test_meta_inplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4492395Z test_meta_inplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4492611Z test_meta_inplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4492822Z test_meta_inplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4493023Z test_meta_inplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4493223Z test_meta_inplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4493421Z test_meta_inplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4493612Z test_meta_inplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4493813Z test_meta_inplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4494012Z test_meta_inplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4494209Z test_meta_inplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4494406Z test_meta_inplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4494616Z test_meta_inplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4494825Z test_meta_inplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4495029Z test_meta_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4495231Z test_meta_inplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4495440Z test_meta_inplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4495641Z test_meta_inplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4495970Z test_meta_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4496183Z test_meta_inplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4496393Z test_meta_inplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4496640Z test_meta_inplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4496849Z test_meta_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4497047Z test_meta_inplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4497249Z test_meta_inplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4497450Z test_meta_inplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4497695Z test_meta_inplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4497887Z test_meta_inplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4498110Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4498328Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4498542Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4498754Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4498953Z test_meta_inplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4499151Z test_meta_inplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4499344Z test_meta_inplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4499533Z test_meta_inplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4499739Z test_meta_inplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4499943Z test_meta_inplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4500141Z test_meta_inplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4500343Z test_meta_inplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4500550Z test_meta_inplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4500759Z test_meta_inplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4500962Z test_meta_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4501162Z test_meta_inplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4501408Z test_meta_inplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4501613Z test_meta_inplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4501802Z test_meta_inplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4502002Z test_meta_inplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4502203Z test_meta_inplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4502411Z test_meta_inplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4502621Z test_meta_inplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4502827Z test_meta_inplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4503028Z test_meta_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4503275Z test_meta_inplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4503486Z test_meta_inplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4503697Z test_meta_inplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4503902Z test_meta_inplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4504107Z test_meta_inplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4504314Z test_meta_inplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4504525Z test_meta_inplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4504730Z test_meta_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4504932Z test_meta_inplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4505154Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4505380Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4505599Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4505822Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4506032Z test_meta_inplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4506235Z test_meta_inplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4506439Z test_meta_inplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4506636Z test_meta_inplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4506881Z test_meta_inplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4507078Z test_meta_inplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4507274Z test_meta_inplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4507469Z test_meta_inplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4507665Z test_meta_inplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4507852Z test_meta_inplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4508049Z test_meta_inplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4508250Z test_meta_inplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4508447Z test_meta_inplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4508683Z test_meta_inplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4508875Z test_meta_inplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4509064Z test_meta_inplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4509290Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4509517Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4509746Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4509977Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4510199Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4510416Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4510616Z test_meta_inplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4510816Z test_meta_inplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4511014Z test_meta_inplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4511205Z test_meta_inplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4511421Z test_meta_inplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4511633Z test_meta_inplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4511843Z test_meta_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4512050Z test_meta_inplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4512339Z test_meta_inplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.4512585Z test_meta_inplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.4512824Z test_meta_inplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.4513061Z 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:52:10.4513264Z test_meta_inplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4513462Z test_meta_inplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4513659Z test_meta_inplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4513849Z test_meta_inplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4514098Z test_meta_inplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4514300Z test_meta_inplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4514486Z test_meta_inplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4514686Z test_meta_inplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4514889Z test_meta_inplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4515093Z test_meta_inplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4515292Z test_meta_inplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4515490Z test_meta_inplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4515695Z test_meta_inplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4515901Z test_meta_inplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4516101Z test_meta_inplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4516300Z test_meta_inplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4516522Z test_meta_inplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4516738Z test_meta_inplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4516950Z test_meta_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4517158Z test_meta_inplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4517356Z test_meta_inplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4517554Z test_meta_inplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4517791Z test_meta_inplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4517984Z test_meta_inplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4518191Z test_meta_inplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4518395Z test_meta_inplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4518591Z test_meta_inplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4518788Z test_meta_inplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4518995Z test_meta_inplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4519203Z test_meta_inplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4519405Z test_meta_inplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4519647Z test_meta_inplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4519859Z test_meta_inplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4520068Z test_meta_inplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4520276Z test_meta_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4520468Z test_meta_inplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4520674Z test_meta_inplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4520874Z test_meta_inplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4521078Z test_meta_inplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4521272Z test_meta_inplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4521468Z test_meta_inplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4521661Z test_meta_inplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4521853Z test_meta_inplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4522053Z test_meta_inplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4522244Z test_meta_inplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4522534Z test_meta_inplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4522742Z test_meta_inplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4522943Z test_meta_inplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4523139Z test_meta_inplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4523388Z test_meta_inplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4523595Z test_meta_inplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4523808Z test_meta_inplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4524016Z test_meta_inplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4524220Z test_meta_inplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4524424Z test_meta_inplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4524623Z test_meta_inplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4524821Z test_meta_inplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4525017Z test_meta_inplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4525259Z test_meta_inplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4525454Z test_meta_inplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4525643Z test_meta_inplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4525827Z test_meta_inplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4526005Z test_meta_inplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4526199Z test_meta_inplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4526393Z test_meta_inplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4526590Z test_meta_inplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4526780Z test_meta_inplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4526928Z test_meta_inplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4527110Z test_meta_inplace_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4527262Z test_meta_inplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4527410Z test_meta_inplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4527562Z test_meta_inplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4527710Z test_meta_inplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4527893Z test_meta_inplace_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4528079Z test_meta_inplace_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4528261Z test_meta_inplace_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4528443Z test_meta_inplace_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4528622Z test_meta_inplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4528773Z test_meta_inplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4528995Z test_meta_inplace_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4529148Z test_meta_inplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4529296Z test_meta_inplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4529465Z test_meta_inplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4529649Z test_meta_inplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4529828Z test_meta_inplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4530004Z test_meta_inplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4530181Z test_meta_inplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4530329Z test_meta_inplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4530509Z test_meta_inplace_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4530659Z test_meta_inplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4530852Z test_meta_inplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4530998Z test_meta_inplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4531140Z test_meta_inplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4531316Z test_meta_inplace_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4531497Z test_meta_inplace_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4531675Z test_meta_inplace_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.4531856Z test_meta_inplace_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4532035Z test_meta_inplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4532183Z test_meta_inplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4532364Z test_meta_inplace_log_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4532515Z test_meta_inplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4532667Z test_meta_inplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4532799Z test_meta_inplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4532944Z test_meta_inplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4533122Z test_meta_inplace_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4533298Z test_meta_inplace_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4533468Z test_meta_inplace_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4533645Z test_meta_inplace_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4533815Z test_meta_inplace_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4534015Z test_meta_inplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4534212Z test_meta_inplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4534406Z test_meta_inplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.012s) 2022-11-23T01:52:10.4534660Z test_meta_inplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4534869Z test_meta_inplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4535084Z test_meta_inplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4535295Z test_meta_inplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4535499Z test_meta_inplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4535709Z test_meta_inplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4535918Z test_meta_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4536127Z test_meta_inplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4536372Z test_meta_inplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4536577Z test_meta_inplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4536780Z test_meta_inplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4536982Z test_meta_inplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4542559Z test_meta_inplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4542816Z test_meta_inplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4543035Z test_meta_inplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4543236Z test_meta_inplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4543433Z test_meta_inplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4543633Z test_meta_inplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4543826Z test_meta_inplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4544033Z test_meta_inplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4544246Z test_meta_inplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4544452Z test_meta_inplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4544656Z test_meta_inplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4544854Z test_meta_inplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4545047Z test_meta_inplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4545241Z test_meta_inplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4545402Z test_meta_inplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4545623Z test_meta_inplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4545790Z test_meta_inplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4545951Z test_meta_inplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4546113Z test_meta_inplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4546266Z test_meta_inplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4546416Z test_meta_inplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4546570Z test_meta_inplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4546725Z test_meta_inplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4546881Z test_meta_inplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4547034Z test_meta_inplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4547185Z test_meta_inplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4547347Z test_meta_inplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4548136Z test_meta_inplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4548302Z test_meta_inplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4548464Z test_meta_inplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4548623Z test_meta_inplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4548775Z test_meta_inplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4548926Z test_meta_inplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4549067Z test_meta_inplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4549225Z test_meta_inplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4549373Z test_meta_inplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4549524Z test_meta_inplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4549679Z test_meta_inplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4549840Z test_meta_inplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4549992Z test_meta_inplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4550153Z test_meta_inplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4550311Z test_meta_inplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4550463Z test_meta_inplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4550620Z test_meta_inplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4550772Z test_meta_inplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4550925Z test_meta_inplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4551074Z test_meta_inplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4551222Z test_meta_inplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4551370Z test_meta_inplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4551515Z test_meta_inplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4551673Z test_meta_inplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4551810Z test_meta_inplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4552018Z test_meta_inplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4552178Z test_meta_inplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4552334Z test_meta_inplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4552483Z test_meta_inplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4552628Z test_meta_inplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4552778Z test_meta_inplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4552930Z test_meta_inplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4553083Z test_meta_inplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4553231Z test_meta_inplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4553382Z test_meta_inplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4553534Z test_meta_inplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4553770Z test_meta_inplace_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4553921Z test_meta_inplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4554067Z test_meta_inplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4554253Z test_meta_inplace_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4554440Z test_meta_inplace_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4554625Z test_meta_inplace_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4554810Z test_meta_inplace_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4554977Z test_meta_inplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4555181Z test_meta_inplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4555384Z test_meta_inplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4555584Z test_meta_inplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4555779Z test_meta_inplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4555968Z test_meta_inplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4556160Z test_meta_inplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4556356Z test_meta_inplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4556552Z test_meta_inplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4556746Z test_meta_inplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4556933Z test_meta_inplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4557132Z test_meta_inplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4557324Z test_meta_inplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4557519Z test_meta_inplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4557759Z test_meta_inplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4557957Z test_meta_inplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4558151Z test_meta_inplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4558344Z test_meta_inplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4558533Z test_meta_inplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4558725Z test_meta_inplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4558915Z test_meta_inplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4559108Z test_meta_inplace_long_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4559299Z test_meta_inplace_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4559536Z test_meta_inplace_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4559715Z test_meta_inplace_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4559906Z test_meta_inplace_long_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4560097Z test_meta_inplace_long_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4560283Z test_meta_inplace_long_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4560472Z test_meta_inplace_long_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4560656Z test_meta_inplace_long_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4560839Z test_meta_inplace_long_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4561025Z test_meta_inplace_long_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4561205Z test_meta_inplace_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4561350Z test_meta_inplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4561491Z test_meta_inplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4561635Z test_meta_inplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4561778Z test_meta_inplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4561922Z test_meta_inplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4562062Z test_meta_inplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4562206Z test_meta_inplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4562446Z test_meta_inplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4562589Z test_meta_inplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4562728Z test_meta_inplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4562924Z test_meta_inplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4563103Z test_meta_inplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4563344Z test_meta_inplace_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4563532Z test_meta_inplace_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4563731Z test_meta_inplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4563928Z test_meta_inplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4564120Z test_meta_inplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4564310Z test_meta_inplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4564512Z test_meta_inplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4564713Z test_meta_inplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4564905Z test_meta_inplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4565142Z test_meta_inplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4565330Z test_meta_inplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4565515Z test_meta_inplace_mH_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4565708Z test_meta_inplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4565899Z test_meta_inplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4566089Z test_meta_inplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4566276Z test_meta_inplace_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4566459Z test_meta_inplace_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4566642Z test_meta_inplace_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4566825Z test_meta_inplace_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4567007Z test_meta_inplace_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4567185Z test_meta_inplace_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4567367Z test_meta_inplace_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4567556Z test_meta_inplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4567730Z test_meta_inplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4567913Z test_meta_inplace_mT_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4568103Z test_meta_inplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4568290Z test_meta_inplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4568480Z test_meta_inplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4568667Z test_meta_inplace_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4568891Z test_meta_inplace_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4569074Z test_meta_inplace_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4569258Z test_meta_inplace_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4569439Z test_meta_inplace_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4569616Z test_meta_inplace_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4569798Z test_meta_inplace_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4569983Z test_meta_inplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4570181Z test_meta_inplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4570382Z test_meta_inplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4570574Z test_meta_inplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4570804Z test_meta_inplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4571000Z test_meta_inplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4571193Z test_meta_inplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4571381Z test_meta_inplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4571573Z test_meta_inplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4571766Z test_meta_inplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4571964Z test_meta_inplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4572164Z test_meta_inplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4572357Z test_meta_inplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4572532Z test_meta_inplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4572725Z test_meta_inplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4572917Z test_meta_inplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4573104Z test_meta_inplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4573295Z test_meta_inplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4573483Z test_meta_inplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4573684Z test_meta_inplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4573886Z test_meta_inplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4574089Z test_meta_inplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4574293Z test_meta_inplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4574938Z test_meta_inplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4575146Z test_meta_inplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4575340Z test_meta_inplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4575538Z test_meta_inplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4575730Z test_meta_inplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4575931Z test_meta_inplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4576132Z test_meta_inplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4576338Z test_meta_inplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4576582Z test_meta_inplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4576774Z test_meta_inplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4576961Z test_meta_inplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4577149Z test_meta_inplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4577343Z test_meta_inplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4577534Z test_meta_inplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4577735Z test_meta_inplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.012s) 2022-11-23T01:52:10.4577945Z test_meta_inplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4578152Z test_meta_inplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4578339Z test_meta_inplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4578542Z test_meta_inplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4578740Z test_meta_inplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4578945Z test_meta_inplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4579142Z test_meta_inplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4579339Z test_meta_inplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4579535Z test_meta_inplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4579735Z test_meta_inplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4579939Z test_meta_inplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4580142Z test_meta_inplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4580389Z test_meta_inplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4580587Z test_meta_inplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4580782Z test_meta_inplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4580973Z test_meta_inplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4581163Z test_meta_inplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4581360Z test_meta_inplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4581550Z test_meta_inplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4581714Z test_meta_inplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4581869Z test_meta_inplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4582078Z test_meta_inplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4582238Z test_meta_inplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4582395Z test_meta_inplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4582552Z test_meta_inplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4582691Z test_meta_inplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4582841Z test_meta_inplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4582994Z test_meta_inplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4583148Z test_meta_inplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4583297Z test_meta_inplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4583450Z test_meta_inplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4583599Z test_meta_inplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4583808Z test_meta_inplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4584014Z test_meta_inplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4584218Z test_meta_inplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4584424Z test_meta_inplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4584633Z test_meta_inplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4584839Z test_meta_inplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4585048Z test_meta_inplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4585250Z test_meta_inplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4585451Z test_meta_inplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4585654Z test_meta_inplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4585897Z test_meta_inplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4586096Z test_meta_inplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4586303Z test_meta_inplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4586503Z test_meta_inplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4586701Z test_meta_inplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4586895Z test_meta_inplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4587095Z test_meta_inplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4587282Z test_meta_inplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4587481Z test_meta_inplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4587714Z test_meta_inplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4587899Z test_meta_inplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4588094Z test_meta_inplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4588282Z test_meta_inplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4588468Z test_meta_inplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4588661Z test_meta_inplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4588845Z test_meta_inplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4589051Z test_meta_inplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4589249Z test_meta_inplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4589448Z test_meta_inplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4589646Z test_meta_inplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4589841Z test_meta_inplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4590033Z test_meta_inplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4590222Z test_meta_inplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4590430Z test_meta_inplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4590638Z test_meta_inplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4590846Z test_meta_inplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4591050Z test_meta_inplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4591252Z test_meta_inplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4591498Z test_meta_inplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4591701Z test_meta_inplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4591900Z test_meta_inplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4592101Z test_meta_inplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4592301Z test_meta_inplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4592497Z test_meta_inplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4592676Z test_meta_inplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4592870Z test_meta_inplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4593057Z test_meta_inplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4593282Z test_meta_inplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4593476Z test_meta_inplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4593669Z test_meta_inplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4593833Z test_meta_inplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4593991Z test_meta_inplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4594156Z test_meta_inplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4594320Z test_meta_inplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4594483Z test_meta_inplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4594638Z test_meta_inplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4594788Z test_meta_inplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4594946Z test_meta_inplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4595096Z test_meta_inplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4595248Z test_meta_inplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4595403Z test_meta_inplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4595556Z test_meta_inplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4595761Z test_meta_inplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4595963Z test_meta_inplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4596168Z test_meta_inplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4596372Z test_meta_inplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4596556Z test_meta_inplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4596756Z test_meta_inplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4596994Z test_meta_inplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4597192Z test_meta_inplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4597478Z test_meta_inplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4597671Z test_meta_inplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4597867Z test_meta_inplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4598103Z test_meta_inplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4598306Z test_meta_inplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4598513Z test_meta_inplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4598716Z test_meta_inplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4598970Z test_meta_inplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4599172Z test_meta_inplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4599368Z test_meta_inplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4599564Z test_meta_inplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4599766Z test_meta_inplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4599969Z test_meta_inplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4600164Z test_meta_inplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4600357Z test_meta_inplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4600550Z test_meta_inplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4600737Z test_meta_inplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4600921Z test_meta_inplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4601115Z test_meta_inplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4601310Z test_meta_inplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4601510Z test_meta_inplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4601704Z test_meta_inplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4601890Z test_meta_inplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4602086Z test_meta_inplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4602355Z test_meta_inplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4602548Z test_meta_inplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4602779Z test_meta_inplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4602971Z test_meta_inplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4603164Z test_meta_inplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4603396Z test_meta_inplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4603587Z test_meta_inplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4603779Z test_meta_inplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4604014Z test_meta_inplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4604214Z test_meta_inplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4604415Z test_meta_inplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4604650Z test_meta_inplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4604839Z test_meta_inplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4605027Z test_meta_inplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4605217Z test_meta_inplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4605401Z test_meta_inplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4605582Z test_meta_inplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4605773Z test_meta_inplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4605965Z test_meta_inplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4606155Z test_meta_inplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4606350Z test_meta_inplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4606543Z test_meta_inplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4606735Z test_meta_inplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4606928Z test_meta_inplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4607106Z test_meta_inplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4607295Z test_meta_inplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4607481Z test_meta_inplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4607668Z test_meta_inplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4607858Z test_meta_inplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4608054Z test_meta_inplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4608293Z test_meta_inplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4608492Z test_meta_inplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4608691Z test_meta_inplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4608879Z test_meta_inplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4609074Z test_meta_inplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4609263Z test_meta_inplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4609500Z test_meta_inplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4609697Z test_meta_inplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4609888Z test_meta_inplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4610167Z test_meta_inplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4610352Z test_meta_inplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4610533Z test_meta_inplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4610724Z test_meta_inplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4610914Z test_meta_inplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4611141Z test_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4611366Z test_meta_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4611588Z test_meta_inplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4611796Z test_meta_inplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4612002Z test_meta_inplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4612207Z test_meta_inplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4612413Z test_meta_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4612607Z test_meta_inplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4612812Z test_meta_inplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4613016Z test_meta_inplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4613212Z test_meta_inplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4613413Z test_meta_inplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4613610Z test_meta_inplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4613862Z test_meta_inplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4614069Z test_meta_inplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4614282Z test_meta_inplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4614489Z test_meta_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4614698Z test_meta_inplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4614901Z test_meta_inplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4615106Z test_meta_inplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4615351Z test_meta_inplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4615606Z test_meta_inplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4615806Z test_meta_inplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4615999Z test_meta_inplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4616190Z test_meta_inplace_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4616426Z test_meta_inplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4616621Z test_meta_inplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4616816Z test_meta_inplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4617009Z test_meta_inplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4617201Z test_meta_inplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4617390Z test_meta_inplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4617582Z test_meta_inplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4617770Z test_meta_inplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4617960Z test_meta_inplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4618141Z test_meta_inplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4618337Z test_meta_inplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4618525Z test_meta_inplace_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4618713Z test_meta_inplace_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4618899Z test_meta_inplace_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4619091Z test_meta_inplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4619334Z test_meta_inplace_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4619527Z test_meta_inplace_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4619717Z test_meta_inplace_median_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4619904Z test_meta_inplace_median_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4620089Z test_meta_inplace_median_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4620277Z test_meta_inplace_median_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4620462Z test_meta_inplace_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4620685Z test_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4620898Z test_meta_inplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4621162Z test_meta_inplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4621379Z test_meta_inplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4621633Z test_meta_inplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4621841Z test_meta_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4622050Z test_meta_inplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4622303Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4622514Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4622723Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4622931Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4623135Z test_meta_inplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4623357Z test_meta_inplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4623570Z test_meta_inplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4623793Z test_meta_inplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4624001Z test_meta_inplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4624215Z test_meta_inplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4624420Z test_meta_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4624623Z test_meta_inplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4624830Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4625083Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4625298Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4625511Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4625718Z test_meta_inplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4625916Z test_meta_inplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4626105Z test_meta_inplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4626304Z test_meta_inplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4626495Z test_meta_inplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4626723Z test_meta_inplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4626917Z test_meta_inplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4627103Z test_meta_inplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4627287Z test_meta_inplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4627476Z test_meta_inplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4627711Z test_meta_inplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4627926Z test_meta_inplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4628134Z test_meta_inplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.012s) 2022-11-23T01:52:10.4628383Z test_meta_inplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4628591Z test_meta_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4628797Z test_meta_inplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4629001Z test_meta_inplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4629208Z test_meta_inplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4629406Z test_meta_inplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4629609Z test_meta_inplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4629794Z test_meta_inplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4630006Z test_meta_inplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4630210Z test_meta_inplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4630468Z test_meta_inplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4630677Z test_meta_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4630887Z test_meta_inplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4631091Z test_meta_inplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4631297Z test_meta_inplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4631501Z test_meta_inplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4631703Z test_meta_inplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4631909Z test_meta_inplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4632103Z test_meta_inplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4632336Z test_meta_inplace_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4632530Z test_meta_inplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4632722Z test_meta_inplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4632913Z test_meta_inplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4633102Z test_meta_inplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4633295Z test_meta_inplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4633483Z test_meta_inplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4633715Z test_meta_inplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4633903Z test_meta_inplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4634089Z test_meta_inplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4634319Z test_meta_inplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4634508Z test_meta_inplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4634698Z test_meta_inplace_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4634881Z test_meta_inplace_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4635064Z test_meta_inplace_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4635232Z test_meta_inplace_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4635410Z test_meta_inplace_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4635590Z test_meta_inplace_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4635775Z test_meta_inplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.4635964Z test_meta_inplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4636198Z test_meta_inplace_mode_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4636388Z test_meta_inplace_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4636581Z test_meta_inplace_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4636768Z test_meta_inplace_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4636952Z test_meta_inplace_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4637137Z test_meta_inplace_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4637314Z test_meta_inplace_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4637500Z test_meta_inplace_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4637682Z test_meta_inplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4638363Z test_meta_inplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4638554Z test_meta_inplace_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4638753Z test_meta_inplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4638953Z test_meta_inplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4639145Z test_meta_inplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4639343Z test_meta_inplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4639586Z test_meta_inplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4639787Z test_meta_inplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4639977Z test_meta_inplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4640207Z test_meta_inplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4640385Z test_meta_inplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4640577Z test_meta_inplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4640766Z test_meta_inplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4640959Z test_meta_inplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4641147Z test_meta_inplace_msort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4641332Z test_meta_inplace_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4641519Z test_meta_inplace_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4641709Z test_meta_inplace_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4641895Z test_meta_inplace_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4642079Z test_meta_inplace_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4642417Z test_meta_inplace_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4642611Z test_meta_inplace_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4642803Z test_meta_inplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4642956Z test_meta_inplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4643087Z test_meta_inplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4643240Z test_meta_inplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4643389Z test_meta_inplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4643537Z test_meta_inplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4643682Z test_meta_inplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4643828Z test_meta_inplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4643968Z test_meta_inplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4644152Z test_meta_inplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4644293Z test_meta_inplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4644435Z test_meta_inplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4644573Z test_meta_inplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4644711Z test_meta_inplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4644914Z test_meta_inplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4645118Z test_meta_inplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4645317Z test_meta_inplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4645555Z test_meta_inplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4645749Z test_meta_inplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4645943Z test_meta_inplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4646165Z test_meta_inplace_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4646345Z test_meta_inplace_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4646529Z test_meta_inplace_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4646716Z test_meta_inplace_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4646895Z test_meta_inplace_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4647077Z test_meta_inplace_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4647258Z test_meta_inplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4647428Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4647595Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4647764Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4648012Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4648217Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4648418Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4648619Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4648814Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4648984Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4649152Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4649320Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.4649520Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4649713Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4649960Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4650160Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4650355Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4650524Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4650679Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4650848Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4651045Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.4651243Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4651436Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4651678Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4651871Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T01:52:10.4652027Z test_meta_inplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4652177Z test_meta_inplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4652372Z test_meta_inplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4652525Z test_meta_inplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4652680Z test_meta_inplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4652830Z test_meta_inplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4652978Z test_meta_inplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4653124Z test_meta_inplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4653272Z test_meta_inplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4653417Z test_meta_inplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4653665Z test_meta_inplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4653859Z test_meta_inplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4654052Z test_meta_inplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4654243Z test_meta_inplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4654431Z test_meta_inplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4654627Z test_meta_inplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4654815Z test_meta_inplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4655005Z test_meta_inplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4655199Z test_meta_inplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4655389Z test_meta_inplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4655629Z test_meta_inplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4655821Z test_meta_inplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4656019Z test_meta_inplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4656212Z test_meta_inplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4656399Z test_meta_inplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4656590Z test_meta_inplace_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4656782Z test_meta_inplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4656973Z test_meta_inplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4657161Z test_meta_inplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4657348Z test_meta_inplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4657569Z test_meta_inplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4657762Z test_meta_inplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4657949Z test_meta_inplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4658135Z test_meta_inplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4658375Z test_meta_inplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4658569Z test_meta_inplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4658771Z test_meta_inplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4658970Z test_meta_inplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4659171Z test_meta_inplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4659399Z test_meta_inplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4659588Z test_meta_inplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4659776Z test_meta_inplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4659967Z test_meta_inplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4660159Z test_meta_inplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4660344Z test_meta_inplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4660539Z test_meta_inplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4660739Z test_meta_inplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4660928Z test_meta_inplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4661156Z test_meta_inplace_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4661345Z test_meta_inplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4661538Z test_meta_inplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4661724Z test_meta_inplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4661912Z test_meta_inplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4662104Z test_meta_inplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4662293Z test_meta_inplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4662482Z test_meta_inplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4662666Z test_meta_inplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4662851Z test_meta_inplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4663037Z test_meta_inplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4663219Z test_meta_inplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4663427Z test_meta_inplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4663672Z test_meta_inplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4663877Z test_meta_inplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4664091Z test_meta_inplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4664338Z test_meta_inplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4664540Z test_meta_inplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4664753Z test_meta_inplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4665415Z test_meta_inplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4665636Z test_meta_inplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4665846Z test_meta_inplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4666054Z test_meta_inplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4666266Z test_meta_inplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4666472Z test_meta_inplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4666680Z test_meta_inplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4666882Z test_meta_inplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4667140Z test_meta_inplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4667287Z test_meta_inplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4667430Z test_meta_inplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4667581Z test_meta_inplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4667727Z test_meta_inplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4667869Z test_meta_inplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4668012Z test_meta_inplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4668155Z test_meta_inplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4668296Z test_meta_inplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4668438Z test_meta_inplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4668576Z test_meta_inplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4668714Z test_meta_inplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4668839Z test_meta_inplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4668984Z test_meta_inplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4669134Z test_meta_inplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4669282Z test_meta_inplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4669431Z test_meta_inplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4669625Z test_meta_inplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4669769Z test_meta_inplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4669910Z test_meta_inplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4670051Z test_meta_inplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4670234Z test_meta_inplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4670374Z test_meta_inplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4670511Z test_meta_inplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4670650Z test_meta_inplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4670851Z test_meta_inplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4671087Z test_meta_inplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4671290Z test_meta_inplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4671491Z test_meta_inplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4671681Z test_meta_inplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4671875Z test_meta_inplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4672050Z test_meta_inplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4672235Z test_meta_inplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4672428Z test_meta_inplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4672618Z test_meta_inplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4672851Z test_meta_inplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4673045Z test_meta_inplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4673233Z test_meta_inplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4673440Z test_meta_inplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4673641Z test_meta_inplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4673850Z test_meta_inplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4674058Z test_meta_inplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4674267Z test_meta_inplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4674470Z test_meta_inplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4674670Z test_meta_inplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4674868Z test_meta_inplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4675068Z test_meta_inplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4675267Z test_meta_inplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.4675510Z test_meta_inplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4675713Z test_meta_inplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4675910Z test_meta_inplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4676144Z test_meta_inplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4676334Z test_meta_inplace_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4676572Z test_meta_inplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4676767Z test_meta_inplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4676962Z test_meta_inplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4677150Z test_meta_inplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4677323Z test_meta_inplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4677504Z test_meta_inplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4677692Z test_meta_inplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4677882Z test_meta_inplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4678070Z test_meta_inplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4678298Z test_meta_inplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4678484Z test_meta_inplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4678678Z test_meta_inplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4678864Z test_meta_inplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4679062Z test_meta_inplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4679260Z test_meta_inplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4679450Z test_meta_inplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4679641Z test_meta_inplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4679830Z test_meta_inplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4680016Z test_meta_inplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4680201Z test_meta_inplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4680389Z test_meta_inplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4680575Z test_meta_inplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4680764Z test_meta_inplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4680948Z test_meta_inplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4681147Z test_meta_inplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4681335Z test_meta_inplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4681574Z test_meta_inplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4681772Z test_meta_inplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4681962Z test_meta_inplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4682241Z test_meta_inplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4682510Z test_meta_inplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4682698Z test_meta_inplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4682889Z test_meta_inplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4683078Z test_meta_inplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4683266Z test_meta_inplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4683455Z test_meta_inplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4683644Z test_meta_inplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4683802Z test_meta_inplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4684008Z test_meta_inplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4684163Z test_meta_inplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4684404Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4684640Z 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:52:10.4684874Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4685103Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4685331Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4685552Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4685780Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4685999Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4686215Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4686431Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4686649Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4686861Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4687082Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4687294Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4687553Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4687821Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4688072Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4688292Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4688504Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4688715Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4688884Z test_meta_inplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4689065Z test_meta_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4689237Z test_meta_inplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4689495Z test_meta_inplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4689707Z test_meta_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4689909Z test_meta_inplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4690116Z test_meta_inplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4690330Z test_meta_inplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4690542Z test_meta_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4690747Z test_meta_inplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4690956Z test_meta_inplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4691166Z test_meta_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4691372Z test_meta_inplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4691579Z test_meta_inplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4691793Z test_meta_inplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4692004Z test_meta_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4692211Z test_meta_inplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4692419Z test_meta_inplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4692630Z test_meta_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4692840Z test_meta_inplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4693047Z test_meta_inplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4693294Z test_meta_inplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4693547Z test_meta_inplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4693757Z test_meta_inplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4693961Z test_meta_inplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4694226Z test_meta_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4694448Z test_meta_inplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4694685Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4694920Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4695197Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4695364Z test_meta_inplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4695515Z test_meta_inplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4695678Z test_meta_inplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4695892Z test_meta_inplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4696105Z test_meta_inplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4696318Z test_meta_inplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4696526Z test_meta_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4696730Z test_meta_inplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4696932Z test_meta_inplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4697138Z test_meta_inplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4697350Z test_meta_inplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4697559Z test_meta_inplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4697765Z test_meta_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4697968Z test_meta_inplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4698169Z test_meta_inplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4698395Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4698665Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4698886Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4699109Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4699369Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4699598Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4699821Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4700083Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4700304Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4700565Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4700787Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4701008Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4701226Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4701443Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4701660Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4701887Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4702110Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4702325Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4702547Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4702768Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4702991Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4703206Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4703428Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4703649Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4703868Z test_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4704086Z test_meta_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4704355Z test_meta_inplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4704572Z test_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4704789Z test_meta_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4704999Z test_meta_inplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4705208Z test_meta_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4705459Z test_meta_inplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4705639Z test_meta_inplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4705814Z test_meta_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4706073Z test_meta_inplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4706251Z test_meta_inplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4706422Z test_meta_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4706591Z test_meta_inplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4706761Z test_meta_inplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4706931Z test_meta_inplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4707101Z test_meta_inplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4707263Z test_meta_inplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4707424Z test_meta_inplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4707587Z test_meta_inplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4707794Z test_meta_inplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4708011Z test_meta_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4708223Z test_meta_inplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4708439Z test_meta_inplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4708651Z test_meta_inplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4708865Z test_meta_inplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4709077Z test_meta_inplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4709279Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4709482Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4709675Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4709925Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4710127Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4710337Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4710543Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4710744Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4710946Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4711146Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4711388Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4711589Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4711832Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.4712071Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4712269Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4712497Z test_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4712725Z test_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4712944Z test_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4713165Z test_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4713385Z test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4713603Z test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4713822Z test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4714025Z test_meta_inplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4714218Z test_meta_inplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4714425Z test_meta_inplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4714625Z test_meta_inplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4714828Z test_meta_inplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4715028Z test_meta_inplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4715242Z test_meta_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4715492Z test_meta_inplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4715700Z test_meta_inplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4715914Z test_meta_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4716120Z test_meta_inplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4716332Z test_meta_inplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4716539Z test_meta_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4716742Z test_meta_inplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4716921Z test_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4717100Z test_meta_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4717368Z test_meta_inplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4717582Z test_meta_inplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4717794Z test_meta_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4718048Z test_meta_inplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4718260Z test_meta_inplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4718471Z test_meta_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4718683Z test_meta_inplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4718888Z test_meta_inplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4719096Z test_meta_inplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4719304Z test_meta_inplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4719507Z test_meta_inplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4719732Z test_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4719957Z test_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4720180Z test_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4720392Z test_meta_inplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4720589Z test_meta_inplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4720788Z test_meta_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4721035Z test_meta_inplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4721248Z test_meta_inplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4721465Z test_meta_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4721677Z test_meta_inplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4721899Z test_meta_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4722122Z test_meta_inplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4722442Z test_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4722672Z test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4722941Z test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4723169Z test_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4723435Z test_meta_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4723661Z test_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4723922Z test_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4724153Z test_meta_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4724376Z test_meta_inplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4724599Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4724819Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4725040Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4725263Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4725496Z test_meta_inplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4725725Z test_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4725951Z test_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4726157Z test_meta_inplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4726364Z test_meta_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4726570Z test_meta_inplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4726822Z test_meta_inplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4727033Z test_meta_inplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4727239Z test_meta_inplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4727443Z test_meta_inplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4727648Z test_meta_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4727851Z test_meta_inplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4728065Z test_meta_inplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4728265Z test_meta_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4728909Z test_meta_inplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4729084Z test_meta_inplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4729304Z test_meta_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4729478Z test_meta_inplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4729685Z test_meta_inplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4729940Z test_meta_inplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4730154Z test_meta_inplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4730361Z test_meta_inplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4730564Z test_meta_inplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4730768Z test_meta_inplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4730972Z test_meta_inplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4731172Z test_meta_inplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4731375Z test_meta_inplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4731576Z test_meta_inplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4731800Z test_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4732024Z test_meta_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4732241Z test_meta_inplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4732457Z test_meta_inplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4732718Z test_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4732933Z test_meta_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4733140Z test_meta_inplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4733363Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4733584Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4733802Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4734018Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4734231Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4734486Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4734703Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4734919Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4735120Z test_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4735372Z test_meta_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4735580Z test_meta_inplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4735788Z test_meta_inplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4735989Z test_meta_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4736228Z test_meta_inplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4736440Z test_meta_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4736647Z test_meta_inplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4736860Z test_meta_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4737071Z test_meta_inplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4737288Z test_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4737503Z test_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4737713Z test_meta_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4737921Z test_meta_inplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4738182Z test_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4738400Z test_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4738611Z test_meta_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4738816Z test_meta_inplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4739033Z test_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4739249Z test_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4739420Z test_meta_inplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4739587Z test_meta_inplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4739796Z test_meta_inplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4740002Z test_meta_inplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4740208Z test_meta_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4740414Z test_meta_inplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4740629Z test_meta_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4740844Z test_meta_inplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4741066Z test_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4741290Z test_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4741563Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4741795Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4742005Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4742259Z test_meta_inplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4742470Z test_meta_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4742677Z test_meta_inplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4742889Z test_meta_inplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4743103Z test_meta_inplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4743318Z test_meta_inplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4743578Z test_meta_inplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4743788Z test_meta_inplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4743996Z test_meta_inplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4744213Z test_meta_inplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4744422Z test_meta_inplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4744643Z test_meta_inplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4744862Z test_meta_inplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4745079Z test_meta_inplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4745333Z test_meta_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4745540Z test_meta_inplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4745750Z test_meta_inplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4745960Z test_meta_inplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4746162Z test_meta_inplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4746373Z test_meta_inplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4746586Z test_meta_inplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4746801Z test_meta_inplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4747012Z test_meta_inplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4747232Z test_meta_inplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4747487Z test_meta_inplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4747705Z test_meta_inplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4747914Z test_meta_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4748158Z test_meta_inplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4748368Z test_meta_inplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4748571Z test_meta_inplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4748769Z test_meta_inplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4749013Z test_meta_inplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4749221Z test_meta_inplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4749438Z test_meta_inplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4749656Z test_meta_inplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4749868Z test_meta_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4750075Z test_meta_inplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4750296Z test_meta_inplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4750516Z test_meta_inplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4750736Z test_meta_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4750990Z test_meta_inplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4751214Z test_meta_inplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4751441Z test_meta_inplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4751667Z test_meta_inplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4751889Z test_meta_inplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4752108Z test_meta_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4752331Z test_meta_inplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4752548Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4752765Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4752981Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4753199Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4753456Z test_meta_inplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4753668Z test_meta_inplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4753873Z test_meta_inplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4754129Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4754343Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4754981Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4755209Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4755427Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4755641Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4755848Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4756061Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4756269Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4756473Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4756728Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4756922Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4757143Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4757358Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4757580Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4757803Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4758020Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4758239Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4758456Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4758670Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4758879Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4759086Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4759301Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4759557Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4759777Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4759994Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4760245Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4760504Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4760717Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4760930Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4761141Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4761351Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4761558Z test_meta_inplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4761767Z test_meta_inplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4761969Z test_meta_inplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4762218Z test_meta_inplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4762513Z test_meta_inplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4762719Z test_meta_inplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4762921Z test_meta_inplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4763121Z test_meta_inplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4763320Z test_meta_inplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4763521Z test_meta_inplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4763718Z test_meta_inplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4763911Z test_meta_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4764114Z test_meta_inplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4764318Z test_meta_inplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4764518Z test_meta_inplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4764720Z test_meta_inplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4764917Z test_meta_inplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4765121Z test_meta_inplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4765319Z test_meta_inplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4765535Z test_meta_inplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4765704Z test_meta_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4765864Z test_meta_inplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4766112Z test_meta_inplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4766278Z test_meta_inplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4766444Z test_meta_inplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.4766627Z test_meta_inplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4766807Z test_meta_inplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4766970Z test_meta_inplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4767129Z test_meta_inplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4767285Z test_meta_inplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4767503Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4767717Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4767979Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4768192Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4768411Z test_meta_inplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4768628Z test_meta_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4768836Z test_meta_inplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4769043Z test_meta_inplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4769251Z test_meta_inplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.004s) 2022-11-23T01:52:10.4769457Z test_meta_inplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4769679Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4769902Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4770124Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4770344Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4770567Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4770780Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4770996Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4771211Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4771466Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4771724Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4771938Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4772190Z test_meta_inplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4772399Z test_meta_inplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4772607Z test_meta_inplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4772819Z test_meta_inplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4773033Z test_meta_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4773239Z test_meta_inplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4773492Z test_meta_inplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4773706Z test_meta_inplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4773916Z test_meta_inplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4774123Z test_meta_inplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4774330Z test_meta_inplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4774537Z test_meta_inplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4774741Z test_meta_inplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4774945Z test_meta_inplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4775152Z test_meta_inplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4775353Z test_meta_inplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4775554Z test_meta_inplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4775758Z test_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4775975Z test_meta_inplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4776193Z test_meta_inplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4776405Z test_meta_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4776612Z test_meta_inplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4776820Z test_meta_inplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4777069Z test_meta_inplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4777278Z test_meta_inplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4777530Z test_meta_inplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4777740Z test_meta_inplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4777913Z test_meta_inplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4778124Z test_meta_inplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4778296Z test_meta_inplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4778462Z test_meta_inplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4778632Z test_meta_inplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4778795Z test_meta_inplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4779010Z test_meta_inplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4779175Z test_meta_inplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4779401Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4779632Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4779860Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4780083Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4780304Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4780522Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4780738Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4780952Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4781171Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4781389Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4781629Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4781860Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4782098Z 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:52:10.4782335Z 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:52:10.4782612Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4782846Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4783086Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4783360Z 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:52:10.4783598Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4783832Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4784081Z test_meta_inplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4784292Z test_meta_inplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4784546Z test_meta_inplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4784753Z test_meta_inplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4784957Z test_meta_inplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4785162Z test_meta_inplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4785387Z test_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4785607Z test_meta_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4785827Z test_meta_inplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4786047Z test_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4786268Z test_meta_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4786486Z test_meta_inplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4786703Z test_meta_inplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4786899Z test_meta_inplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4787090Z test_meta_inplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4787290Z test_meta_inplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4787485Z test_meta_inplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4787674Z test_meta_inplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4787863Z test_meta_inplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4788054Z test_meta_inplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4788289Z test_meta_inplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4788481Z test_meta_inplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4788673Z test_meta_inplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4788850Z test_meta_inplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4789037Z test_meta_inplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4789225Z test_meta_inplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4789453Z test_meta_inplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4789647Z test_meta_inplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4789840Z test_meta_inplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4790113Z test_meta_inplace_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4790300Z test_meta_inplace_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4790487Z test_meta_inplace_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4790684Z test_meta_inplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4790877Z test_meta_inplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4791073Z test_meta_inplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4791262Z test_meta_inplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4791452Z test_meta_inplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4791633Z test_meta_inplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4791823Z test_meta_inplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4792018Z test_meta_inplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4792209Z test_meta_inplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4792395Z test_meta_inplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4792575Z test_meta_inplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4792757Z test_meta_inplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4792950Z test_meta_inplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4793141Z test_meta_inplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4793324Z test_meta_inplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4793514Z test_meta_inplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4793751Z test_meta_inplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4793931Z test_meta_inplace_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4794123Z test_meta_inplace_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4794312Z test_meta_inplace_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4794517Z test_meta_inplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4794720Z test_meta_inplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4794921Z test_meta_inplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4795120Z test_meta_inplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4795350Z test_meta_inplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4795584Z test_meta_inplace_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4795777Z test_meta_inplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4796008Z test_meta_inplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4796216Z test_meta_inplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4796590Z test_meta_inplace_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4796954Z test_meta_inplace_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4797210Z test_meta_inplace_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4797468Z test_meta_inplace_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4797721Z test_meta_inplace_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4797969Z test_meta_inplace_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4798240Z test_meta_inplace_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4798517Z test_meta_inplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4798770Z test_meta_inplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.012s) 2022-11-23T01:52:10.4798963Z test_meta_inplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4799161Z test_meta_inplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4799359Z test_meta_inplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4799550Z test_meta_inplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4799732Z test_meta_inplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4799920Z test_meta_inplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4800198Z test_meta_inplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4800389Z test_meta_inplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4800580Z test_meta_inplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4800770Z test_meta_inplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4800964Z test_meta_inplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4801151Z test_meta_inplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4801397Z test_meta_inplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4801593Z test_meta_inplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4801783Z test_meta_inplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4802073Z test_meta_inplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4802353Z test_meta_inplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4802543Z test_meta_inplace_outer_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4802736Z test_meta_inplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4802928Z test_meta_inplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4803120Z test_meta_inplace_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4803311Z test_meta_inplace_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4803502Z test_meta_inplace_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4803690Z test_meta_inplace_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4803878Z test_meta_inplace_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4804062Z test_meta_inplace_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4804247Z test_meta_inplace_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4804431Z test_meta_inplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4804617Z test_meta_inplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4804808Z test_meta_inplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4805006Z test_meta_inplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4805194Z test_meta_inplace_permute_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4805394Z test_meta_inplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4805591Z test_meta_inplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4805781Z test_meta_inplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4806021Z test_meta_inplace_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4806216Z test_meta_inplace_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4806410Z test_meta_inplace_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4806601Z test_meta_inplace_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4806788Z test_meta_inplace_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4806976Z test_meta_inplace_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4807165Z test_meta_inplace_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4807397Z test_meta_inplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4807597Z test_meta_inplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4807845Z test_meta_inplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4808083Z test_meta_inplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4808273Z test_meta_inplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4808465Z test_meta_inplace_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4808654Z test_meta_inplace_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4808834Z test_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4809041Z test_meta_inplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4809215Z test_meta_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4809389Z test_meta_inplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4809581Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4809783Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:52:10.4809987Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4810191Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4810391Z test_meta_inplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4810565Z test_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.4810766Z test_meta_inplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4810936Z test_meta_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4811106Z test_meta_inplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4811305Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:52:10.4811504Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4811757Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4812005Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4812208Z test_meta_inplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4812380Z test_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4812607Z test_meta_inplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4812777Z test_meta_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4812947Z test_meta_inplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4813152Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4813350Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4813636Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:52:10.4813840Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4814039Z test_meta_inplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4814252Z test_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4814457Z test_meta_inplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4814616Z test_meta_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4814785Z test_meta_inplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4814988Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4815186Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4815386Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4815623Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4815824Z test_meta_inplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4816000Z test_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4816200Z test_meta_inplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4816374Z test_meta_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4816543Z test_meta_inplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4816740Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4816938Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4817137Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4817385Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4817615Z test_meta_inplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4817820Z test_meta_inplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4818018Z test_meta_inplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4818216Z test_meta_inplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4818413Z test_meta_inplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4818606Z test_meta_inplace_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4818798Z test_meta_inplace_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4818983Z test_meta_inplace_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4829588Z test_meta_inplace_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4829795Z test_meta_inplace_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4829993Z test_meta_inplace_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4830178Z test_meta_inplace_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4830373Z test_meta_inplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4830524Z test_meta_inplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4830685Z test_meta_inplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4830839Z test_meta_inplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4830991Z test_meta_inplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4831135Z test_meta_inplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4831277Z test_meta_inplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4831420Z test_meta_inplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4831561Z test_meta_inplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4831700Z test_meta_inplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4831899Z test_meta_inplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4832039Z test_meta_inplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4832236Z test_meta_inplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4832426Z test_meta_inplace_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4832683Z test_meta_inplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4832880Z test_meta_inplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4833069Z test_meta_inplace_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4833260Z test_meta_inplace_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4833436Z test_meta_inplace_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4833727Z test_meta_inplace_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4833912Z test_meta_inplace_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4834102Z test_meta_inplace_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4834284Z test_meta_inplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4834434Z test_meta_inplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4834578Z test_meta_inplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4834729Z test_meta_inplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4834878Z test_meta_inplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4835025Z test_meta_inplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.4835167Z test_meta_inplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4835307Z test_meta_inplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4835494Z test_meta_inplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4835636Z test_meta_inplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4835776Z test_meta_inplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.4835915Z test_meta_inplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4836053Z test_meta_inplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4836246Z test_meta_inplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4836436Z test_meta_inplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4836613Z test_meta_inplace_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4836797Z test_meta_inplace_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4836995Z test_meta_inplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4837182Z test_meta_inplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4837335Z test_meta_inplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4837524Z test_meta_inplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4837675Z test_meta_inplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4837826Z test_meta_inplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4838026Z test_meta_inplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4838212Z test_meta_inplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4838397Z test_meta_inplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4838639Z test_meta_inplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4838824Z test_meta_inplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4839011Z test_meta_inplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4839208Z test_meta_inplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4839454Z test_meta_inplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4839655Z test_meta_inplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4839850Z test_meta_inplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4840044Z test_meta_inplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4840342Z test_meta_inplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4840528Z test_meta_inplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4840721Z test_meta_inplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4840913Z test_meta_inplace_randint_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4841091Z test_meta_inplace_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4841396Z test_meta_inplace_randint_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4841591Z test_meta_inplace_randint_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4841778Z test_meta_inplace_randint_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4841965Z test_meta_inplace_randint_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4842155Z test_meta_inplace_randint_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4842432Z test_meta_inplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4842636Z test_meta_inplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4842837Z test_meta_inplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4843040Z test_meta_inplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4843287Z test_meta_inplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4843482Z test_meta_inplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4843675Z test_meta_inplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4843860Z test_meta_inplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4844106Z test_meta_inplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4844296Z test_meta_inplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4844484Z test_meta_inplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4844679Z test_meta_inplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4844921Z test_meta_inplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4845116Z test_meta_inplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4845355Z test_meta_inplace_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4845546Z test_meta_inplace_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4845737Z test_meta_inplace_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4845935Z test_meta_inplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4846135Z test_meta_inplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4846320Z test_meta_inplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4846517Z test_meta_inplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4846715Z test_meta_inplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4846968Z test_meta_inplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4847205Z test_meta_inplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4847396Z test_meta_inplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4847583Z test_meta_inplace_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4847776Z test_meta_inplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4847967Z test_meta_inplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4848161Z test_meta_inplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4848349Z test_meta_inplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4848539Z test_meta_inplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4848725Z test_meta_inplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4848908Z test_meta_inplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4849093Z test_meta_inplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4849271Z test_meta_inplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4849458Z test_meta_inplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4849640Z test_meta_inplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4849829Z test_meta_inplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4850016Z test_meta_inplace_real_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4850265Z test_meta_inplace_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4850459Z test_meta_inplace_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4850651Z test_meta_inplace_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4850897Z test_meta_inplace_real_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4851134Z test_meta_inplace_real_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4851309Z test_meta_inplace_real_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4851496Z test_meta_inplace_real_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4851683Z test_meta_inplace_real_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4851863Z test_meta_inplace_real_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4852049Z test_meta_inplace_real_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4852230Z test_meta_inplace_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4852393Z test_meta_inplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4852583Z test_meta_inplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4852788Z test_meta_inplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4852951Z test_meta_inplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4853106Z test_meta_inplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4853262Z test_meta_inplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4853417Z test_meta_inplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4853606Z test_meta_inplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4853795Z test_meta_inplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4853980Z test_meta_inplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:52:10.4854168Z test_meta_inplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4854354Z test_meta_inplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4854508Z test_meta_inplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4854662Z test_meta_inplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4854815Z test_meta_inplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4854956Z test_meta_inplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4855108Z test_meta_inplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4855258Z test_meta_inplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4855409Z test_meta_inplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4855562Z test_meta_inplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4855709Z test_meta_inplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4855856Z test_meta_inplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4856010Z test_meta_inplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4856223Z test_meta_inplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4856373Z test_meta_inplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4856518Z test_meta_inplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4856662Z test_meta_inplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4857647Z test_meta_inplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4858023Z test_meta_inplace_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4858242Z test_meta_inplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4858451Z test_meta_inplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4858647Z test_meta_inplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4858843Z test_meta_inplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4859034Z test_meta_inplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4859216Z test_meta_inplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4859408Z test_meta_inplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4859697Z test_meta_inplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4859887Z test_meta_inplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4860074Z test_meta_inplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4860284Z test_meta_inplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4860491Z test_meta_inplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4860709Z test_meta_inplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4860921Z test_meta_inplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4861133Z test_meta_inplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4861337Z test_meta_inplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4861541Z test_meta_inplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4861738Z test_meta_inplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4861941Z test_meta_inplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4862144Z test_meta_inplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4862405Z test_meta_inplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4862611Z test_meta_inplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4862810Z test_meta_inplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4863062Z test_meta_inplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4863259Z test_meta_inplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4863510Z test_meta_inplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4863715Z test_meta_inplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4863920Z test_meta_inplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4864116Z test_meta_inplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4864305Z test_meta_inplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4864488Z test_meta_inplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4864679Z test_meta_inplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4864855Z test_meta_inplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4865038Z test_meta_inplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4865267Z test_meta_inplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4865459Z test_meta_inplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4865645Z test_meta_inplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4865834Z test_meta_inplace_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4866034Z test_meta_inplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4866234Z test_meta_inplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4866484Z test_meta_inplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4866682Z test_meta_inplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4866875Z test_meta_inplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4867064Z test_meta_inplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4867256Z test_meta_inplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4867443Z test_meta_inplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4867636Z test_meta_inplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4867824Z test_meta_inplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4868015Z test_meta_inplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4868167Z test_meta_inplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4868368Z test_meta_inplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4868524Z test_meta_inplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4868682Z test_meta_inplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4868831Z test_meta_inplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4868980Z test_meta_inplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4869210Z test_meta_inplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4869362Z test_meta_inplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4869511Z test_meta_inplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4869653Z test_meta_inplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4869796Z test_meta_inplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4869939Z test_meta_inplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4870096Z test_meta_inplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4870243Z test_meta_inplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4870401Z test_meta_inplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4870559Z test_meta_inplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4870714Z test_meta_inplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4870866Z test_meta_inplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4871062Z test_meta_inplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4871212Z test_meta_inplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4871360Z test_meta_inplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4871510Z test_meta_inplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4871657Z test_meta_inplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4871791Z test_meta_inplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4871995Z test_meta_inplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4872192Z test_meta_inplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4872399Z test_meta_inplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4872605Z test_meta_inplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4872807Z test_meta_inplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4873004Z test_meta_inplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4873200Z test_meta_inplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4873396Z test_meta_inplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4873585Z test_meta_inplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4873775Z test_meta_inplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4873966Z test_meta_inplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4874151Z test_meta_inplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4874348Z test_meta_inplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4874596Z test_meta_inplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4874846Z test_meta_inplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4875052Z test_meta_inplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4875312Z test_meta_inplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4875509Z test_meta_inplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4875705Z test_meta_inplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4875892Z test_meta_inplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4876083Z test_meta_inplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4876270Z test_meta_inplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4876454Z test_meta_inplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4876697Z test_meta_inplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4876885Z test_meta_inplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4877062Z test_meta_inplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4877248Z test_meta_inplace_roll_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4877441Z test_meta_inplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4877636Z test_meta_inplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4877829Z test_meta_inplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4878021Z test_meta_inplace_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4878207Z test_meta_inplace_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4878394Z test_meta_inplace_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4878579Z test_meta_inplace_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4878762Z test_meta_inplace_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4878942Z test_meta_inplace_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4879129Z test_meta_inplace_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4879310Z test_meta_inplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4879535Z test_meta_inplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4879718Z test_meta_inplace_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4879910Z test_meta_inplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4880101Z test_meta_inplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4880289Z test_meta_inplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4880520Z test_meta_inplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4880766Z test_meta_inplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4880954Z test_meta_inplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4881136Z test_meta_inplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4881369Z test_meta_inplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4881555Z test_meta_inplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4881735Z test_meta_inplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4881879Z test_meta_inplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4882029Z test_meta_inplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4882175Z test_meta_inplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4882460Z test_meta_inplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4882606Z test_meta_inplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4882746Z test_meta_inplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4882888Z test_meta_inplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4883028Z test_meta_inplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4883192Z test_meta_inplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4883353Z test_meta_inplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4883517Z test_meta_inplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4883675Z test_meta_inplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4890441Z test_meta_inplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4890664Z test_meta_inplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4890844Z test_meta_inplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4891016Z test_meta_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4891183Z test_meta_inplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4891335Z test_meta_inplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4891529Z test_meta_inplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4891686Z test_meta_inplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4891842Z test_meta_inplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4891995Z test_meta_inplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4892144Z test_meta_inplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.4892330Z test_meta_inplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4892514Z test_meta_inplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4892758Z test_meta_inplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4892932Z test_meta_inplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4893221Z test_meta_inplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4893475Z test_meta_inplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4893676Z test_meta_inplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4893875Z test_meta_inplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4894068Z test_meta_inplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4894260Z test_meta_inplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4894448Z test_meta_inplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4894642Z test_meta_inplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4894834Z test_meta_inplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4895076Z test_meta_inplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4895262Z test_meta_inplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4895448Z test_meta_inplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4895652Z test_meta_inplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4895854Z test_meta_inplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4896063Z test_meta_inplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4896270Z test_meta_inplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4896479Z test_meta_inplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4896681Z test_meta_inplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4896884Z test_meta_inplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4897090Z test_meta_inplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4897290Z test_meta_inplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4897489Z test_meta_inplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4897678Z test_meta_inplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4897874Z test_meta_inplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4898053Z test_meta_inplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4898213Z test_meta_inplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4898366Z test_meta_inplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.4898530Z test_meta_inplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4898747Z test_meta_inplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4898959Z test_meta_inplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4899113Z test_meta_inplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.4899264Z test_meta_inplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4899471Z test_meta_inplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4899629Z test_meta_inplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4899782Z test_meta_inplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4899931Z test_meta_inplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4900083Z test_meta_inplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.4900235Z test_meta_inplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4900386Z test_meta_inplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4900545Z test_meta_inplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.4900746Z test_meta_inplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4900901Z test_meta_inplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4901040Z test_meta_inplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.4901193Z test_meta_inplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4901344Z test_meta_inplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4901491Z test_meta_inplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4901637Z test_meta_inplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.4901782Z test_meta_inplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.4901927Z test_meta_inplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4902097Z test_meta_inplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4902266Z test_meta_inplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4902437Z test_meta_inplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4902603Z test_meta_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4902764Z test_meta_inplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4902927Z test_meta_inplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.4903090Z test_meta_inplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4903255Z test_meta_inplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4903422Z test_meta_inplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.4903585Z test_meta_inplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4903754Z test_meta_inplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4903912Z test_meta_inplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4904066Z test_meta_inplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4904229Z test_meta_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.4904387Z test_meta_inplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4904550Z test_meta_inplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.4904815Z test_meta_inplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.4904980Z test_meta_inplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4905144Z test_meta_inplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4905305Z test_meta_inplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.4905527Z test_meta_inplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.4905695Z test_meta_inplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.4905859Z test_meta_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.4906019Z test_meta_inplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4906182Z test_meta_inplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4906341Z test_meta_inplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4906547Z test_meta_inplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4906710Z test_meta_inplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.4906871Z test_meta_inplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.4907044Z test_meta_inplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4907205Z test_meta_inplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4907358Z test_meta_inplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4907521Z test_meta_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4907684Z test_meta_inplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4907842Z test_meta_inplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4908003Z test_meta_inplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.4908163Z test_meta_inplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.4908326Z test_meta_inplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4908486Z test_meta_inplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4908655Z test_meta_inplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4908819Z test_meta_inplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4908986Z test_meta_inplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4909147Z test_meta_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.4909305Z test_meta_inplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4909470Z test_meta_inplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.4909630Z test_meta_inplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4909790Z test_meta_inplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.4909953Z test_meta_inplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.4910109Z test_meta_inplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.4910318Z test_meta_inplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4910558Z test_meta_inplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4910767Z test_meta_inplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4911023Z test_meta_inplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4911230Z test_meta_inplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4911475Z test_meta_inplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4911673Z test_meta_inplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4911872Z test_meta_inplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4912064Z test_meta_inplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4912278Z test_meta_inplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4912538Z test_meta_inplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4912751Z test_meta_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4912963Z test_meta_inplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4913173Z test_meta_inplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4913386Z test_meta_inplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4913596Z test_meta_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4913804Z test_meta_inplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4913997Z test_meta_inplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4914187Z test_meta_inplace_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4914385Z test_meta_inplace_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4914581Z test_meta_inplace_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4914774Z test_meta_inplace_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4914969Z test_meta_inplace_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4915161Z test_meta_inplace_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4915355Z test_meta_inplace_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4915544Z test_meta_inplace_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4915730Z test_meta_inplace_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4915918Z test_meta_inplace_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4916139Z test_meta_inplace_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4916327Z test_meta_inplace_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4916534Z test_meta_inplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4916737Z test_meta_inplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4916989Z test_meta_inplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4917195Z test_meta_inplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4917396Z test_meta_inplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4917651Z test_meta_inplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4917852Z test_meta_inplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4918097Z test_meta_inplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4918296Z test_meta_inplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4918495Z test_meta_inplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4918644Z test_meta_inplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4918789Z test_meta_inplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4918941Z test_meta_inplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4919096Z test_meta_inplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4919246Z test_meta_inplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4919396Z test_meta_inplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4919544Z test_meta_inplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4919684Z test_meta_inplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4919826Z test_meta_inplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4919956Z test_meta_inplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4920098Z test_meta_inplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.4920239Z test_meta_inplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4920381Z test_meta_inplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4920578Z test_meta_inplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4920769Z test_meta_inplace_short_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4920971Z test_meta_inplace_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4921165Z test_meta_inplace_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4921358Z test_meta_inplace_short_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4921550Z test_meta_inplace_short_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4921741Z test_meta_inplace_short_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4921974Z test_meta_inplace_short_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4922162Z test_meta_inplace_short_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4922460Z test_meta_inplace_short_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4922652Z test_meta_inplace_short_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4922834Z test_meta_inplace_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4923119Z test_meta_inplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4923309Z test_meta_inplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.4923468Z test_meta_inplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.4923683Z test_meta_inplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4923838Z test_meta_inplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4924027Z test_meta_inplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4924214Z test_meta_inplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.4924399Z test_meta_inplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4924578Z test_meta_inplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4924765Z test_meta_inplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4924951Z test_meta_inplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.4925104Z test_meta_inplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4925252Z test_meta_inplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4925404Z test_meta_inplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4925553Z test_meta_inplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4925697Z test_meta_inplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4925839Z test_meta_inplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4925982Z test_meta_inplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4926127Z test_meta_inplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.4926269Z test_meta_inplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4926412Z test_meta_inplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4926629Z test_meta_inplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4926841Z test_meta_inplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4927055Z test_meta_inplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4927266Z test_meta_inplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4927475Z test_meta_inplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4927696Z test_meta_inplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4927951Z test_meta_inplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4928162Z test_meta_inplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4928380Z test_meta_inplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4928594Z test_meta_inplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4928809Z test_meta_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4929075Z test_meta_inplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4929293Z test_meta_inplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4929501Z test_meta_inplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4930277Z test_meta_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4930487Z test_meta_inplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4930683Z test_meta_inplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4930875Z test_meta_inplace_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4931072Z test_meta_inplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4931270Z test_meta_inplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4931465Z test_meta_inplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4931660Z test_meta_inplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4931850Z test_meta_inplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4932043Z test_meta_inplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4932235Z test_meta_inplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4932421Z test_meta_inplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.008s) 2022-11-23T01:52:10.4932570Z test_meta_inplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4932755Z test_meta_inplace_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4932909Z test_meta_inplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4933066Z test_meta_inplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.4933199Z test_meta_inplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4933344Z test_meta_inplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.4933528Z test_meta_inplace_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4933744Z test_meta_inplace_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:52:10.4933916Z test_meta_inplace_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4934153Z test_meta_inplace_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4934330Z test_meta_inplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4934489Z test_meta_inplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4934669Z test_meta_inplace_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4934820Z test_meta_inplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4934971Z test_meta_inplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4935158Z test_meta_inplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4935319Z test_meta_inplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.4935502Z test_meta_inplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4935689Z test_meta_inplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4935917Z test_meta_inplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4936148Z test_meta_inplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4936329Z test_meta_inplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4936481Z test_meta_inplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4936660Z test_meta_inplace_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.4936803Z test_meta_inplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4936960Z test_meta_inplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4937108Z test_meta_inplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.4937257Z test_meta_inplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.4937436Z test_meta_inplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4937619Z test_meta_inplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.4937800Z test_meta_inplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4937978Z test_meta_inplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.4938158Z test_meta_inplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.4938355Z test_meta_inplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4938547Z test_meta_inplace_slice_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4938746Z test_meta_inplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4938948Z test_meta_inplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4939141Z test_meta_inplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4939331Z test_meta_inplace_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4939522Z test_meta_inplace_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4939712Z test_meta_inplace_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4939952Z test_meta_inplace_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4940141Z test_meta_inplace_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4940326Z test_meta_inplace_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4940513Z test_meta_inplace_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4940694Z test_meta_inplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4940886Z test_meta_inplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4941086Z test_meta_inplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4941286Z test_meta_inplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4941547Z test_meta_inplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4941800Z test_meta_inplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4941997Z test_meta_inplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4942245Z test_meta_inplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4942432Z test_meta_inplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4942628Z test_meta_inplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4942823Z test_meta_inplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4943018Z test_meta_inplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4943213Z test_meta_inplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4943406Z test_meta_inplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4943616Z test_meta_inplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4943824Z test_meta_inplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4944037Z test_meta_inplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4944251Z test_meta_inplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4944458Z test_meta_inplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4944665Z test_meta_inplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4944871Z test_meta_inplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4945072Z test_meta_inplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4945273Z test_meta_inplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4945470Z test_meta_inplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4945716Z test_meta_inplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4945922Z test_meta_inplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4946114Z test_meta_inplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4946302Z test_meta_inplace_sort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4946481Z test_meta_inplace_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4946672Z test_meta_inplace_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4946862Z test_meta_inplace_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4947048Z test_meta_inplace_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4947234Z test_meta_inplace_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4947455Z test_meta_inplace_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4947640Z test_meta_inplace_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4947820Z test_meta_inplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4948048Z test_meta_inplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.4948276Z test_meta_inplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.4948497Z test_meta_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.4948706Z test_meta_inplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.4948910Z test_meta_inplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4949115Z test_meta_inplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4949314Z test_meta_inplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4949517Z test_meta_inplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4949716Z test_meta_inplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4949918Z test_meta_inplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4950114Z test_meta_inplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4950313Z test_meta_inplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4950517Z test_meta_inplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4950724Z test_meta_inplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4950930Z test_meta_inplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4951168Z test_meta_inplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4951367Z test_meta_inplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4951566Z test_meta_inplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4951766Z test_meta_inplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4951950Z test_meta_inplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4952152Z test_meta_inplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4952356Z test_meta_inplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4952620Z test_meta_inplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4952819Z test_meta_inplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4953068Z test_meta_inplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4953317Z test_meta_inplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4953515Z test_meta_inplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4953711Z test_meta_inplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4953908Z test_meta_inplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4954110Z test_meta_inplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4954310Z test_meta_inplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4954507Z test_meta_inplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4954703Z test_meta_inplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4954896Z test_meta_inplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4955090Z test_meta_inplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4955287Z test_meta_inplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4955489Z test_meta_inplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4955688Z test_meta_inplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4955890Z test_meta_inplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4956083Z test_meta_inplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4956281Z test_meta_inplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4956476Z test_meta_inplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4957107Z test_meta_inplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4957313Z test_meta_inplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4957539Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4957765Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4957990Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4958213Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4958418Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4958639Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4959130Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4959351Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4959567Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4959788Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4960007Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4960229Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4960447Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4960666Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4960885Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4961102Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4961359Z 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:52:10.4961614Z 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:52:10.4961859Z 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:52:10.4962109Z 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:52:10.4962444Z 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:52:10.4962696Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:52:10.4962997Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4963244Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4963496Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4963748Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4963994Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4964246Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4964494Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4964788Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4965033Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4965275Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4965480Z test_meta_inplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4965681Z test_meta_inplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4965880Z test_meta_inplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4966083Z test_meta_inplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4966282Z test_meta_inplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4966475Z test_meta_inplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4966664Z test_meta_inplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4966858Z test_meta_inplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4967052Z test_meta_inplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4967245Z test_meta_inplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4967436Z test_meta_inplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4967637Z test_meta_inplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4967836Z test_meta_inplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4968031Z test_meta_inplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4968217Z test_meta_inplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4968460Z test_meta_inplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4968710Z test_meta_inplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4968933Z test_meta_inplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4969205Z test_meta_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4969427Z test_meta_inplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4969648Z test_meta_inplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4969867Z test_meta_inplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4970075Z test_meta_inplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4970338Z test_meta_inplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4970547Z test_meta_inplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4970756Z test_meta_inplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4970977Z test_meta_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4971198Z test_meta_inplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4971417Z test_meta_inplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4971627Z test_meta_inplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4971835Z test_meta_inplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4972054Z test_meta_inplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4972265Z test_meta_inplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4972465Z test_meta_inplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4972661Z test_meta_inplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4972857Z test_meta_inplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4973049Z test_meta_inplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4973242Z test_meta_inplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4973430Z test_meta_inplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4973615Z test_meta_inplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4973793Z test_meta_inplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4974023Z test_meta_inplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4974217Z test_meta_inplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4974420Z test_meta_inplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4974610Z test_meta_inplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4974803Z test_meta_inplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4974988Z test_meta_inplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4975171Z test_meta_inplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4975365Z test_meta_inplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4975557Z test_meta_inplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4975792Z test_meta_inplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4975989Z test_meta_inplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4976180Z test_meta_inplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4976373Z test_meta_inplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4976563Z test_meta_inplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4976748Z test_meta_inplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4976937Z test_meta_inplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.4977128Z test_meta_inplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4977347Z test_meta_inplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4977566Z test_meta_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4977790Z test_meta_inplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4978007Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4978220Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4978440Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4978662Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4978875Z test_meta_inplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4979135Z test_meta_inplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4979390Z test_meta_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4979685Z test_meta_inplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4979925Z test_meta_inplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4980177Z test_meta_inplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4980426Z test_meta_inplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4980672Z test_meta_inplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4980919Z test_meta_inplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4981127Z test_meta_inplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4981375Z test_meta_inplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4981581Z test_meta_inplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4981783Z test_meta_inplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4981982Z test_meta_inplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4982184Z test_meta_inplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4982382Z test_meta_inplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4982580Z test_meta_inplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4982793Z test_meta_inplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4983010Z test_meta_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4983221Z test_meta_inplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4983431Z test_meta_inplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4983637Z test_meta_inplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4983842Z test_meta_inplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4984055Z test_meta_inplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4984267Z test_meta_inplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4984476Z test_meta_inplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4984691Z test_meta_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4984943Z test_meta_inplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4985153Z test_meta_inplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4985361Z test_meta_inplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4985561Z test_meta_inplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4985772Z test_meta_inplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4985986Z test_meta_inplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4986198Z test_meta_inplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4986416Z test_meta_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4986623Z test_meta_inplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4986876Z test_meta_inplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4987068Z test_meta_inplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4987276Z test_meta_inplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4987487Z test_meta_inplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4987700Z test_meta_inplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4987908Z test_meta_inplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4988125Z test_meta_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4988334Z test_meta_inplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4988544Z test_meta_inplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4988751Z test_meta_inplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4988953Z test_meta_inplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4989161Z test_meta_inplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4989368Z test_meta_inplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4989568Z test_meta_inplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4989765Z test_meta_inplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4989962Z test_meta_inplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4990160Z test_meta_inplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.007s) 2022-11-23T01:52:10.4990404Z test_meta_inplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4990596Z test_meta_inplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4990785Z test_meta_inplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4990977Z test_meta_inplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4991165Z test_meta_inplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4991350Z test_meta_inplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4991539Z test_meta_inplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4991740Z test_meta_inplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4991939Z test_meta_inplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4992177Z test_meta_inplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4992368Z test_meta_inplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4992563Z test_meta_inplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4992750Z test_meta_inplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4992985Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4993216Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4993450Z 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:52:10.4993685Z 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:52:10.4993914Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4994139Z 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:52:10.4994366Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4994594Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4994822Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.4995043Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4995265Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4995486Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.4995709Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4995971Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4996194Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4996413Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4996627Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.4996845Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.4997066Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4997288Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4997508Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4997767Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4997982Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.4998201Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4998414Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.4998676Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4998938Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4999186Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4999441Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.4999768Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5000031Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5000288Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5000543Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5000801Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5001112Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5001416Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5001666Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5001925Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5002179Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5002521Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5002779Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5003033Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5003348Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5003604Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5003857Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5004117Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5004366Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5004617Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5004871Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5005127Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5005382Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5005635Z 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:52:10.5005884Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:52:10.5006137Z 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:52:10.5006386Z 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:52:10.5006688Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:52:10.5006936Z 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:52:10.5007157Z test_meta_inplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5007375Z test_meta_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5007585Z test_meta_inplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5007803Z test_meta_inplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5008013Z test_meta_inplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5008217Z test_meta_inplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5008471Z test_meta_inplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5008676Z test_meta_inplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5008880Z test_meta_inplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5009083Z test_meta_inplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5009284Z test_meta_inplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5009486Z test_meta_inplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5009687Z test_meta_inplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5009888Z test_meta_inplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5010086Z test_meta_inplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5010281Z test_meta_inplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5010481Z test_meta_inplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5010677Z test_meta_inplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5010873Z test_meta_inplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5011057Z test_meta_inplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5011256Z test_meta_inplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5011455Z test_meta_inplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5011647Z test_meta_inplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5011833Z test_meta_inplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5012028Z test_meta_inplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5012259Z test_meta_inplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5012452Z test_meta_inplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5012644Z test_meta_inplace_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5012837Z test_meta_inplace_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5013031Z test_meta_inplace_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5013224Z test_meta_inplace_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5013412Z test_meta_inplace_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5013605Z test_meta_inplace_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5013793Z test_meta_inplace_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5014022Z test_meta_inplace_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5014206Z test_meta_inplace_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5014386Z test_meta_inplace_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5014573Z test_meta_inplace_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5014752Z test_meta_inplace_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5014957Z test_meta_inplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5015155Z test_meta_inplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5015366Z test_meta_inplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5015571Z test_meta_inplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5015769Z test_meta_inplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5015956Z test_meta_inplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5016157Z test_meta_inplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5016356Z test_meta_inplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5016550Z test_meta_inplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5016748Z test_meta_inplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5016945Z test_meta_inplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5017142Z test_meta_inplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5017345Z test_meta_inplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5017542Z test_meta_inplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5017794Z test_meta_inplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5018001Z test_meta_inplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5018207Z test_meta_inplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5018409Z test_meta_inplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5018609Z test_meta_inplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5018804Z test_meta_inplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5019003Z test_meta_inplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5019201Z test_meta_inplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5020026Z test_meta_inplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5020224Z test_meta_inplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5020422Z test_meta_inplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5020575Z test_meta_inplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5020758Z test_meta_inplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5020912Z test_meta_inplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5021066Z test_meta_inplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5021213Z test_meta_inplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5021350Z test_meta_inplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5021531Z test_meta_inplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5021712Z test_meta_inplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5021893Z test_meta_inplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:52:10.5022071Z test_meta_inplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5022248Z test_meta_inplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5022401Z test_meta_inplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5022585Z test_meta_inplace_square_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5022742Z test_meta_inplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5022896Z test_meta_inplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5023044Z test_meta_inplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5023192Z test_meta_inplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5023337Z test_meta_inplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5023481Z test_meta_inplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5023626Z test_meta_inplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5023766Z test_meta_inplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5023958Z test_meta_inplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5024100Z test_meta_inplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5024253Z test_meta_inplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5024387Z test_meta_inplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5024544Z test_meta_inplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5024699Z test_meta_inplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5024853Z test_meta_inplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5025002Z test_meta_inplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5025152Z test_meta_inplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5025301Z test_meta_inplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5025447Z test_meta_inplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5025635Z test_meta_inplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5025779Z test_meta_inplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5025925Z test_meta_inplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5026068Z test_meta_inplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5026267Z test_meta_inplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5026455Z test_meta_inplace_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5026653Z test_meta_inplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5026847Z test_meta_inplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5027040Z test_meta_inplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5027231Z test_meta_inplace_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5027420Z test_meta_inplace_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5027596Z test_meta_inplace_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5027784Z test_meta_inplace_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5027969Z test_meta_inplace_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5028152Z test_meta_inplace_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5028338Z test_meta_inplace_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5028520Z test_meta_inplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5028711Z test_meta_inplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5028904Z test_meta_inplace_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5029095Z test_meta_inplace_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5029280Z test_meta_inplace_std_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5029505Z test_meta_inplace_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5029691Z test_meta_inplace_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5029892Z test_meta_inplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5030090Z test_meta_inplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5030287Z test_meta_inplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5030480Z test_meta_inplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5030666Z test_meta_inplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5030850Z test_meta_inplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5031042Z test_meta_inplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5031283Z test_meta_inplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5031470Z test_meta_inplace_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5031654Z test_meta_inplace_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5031860Z test_meta_inplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5032032Z test_meta_inplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5032171Z test_meta_inplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5032325Z test_meta_inplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5032470Z test_meta_inplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5032613Z test_meta_inplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5032759Z test_meta_inplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5032904Z test_meta_inplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5033046Z test_meta_inplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5033189Z test_meta_inplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5033329Z test_meta_inplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5033470Z test_meta_inplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5033663Z test_meta_inplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5033854Z test_meta_inplace_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5034049Z test_meta_inplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5034243Z test_meta_inplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5034432Z test_meta_inplace_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5034619Z test_meta_inplace_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5034802Z test_meta_inplace_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5034988Z test_meta_inplace_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5035222Z test_meta_inplace_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5035402Z test_meta_inplace_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5035574Z test_meta_inplace_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5035751Z test_meta_inplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5035947Z test_meta_inplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5036141Z test_meta_inplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5036341Z test_meta_inplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5036542Z test_meta_inplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5036741Z test_meta_inplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5036978Z test_meta_inplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5037164Z test_meta_inplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5037354Z test_meta_inplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5037539Z test_meta_inplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5037722Z test_meta_inplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5037913Z test_meta_inplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5038098Z test_meta_inplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5038289Z test_meta_inplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5038480Z test_meta_inplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5038666Z test_meta_inplace_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5038851Z test_meta_inplace_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5039046Z test_meta_inplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5039239Z test_meta_inplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5039434Z test_meta_inplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5039631Z test_meta_inplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5039823Z test_meta_inplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5040013Z test_meta_inplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5040157Z test_meta_inplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5040285Z test_meta_inplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5040433Z test_meta_inplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5040621Z test_meta_inplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5040764Z test_meta_inplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5040904Z test_meta_inplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5041046Z test_meta_inplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5041184Z test_meta_inplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5041322Z test_meta_inplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5041459Z test_meta_inplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5041597Z test_meta_inplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5041735Z test_meta_inplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5041944Z test_meta_inplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5042146Z test_meta_inplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5042445Z test_meta_inplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5042703Z test_meta_inplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5042903Z test_meta_inplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5043106Z test_meta_inplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5043305Z test_meta_inplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5043564Z test_meta_inplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5043765Z test_meta_inplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5043947Z test_meta_inplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5044143Z test_meta_inplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5044337Z test_meta_inplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5044528Z test_meta_inplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5044713Z test_meta_inplace_take_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5044905Z test_meta_inplace_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5045100Z test_meta_inplace_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5045289Z test_meta_inplace_take_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5045480Z test_meta_inplace_take_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5045668Z test_meta_inplace_take_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5045851Z test_meta_inplace_take_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5046034Z test_meta_inplace_take_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5046217Z test_meta_inplace_take_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5046829Z test_meta_inplace_take_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5047023Z test_meta_inplace_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5047175Z test_meta_inplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5047357Z test_meta_inplace_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5047509Z test_meta_inplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5047658Z test_meta_inplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5047804Z test_meta_inplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5047951Z test_meta_inplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5048133Z test_meta_inplace_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5048297Z test_meta_inplace_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5048468Z test_meta_inplace_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.5048692Z test_meta_inplace_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5048864Z test_meta_inplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.5049016Z test_meta_inplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5049195Z test_meta_inplace_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5049409Z test_meta_inplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5049563Z test_meta_inplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5049709Z test_meta_inplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5049853Z test_meta_inplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5050035Z test_meta_inplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5050214Z test_meta_inplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.5050392Z test_meta_inplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5050571Z test_meta_inplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.5050748Z test_meta_inplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.5050951Z test_meta_inplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5051152Z test_meta_inplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5051360Z test_meta_inplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5051564Z test_meta_inplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5051765Z test_meta_inplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5051961Z test_meta_inplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5052156Z test_meta_inplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5052339Z test_meta_inplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5052577Z test_meta_inplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5052765Z test_meta_inplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5052961Z test_meta_inplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5053149Z test_meta_inplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5053335Z test_meta_inplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5053533Z test_meta_inplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5053732Z test_meta_inplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5053928Z test_meta_inplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5054119Z test_meta_inplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5054350Z test_meta_inplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5054544Z test_meta_inplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5054737Z test_meta_inplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5054929Z test_meta_inplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5055119Z test_meta_inplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5055312Z test_meta_inplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5055498Z test_meta_inplace_tile_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5055688Z test_meta_inplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5055880Z test_meta_inplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5056067Z test_meta_inplace_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5056255Z test_meta_inplace_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5056506Z test_meta_inplace_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5056695Z test_meta_inplace_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5056882Z test_meta_inplace_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5057118Z test_meta_inplace_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5057294Z test_meta_inplace_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5057475Z test_meta_inplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5057664Z test_meta_inplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5057849Z test_meta_inplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5058092Z test_meta_inplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5058285Z test_meta_inplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5058472Z test_meta_inplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5058656Z test_meta_inplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5058840Z test_meta_inplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5059023Z test_meta_inplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5059207Z test_meta_inplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5059383Z test_meta_inplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5059566Z test_meta_inplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5059749Z test_meta_inplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5059988Z test_meta_inplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5060179Z test_meta_inplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5060380Z test_meta_inplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5060578Z test_meta_inplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5060770Z test_meta_inplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5060960Z test_meta_inplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5061147Z test_meta_inplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5061338Z test_meta_inplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5061527Z test_meta_inplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5061717Z test_meta_inplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5061895Z test_meta_inplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5062082Z test_meta_inplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5062275Z test_meta_inplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5062464Z test_meta_inplace_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5062653Z test_meta_inplace_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5062843Z test_meta_inplace_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5063026Z test_meta_inplace_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5063209Z test_meta_inplace_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5063397Z test_meta_inplace_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5063621Z test_meta_inplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5063818Z test_meta_inplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5064012Z test_meta_inplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5064202Z test_meta_inplace_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5064392Z test_meta_inplace_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5064579Z test_meta_inplace_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5064766Z test_meta_inplace_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5064948Z test_meta_inplace_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5065135Z test_meta_inplace_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5065317Z test_meta_inplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5065515Z test_meta_inplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5065668Z test_meta_inplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5065829Z test_meta_inplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5065987Z test_meta_inplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5066129Z test_meta_inplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5066284Z test_meta_inplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5066442Z test_meta_inplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5066596Z test_meta_inplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5066746Z test_meta_inplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5066898Z test_meta_inplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5067048Z test_meta_inplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5067198Z test_meta_inplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5067345Z test_meta_inplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5067547Z test_meta_inplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5067751Z test_meta_inplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5067957Z test_meta_inplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5068155Z test_meta_inplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5068353Z test_meta_inplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5068543Z test_meta_inplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5068734Z test_meta_inplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5068925Z test_meta_inplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5069117Z test_meta_inplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5069349Z test_meta_inplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5069542Z test_meta_inplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5069737Z test_meta_inplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5069923Z test_meta_inplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5070114Z test_meta_inplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5070303Z test_meta_inplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5070491Z test_meta_inplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5070682Z test_meta_inplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5070867Z test_meta_inplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5071095Z test_meta_inplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5071276Z test_meta_inplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5071462Z test_meta_inplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5071643Z test_meta_inplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5071851Z test_meta_inplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5072062Z test_meta_inplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5072268Z test_meta_inplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5072475Z test_meta_inplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5072624Z test_meta_inplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5072769Z test_meta_inplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5072924Z test_meta_inplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5073075Z test_meta_inplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5073221Z test_meta_inplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5073366Z test_meta_inplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5073510Z test_meta_inplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5073652Z test_meta_inplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5073783Z test_meta_inplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5073925Z test_meta_inplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5074066Z test_meta_inplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5074206Z test_meta_inplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5074403Z test_meta_inplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5074597Z test_meta_inplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5074747Z test_meta_inplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5074931Z test_meta_inplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5075085Z test_meta_inplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5075236Z test_meta_inplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5075383Z test_meta_inplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5075527Z test_meta_inplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5075668Z test_meta_inplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5075808Z test_meta_inplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5075948Z test_meta_inplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5076088Z test_meta_inplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5076228Z test_meta_inplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5076355Z test_meta_inplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5076553Z test_meta_inplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5076787Z test_meta_inplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5076949Z test_meta_inplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5077140Z test_meta_inplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5077300Z test_meta_inplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5077462Z test_meta_inplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5077623Z test_meta_inplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5077782Z test_meta_inplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5077932Z test_meta_inplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5078125Z test_meta_inplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5078312Z test_meta_inplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5078496Z test_meta_inplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5078683Z test_meta_inplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5078864Z test_meta_inplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5079014Z test_meta_inplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5079165Z test_meta_inplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5079313Z test_meta_inplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5079458Z test_meta_inplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5079601Z test_meta_inplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5079726Z test_meta_inplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5079866Z test_meta_inplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5080009Z test_meta_inplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5080204Z test_meta_inplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5080393Z test_meta_inplace_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5080631Z test_meta_inplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5080828Z test_meta_inplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5081019Z test_meta_inplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5081212Z test_meta_inplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5081401Z test_meta_inplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5081591Z test_meta_inplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5081778Z test_meta_inplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5081968Z test_meta_inplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5082153Z test_meta_inplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5082483Z test_meta_inplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5082673Z test_meta_inplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5082873Z test_meta_inplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5083066Z test_meta_inplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5083270Z test_meta_inplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5083471Z test_meta_inplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5083666Z test_meta_inplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5083865Z test_meta_inplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5084056Z test_meta_inplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5084241Z test_meta_inplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5084421Z test_meta_inplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5084613Z test_meta_inplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5084810Z test_meta_inplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5085004Z test_meta_inplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5085197Z test_meta_inplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5085395Z test_meta_inplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5085588Z test_meta_inplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5085790Z test_meta_inplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5085991Z test_meta_inplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5086244Z test_meta_inplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5086442Z test_meta_inplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5086636Z test_meta_inplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5086825Z test_meta_inplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5087020Z test_meta_inplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5087212Z test_meta_inplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5087399Z test_meta_inplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5087593Z test_meta_inplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5087780Z test_meta_inplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5088012Z test_meta_inplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5088203Z test_meta_inplace_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5088399Z test_meta_inplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5088597Z test_meta_inplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5088784Z test_meta_inplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5088978Z test_meta_inplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5089168Z test_meta_inplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5089359Z test_meta_inplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5089536Z test_meta_inplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5089723Z test_meta_inplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5089910Z test_meta_inplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5090097Z test_meta_inplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5090286Z test_meta_inplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5090442Z test_meta_inplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5090600Z test_meta_inplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5090755Z test_meta_inplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5090905Z test_meta_inplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5091056Z test_meta_inplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5091204Z test_meta_inplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5091418Z test_meta_inplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5091623Z test_meta_inplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5091870Z test_meta_inplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5092080Z test_meta_inplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5092283Z test_meta_inplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5092482Z test_meta_inplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5092678Z test_meta_inplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5092880Z test_meta_inplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5093087Z test_meta_inplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5093280Z test_meta_inplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5093509Z test_meta_inplace_unique_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5093701Z test_meta_inplace_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5093878Z test_meta_inplace_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5094066Z test_meta_inplace_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5094253Z test_meta_inplace_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5094441Z test_meta_inplace_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5094627Z test_meta_inplace_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5094816Z test_meta_inplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5094973Z test_meta_inplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5095126Z test_meta_inplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5095286Z test_meta_inplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5095445Z test_meta_inplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5095599Z test_meta_inplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5095754Z test_meta_inplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5095911Z test_meta_inplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5096064Z test_meta_inplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5096216Z test_meta_inplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5096366Z test_meta_inplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5096514Z test_meta_inplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5096662Z test_meta_inplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5096810Z test_meta_inplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5097001Z test_meta_inplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5097183Z test_meta_inplace_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5097418Z test_meta_inplace_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5097607Z test_meta_inplace_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5097795Z test_meta_inplace_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5097976Z test_meta_inplace_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5098172Z test_meta_inplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5098370Z test_meta_inplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5098567Z test_meta_inplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5098759Z test_meta_inplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5098947Z test_meta_inplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5099172Z test_meta_inplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5099363Z test_meta_inplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5099556Z test_meta_inplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5099749Z test_meta_inplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5099937Z test_meta_inplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5100128Z test_meta_inplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5100314Z test_meta_inplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5100500Z test_meta_inplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5100682Z test_meta_inplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5100866Z test_meta_inplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5101045Z test_meta_inplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5101244Z test_meta_inplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5101448Z test_meta_inplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5101648Z test_meta_inplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5101842Z test_meta_inplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5102016Z test_meta_inplace_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5102212Z test_meta_inplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5102406Z test_meta_inplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5102594Z test_meta_inplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5102821Z test_meta_inplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5103013Z test_meta_inplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5103207Z test_meta_inplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5103394Z test_meta_inplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5103581Z test_meta_inplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5103767Z test_meta_inplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5103956Z test_meta_inplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5104142Z test_meta_inplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5104344Z test_meta_inplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5104586Z test_meta_inplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5104782Z test_meta_inplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5104973Z test_meta_inplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.010s) 2022-11-23T01:52:10.5105166Z test_meta_inplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5105352Z test_meta_inplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5105537Z test_meta_inplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5105727Z test_meta_inplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5105917Z test_meta_inplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5106107Z test_meta_inplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5106299Z test_meta_inplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5106490Z test_meta_inplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5106678Z test_meta_inplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5106851Z test_meta_inplace_view_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5107039Z test_meta_inplace_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5107231Z test_meta_inplace_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5107424Z test_meta_inplace_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5107611Z test_meta_inplace_view_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5107799Z test_meta_inplace_view_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5107985Z test_meta_inplace_view_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5108169Z test_meta_inplace_view_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5108397Z test_meta_inplace_view_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5108575Z test_meta_inplace_view_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5108762Z test_meta_inplace_view_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5108942Z test_meta_inplace_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5109132Z test_meta_inplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5109320Z test_meta_inplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5109512Z test_meta_inplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5109707Z test_meta_inplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5109895Z test_meta_inplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5110559Z test_meta_inplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5110755Z test_meta_inplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5110945Z test_meta_inplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5111132Z test_meta_inplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5111318Z test_meta_inplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5111510Z test_meta_inplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5111698Z test_meta_inplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5111873Z test_meta_inplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5112066Z test_meta_inplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5112255Z test_meta_inplace_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5112452Z test_meta_inplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5112651Z test_meta_inplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5112843Z test_meta_inplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5113034Z test_meta_inplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5113226Z test_meta_inplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5113416Z test_meta_inplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5113602Z test_meta_inplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5113788Z test_meta_inplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5113973Z test_meta_inplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5114161Z test_meta_inplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5114389Z test_meta_inplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5114581Z test_meta_inplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5114771Z test_meta_inplace_where_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5114969Z test_meta_inplace_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5115160Z test_meta_inplace_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5115351Z test_meta_inplace_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5115541Z test_meta_inplace_where_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5115735Z test_meta_inplace_where_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5115924Z test_meta_inplace_where_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5116154Z test_meta_inplace_where_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5116339Z test_meta_inplace_where_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5116521Z test_meta_inplace_where_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5116693Z test_meta_inplace_where_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5116873Z test_meta_inplace_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5117029Z test_meta_inplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5117215Z test_meta_inplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5117366Z test_meta_inplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5117513Z test_meta_inplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5117658Z test_meta_inplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5117841Z test_meta_inplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.5118023Z test_meta_inplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5118202Z test_meta_inplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:52:10.5118382Z test_meta_inplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5118562Z test_meta_inplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T01:52:10.5118712Z test_meta_inplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5118859Z test_meta_inplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5119011Z test_meta_inplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5119162Z test_meta_inplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5119307Z test_meta_inplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5119454Z test_meta_inplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5119596Z test_meta_inplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5119727Z test_meta_inplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5119911Z test_meta_inplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5120054Z test_meta_inplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5120202Z test_meta_inplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5120342Z test_meta_inplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5120536Z test_meta_inplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5120725Z test_meta_inplace_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5120919Z test_meta_inplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5121111Z test_meta_inplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5121309Z test_meta_inplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5121499Z test_meta_inplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5121732Z test_meta_inplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:52:10.5121920Z test_meta_inplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5122104Z test_meta_inplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5122372Z test_meta_inplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:52:10.5122556Z test_meta_inplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5122747Z test_meta_inplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5122927Z test_meta_inplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5123130Z test_meta_inplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5123322Z test_meta_inplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:52:10.5123524Z test_meta_inplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.011s) 2022-11-23T01:52:10.5123723Z test_meta_inplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5123921Z test_meta_inplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5124105Z test_meta_inplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5124296Z test_meta_inplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:52:10.5124485Z test_meta_inplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5124676Z test_meta_inplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5124860Z test_meta_inplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5125049Z test_meta_inplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5125240Z test_meta_inplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5125481Z test_meta_inplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:52:10.5125629Z test_meta_outplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5125772Z test_meta_outplace_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5125925Z test_meta_outplace_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5126073Z test_meta_outplace_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5126219Z test_meta_outplace_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5126363Z test_meta_outplace_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5126506Z test_meta_outplace_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5126646Z test_meta_outplace_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5126789Z test_meta_outplace_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5126932Z test_meta_outplace_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5127072Z test_meta_outplace_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5127196Z test_meta_outplace_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5127379Z test_meta_outplace_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5127526Z test_meta_outplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5127664Z test_meta_outplace_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5127814Z test_meta_outplace_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5127960Z test_meta_outplace_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5128105Z test_meta_outplace_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5128247Z test_meta_outplace_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5128391Z test_meta_outplace_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5128534Z test_meta_outplace_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5128675Z test_meta_outplace_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5128815Z test_meta_outplace_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5128953Z test_meta_outplace_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5129094Z test_meta_outplace_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5129231Z test_meta_outplace_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5129388Z test_meta_outplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5129543Z test_meta_outplace___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5129691Z test_meta_outplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5129853Z test_meta_outplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5130006Z test_meta_outplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5130163Z test_meta_outplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5130312Z test_meta_outplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5130458Z test_meta_outplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5130609Z test_meta_outplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5130760Z test_meta_outplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5130909Z test_meta_outplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5131057Z test_meta_outplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5131249Z test_meta_outplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5131400Z test_meta_outplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5131549Z test_meta_outplace___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5131702Z test_meta_outplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5131856Z test_meta_outplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5132007Z test_meta_outplace___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5132156Z test_meta_outplace___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5132306Z test_meta_outplace___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5132442Z test_meta_outplace___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5132591Z test_meta_outplace___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5132737Z test_meta_outplace___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5132926Z test_meta_outplace___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5133069Z test_meta_outplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5133215Z test_meta_outplace___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5133358Z test_meta_outplace___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5133500Z test_meta_outplace___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5133644Z test_meta_outplace___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5133787Z test_meta_outplace___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5133928Z test_meta_outplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5134080Z test_meta_outplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5134223Z test_meta_outplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5134381Z test_meta_outplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5134537Z test_meta_outplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5134685Z test_meta_outplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5134835Z test_meta_outplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5134982Z test_meta_outplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5135112Z test_meta_outplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5135256Z test_meta_outplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5135404Z test_meta_outplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5135550Z test_meta_outplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5135694Z test_meta_outplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5135850Z test_meta_outplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5136010Z test_meta_outplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5136166Z test_meta_outplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5136320Z test_meta_outplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5136468Z test_meta_outplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5136618Z test_meta_outplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5137304Z test_meta_outplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5137469Z test_meta_outplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5137625Z test_meta_outplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5137775Z test_meta_outplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5137927Z test_meta_outplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5138078Z test_meta_outplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5138228Z test_meta_outplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5138364Z test_meta_outplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5138511Z test_meta_outplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5138662Z test_meta_outplace___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5138818Z test_meta_outplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5139017Z test_meta_outplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5139168Z test_meta_outplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5139318Z test_meta_outplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5139466Z test_meta_outplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5139613Z test_meta_outplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5139759Z test_meta_outplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5139904Z test_meta_outplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5140050Z test_meta_outplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5140193Z test_meta_outplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5140342Z test_meta_outplace___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5140487Z test_meta_outplace___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5140630Z test_meta_outplace___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5140771Z test_meta_outplace___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5140912Z test_meta_outplace___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5141040Z test_meta_outplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5141192Z test_meta_outplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5141347Z test_meta_outplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5141501Z test_meta_outplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5141652Z test_meta_outplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5141804Z test_meta_outplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5141951Z test_meta_outplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5142097Z test_meta_outplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5142243Z test_meta_outplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5142390Z test_meta_outplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5142521Z test_meta_outplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5142666Z test_meta_outplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5142863Z test_meta_outplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5143020Z test_meta_outplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5143176Z test_meta_outplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5143324Z test_meta_outplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5143473Z test_meta_outplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5143621Z test_meta_outplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5143767Z test_meta_outplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5143912Z test_meta_outplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5144057Z test_meta_outplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5144202Z test_meta_outplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5144346Z test_meta_outplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5144532Z test_meta_outplace___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5144675Z test_meta_outplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5144817Z test_meta_outplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5144960Z test_meta_outplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5145105Z test_meta_outplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5145234Z test_meta_outplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5145412Z test_meta_outplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5145589Z test_meta_outplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5145762Z test_meta_outplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5145913Z test_meta_outplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5146065Z test_meta_outplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5146216Z test_meta_outplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5146367Z test_meta_outplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5146512Z test_meta_outplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5146656Z test_meta_outplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5146803Z test_meta_outplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5146945Z test_meta_outplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5147091Z test_meta_outplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5147233Z test_meta_outplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5147379Z test_meta_outplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5147518Z test_meta_outplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5147669Z test_meta_outplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5147810Z test_meta_outplace_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5147949Z test_meta_outplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5148101Z test_meta_outplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5148249Z test_meta_outplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5148433Z test_meta_outplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5148579Z test_meta_outplace_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5148721Z test_meta_outplace_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5148863Z test_meta_outplace_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5149004Z test_meta_outplace_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5149145Z test_meta_outplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5149299Z test_meta_outplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5149443Z test_meta_outplace_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5149596Z test_meta_outplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5149751Z test_meta_outplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5149902Z test_meta_outplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5150052Z test_meta_outplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5150239Z test_meta_outplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5150384Z test_meta_outplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5150514Z test_meta_outplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5150660Z test_meta_outplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5150802Z test_meta_outplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5150952Z test_meta_outplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5151096Z test_meta_outplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5151250Z test_meta_outplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5151401Z test_meta_outplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5151551Z test_meta_outplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5151696Z test_meta_outplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5151840Z test_meta_outplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5151982Z test_meta_outplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5152125Z test_meta_outplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5152266Z test_meta_outplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5152408Z test_meta_outplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5152551Z test_meta_outplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5152694Z test_meta_outplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5152847Z test_meta_outplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5152993Z test_meta_outplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5153148Z test_meta_outplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5153299Z test_meta_outplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5153448Z test_meta_outplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5153596Z test_meta_outplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5153743Z test_meta_outplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5153891Z test_meta_outplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5154034Z test_meta_outplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5154216Z test_meta_outplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5154375Z test_meta_outplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5154536Z test_meta_outplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5154693Z test_meta_outplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5154845Z test_meta_outplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5154998Z test_meta_outplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5155151Z test_meta_outplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5155308Z test_meta_outplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5155463Z test_meta_outplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5155618Z test_meta_outplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5155753Z test_meta_outplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5155946Z test_meta_outplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5156094Z test_meta_outplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5156240Z test_meta_outplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5156388Z test_meta_outplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5156533Z test_meta_outplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5156683Z test_meta_outplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5156838Z test_meta_outplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5156992Z test_meta_outplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5157141Z test_meta_outplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5157289Z test_meta_outplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5157508Z test_meta_outplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5157667Z test_meta_outplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5157810Z test_meta_outplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5157955Z test_meta_outplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5158095Z test_meta_outplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5158320Z test_meta_outplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5158483Z test_meta_outplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5158657Z test_meta_outplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5158826Z test_meta_outplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5158992Z test_meta_outplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5159158Z test_meta_outplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5159321Z test_meta_outplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5159482Z test_meta_outplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5159643Z test_meta_outplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5159806Z test_meta_outplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5160004Z test_meta_outplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5160160Z test_meta_outplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5160312Z test_meta_outplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5160464Z test_meta_outplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5160607Z test_meta_outplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5160757Z test_meta_outplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5160903Z test_meta_outplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5161043Z test_meta_outplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5161185Z test_meta_outplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5161323Z test_meta_outplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5161469Z test_meta_outplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5161611Z test_meta_outplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5161808Z test_meta_outplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5161958Z test_meta_outplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5162093Z test_meta_outplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5162238Z test_meta_outplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5162471Z test_meta_outplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5162617Z test_meta_outplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5162761Z test_meta_outplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5162902Z test_meta_outplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5163044Z test_meta_outplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5163186Z test_meta_outplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5163336Z test_meta_outplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5163479Z test_meta_outplace_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5163685Z test_meta_outplace_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5163839Z test_meta_outplace_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5163983Z test_meta_outplace_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5164124Z test_meta_outplace_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5164266Z test_meta_outplace_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5164405Z test_meta_outplace_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5164544Z test_meta_outplace_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5164721Z test_meta_outplace_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5164863Z test_meta_outplace_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5165002Z test_meta_outplace_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5165158Z test_meta_outplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5165315Z test_meta_outplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5165471Z test_meta_outplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.5165619Z test_meta_outplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.5165771Z test_meta_outplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.5165967Z test_meta_outplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5166115Z test_meta_outplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5166261Z test_meta_outplace_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5166406Z test_meta_outplace_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5166550Z test_meta_outplace_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5166691Z test_meta_outplace_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5166832Z test_meta_outplace_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5166975Z test_meta_outplace_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5167111Z test_meta_outplace_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5167250Z test_meta_outplace_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5167382Z test_meta_outplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5167527Z test_meta_outplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5167715Z test_meta_outplace_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5167862Z test_meta_outplace_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5168006Z test_meta_outplace_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5168149Z test_meta_outplace_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5168290Z test_meta_outplace_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5168431Z test_meta_outplace_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5168568Z test_meta_outplace_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5168710Z test_meta_outplace_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5168852Z test_meta_outplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5169002Z test_meta_outplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5169153Z test_meta_outplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5169304Z test_meta_outplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5169450Z test_meta_outplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5169594Z test_meta_outplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5169736Z test_meta_outplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5169871Z test_meta_outplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5170066Z test_meta_outplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5170216Z test_meta_outplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5170357Z test_meta_outplace_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5170511Z test_meta_outplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5170711Z test_meta_outplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5170859Z test_meta_outplace_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5171004Z test_meta_outplace_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5171147Z test_meta_outplace_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5171291Z test_meta_outplace_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5171435Z test_meta_outplace_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5171617Z test_meta_outplace_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5171757Z test_meta_outplace_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5171900Z test_meta_outplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5172046Z test_meta_outplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5172186Z test_meta_outplace_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5172335Z test_meta_outplace_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5172470Z test_meta_outplace_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5172610Z test_meta_outplace_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5172752Z test_meta_outplace_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5172898Z test_meta_outplace_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5173040Z test_meta_outplace_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5173179Z test_meta_outplace_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5173359Z test_meta_outplace_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5173500Z test_meta_outplace_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5173640Z test_meta_outplace_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5173790Z test_meta_outplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5173940Z test_meta_outplace_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5174086Z test_meta_outplace_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5174237Z test_meta_outplace_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5174384Z test_meta_outplace_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5174528Z test_meta_outplace_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5174669Z test_meta_outplace_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5174814Z test_meta_outplace_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5174945Z test_meta_outplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5175093Z test_meta_outplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5175239Z test_meta_outplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5175387Z test_meta_outplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5175534Z test_meta_outplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5175678Z test_meta_outplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5175821Z test_meta_outplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5176015Z test_meta_outplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5176162Z test_meta_outplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5176302Z test_meta_outplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5176449Z test_meta_outplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5176648Z test_meta_outplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5176798Z test_meta_outplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5176943Z test_meta_outplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5177085Z test_meta_outplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5177270Z test_meta_outplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5177410Z test_meta_outplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5177551Z test_meta_outplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5177681Z test_meta_outplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5177834Z test_meta_outplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5177977Z test_meta_outplace_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5178126Z test_meta_outplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5178277Z test_meta_outplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5178425Z test_meta_outplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5178572Z test_meta_outplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5178721Z test_meta_outplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5178865Z test_meta_outplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5179057Z test_meta_outplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5179202Z test_meta_outplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5179359Z test_meta_outplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5179507Z test_meta_outplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5179663Z test_meta_outplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5179821Z test_meta_outplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5179973Z test_meta_outplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5180126Z test_meta_outplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5180265Z test_meta_outplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5180413Z test_meta_outplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5180560Z test_meta_outplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5180706Z test_meta_outplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5180851Z test_meta_outplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5180998Z test_meta_outplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5181154Z test_meta_outplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5181304Z test_meta_outplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5181464Z test_meta_outplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5181625Z test_meta_outplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5181783Z test_meta_outplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5181992Z test_meta_outplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5182144Z test_meta_outplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5182292Z test_meta_outplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5182446Z test_meta_outplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5182649Z test_meta_outplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5182803Z test_meta_outplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5183002Z test_meta_outplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5183140Z test_meta_outplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5183312Z test_meta_outplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5183479Z test_meta_outplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5183654Z test_meta_outplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5183825Z test_meta_outplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5183995Z test_meta_outplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5184160Z test_meta_outplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5184326Z test_meta_outplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5184488Z test_meta_outplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5184649Z test_meta_outplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5184851Z test_meta_outplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5185012Z test_meta_outplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5185174Z test_meta_outplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5185335Z test_meta_outplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5185484Z test_meta_outplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5185629Z test_meta_outplace_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5185785Z test_meta_outplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5185940Z test_meta_outplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5186087Z test_meta_outplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5186221Z test_meta_outplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5186366Z test_meta_outplace_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5186509Z test_meta_outplace_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5186652Z test_meta_outplace_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5186794Z test_meta_outplace_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5186938Z test_meta_outplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5187088Z test_meta_outplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5187232Z test_meta_outplace_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5187386Z test_meta_outplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5187538Z test_meta_outplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5187689Z test_meta_outplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5187890Z test_meta_outplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5188039Z test_meta_outplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5188183Z test_meta_outplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5188322Z test_meta_outplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5188516Z test_meta_outplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5188662Z test_meta_outplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5188844Z test_meta_outplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5188991Z test_meta_outplace_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5189139Z test_meta_outplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5189286Z test_meta_outplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5189428Z test_meta_outplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5189573Z test_meta_outplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5189711Z test_meta_outplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5189851Z test_meta_outplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5189990Z test_meta_outplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5190136Z test_meta_outplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5190283Z test_meta_outplace_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5190433Z test_meta_outplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5190627Z test_meta_outplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5190773Z test_meta_outplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5190922Z test_meta_outplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5191062Z test_meta_outplace_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5191203Z test_meta_outplace_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5191330Z test_meta_outplace_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5191470Z test_meta_outplace_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5191610Z test_meta_outplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5191758Z test_meta_outplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5191897Z test_meta_outplace_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5192051Z test_meta_outplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5192201Z test_meta_outplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5192350Z test_meta_outplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5192495Z test_meta_outplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5192637Z test_meta_outplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5192779Z test_meta_outplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5192918Z test_meta_outplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5193061Z test_meta_outplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5193199Z test_meta_outplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5193358Z test_meta_outplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5193508Z test_meta_outplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5193669Z test_meta_outplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5193885Z test_meta_outplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5194033Z test_meta_outplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5194187Z test_meta_outplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5194337Z test_meta_outplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5194579Z test_meta_outplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5200721Z test_meta_outplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5200958Z test_meta_outplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5201123Z test_meta_outplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5201265Z test_meta_outplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5201421Z test_meta_outplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5201579Z test_meta_outplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5201731Z test_meta_outplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5201894Z test_meta_outplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5202058Z test_meta_outplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5202213Z test_meta_outplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5202559Z test_meta_outplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5202712Z test_meta_outplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5202862Z test_meta_outplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5203015Z test_meta_outplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5203168Z test_meta_outplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5203320Z test_meta_outplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5203472Z test_meta_outplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5203623Z test_meta_outplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5203783Z test_meta_outplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5203939Z test_meta_outplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5204101Z test_meta_outplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5204247Z test_meta_outplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5204403Z test_meta_outplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5204559Z test_meta_outplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5204711Z test_meta_outplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5204857Z test_meta_outplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5205013Z test_meta_outplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5205163Z test_meta_outplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5205315Z test_meta_outplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5205464Z test_meta_outplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5205614Z test_meta_outplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5205823Z test_meta_outplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5205984Z test_meta_outplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5206141Z test_meta_outplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5206292Z test_meta_outplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5206555Z test_meta_outplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5206707Z test_meta_outplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5206858Z test_meta_outplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5207008Z test_meta_outplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5207143Z test_meta_outplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5207289Z test_meta_outplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5207452Z test_meta_outplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5207609Z test_meta_outplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5207764Z test_meta_outplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5207919Z test_meta_outplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5208072Z test_meta_outplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5208230Z test_meta_outplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5208881Z test_meta_outplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5209033Z test_meta_outplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5209187Z test_meta_outplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5209339Z test_meta_outplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5209491Z test_meta_outplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5209643Z test_meta_outplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5209795Z test_meta_outplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5209945Z test_meta_outplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5210090Z test_meta_outplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5210225Z test_meta_outplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5210374Z test_meta_outplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5210525Z test_meta_outplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5210674Z test_meta_outplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5210822Z test_meta_outplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5210971Z test_meta_outplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5211125Z test_meta_outplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5211283Z test_meta_outplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5211441Z test_meta_outplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5211594Z test_meta_outplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5211809Z test_meta_outplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5211963Z test_meta_outplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5212128Z test_meta_outplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5212337Z test_meta_outplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5212503Z test_meta_outplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5212664Z test_meta_outplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5212879Z test_meta_outplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5213033Z test_meta_outplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5213188Z test_meta_outplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5213326Z test_meta_outplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5213475Z test_meta_outplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5213628Z test_meta_outplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5213777Z test_meta_outplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5213931Z test_meta_outplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5214080Z test_meta_outplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5214231Z test_meta_outplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5214382Z test_meta_outplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5214531Z test_meta_outplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5214720Z test_meta_outplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5214888Z test_meta_outplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5215051Z test_meta_outplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5215215Z test_meta_outplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5215379Z test_meta_outplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5215542Z test_meta_outplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5215697Z test_meta_outplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5215854Z test_meta_outplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5216009Z test_meta_outplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5216149Z test_meta_outplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5216297Z test_meta_outplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5216449Z test_meta_outplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5216607Z test_meta_outplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5216758Z test_meta_outplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5216921Z test_meta_outplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5217083Z test_meta_outplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5217239Z test_meta_outplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5217397Z test_meta_outplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5217550Z test_meta_outplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5217755Z test_meta_outplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5217910Z test_meta_outplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5218062Z test_meta_outplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5218213Z test_meta_outplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5218414Z test_meta_outplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5218608Z test_meta_outplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5218756Z test_meta_outplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5218906Z test_meta_outplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5219045Z test_meta_outplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5219192Z test_meta_outplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5219337Z test_meta_outplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5219477Z test_meta_outplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5219617Z test_meta_outplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5219758Z test_meta_outplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5219900Z test_meta_outplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5220042Z test_meta_outplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5220190Z test_meta_outplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5220381Z test_meta_outplace_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5220534Z test_meta_outplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5220686Z test_meta_outplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5220837Z test_meta_outplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5220983Z test_meta_outplace_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221130Z test_meta_outplace_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221274Z test_meta_outplace_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221418Z test_meta_outplace_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221550Z test_meta_outplace_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221692Z test_meta_outplace_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221837Z test_meta_outplace_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5221977Z test_meta_outplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5222141Z test_meta_outplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5222309Z test_meta_outplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5222474Z test_meta_outplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5222645Z test_meta_outplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5222816Z test_meta_outplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5222985Z test_meta_outplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5223149Z test_meta_outplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5223316Z test_meta_outplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5223478Z test_meta_outplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5223693Z test_meta_outplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5223857Z test_meta_outplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5224018Z test_meta_outplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5224180Z test_meta_outplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5224441Z test_meta_outplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5224599Z test_meta_outplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5224747Z test_meta_outplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5224912Z test_meta_outplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5225072Z test_meta_outplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5225226Z test_meta_outplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5225379Z test_meta_outplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5225534Z test_meta_outplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5225685Z test_meta_outplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5225837Z test_meta_outplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5225990Z test_meta_outplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5226147Z test_meta_outplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5226342Z test_meta_outplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5226494Z test_meta_outplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5226650Z test_meta_outplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5226802Z test_meta_outplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5226953Z test_meta_outplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5227105Z test_meta_outplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5227258Z test_meta_outplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5227407Z test_meta_outplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5227544Z test_meta_outplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5227697Z test_meta_outplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5227841Z test_meta_outplace_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5227992Z test_meta_outplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5228144Z test_meta_outplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5228291Z test_meta_outplace_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5228437Z test_meta_outplace_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5228581Z test_meta_outplace_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5228726Z test_meta_outplace_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5228869Z test_meta_outplace_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5229013Z test_meta_outplace_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5229157Z test_meta_outplace_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5229299Z test_meta_outplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5229465Z test_meta_outplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5229679Z test_meta_outplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5229849Z test_meta_outplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5230015Z test_meta_outplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5230256Z test_meta_outplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5230425Z test_meta_outplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5230590Z test_meta_outplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5230750Z test_meta_outplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5230905Z test_meta_outplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5231056Z test_meta_outplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5231214Z test_meta_outplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5231366Z test_meta_outplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5231513Z test_meta_outplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5231661Z test_meta_outplace_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5231812Z test_meta_outplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5232005Z test_meta_outplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5232154Z test_meta_outplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5232299Z test_meta_outplace_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5232444Z test_meta_outplace_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5232586Z test_meta_outplace_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5232726Z test_meta_outplace_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5232864Z test_meta_outplace_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5232992Z test_meta_outplace_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5233136Z test_meta_outplace_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5233279Z test_meta_outplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5233429Z test_meta_outplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5233576Z test_meta_outplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5233729Z test_meta_outplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5233877Z test_meta_outplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5234036Z test_meta_outplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5234191Z test_meta_outplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5234346Z test_meta_outplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5234500Z test_meta_outplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5234651Z test_meta_outplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5234803Z test_meta_outplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5234951Z test_meta_outplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5235097Z test_meta_outplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5235241Z test_meta_outplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5235389Z test_meta_outplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5235585Z test_meta_outplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5235721Z test_meta_outplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5235866Z test_meta_outplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5236493Z test_meta_outplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5236652Z test_meta_outplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5236798Z test_meta_outplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5236940Z test_meta_outplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5237083Z test_meta_outplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5237227Z test_meta_outplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5237378Z test_meta_outplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5237527Z test_meta_outplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5237683Z test_meta_outplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5237839Z test_meta_outplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5237993Z test_meta_outplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5238145Z test_meta_outplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5238342Z test_meta_outplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5238491Z test_meta_outplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5238637Z test_meta_outplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5238771Z test_meta_outplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5238915Z test_meta_outplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5239061Z test_meta_outplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5239203Z test_meta_outplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5239357Z test_meta_outplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5239501Z test_meta_outplace_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5239658Z test_meta_outplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5239810Z test_meta_outplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5239959Z test_meta_outplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5240105Z test_meta_outplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5240252Z test_meta_outplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5240395Z test_meta_outplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5240538Z test_meta_outplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5240684Z test_meta_outplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5240826Z test_meta_outplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5240970Z test_meta_outplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5241115Z test_meta_outplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5241247Z test_meta_outplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5241392Z test_meta_outplace_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5241602Z test_meta_outplace_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5241757Z test_meta_outplace_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5241906Z test_meta_outplace_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5242053Z test_meta_outplace_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5242400Z test_meta_outplace_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5242550Z test_meta_outplace_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5242697Z test_meta_outplace_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5242840Z test_meta_outplace_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5242982Z test_meta_outplace_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5243127Z test_meta_outplace_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5243268Z test_meta_outplace_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5243430Z test_meta_outplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5243589Z test_meta_outplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5243747Z test_meta_outplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5243900Z test_meta_outplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5244070Z test_meta_outplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5244269Z test_meta_outplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5244432Z test_meta_outplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5244597Z test_meta_outplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5244764Z test_meta_outplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5244929Z test_meta_outplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.5245091Z test_meta_outplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5245254Z test_meta_outplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5245404Z test_meta_outplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5245553Z test_meta_outplace_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5245706Z test_meta_outplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5245857Z test_meta_outplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246009Z test_meta_outplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246159Z test_meta_outplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246309Z test_meta_outplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246453Z test_meta_outplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246600Z test_meta_outplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246746Z test_meta_outplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5246889Z test_meta_outplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5247023Z test_meta_outplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5247163Z test_meta_outplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5247315Z test_meta_outplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5247514Z test_meta_outplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5247665Z test_meta_outplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5247806Z test_meta_outplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5247949Z test_meta_outplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5248186Z test_meta_outplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5248333Z test_meta_outplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5248475Z test_meta_outplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5248631Z test_meta_outplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5248781Z test_meta_outplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5248934Z test_meta_outplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5249089Z test_meta_outplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5249239Z test_meta_outplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5249393Z test_meta_outplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5249543Z test_meta_outplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5249682Z test_meta_outplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5249831Z test_meta_outplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5250021Z test_meta_outplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5250178Z test_meta_outplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5250327Z test_meta_outplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5250480Z test_meta_outplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5250631Z test_meta_outplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5250787Z test_meta_outplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5250935Z test_meta_outplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5251085Z test_meta_outplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5251233Z test_meta_outplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5251383Z test_meta_outplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5251531Z test_meta_outplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5251680Z test_meta_outplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5251826Z test_meta_outplace_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5251984Z test_meta_outplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5252132Z test_meta_outplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5252280Z test_meta_outplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5252418Z test_meta_outplace_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5252567Z test_meta_outplace_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5252715Z test_meta_outplace_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5252858Z test_meta_outplace_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5253001Z test_meta_outplace_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5253141Z test_meta_outplace_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5253285Z test_meta_outplace_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5253479Z test_meta_outplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5253641Z test_meta_outplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5253835Z test_meta_outplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5254039Z test_meta_outplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5254212Z test_meta_outplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5254375Z test_meta_outplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5254533Z test_meta_outplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5254687Z test_meta_outplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5254838Z test_meta_outplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5254992Z test_meta_outplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5255143Z test_meta_outplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5255279Z test_meta_outplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5255431Z test_meta_outplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5255584Z test_meta_outplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5255793Z test_meta_outplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5255949Z test_meta_outplace_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5256113Z test_meta_outplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5256277Z test_meta_outplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5256433Z test_meta_outplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5256587Z test_meta_outplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5256740Z test_meta_outplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5256898Z test_meta_outplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5257052Z test_meta_outplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5257201Z test_meta_outplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5257356Z test_meta_outplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5257511Z test_meta_outplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5257663Z test_meta_outplace_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5257813Z test_meta_outplace_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5257960Z test_meta_outplace_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5258098Z test_meta_outplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5258240Z test_meta_outplace_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5258388Z test_meta_outplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5258538Z test_meta_outplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5258688Z test_meta_outplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5258837Z test_meta_outplace_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5258983Z test_meta_outplace_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5259123Z test_meta_outplace_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5259267Z test_meta_outplace_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5259464Z test_meta_outplace_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5259652Z test_meta_outplace_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5259798Z test_meta_outplace_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5259949Z test_meta_outplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5260161Z test_meta_outplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5260318Z test_meta_outplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5260483Z test_meta_outplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5260648Z test_meta_outplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5260811Z test_meta_outplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5260958Z test_meta_outplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5261115Z test_meta_outplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5261268Z test_meta_outplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5261473Z test_meta_outplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5261625Z test_meta_outplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5261774Z test_meta_outplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5261933Z test_meta_outplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5262090Z test_meta_outplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5262252Z test_meta_outplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5262412Z test_meta_outplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5262580Z test_meta_outplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5262745Z test_meta_outplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5262908Z test_meta_outplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5263069Z test_meta_outplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5263229Z test_meta_outplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5263388Z test_meta_outplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5263544Z test_meta_outplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5263693Z test_meta_outplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5263839Z test_meta_outplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5263993Z test_meta_outplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5264153Z test_meta_outplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5264307Z test_meta_outplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5264466Z test_meta_outplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5264626Z test_meta_outplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.5264782Z test_meta_outplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5264939Z test_meta_outplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5265090Z test_meta_outplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5265239Z test_meta_outplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5265493Z test_meta_outplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5265651Z test_meta_outplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5265805Z test_meta_outplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5266005Z test_meta_outplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5266162Z test_meta_outplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5266321Z test_meta_outplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5266476Z test_meta_outplace_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5266625Z test_meta_outplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5266762Z test_meta_outplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5266919Z test_meta_outplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5267068Z test_meta_outplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5267263Z test_meta_outplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5267412Z test_meta_outplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5267564Z test_meta_outplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5267710Z test_meta_outplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5267868Z test_meta_outplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5268027Z test_meta_outplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5268182Z test_meta_outplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5268337Z test_meta_outplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5268487Z test_meta_outplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5268636Z test_meta_outplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5268784Z test_meta_outplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5268932Z test_meta_outplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5269080Z test_meta_outplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5269226Z test_meta_outplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5269372Z test_meta_outplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5269502Z test_meta_outplace_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5269650Z test_meta_outplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5269802Z test_meta_outplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5269948Z test_meta_outplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5270097Z test_meta_outplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5270239Z test_meta_outplace_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5270381Z test_meta_outplace_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5270523Z test_meta_outplace_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5270664Z test_meta_outplace_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5270807Z test_meta_outplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5270958Z test_meta_outplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5271139Z test_meta_outplace_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5271334Z test_meta_outplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5271497Z test_meta_outplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5271647Z test_meta_outplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5271791Z test_meta_outplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5271972Z test_meta_outplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5272110Z test_meta_outplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5272250Z test_meta_outplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5272391Z test_meta_outplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5272532Z test_meta_outplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5272696Z test_meta_outplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5272850Z test_meta_outplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5273059Z test_meta_outplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5273221Z test_meta_outplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5273379Z test_meta_outplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5273531Z test_meta_outplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5273681Z test_meta_outplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5273834Z test_meta_outplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5273983Z test_meta_outplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5274133Z test_meta_outplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5274289Z test_meta_outplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5274438Z test_meta_outplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5274586Z test_meta_outplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5274734Z test_meta_outplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.5274872Z test_meta_outplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5275017Z test_meta_outplace_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.5275161Z test_meta_outplace_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5275304Z test_meta_outplace_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.5275447Z test_meta_outplace_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5275588Z test_meta_outplace_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:52:10.5275728Z test_meta_outplace_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5275871Z test_meta_outplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5276021Z test_meta_outplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5276174Z test_meta_outplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5276325Z test_meta_outplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5276474Z test_meta_outplace_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5276621Z test_meta_outplace_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5276767Z test_meta_outplace_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5276949Z test_meta_outplace_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5277093Z test_meta_outplace_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5277240Z test_meta_outplace_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5277419Z test_meta_outplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5277569Z test_meta_outplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5277716Z test_meta_outplace_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5277865Z test_meta_outplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278066Z test_meta_outplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278212Z test_meta_outplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278358Z test_meta_outplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278500Z test_meta_outplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278643Z test_meta_outplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278831Z test_meta_outplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5278980Z test_meta_outplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5279125Z test_meta_outplace_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5279272Z test_meta_outplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5279416Z test_meta_outplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.5279563Z test_meta_outplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5279710Z test_meta_outplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5279856Z test_meta_outplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5279998Z test_meta_outplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5280131Z test_meta_outplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5280286Z test_meta_outplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5280444Z test_meta_outplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5280600Z test_meta_outplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5280753Z test_meta_outplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5280902Z test_meta_outplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5281051Z test_meta_outplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5281202Z test_meta_outplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5281351Z test_meta_outplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5281496Z test_meta_outplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5281649Z test_meta_outplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5281802Z test_meta_outplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5281956Z test_meta_outplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5282110Z test_meta_outplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5282345Z test_meta_outplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5282489Z test_meta_outplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5282636Z test_meta_outplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5282823Z test_meta_outplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5282967Z test_meta_outplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5283116Z test_meta_outplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5283258Z test_meta_outplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5283483Z test_meta_outplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5283666Z test_meta_outplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5283842Z test_meta_outplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5284069Z test_meta_outplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5284242Z test_meta_outplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5284411Z test_meta_outplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5284577Z test_meta_outplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5284781Z test_meta_outplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5284935Z test_meta_outplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5285101Z test_meta_outplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5285254Z test_meta_outplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5285404Z test_meta_outplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5285554Z test_meta_outplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5285706Z test_meta_outplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5285855Z test_meta_outplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5286001Z test_meta_outplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5286147Z test_meta_outplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5286290Z test_meta_outplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5286437Z test_meta_outplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5286579Z test_meta_outplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5286723Z test_meta_outplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5286865Z test_meta_outplace_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5287011Z test_meta_outplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5287162Z test_meta_outplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5287307Z test_meta_outplace_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5287443Z test_meta_outplace_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5287586Z test_meta_outplace_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5287730Z test_meta_outplace_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5287873Z test_meta_outplace_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5288010Z test_meta_outplace_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5288151Z test_meta_outplace_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5288290Z test_meta_outplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5288486Z test_meta_outplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5288636Z test_meta_outplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5288797Z test_meta_outplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5288959Z test_meta_outplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5289113Z test_meta_outplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5289306Z test_meta_outplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5289466Z test_meta_outplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5289613Z test_meta_outplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5289766Z test_meta_outplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5289918Z test_meta_outplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5290068Z test_meta_outplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5290205Z test_meta_outplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5290449Z test_meta_outplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5290607Z test_meta_outplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5290760Z test_meta_outplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5290919Z test_meta_outplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5291073Z test_meta_outplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5291223Z test_meta_outplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5291375Z test_meta_outplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5291529Z test_meta_outplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5291678Z test_meta_outplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5291831Z test_meta_outplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5291979Z test_meta_outplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5292127Z test_meta_outplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5292273Z test_meta_outplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5292437Z test_meta_outplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5292596Z test_meta_outplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5292761Z test_meta_outplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5292930Z test_meta_outplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5293083Z test_meta_outplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5293246Z test_meta_outplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5293402Z test_meta_outplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5293552Z test_meta_outplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5293708Z test_meta_outplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5293857Z test_meta_outplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5294007Z test_meta_outplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5294160Z test_meta_outplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5294355Z test_meta_outplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5294509Z test_meta_outplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5294660Z test_meta_outplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5294816Z test_meta_outplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5294970Z test_meta_outplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5295119Z test_meta_outplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5295272Z test_meta_outplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5295424Z test_meta_outplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5295576Z test_meta_outplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5295782Z test_meta_outplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5295921Z test_meta_outplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5296110Z test_meta_outplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5296258Z test_meta_outplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5296454Z test_meta_outplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5296623Z test_meta_outplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5296784Z test_meta_outplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5296948Z test_meta_outplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5297110Z test_meta_outplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5297274Z test_meta_outplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5297434Z test_meta_outplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5297596Z test_meta_outplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5297756Z test_meta_outplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5297914Z test_meta_outplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5298075Z test_meta_outplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5298224Z test_meta_outplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.146s) 2022-11-23T01:52:10.5298366Z test_meta_outplace_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5298518Z test_meta_outplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:52:10.5298671Z test_meta_outplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:52:10.5298806Z test_meta_outplace_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.146s) 2022-11-23T01:52:10.5298950Z test_meta_outplace_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:52:10.5299093Z test_meta_outplace_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-11-23T01:52:10.5299234Z test_meta_outplace_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:52:10.5299374Z test_meta_outplace_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.5299517Z test_meta_outplace_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.5299656Z test_meta_outplace_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:52:10.5299794Z test_meta_outplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.105s) 2022-11-23T01:52:10.5299946Z test_meta_outplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5300139Z test_meta_outplace_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5300291Z test_meta_outplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5300444Z test_meta_outplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5300647Z test_meta_outplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5300869Z test_meta_outplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5301114Z test_meta_outplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5301360Z test_meta_outplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5301607Z test_meta_outplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5301877Z test_meta_outplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.5302094Z test_meta_outplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.5302320Z test_meta_outplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.5303146Z test_meta_outplace_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.5303373Z test_meta_outplace_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.5303599Z test_meta_outplace_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.5303857Z test_meta_outplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5304117Z test_meta_outplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5304370Z test_meta_outplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5304615Z test_meta_outplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5304868Z test_meta_outplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5305102Z test_meta_outplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5305340Z test_meta_outplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5305575Z test_meta_outplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5305810Z test_meta_outplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5306068Z test_meta_outplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5306307Z test_meta_outplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5306561Z test_meta_outplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5306807Z test_meta_outplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5307034Z test_meta_outplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5307283Z test_meta_outplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5307536Z test_meta_outplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5307703Z test_meta_outplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5307864Z test_meta_outplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5308021Z test_meta_outplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5308182Z test_meta_outplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5308346Z test_meta_outplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5308591Z test_meta_outplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5308753Z test_meta_outplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5308921Z test_meta_outplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5309077Z test_meta_outplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5309240Z test_meta_outplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5309401Z test_meta_outplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5309562Z test_meta_outplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5309724Z test_meta_outplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5309884Z test_meta_outplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5310032Z test_meta_outplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5310183Z test_meta_outplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5310368Z test_meta_outplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5310514Z test_meta_outplace_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5310659Z test_meta_outplace_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5310800Z test_meta_outplace_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5310941Z test_meta_outplace_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5311080Z test_meta_outplace_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5311220Z test_meta_outplace_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5311364Z test_meta_outplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5311514Z test_meta_outplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5311660Z test_meta_outplace_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5311815Z test_meta_outplace_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5311971Z test_meta_outplace_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5312126Z test_meta_outplace_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5312275Z test_meta_outplace_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5312422Z test_meta_outplace_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5312570Z test_meta_outplace_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5312720Z test_meta_outplace_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5312921Z test_meta_outplace_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5313056Z test_meta_outplace_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5313202Z test_meta_outplace_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5313349Z test_meta_outplace_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5313499Z test_meta_outplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5313695Z test_meta_outplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5313852Z test_meta_outplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5314003Z test_meta_outplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5314158Z test_meta_outplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5314349Z test_meta_outplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5314496Z test_meta_outplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5314647Z test_meta_outplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5314794Z test_meta_outplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5314939Z test_meta_outplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5315081Z test_meta_outplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5315227Z test_meta_outplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5315370Z test_meta_outplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5315520Z test_meta_outplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5315656Z test_meta_outplace_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5315810Z test_meta_outplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5315961Z test_meta_outplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5316154Z test_meta_outplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5316304Z test_meta_outplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5316451Z test_meta_outplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5316597Z test_meta_outplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5316742Z test_meta_outplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5316886Z test_meta_outplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5317028Z test_meta_outplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5317176Z test_meta_outplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5317318Z test_meta_outplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5317469Z test_meta_outplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5317622Z test_meta_outplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5317774Z test_meta_outplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5317920Z test_meta_outplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5318067Z test_meta_outplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5318207Z test_meta_outplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5318338Z test_meta_outplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5318479Z test_meta_outplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5318621Z test_meta_outplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5318762Z test_meta_outplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5318961Z test_meta_outplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5319109Z test_meta_outplace_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5319262Z test_meta_outplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5319411Z test_meta_outplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5319615Z test_meta_outplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5319768Z test_meta_outplace_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5319913Z test_meta_outplace_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5320104Z test_meta_outplace_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5320248Z test_meta_outplace_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5320393Z test_meta_outplace_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5320531Z test_meta_outplace_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5320674Z test_meta_outplace_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5320813Z test_meta_outplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5320957Z test_meta_outplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5321107Z test_meta_outplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5321268Z test_meta_outplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5321429Z test_meta_outplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5321583Z test_meta_outplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5321782Z test_meta_outplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5321933Z test_meta_outplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5322082Z test_meta_outplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5322233Z test_meta_outplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5322470Z test_meta_outplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5322619Z test_meta_outplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5322766Z test_meta_outplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5322917Z test_meta_outplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5323061Z test_meta_outplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5323205Z test_meta_outplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5323351Z test_meta_outplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5323498Z test_meta_outplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5323632Z test_meta_outplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5323773Z test_meta_outplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5323915Z test_meta_outplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324052Z test_meta_outplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324195Z test_meta_outplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324339Z test_meta_outplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324480Z test_meta_outplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324621Z test_meta_outplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324756Z test_meta_outplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5324962Z test_meta_outplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5325107Z test_meta_outplace_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5325260Z test_meta_outplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5325409Z test_meta_outplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5325606Z test_meta_outplace_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5325754Z test_meta_outplace_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5325939Z test_meta_outplace_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5326081Z test_meta_outplace_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5326226Z test_meta_outplace_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5326353Z test_meta_outplace_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5326494Z test_meta_outplace_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5326632Z test_meta_outplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5326778Z test_meta_outplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5326920Z test_meta_outplace_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5327065Z test_meta_outplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5327209Z test_meta_outplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5327350Z test_meta_outplace_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5327491Z test_meta_outplace_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5327687Z test_meta_outplace_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5327828Z test_meta_outplace_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5327968Z test_meta_outplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5328118Z test_meta_outplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5328259Z test_meta_outplace_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5328405Z test_meta_outplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5328548Z test_meta_outplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5328692Z test_meta_outplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5328822Z test_meta_outplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5328961Z test_meta_outplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5329103Z test_meta_outplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5329246Z test_meta_outplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5329396Z test_meta_outplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5329539Z test_meta_outplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5329687Z test_meta_outplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5329835Z test_meta_outplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5329978Z test_meta_outplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5330122Z test_meta_outplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5330262Z test_meta_outplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5330409Z test_meta_outplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5330551Z test_meta_outplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5330697Z test_meta_outplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5330835Z test_meta_outplace_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5330982Z test_meta_outplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5331182Z test_meta_outplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5331312Z test_meta_outplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5331978Z test_meta_outplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5332136Z test_meta_outplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5332279Z test_meta_outplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5332421Z test_meta_outplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5332564Z test_meta_outplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5332709Z test_meta_outplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5332849Z test_meta_outplace_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5333001Z test_meta_outplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5333151Z test_meta_outplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5333295Z test_meta_outplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5333440Z test_meta_outplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5333578Z test_meta_outplace_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5333765Z test_meta_outplace_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5333904Z test_meta_outplace_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5334047Z test_meta_outplace_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5334187Z test_meta_outplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5334333Z test_meta_outplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5334487Z test_meta_outplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5334647Z test_meta_outplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5334806Z test_meta_outplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5334961Z test_meta_outplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5335113Z test_meta_outplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5335266Z test_meta_outplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5335417Z test_meta_outplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5335566Z test_meta_outplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5335714Z test_meta_outplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5335862Z test_meta_outplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5336009Z test_meta_outplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5336154Z test_meta_outplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5336302Z test_meta_outplace_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5336457Z test_meta_outplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5336615Z test_meta_outplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5336763Z test_meta_outplace_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5336897Z test_meta_outplace_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5337046Z test_meta_outplace_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5337248Z test_meta_outplace_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5337398Z test_meta_outplace_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5337541Z test_meta_outplace_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5337730Z test_meta_outplace_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5337927Z test_meta_outplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5338079Z test_meta_outplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5338225Z test_meta_outplace_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5338371Z test_meta_outplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5338519Z test_meta_outplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5338662Z test_meta_outplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5338804Z test_meta_outplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5338942Z test_meta_outplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5339081Z test_meta_outplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5339220Z test_meta_outplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5339361Z test_meta_outplace_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.5339554Z test_meta_outplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:52:10.5339688Z test_meta_outplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.5339828Z test_meta_outplace_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:52:10.5339968Z test_meta_outplace_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.5340107Z test_meta_outplace_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-11-23T01:52:10.5340246Z test_meta_outplace_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:52:10.5340387Z test_meta_outplace_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:52:10.5340532Z test_meta_outplace_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:52:10.5340674Z test_meta_outplace_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:52:10.5340810Z test_meta_outplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:52:10.5340959Z test_meta_outplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5341114Z test_meta_outplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5341270Z test_meta_outplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5341420Z test_meta_outplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5341571Z test_meta_outplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5341717Z test_meta_outplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5341864Z test_meta_outplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5342008Z test_meta_outplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5342140Z test_meta_outplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5342285Z test_meta_outplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5342428Z test_meta_outplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5342579Z test_meta_outplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5342731Z test_meta_outplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5342882Z test_meta_outplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5343029Z test_meta_outplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5343171Z test_meta_outplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5343408Z test_meta_outplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5343554Z test_meta_outplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5343700Z test_meta_outplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5343841Z test_meta_outplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5344035Z test_meta_outplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5344194Z test_meta_outplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5344347Z test_meta_outplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5344497Z test_meta_outplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5344649Z test_meta_outplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5344797Z test_meta_outplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5344930Z test_meta_outplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5345076Z test_meta_outplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5345263Z test_meta_outplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5345406Z test_meta_outplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5345570Z test_meta_outplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5345722Z test_meta_outplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5345886Z test_meta_outplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5346047Z test_meta_outplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5346207Z test_meta_outplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5346367Z test_meta_outplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5346521Z test_meta_outplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5346673Z test_meta_outplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5346827Z test_meta_outplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5346977Z test_meta_outplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5347124Z test_meta_outplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5347274Z test_meta_outplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5347429Z test_meta_outplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5347572Z test_meta_outplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5347719Z test_meta_outplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5347874Z test_meta_outplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5348027Z test_meta_outplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5348177Z test_meta_outplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5348326Z test_meta_outplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5348472Z test_meta_outplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5348617Z test_meta_outplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5348761Z test_meta_outplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5348908Z test_meta_outplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5349098Z test_meta_outplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5349254Z test_meta_outplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5349414Z test_meta_outplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5349623Z test_meta_outplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5349777Z test_meta_outplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5349924Z test_meta_outplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5350069Z test_meta_outplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5350268Z test_meta_outplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5350414Z test_meta_outplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5350548Z test_meta_outplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5350692Z test_meta_outplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5350895Z test_meta_outplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5351051Z test_meta_outplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5351204Z test_meta_outplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5351352Z test_meta_outplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5351501Z test_meta_outplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5351648Z test_meta_outplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5351794Z test_meta_outplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5351941Z test_meta_outplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5352088Z test_meta_outplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5352236Z test_meta_outplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5352395Z test_meta_outplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5352549Z test_meta_outplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5352699Z test_meta_outplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5352846Z test_meta_outplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5352991Z test_meta_outplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5353135Z test_meta_outplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5353271Z test_meta_outplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5353417Z test_meta_outplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5353559Z test_meta_outplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5353705Z test_meta_outplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5353860Z test_meta_outplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5354013Z test_meta_outplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5354162Z test_meta_outplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5354312Z test_meta_outplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5354458Z test_meta_outplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5354603Z test_meta_outplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5354791Z test_meta_outplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5354940Z test_meta_outplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5355087Z test_meta_outplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5355232Z test_meta_outplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5355390Z test_meta_outplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5355544Z test_meta_outplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5355747Z test_meta_outplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5355888Z test_meta_outplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5356034Z test_meta_outplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5356225Z test_meta_outplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5356411Z test_meta_outplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5356609Z test_meta_outplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5356755Z test_meta_outplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5356916Z test_meta_outplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5357080Z test_meta_outplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5357248Z test_meta_outplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5357414Z test_meta_outplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5357580Z test_meta_outplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5357741Z test_meta_outplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5357893Z test_meta_outplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5358044Z test_meta_outplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5358199Z test_meta_outplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5358349Z test_meta_outplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5358497Z test_meta_outplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5358649Z test_meta_outplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5358798Z test_meta_outplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5358946Z test_meta_outplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5359100Z test_meta_outplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5359249Z test_meta_outplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5359389Z test_meta_outplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5359543Z test_meta_outplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5359692Z test_meta_outplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5359842Z test_meta_outplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5359994Z test_meta_outplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5360144Z test_meta_outplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5360300Z test_meta_outplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5360490Z test_meta_outplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5360638Z test_meta_outplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5360789Z test_meta_outplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5360934Z test_meta_outplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5361087Z test_meta_outplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5361239Z test_meta_outplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5361389Z test_meta_outplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5361543Z test_meta_outplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5361693Z test_meta_outplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5361902Z test_meta_outplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5362057Z test_meta_outplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5362196Z test_meta_outplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5362490Z test_meta_outplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5362698Z test_meta_outplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5362853Z test_meta_outplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5363014Z test_meta_outplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5363175Z test_meta_outplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5363346Z test_meta_outplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5363508Z test_meta_outplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5363662Z test_meta_outplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5363813Z test_meta_outplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5363962Z test_meta_outplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5364111Z test_meta_outplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5364260Z test_meta_outplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5364407Z test_meta_outplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5364565Z test_meta_outplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5364721Z test_meta_outplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5364874Z test_meta_outplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5365029Z test_meta_outplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5365180Z test_meta_outplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5365318Z test_meta_outplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5365466Z test_meta_outplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5365615Z test_meta_outplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5365761Z test_meta_outplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5365907Z test_meta_outplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5366067Z test_meta_outplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5366225Z test_meta_outplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5366426Z test_meta_outplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5366581Z test_meta_outplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5366735Z test_meta_outplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5366884Z test_meta_outplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5367037Z test_meta_outplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5367184Z test_meta_outplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5367333Z test_meta_outplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5367480Z test_meta_outplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5367632Z test_meta_outplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5367785Z test_meta_outplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5367921Z test_meta_outplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5368162Z test_meta_outplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5368311Z test_meta_outplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5368457Z test_meta_outplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5368601Z test_meta_outplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5368799Z test_meta_outplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5368952Z test_meta_outplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5369100Z test_meta_outplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5369248Z test_meta_outplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5369399Z test_meta_outplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5369543Z test_meta_outplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5369690Z test_meta_outplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5369833Z test_meta_outplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5369977Z test_meta_outplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5370129Z test_meta_outplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5370278Z test_meta_outplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5370424Z test_meta_outplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5370573Z test_meta_outplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5370708Z test_meta_outplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5370851Z test_meta_outplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5370998Z test_meta_outplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5371145Z test_meta_outplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5371287Z test_meta_outplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5371437Z test_meta_outplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5371584Z test_meta_outplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5371729Z test_meta_outplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5371876Z test_meta_outplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5372068Z test_meta_outplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5372214Z test_meta_outplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5372359Z test_meta_outplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5372503Z test_meta_outplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5372643Z test_meta_outplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5372789Z test_meta_outplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5372930Z test_meta_outplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5373082Z test_meta_outplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5373217Z test_meta_outplace_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5373374Z test_meta_outplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5373529Z test_meta_outplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5373683Z test_meta_outplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5373883Z test_meta_outplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5374033Z test_meta_outplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5374184Z test_meta_outplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5374377Z test_meta_outplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5374524Z test_meta_outplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5374666Z test_meta_outplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5374811Z test_meta_outplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5375008Z test_meta_outplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5375157Z test_meta_outplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5375300Z test_meta_outplace_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5375449Z test_meta_outplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5375598Z test_meta_outplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5375741Z test_meta_outplace_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5375888Z test_meta_outplace_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5376019Z test_meta_outplace_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5376159Z test_meta_outplace_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5376299Z test_meta_outplace_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5376439Z test_meta_outplace_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5376578Z test_meta_outplace_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5376720Z test_meta_outplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5376868Z test_meta_outplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5377013Z test_meta_outplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5377165Z test_meta_outplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5377319Z test_meta_outplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5377466Z test_meta_outplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5377613Z test_meta_outplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5377806Z test_meta_outplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5377952Z test_meta_outplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5378099Z test_meta_outplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5378243Z test_meta_outplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5378389Z test_meta_outplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5378519Z test_meta_outplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5378671Z test_meta_outplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5378817Z test_meta_outplace_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5378971Z test_meta_outplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5379125Z test_meta_outplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5379271Z test_meta_outplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5379417Z test_meta_outplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5379605Z test_meta_outplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5379751Z test_meta_outplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5379894Z test_meta_outplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5380036Z test_meta_outplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5380179Z test_meta_outplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5380322Z test_meta_outplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5380521Z test_meta_outplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5380671Z test_meta_outplace_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5380822Z test_meta_outplace_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5380976Z test_meta_outplace_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5381179Z test_meta_outplace_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5381316Z test_meta_outplace_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5381464Z test_meta_outplace_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5381606Z test_meta_outplace_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5381745Z test_meta_outplace_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5381887Z test_meta_outplace_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5382023Z test_meta_outplace_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5382166Z test_meta_outplace_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5382303Z test_meta_outplace_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5382461Z test_meta_outplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5382610Z test_meta_outplace_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5382771Z test_meta_outplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5382929Z test_meta_outplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5383084Z test_meta_outplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5383234Z test_meta_outplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5383380Z test_meta_outplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5383572Z test_meta_outplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5383723Z test_meta_outplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5383863Z test_meta_outplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5384014Z test_meta_outplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5384163Z test_meta_outplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5384313Z test_meta_outplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5384460Z test_meta_outplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5384605Z test_meta_outplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5384748Z test_meta_outplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5384889Z test_meta_outplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5385030Z test_meta_outplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5385210Z test_meta_outplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5385351Z test_meta_outplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5385511Z test_meta_outplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5385666Z test_meta_outplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.5385818Z test_meta_outplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5385966Z test_meta_outplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:52:10.5386120Z test_meta_outplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5386271Z test_meta_outplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5386418Z test_meta_outplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5386610Z test_meta_outplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5386767Z test_meta_outplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5386912Z test_meta_outplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5387051Z test_meta_outplace_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5387241Z test_meta_outplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5387395Z test_meta_outplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5387537Z test_meta_outplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5387677Z test_meta_outplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5387819Z test_meta_outplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5387958Z test_meta_outplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5388104Z test_meta_outplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5388244Z test_meta_outplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5388391Z test_meta_outplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5388531Z test_meta_outplace_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5388676Z test_meta_outplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5388819Z test_meta_outplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5388961Z test_meta_outplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5389135Z test_meta_outplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5389276Z test_meta_outplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5389415Z test_meta_outplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5389556Z test_meta_outplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5389696Z test_meta_outplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5389842Z test_meta_outplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5389985Z test_meta_outplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5390129Z test_meta_outplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5390272Z test_meta_outplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5390410Z test_meta_outplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5390549Z test_meta_outplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5390685Z test_meta_outplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5390873Z test_meta_outplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5391012Z test_meta_outplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5391159Z test_meta_outplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5391305Z test_meta_outplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5391448Z test_meta_outplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5391579Z test_meta_outplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5391729Z test_meta_outplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5391875Z test_meta_outplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5392023Z test_meta_outplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5392164Z test_meta_outplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5392308Z test_meta_outplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5392448Z test_meta_outplace_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5392598Z test_meta_outplace_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5392797Z test_meta_outplace_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5392951Z test_meta_outplace_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5393094Z test_meta_outplace_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5393238Z test_meta_outplace_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5393429Z test_meta_outplace_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5393571Z test_meta_outplace_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5393710Z test_meta_outplace_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5393851Z test_meta_outplace_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5393988Z test_meta_outplace_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5394128Z test_meta_outplace_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5394273Z test_meta_outplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5394419Z test_meta_outplace_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5394575Z test_meta_outplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5394730Z test_meta_outplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5394929Z test_meta_outplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5395084Z test_meta_outplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5395235Z test_meta_outplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5395382Z test_meta_outplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5395529Z test_meta_outplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5395676Z test_meta_outplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5395823Z test_meta_outplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5395967Z test_meta_outplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5396115Z test_meta_outplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5396262Z test_meta_outplace_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5396414Z test_meta_outplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5397044Z test_meta_outplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5397192Z test_meta_outplace_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5397328Z test_meta_outplace_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5397476Z test_meta_outplace_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5397624Z test_meta_outplace_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5397770Z test_meta_outplace_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5397913Z test_meta_outplace_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5398064Z test_meta_outplace_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5398206Z test_meta_outplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5398348Z test_meta_outplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5398490Z test_meta_outplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5398629Z test_meta_outplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5398773Z test_meta_outplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5398968Z test_meta_outplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5399115Z test_meta_outplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5399254Z test_meta_outplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5399397Z test_meta_outplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5399592Z test_meta_outplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5399731Z test_meta_outplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5399858Z test_meta_outplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5400001Z test_meta_outplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5400139Z test_meta_outplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5400278Z test_meta_outplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5400415Z test_meta_outplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5400567Z test_meta_outplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5400717Z test_meta_outplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5400861Z test_meta_outplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5401059Z test_meta_outplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.5401214Z test_meta_outplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5401377Z test_meta_outplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5401533Z test_meta_outplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.5401684Z test_meta_outplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.5401835Z test_meta_outplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.5401989Z test_meta_outplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5402138Z test_meta_outplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5402372Z test_meta_outplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.5402526Z test_meta_outplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5402663Z test_meta_outplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5402871Z test_meta_outplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.537s) 2022-11-23T01:52:10.5403037Z test_meta_outplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.516s) 2022-11-23T01:52:10.5403183Z test_meta_outplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5403324Z test_meta_outplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5403467Z test_meta_outplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5403610Z test_meta_outplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5403752Z test_meta_outplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5403894Z test_meta_outplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5404037Z test_meta_outplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5404178Z test_meta_outplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5404320Z test_meta_outplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5404458Z test_meta_outplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5404607Z test_meta_outplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5404750Z test_meta_outplace_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5404901Z test_meta_outplace_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5405109Z test_meta_outplace_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5405247Z test_meta_outplace_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5405395Z test_meta_outplace_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5405540Z test_meta_outplace_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5405735Z test_meta_outplace_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5405882Z test_meta_outplace_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5406020Z test_meta_outplace_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5406160Z test_meta_outplace_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5406300Z test_meta_outplace_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5406457Z test_meta_outplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5406610Z test_meta_outplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5406763Z test_meta_outplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5406963Z test_meta_outplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5407118Z test_meta_outplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5407274Z test_meta_outplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5407425Z test_meta_outplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5407578Z test_meta_outplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5407732Z test_meta_outplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5407869Z test_meta_outplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5408021Z test_meta_outplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.160s) 2022-11-23T01:52:10.5408170Z test_meta_outplace_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.156s) 2022-11-23T01:52:10.5408323Z test_meta_outplace_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:52:10.5408480Z test_meta_outplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.210s) 2022-11-23T01:52:10.5408676Z test_meta_outplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.190s) 2022-11-23T01:52:10.5408839Z test_meta_outplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:52:10.5408996Z test_meta_outplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.126s) 2022-11-23T01:52:10.5409147Z test_meta_outplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5409293Z test_meta_outplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5409447Z test_meta_outplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5409603Z test_meta_outplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5409761Z test_meta_outplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5409909Z test_meta_outplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410056Z test_meta_outplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410207Z test_meta_outplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410355Z test_meta_outplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410499Z test_meta_outplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410631Z test_meta_outplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410778Z test_meta_outplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5410918Z test_meta_outplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5411070Z test_meta_outplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5411270Z test_meta_outplace_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5411429Z test_meta_outplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5411584Z test_meta_outplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5411733Z test_meta_outplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5411932Z test_meta_outplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5412079Z test_meta_outplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5412225Z test_meta_outplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5412370Z test_meta_outplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5412513Z test_meta_outplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5412698Z test_meta_outplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5412845Z test_meta_outplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5412986Z test_meta_outplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5413135Z test_meta_outplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5413271Z test_meta_outplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5413418Z test_meta_outplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5413563Z test_meta_outplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5413703Z test_meta_outplace_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5413844Z test_meta_outplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5413984Z test_meta_outplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5414122Z test_meta_outplace_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5414259Z test_meta_outplace_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5414441Z test_meta_outplace_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5414579Z test_meta_outplace_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5414714Z test_meta_outplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5414863Z test_meta_outplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5415014Z test_meta_outplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5415162Z test_meta_outplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5415307Z test_meta_outplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5415463Z test_meta_outplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5415615Z test_meta_outplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5415768Z test_meta_outplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5415909Z test_meta_outplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5416058Z test_meta_outplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5416205Z test_meta_outplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5416350Z test_meta_outplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5416505Z test_meta_outplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5416653Z test_meta_outplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5416812Z test_meta_outplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5416971Z test_meta_outplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5417124Z test_meta_outplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5417276Z test_meta_outplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5417483Z test_meta_outplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5417636Z test_meta_outplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5417784Z test_meta_outplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5417933Z test_meta_outplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5418133Z test_meta_outplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5418280Z test_meta_outplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5418473Z test_meta_outplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5418617Z test_meta_outplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5418771Z test_meta_outplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5418931Z test_meta_outplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5419089Z test_meta_outplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5419242Z test_meta_outplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5419393Z test_meta_outplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5419537Z test_meta_outplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5419691Z test_meta_outplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5419843Z test_meta_outplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5419991Z test_meta_outplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5420178Z test_meta_outplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5420324Z test_meta_outplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5420478Z test_meta_outplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5420627Z test_meta_outplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5420786Z test_meta_outplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5420943Z test_meta_outplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5421097Z test_meta_outplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5421247Z test_meta_outplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5421381Z test_meta_outplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5421532Z test_meta_outplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5421681Z test_meta_outplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5421828Z test_meta_outplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5421976Z test_meta_outplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5422126Z test_meta_outplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5422278Z test_meta_outplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5422424Z test_meta_outplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5422583Z test_meta_outplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5422739Z test_meta_outplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5422890Z test_meta_outplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5423044Z test_meta_outplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5423195Z test_meta_outplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5423344Z test_meta_outplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5423543Z test_meta_outplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5423692Z test_meta_outplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5423839Z test_meta_outplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5423986Z test_meta_outplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5424585Z test_meta_outplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5424759Z test_meta_outplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5424920Z test_meta_outplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5425074Z test_meta_outplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5425223Z test_meta_outplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5425376Z test_meta_outplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5425525Z test_meta_outplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5425672Z test_meta_outplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5425824Z test_meta_outplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5425984Z test_meta_outplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.5426140Z test_meta_outplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5426334Z test_meta_outplace_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5426498Z test_meta_outplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5426657Z test_meta_outplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5426818Z test_meta_outplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5426972Z test_meta_outplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5427125Z test_meta_outplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5427275Z test_meta_outplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5427428Z test_meta_outplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5427564Z test_meta_outplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5427710Z test_meta_outplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5427859Z test_meta_outplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5428011Z test_meta_outplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5428158Z test_meta_outplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5428312Z test_meta_outplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5428462Z test_meta_outplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5428607Z test_meta_outplace_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5428755Z test_meta_outplace_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5428895Z test_meta_outplace_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5429038Z test_meta_outplace_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5429178Z test_meta_outplace_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5429320Z test_meta_outplace_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5429458Z test_meta_outplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5429602Z test_meta_outplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5429798Z test_meta_outplace_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5429946Z test_meta_outplace_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5430140Z test_meta_outplace_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5430336Z test_meta_outplace_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5430477Z test_meta_outplace_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5430617Z test_meta_outplace_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5430757Z test_meta_outplace_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5430896Z test_meta_outplace_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5431034Z test_meta_outplace_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5431174Z test_meta_outplace_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5431310Z test_meta_outplace_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5431462Z test_meta_outplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5431611Z test_meta_outplace_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5431766Z test_meta_outplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5431967Z test_meta_outplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5432117Z test_meta_outplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5432266Z test_meta_outplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5432417Z test_meta_outplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5432562Z test_meta_outplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5432706Z test_meta_outplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5432839Z test_meta_outplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5432987Z test_meta_outplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5433128Z test_meta_outplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5433282Z test_meta_outplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5433427Z test_meta_outplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5433584Z test_meta_outplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5433739Z test_meta_outplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5433891Z test_meta_outplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5434042Z test_meta_outplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5434193Z test_meta_outplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5434342Z test_meta_outplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5434492Z test_meta_outplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5434642Z test_meta_outplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5434790Z test_meta_outplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5434932Z test_meta_outplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5435076Z test_meta_outplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5435221Z test_meta_outplace_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5435355Z test_meta_outplace_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5435495Z test_meta_outplace_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5435636Z test_meta_outplace_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5435873Z test_meta_outplace_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5436020Z test_meta_outplace_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5436163Z test_meta_outplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5436309Z test_meta_outplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5436499Z test_meta_outplace_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5436655Z test_meta_outplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5436804Z test_meta_outplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5436956Z test_meta_outplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5437099Z test_meta_outplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5437245Z test_meta_outplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5437390Z test_meta_outplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5437535Z test_meta_outplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5437722Z test_meta_outplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5437862Z test_meta_outplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5437993Z test_meta_outplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5438140Z test_meta_outplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5438289Z test_meta_outplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5438432Z test_meta_outplace_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5438583Z test_meta_outplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5438735Z test_meta_outplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5438884Z test_meta_outplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5439029Z test_meta_outplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5439173Z test_meta_outplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5439313Z test_meta_outplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5439453Z test_meta_outplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5439592Z test_meta_outplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5439732Z test_meta_outplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5439869Z test_meta_outplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5440021Z test_meta_outplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5440169Z test_meta_outplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5440320Z test_meta_outplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5440478Z test_meta_outplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5440617Z test_meta_outplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5440766Z test_meta_outplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5440914Z test_meta_outplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5441058Z test_meta_outplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5441204Z test_meta_outplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5441348Z test_meta_outplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5441542Z test_meta_outplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5441689Z test_meta_outplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5441842Z test_meta_outplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5442048Z test_meta_outplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5442199Z test_meta_outplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5442416Z test_meta_outplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5442565Z test_meta_outplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5442712Z test_meta_outplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5442856Z test_meta_outplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5443004Z test_meta_outplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5443208Z test_meta_outplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5443343Z test_meta_outplace_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5443545Z test_meta_outplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5443695Z test_meta_outplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5443847Z test_meta_outplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5443998Z test_meta_outplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5444143Z test_meta_outplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5444294Z test_meta_outplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5444439Z test_meta_outplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5444590Z test_meta_outplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5444734Z test_meta_outplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5444883Z test_meta_outplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5445024Z test_meta_outplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5445177Z test_meta_outplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5445326Z test_meta_outplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5445536Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5445735Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5445940Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5446145Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5446349Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5446548Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5446738Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5446936Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5447123Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5447354Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5447557Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5447755Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5447968Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5448171Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5448380Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5448643Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5448853Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5449062Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5449367Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5449571Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5449775Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5449973Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5450175Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5450373Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5450567Z test_meta_outplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.5450756Z test_meta_outplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5450951Z test_meta_outplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5451143Z test_meta_outplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5451333Z test_meta_outplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5451522Z test_meta_outplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5451704Z test_meta_outplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5451889Z test_meta_outplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5452074Z test_meta_outplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5452247Z test_meta_outplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5452434Z test_meta_outplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5452612Z test_meta_outplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5452813Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5453059Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5453267Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5453476Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5453681Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5453879Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5454078Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5454276Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5454522Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5454770Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5454969Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5455218Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5455408Z test_meta_outplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5455591Z test_meta_outplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.5455778Z test_meta_outplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5455968Z test_meta_outplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:52:10.5456155Z test_meta_outplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5456341Z test_meta_outplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5456520Z test_meta_outplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:52:10.5456698Z test_meta_outplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:52:10.5456878Z test_meta_outplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5457053Z test_meta_outplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5457224Z test_meta_outplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:52:10.5457406Z test_meta_outplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:52:10.5457556Z test_meta_outplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5457698Z test_meta_outplace_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5457849Z test_meta_outplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5457999Z test_meta_outplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5458146Z test_meta_outplace_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5458290Z test_meta_outplace_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5458432Z test_meta_outplace_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5458616Z test_meta_outplace_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5458761Z test_meta_outplace_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5458900Z test_meta_outplace_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5459037Z test_meta_outplace_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5459175Z test_meta_outplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5459330Z test_meta_outplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5459485Z test_meta_outplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5459636Z test_meta_outplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5459783Z test_meta_outplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5459922Z test_meta_outplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5460069Z test_meta_outplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5466257Z test_meta_outplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5466609Z test_meta_outplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5466760Z test_meta_outplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5466907Z test_meta_outplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5467051Z test_meta_outplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5467246Z test_meta_outplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5467390Z test_meta_outplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5467540Z test_meta_outplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5467689Z test_meta_outplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5467835Z test_meta_outplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5467992Z test_meta_outplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5468138Z test_meta_outplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5468286Z test_meta_outplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5468430Z test_meta_outplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5468573Z test_meta_outplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5468716Z test_meta_outplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5468855Z test_meta_outplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5468998Z test_meta_outplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5469138Z test_meta_outplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5469279Z test_meta_outplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5469418Z test_meta_outplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5469560Z test_meta_outplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5469700Z test_meta_outplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5469840Z test_meta_outplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5469981Z test_meta_outplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5470119Z test_meta_outplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5470250Z test_meta_outplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5470455Z test_meta_outplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5470595Z test_meta_outplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5470744Z test_meta_outplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.5470901Z test_meta_outplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.5471052Z test_meta_outplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:52:10.5471197Z test_meta_outplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.5471342Z test_meta_outplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.5471490Z test_meta_outplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5471635Z test_meta_outplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5471782Z test_meta_outplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5471931Z test_meta_outplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5472079Z test_meta_outplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5472267Z test_meta_outplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5472455Z test_meta_outplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5472608Z test_meta_outplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5472749Z test_meta_outplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5472907Z test_meta_outplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5473122Z test_meta_outplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5473290Z test_meta_outplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5473451Z test_meta_outplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5473622Z test_meta_outplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5473795Z test_meta_outplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5473959Z test_meta_outplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5474122Z test_meta_outplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5474281Z test_meta_outplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5474441Z test_meta_outplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5474599Z test_meta_outplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5474747Z test_meta_outplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5474901Z test_meta_outplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5475062Z test_meta_outplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5475224Z test_meta_outplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5475380Z test_meta_outplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5475532Z test_meta_outplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5475685Z test_meta_outplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5475833Z test_meta_outplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5475968Z test_meta_outplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5476122Z test_meta_outplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5476319Z test_meta_outplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5476479Z test_meta_outplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5476640Z test_meta_outplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5476793Z test_meta_outplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5476938Z test_meta_outplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5477111Z test_meta_outplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.5477281Z test_meta_outplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5477445Z test_meta_outplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.5477610Z test_meta_outplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5477766Z test_meta_outplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5477963Z test_meta_outplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5478117Z test_meta_outplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5478264Z test_meta_outplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5478482Z test_meta_outplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5478644Z test_meta_outplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5478800Z test_meta_outplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5478939Z test_meta_outplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5479159Z test_meta_outplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5479326Z test_meta_outplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5479487Z test_meta_outplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5479642Z test_meta_outplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5479807Z test_meta_outplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5479970Z test_meta_outplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5480132Z test_meta_outplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5480290Z test_meta_outplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5480476Z test_meta_outplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5480662Z test_meta_outplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5480840Z test_meta_outplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5481013Z test_meta_outplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5481170Z test_meta_outplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5481327Z test_meta_outplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5481479Z test_meta_outplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5481629Z test_meta_outplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5481788Z test_meta_outplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5482000Z test_meta_outplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5482158Z test_meta_outplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5482385Z test_meta_outplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5482561Z test_meta_outplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5482728Z test_meta_outplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5482889Z test_meta_outplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5483051Z test_meta_outplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5483220Z test_meta_outplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5483391Z test_meta_outplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5483555Z test_meta_outplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5483723Z test_meta_outplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5483936Z test_meta_outplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5484099Z test_meta_outplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5484261Z test_meta_outplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5484478Z test_meta_outplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5484640Z test_meta_outplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.5484799Z test_meta_outplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.5484955Z test_meta_outplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:52:10.5485157Z test_meta_outplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5485342Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5485523Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.5485687Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.5485856Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.5486013Z test_meta_outplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5486169Z test_meta_outplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5486321Z test_meta_outplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5486472Z test_meta_outplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5486639Z test_meta_outplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5486804Z test_meta_outplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5486963Z test_meta_outplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5487121Z test_meta_outplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5487292Z test_meta_outplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5487461Z test_meta_outplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5487624Z test_meta_outplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5487837Z test_meta_outplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5488003Z test_meta_outplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5488169Z test_meta_outplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5488326Z test_meta_outplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:52:10.5488489Z test_meta_outplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:52:10.5488652Z test_meta_outplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:52:10.5488818Z test_meta_outplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5488974Z test_meta_outplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5489135Z test_meta_outplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.5489296Z test_meta_outplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5489451Z test_meta_outplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5489659Z test_meta_outplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5489825Z test_meta_outplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5489987Z test_meta_outplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5490151Z test_meta_outplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5490372Z test_meta_outplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5490541Z test_meta_outplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5490707Z test_meta_outplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.132s) 2022-11-23T01:52:10.5490869Z test_meta_outplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:52:10.5491112Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5491298Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5491479Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5491652Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5491812Z test_meta_outplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5491976Z test_meta_outplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5492139Z test_meta_outplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5492297Z test_meta_outplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5492447Z test_meta_outplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5492605Z test_meta_outplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5492761Z test_meta_outplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5492915Z test_meta_outplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5493071Z test_meta_outplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5493226Z test_meta_outplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5493382Z test_meta_outplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.137s) 2022-11-23T01:52:10.5493584Z test_meta_outplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.174s) 2022-11-23T01:52:10.5493743Z test_meta_outplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.172s) 2022-11-23T01:52:10.5493902Z test_meta_outplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:52:10.5494054Z test_meta_outplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.139s) 2022-11-23T01:52:10.5494203Z test_meta_outplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.5494393Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5494586Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.102s) 2022-11-23T01:52:10.5494776Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:52:10.5494964Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.089s) 2022-11-23T01:52:10.5495150Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:52:10.5495836Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.101s) 2022-11-23T01:52:10.5496000Z test_meta_outplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.5496161Z test_meta_outplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5496365Z test_meta_outplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5496518Z test_meta_outplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5496696Z test_meta_outplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5496871Z test_meta_outplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5497093Z test_meta_outplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5497266Z test_meta_outplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5497518Z test_meta_outplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.5497763Z test_meta_outplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.5498001Z test_meta_outplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.5498241Z test_meta_outplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:52:10.5498401Z test_meta_outplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5498556Z test_meta_outplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5498710Z test_meta_outplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5498862Z test_meta_outplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5499027Z test_meta_outplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5499191Z test_meta_outplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5499348Z test_meta_outplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5499505Z test_meta_outplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5499715Z test_meta_outplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5499873Z test_meta_outplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5500032Z test_meta_outplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5500171Z test_meta_outplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5500335Z test_meta_outplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5500497Z test_meta_outplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5500655Z test_meta_outplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5500815Z test_meta_outplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5500994Z test_meta_outplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.288s) 2022-11-23T01:52:10.5501174Z test_meta_outplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.334s) 2022-11-23T01:52:10.5501347Z test_meta_outplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.340s) 2022-11-23T01:52:10.5501560Z test_meta_outplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.319s) 2022-11-23T01:52:10.5501721Z test_meta_outplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.5501882Z test_meta_outplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5502035Z test_meta_outplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:52:10.5502183Z test_meta_outplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:52:10.5502345Z test_meta_outplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5502511Z test_meta_outplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.5502671Z test_meta_outplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5502831Z test_meta_outplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5502998Z test_meta_outplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5503163Z test_meta_outplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5503325Z test_meta_outplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5503473Z test_meta_outplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5503643Z test_meta_outplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5503810Z test_meta_outplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5503974Z test_meta_outplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5504139Z test_meta_outplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5504305Z test_meta_outplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5504470Z test_meta_outplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5504627Z test_meta_outplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5504778Z test_meta_outplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5504932Z test_meta_outplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5505081Z test_meta_outplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5505227Z test_meta_outplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5505416Z test_meta_outplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5505566Z test_meta_outplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5505728Z test_meta_outplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5505886Z test_meta_outplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5506048Z test_meta_outplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.5506205Z test_meta_outplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5506347Z test_meta_outplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5506511Z test_meta_outplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.248s) 2022-11-23T01:52:10.5506679Z test_meta_outplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.240s) 2022-11-23T01:52:10.5506845Z test_meta_outplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.238s) 2022-11-23T01:52:10.5507006Z test_meta_outplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.255s) 2022-11-23T01:52:10.5507250Z test_meta_outplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.227s) 2022-11-23T01:52:10.5507420Z test_meta_outplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:52:10.5507575Z test_meta_outplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5507732Z test_meta_outplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5507940Z test_meta_outplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5508095Z test_meta_outplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5508249Z test_meta_outplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.5508401Z test_meta_outplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5508549Z test_meta_outplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5508697Z test_meta_outplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.5508844Z test_meta_outplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.5508992Z test_meta_outplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:52:10.5509137Z test_meta_outplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.5509279Z test_meta_outplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5509413Z test_meta_outplace_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5509564Z test_meta_outplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5509717Z test_meta_outplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5509862Z test_meta_outplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5510009Z test_meta_outplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5510151Z test_meta_outplace_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5510291Z test_meta_outplace_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5510428Z test_meta_outplace_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5510565Z test_meta_outplace_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5510700Z test_meta_outplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5510845Z test_meta_outplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5511037Z test_meta_outplace_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5511185Z test_meta_outplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5511333Z test_meta_outplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5511476Z test_meta_outplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5511618Z test_meta_outplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5511757Z test_meta_outplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5511887Z test_meta_outplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5512025Z test_meta_outplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5512168Z test_meta_outplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5512312Z test_meta_outplace_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5512466Z test_meta_outplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5512614Z test_meta_outplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5512799Z test_meta_outplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5512941Z test_meta_outplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5513080Z test_meta_outplace_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5513220Z test_meta_outplace_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5513354Z test_meta_outplace_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5513491Z test_meta_outplace_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5513631Z test_meta_outplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5513777Z test_meta_outplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5513919Z test_meta_outplace_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5514067Z test_meta_outplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5514216Z test_meta_outplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5514347Z test_meta_outplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5514490Z test_meta_outplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5514629Z test_meta_outplace_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5514766Z test_meta_outplace_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5514906Z test_meta_outplace_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5515049Z test_meta_outplace_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5515189Z test_meta_outplace_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5515346Z test_meta_outplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5515503Z test_meta_outplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5515654Z test_meta_outplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5515825Z test_meta_outplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5515990Z test_meta_outplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5516161Z test_meta_outplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5516334Z test_meta_outplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5516504Z test_meta_outplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5516715Z test_meta_outplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5516884Z test_meta_outplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5517052Z test_meta_outplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5517214Z test_meta_outplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5517368Z test_meta_outplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5517528Z test_meta_outplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5517692Z test_meta_outplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5517851Z test_meta_outplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5518009Z test_meta_outplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5518164Z test_meta_outplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5518358Z test_meta_outplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5518508Z test_meta_outplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5518662Z test_meta_outplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5518818Z test_meta_outplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5518978Z test_meta_outplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5519134Z test_meta_outplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5519290Z test_meta_outplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5519445Z test_meta_outplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5519599Z test_meta_outplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5519750Z test_meta_outplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5519898Z test_meta_outplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5520051Z test_meta_outplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5520190Z test_meta_outplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5520351Z test_meta_outplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5520508Z test_meta_outplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5520661Z test_meta_outplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5520813Z test_meta_outplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5520961Z test_meta_outplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5521113Z test_meta_outplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5521265Z test_meta_outplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5521415Z test_meta_outplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5521567Z test_meta_outplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5521714Z test_meta_outplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5521870Z test_meta_outplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5522020Z test_meta_outplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5522735Z test_meta_outplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5522910Z test_meta_outplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5523069Z test_meta_outplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5523220Z test_meta_outplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5523436Z test_meta_outplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5523591Z test_meta_outplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5523729Z test_meta_outplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5523881Z test_meta_outplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5524084Z test_meta_outplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5524242Z test_meta_outplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5524396Z test_meta_outplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5524598Z test_meta_outplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5524757Z test_meta_outplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5524914Z test_meta_outplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5525069Z test_meta_outplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5525216Z test_meta_outplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5525360Z test_meta_outplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5525511Z test_meta_outplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5525661Z test_meta_outplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5525812Z test_meta_outplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5525962Z test_meta_outplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5526111Z test_meta_outplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5526268Z test_meta_outplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5526419Z test_meta_outplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5526568Z test_meta_outplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5526726Z test_meta_outplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5526882Z test_meta_outplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5527040Z test_meta_outplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5527190Z test_meta_outplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5527344Z test_meta_outplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5527493Z test_meta_outplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5527643Z test_meta_outplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5527790Z test_meta_outplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5527938Z test_meta_outplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5528086Z test_meta_outplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5528230Z test_meta_outplace_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5528376Z test_meta_outplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5528565Z test_meta_outplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5528711Z test_meta_outplace_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5528856Z test_meta_outplace_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5528995Z test_meta_outplace_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5529126Z test_meta_outplace_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5529265Z test_meta_outplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5529420Z test_meta_outplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.413s) 2022-11-23T01:52:10.5529577Z test_meta_outplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.370s) 2022-11-23T01:52:10.5529733Z test_meta_outplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.377s) 2022-11-23T01:52:10.5529886Z test_meta_outplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.407s) 2022-11-23T01:52:10.5530038Z test_meta_outplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.371s) 2022-11-23T01:52:10.5530227Z test_meta_outplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.399s) 2022-11-23T01:52:10.5530376Z test_meta_outplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.347s) 2022-11-23T01:52:10.5530525Z test_meta_outplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.361s) 2022-11-23T01:52:10.5530672Z test_meta_outplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.5530819Z test_meta_outplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.120s) 2022-11-23T01:52:10.5530975Z test_meta_outplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5531123Z test_meta_outplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5531277Z test_meta_outplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.5531430Z test_meta_outplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.5531580Z test_meta_outplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5531732Z test_meta_outplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5531870Z test_meta_outplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5532019Z test_meta_outplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5532170Z test_meta_outplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5532317Z test_meta_outplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5532458Z test_meta_outplace_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5532606Z test_meta_outplace_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5532755Z test_meta_outplace_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5532901Z test_meta_outplace_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5533048Z test_meta_outplace_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5533194Z test_meta_outplace_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5533340Z test_meta_outplace_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5533479Z test_meta_outplace_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5533621Z test_meta_outplace_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5533759Z test_meta_outplace_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5533900Z test_meta_outplace_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5534082Z test_meta_outplace_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5534231Z test_meta_outplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5534358Z test_meta_outplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5534499Z test_meta_outplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5534639Z test_meta_outplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5534776Z test_meta_outplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5534921Z test_meta_outplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5535060Z test_meta_outplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5535200Z test_meta_outplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5535337Z test_meta_outplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5535475Z test_meta_outplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5535625Z test_meta_outplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5535813Z test_meta_outplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5535954Z test_meta_outplace_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5536093Z test_meta_outplace_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5536247Z test_meta_outplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.5536401Z test_meta_outplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.5536551Z test_meta_outplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5536700Z test_meta_outplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5536847Z test_meta_outplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5537004Z test_meta_outplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5537156Z test_meta_outplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5537312Z test_meta_outplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5537455Z test_meta_outplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5537596Z test_meta_outplace_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5537741Z test_meta_outplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5537885Z test_meta_outplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5538032Z test_meta_outplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5538175Z test_meta_outplace_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5538316Z test_meta_outplace_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5538452Z test_meta_outplace_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5538593Z test_meta_outplace_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5538731Z test_meta_outplace_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5538869Z test_meta_outplace_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5539012Z test_meta_outplace_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5539148Z test_meta_outplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5539292Z test_meta_outplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5539418Z test_meta_outplace_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5539566Z test_meta_outplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5539749Z test_meta_outplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5539899Z test_meta_outplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5540044Z test_meta_outplace_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5540182Z test_meta_outplace_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5540320Z test_meta_outplace_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5540457Z test_meta_outplace_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5540594Z test_meta_outplace_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5540731Z test_meta_outplace_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5540868Z test_meta_outplace_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5541005Z test_meta_outplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5541162Z test_meta_outplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.402s) 2022-11-23T01:52:10.5541317Z test_meta_outplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.382s) 2022-11-23T01:52:10.5541507Z test_meta_outplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.426s) 2022-11-23T01:52:10.5541664Z test_meta_outplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.387s) 2022-11-23T01:52:10.5541815Z test_meta_outplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.334s) 2022-11-23T01:52:10.5541954Z test_meta_outplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.333s) 2022-11-23T01:52:10.5542103Z test_meta_outplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.328s) 2022-11-23T01:52:10.5542254Z test_meta_outplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.379s) 2022-11-23T01:52:10.5542407Z test_meta_outplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.372s) 2022-11-23T01:52:10.5542567Z test_meta_outplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.389s) 2022-11-23T01:52:10.5542720Z test_meta_outplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.416s) 2022-11-23T01:52:10.5542871Z test_meta_outplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.385s) 2022-11-23T01:52:10.5543019Z test_meta_outplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.425s) 2022-11-23T01:52:10.5543169Z test_meta_outplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.334s) 2022-11-23T01:52:10.5543316Z test_meta_outplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.324s) 2022-11-23T01:52:10.5543463Z test_meta_outplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.370s) 2022-11-23T01:52:10.5543611Z test_meta_outplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.334s) 2022-11-23T01:52:10.5543757Z test_meta_outplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.401s) 2022-11-23T01:52:10.5543925Z test_meta_outplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.228s) 2022-11-23T01:52:10.5544082Z test_meta_outplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.233s) 2022-11-23T01:52:10.5544238Z test_meta_outplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.218s) 2022-11-23T01:52:10.5544388Z test_meta_outplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.235s) 2022-11-23T01:52:10.5544542Z test_meta_outplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.190s) 2022-11-23T01:52:10.5544680Z test_meta_outplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.215s) 2022-11-23T01:52:10.5544831Z test_meta_outplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.197s) 2022-11-23T01:52:10.5544984Z test_meta_outplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.203s) 2022-11-23T01:52:10.5545132Z test_meta_outplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.191s) 2022-11-23T01:52:10.5545328Z test_meta_outplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:52:10.5545484Z test_meta_outplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.477s) 2022-11-23T01:52:10.5545636Z test_meta_outplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.218s) 2022-11-23T01:52:10.5545785Z test_meta_outplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:52:10.5545935Z test_meta_outplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.203s) 2022-11-23T01:52:10.5546084Z test_meta_outplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.192s) 2022-11-23T01:52:10.5546230Z test_meta_outplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.199s) 2022-11-23T01:52:10.5546381Z test_meta_outplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.196s) 2022-11-23T01:52:10.5546527Z test_meta_outplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.195s) 2022-11-23T01:52:10.5546691Z test_meta_outplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5546857Z test_meta_outplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5547066Z test_meta_outplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5547226Z test_meta_outplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5547386Z test_meta_outplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:52:10.5547543Z test_meta_outplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:52:10.5547683Z test_meta_outplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5547838Z test_meta_outplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5547993Z test_meta_outplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5548150Z test_meta_outplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5548304Z test_meta_outplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.5548468Z test_meta_outplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5548629Z test_meta_outplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:52:10.5548785Z test_meta_outplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:52:10.5548930Z test_meta_outplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:52:10.5549088Z test_meta_outplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:52:10.5549238Z test_meta_outplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.5549385Z test_meta_outplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5549540Z test_meta_outplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5549695Z test_meta_outplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:52:10.5549850Z test_meta_outplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5550004Z test_meta_outplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5550162Z test_meta_outplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5550320Z test_meta_outplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5550472Z test_meta_outplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5550624Z test_meta_outplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5550811Z test_meta_outplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5550960Z test_meta_outplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5551113Z test_meta_outplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5551262Z test_meta_outplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5551408Z test_meta_outplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5551548Z test_meta_outplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5551700Z test_meta_outplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5551866Z test_meta_outplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.5552032Z test_meta_outplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:52:10.5552195Z test_meta_outplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:52:10.5552360Z test_meta_outplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:52:10.5552568Z test_meta_outplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.5552734Z test_meta_outplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.089s) 2022-11-23T01:52:10.5552896Z test_meta_outplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.472s) 2022-11-23T01:52:10.5553056Z test_meta_outplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.546s) 2022-11-23T01:52:10.5553216Z test_meta_outplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.491s) 2022-11-23T01:52:10.5553375Z test_meta_outplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.409s) 2022-11-23T01:52:10.5553534Z test_meta_outplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.426s) 2022-11-23T01:52:10.5553695Z test_meta_outplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.419s) 2022-11-23T01:52:10.5553857Z test_meta_outplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.440s) 2022-11-23T01:52:10.5554019Z test_meta_outplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.428s) 2022-11-23T01:52:10.5554174Z test_meta_outplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.933s) 2022-11-23T01:52:10.5554324Z test_meta_outplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.784s) 2022-11-23T01:52:10.5554482Z test_meta_outplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.759s) 2022-11-23T01:52:10.5554699Z test_meta_outplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.755s) 2022-11-23T01:52:10.5554857Z test_meta_outplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.923s) 2022-11-23T01:52:10.5555008Z test_meta_outplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.917s) 2022-11-23T01:52:10.5555157Z test_meta_outplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.958s) 2022-11-23T01:52:10.5555362Z test_meta_outplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.763s) 2022-11-23T01:52:10.5555518Z test_meta_outplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.821s) 2022-11-23T01:52:10.5555669Z test_meta_outplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.831s) 2022-11-23T01:52:10.5555821Z test_meta_outplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.797s) 2022-11-23T01:52:10.5555969Z test_meta_outplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.769s) 2022-11-23T01:52:10.5556127Z test_meta_outplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:52:10.5556282Z test_meta_outplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5556434Z test_meta_outplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.5556640Z test_meta_outplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.909s) 2022-11-23T01:52:10.5556794Z test_meta_outplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (1.964s) 2022-11-23T01:52:10.5556944Z test_meta_outplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (1.979s) 2022-11-23T01:52:10.5557090Z test_meta_outplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (1.977s) 2022-11-23T01:52:10.5557253Z test_meta_outplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5557423Z test_meta_outplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:52:10.5557577Z test_meta_outplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:52:10.5557740Z test_meta_outplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:52:10.5557905Z test_meta_outplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.102s) 2022-11-23T01:52:10.5558068Z test_meta_outplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:52:10.5558267Z test_meta_outplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.435s) 2022-11-23T01:52:10.5558418Z test_meta_outplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.360s) 2022-11-23T01:52:10.5558579Z test_meta_outplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.373s) 2022-11-23T01:52:10.5558738Z test_meta_outplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:52:10.5558890Z test_meta_outplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.433s) 2022-11-23T01:52:10.5559039Z test_meta_outplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.419s) 2022-11-23T01:52:10.5559191Z test_meta_outplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.355s) 2022-11-23T01:52:10.5559345Z test_meta_outplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.399s) 2022-11-23T01:52:10.5559495Z test_meta_outplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.381s) 2022-11-23T01:52:10.5559648Z test_meta_outplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.358s) 2022-11-23T01:52:10.5559798Z test_meta_outplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.360s) 2022-11-23T01:52:10.5559958Z test_meta_outplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5560117Z test_meta_outplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5560280Z test_meta_outplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5560441Z test_meta_outplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5560590Z test_meta_outplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5560750Z test_meta_outplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5560910Z test_meta_outplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5561069Z test_meta_outplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5561221Z test_meta_outplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5561369Z test_meta_outplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5561522Z test_meta_outplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5561672Z test_meta_outplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5561827Z test_meta_outplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5561980Z test_meta_outplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5562184Z test_meta_outplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5562445Z test_meta_outplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5562610Z test_meta_outplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5562767Z test_meta_outplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5562920Z test_meta_outplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5563073Z test_meta_outplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5563222Z test_meta_outplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5563367Z test_meta_outplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5563509Z test_meta_outplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5563658Z test_meta_outplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5563820Z test_meta_outplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:52:10.5564031Z test_meta_outplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.5564189Z test_meta_outplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:52:10.5564350Z test_meta_outplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:52:10.5564507Z test_meta_outplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:52:10.5564661Z test_meta_outplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:52:10.5564815Z test_meta_outplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (3.060s) 2022-11-23T01:52:10.5564969Z test_meta_outplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (2.505s) 2022-11-23T01:52:10.5565125Z test_meta_outplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (2.527s) 2022-11-23T01:52:10.5565280Z test_meta_outplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (3.247s) 2022-11-23T01:52:10.5565428Z test_meta_outplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (3.011s) 2022-11-23T01:52:10.5565579Z test_meta_outplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (2.700s) 2022-11-23T01:52:10.5565730Z test_meta_outplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (2.613s) 2022-11-23T01:52:10.5565879Z test_meta_outplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (2.622s) 2022-11-23T01:52:10.5566028Z test_meta_outplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (2.791s) 2022-11-23T01:52:10.5566176Z test_meta_outplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.584s) 2022-11-23T01:52:10.5566331Z test_meta_outplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.418s) 2022-11-23T01:52:10.5566471Z test_meta_outplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.323s) 2022-11-23T01:52:10.5566629Z test_meta_outplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.345s) 2022-11-23T01:52:10.5566787Z test_meta_outplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.371s) 2022-11-23T01:52:10.5566939Z test_meta_outplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.390s) 2022-11-23T01:52:10.5567087Z test_meta_outplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.382s) 2022-11-23T01:52:10.5567230Z test_meta_outplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.391s) 2022-11-23T01:52:10.5567375Z test_meta_outplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.332s) 2022-11-23T01:52:10.5567523Z test_meta_outplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.341s) 2022-11-23T01:52:10.5567668Z test_meta_outplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.339s) 2022-11-23T01:52:10.5567856Z test_meta_outplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.344s) 2022-11-23T01:52:10.5568000Z test_meta_outplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.350s) 2022-11-23T01:52:10.5568153Z test_meta_outplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (3.043s) 2022-11-23T01:52:10.5568310Z test_meta_outplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (2.506s) 2022-11-23T01:52:10.5568467Z test_meta_outplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (2.432s) 2022-11-23T01:52:10.5568619Z test_meta_outplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (3.000s) 2022-11-23T01:52:10.5568766Z test_meta_outplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (3.061s) 2022-11-23T01:52:10.5568914Z test_meta_outplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (2.957s) 2022-11-23T01:52:10.5569059Z test_meta_outplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (2.516s) 2022-11-23T01:52:10.5569196Z test_meta_outplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (2.423s) 2022-11-23T01:52:10.5569342Z test_meta_outplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (2.457s) 2022-11-23T01:52:10.5569532Z test_meta_outplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (2.446s) 2022-11-23T01:52:10.5569678Z test_meta_outplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (2.498s) 2022-11-23T01:52:10.5569828Z test_meta_outplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5569981Z test_meta_outplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5570130Z test_meta_outplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5570276Z test_meta_outplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5570423Z test_meta_outplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5570570Z test_meta_outplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5570712Z test_meta_outplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.5570854Z test_meta_outplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5570997Z test_meta_outplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5571138Z test_meta_outplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5571292Z test_meta_outplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5571449Z test_meta_outplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5571611Z test_meta_outplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5571752Z test_meta_outplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5571900Z test_meta_outplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5572054Z test_meta_outplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5572202Z test_meta_outplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5572359Z test_meta_outplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5572503Z test_meta_outplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5572648Z test_meta_outplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5572796Z test_meta_outplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5572942Z test_meta_outplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5573088Z test_meta_outplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5573235Z test_meta_outplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5573420Z test_meta_outplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5573606Z test_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (4.566s) 2022-11-23T01:52:10.5573794Z test_meta_outplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (4.708s) 2022-11-23T01:52:10.5573977Z test_meta_outplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (4.516s) 2022-11-23T01:52:10.5574146Z test_meta_outplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5574308Z test_meta_outplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5574473Z test_meta_outplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5574639Z test_meta_outplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5574791Z test_meta_outplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5574958Z test_meta_outplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5575157Z test_meta_outplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5575317Z test_meta_outplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5575477Z test_meta_outplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5575642Z test_meta_outplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5575812Z test_meta_outplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5575976Z test_meta_outplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5576144Z test_meta_outplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5576311Z test_meta_outplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5576478Z test_meta_outplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5576640Z test_meta_outplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5576803Z test_meta_outplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5576962Z test_meta_outplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5577124Z test_meta_outplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5577282Z test_meta_outplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5577434Z test_meta_outplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5577583Z test_meta_outplace_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5577732Z test_meta_outplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5577882Z test_meta_outplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5578018Z test_meta_outplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5578163Z test_meta_outplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5578310Z test_meta_outplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5578454Z test_meta_outplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5578599Z test_meta_outplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5578745Z test_meta_outplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5578929Z test_meta_outplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5579077Z test_meta_outplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5579232Z test_meta_outplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5579381Z test_meta_outplace_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5579523Z test_meta_outplace_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5579666Z test_meta_outplace_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5579814Z test_meta_outplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5579959Z test_meta_outplace_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5580106Z test_meta_outplace_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5580251Z test_meta_outplace_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5580395Z test_meta_outplace_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5580527Z test_meta_outplace_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5580715Z test_meta_outplace_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5580855Z test_meta_outplace_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5581031Z test_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5581199Z test_meta_outplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5581377Z test_meta_outplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5581552Z test_meta_outplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5581724Z test_meta_outplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5581896Z test_meta_outplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5582067Z test_meta_outplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5582234Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5582402Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5582567Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5582734Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5582898Z test_meta_outplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5583075Z test_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5583245Z test_meta_outplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5583428Z test_meta_outplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5583612Z test_meta_outplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5583786Z test_meta_outplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5583950Z test_meta_outplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5584120Z test_meta_outplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5584289Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5584503Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5584675Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5584846Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5585013Z test_meta_outplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5585170Z test_meta_outplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5585323Z test_meta_outplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5585478Z test_meta_outplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5585627Z test_meta_outplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5585773Z test_meta_outplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5585927Z test_meta_outplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5586078Z test_meta_outplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5586678Z test_meta_outplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5586826Z test_meta_outplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5586976Z test_meta_outplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5587144Z test_meta_outplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5587306Z test_meta_outplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5587463Z test_meta_outplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5587629Z test_meta_outplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5587792Z test_meta_outplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5587951Z test_meta_outplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5588117Z test_meta_outplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5588275Z test_meta_outplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5588434Z test_meta_outplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5588593Z test_meta_outplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5588765Z test_meta_outplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5588930Z test_meta_outplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5589102Z test_meta_outplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5589268Z test_meta_outplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5589438Z test_meta_outplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5589601Z test_meta_outplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5589763Z test_meta_outplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5589920Z test_meta_outplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5590082Z test_meta_outplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5590241Z test_meta_outplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5590392Z test_meta_outplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5590583Z test_meta_outplace_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5590725Z test_meta_outplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5590874Z test_meta_outplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5591022Z test_meta_outplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5591168Z test_meta_outplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5591311Z test_meta_outplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5591455Z test_meta_outplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5591602Z test_meta_outplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5591745Z test_meta_outplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5591891Z test_meta_outplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5592032Z test_meta_outplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5592220Z test_meta_outplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5592363Z test_meta_outplace_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5592505Z test_meta_outplace_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5592643Z test_meta_outplace_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5592786Z test_meta_outplace_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5592922Z test_meta_outplace_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5593060Z test_meta_outplace_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5593190Z test_meta_outplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5593340Z test_meta_outplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5593483Z test_meta_outplace_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5593630Z test_meta_outplace_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5593776Z test_meta_outplace_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5593920Z test_meta_outplace_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5594063Z test_meta_outplace_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5594202Z test_meta_outplace_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5594340Z test_meta_outplace_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5594480Z test_meta_outplace_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5594622Z test_meta_outplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5594775Z test_meta_outplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5594920Z test_meta_outplace_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5595077Z test_meta_outplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5595231Z test_meta_outplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5595386Z test_meta_outplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5595536Z test_meta_outplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5595675Z test_meta_outplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5595823Z test_meta_outplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5595969Z test_meta_outplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5596151Z test_meta_outplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5596296Z test_meta_outplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5596443Z test_meta_outplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5596586Z test_meta_outplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5596735Z test_meta_outplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5596879Z test_meta_outplace_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5597024Z test_meta_outplace_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5597167Z test_meta_outplace_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5597308Z test_meta_outplace_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5597451Z test_meta_outplace_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5597593Z test_meta_outplace_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5597727Z test_meta_outplace_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5597912Z test_meta_outplace_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5598056Z test_meta_outplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5598198Z test_meta_outplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5598328Z test_meta_outplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5598476Z test_meta_outplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5598625Z test_meta_outplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5598772Z test_meta_outplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5598915Z test_meta_outplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5599058Z test_meta_outplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5599199Z test_meta_outplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5599338Z test_meta_outplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5599477Z test_meta_outplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5599615Z test_meta_outplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5599758Z test_meta_outplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5599897Z test_meta_outplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5600057Z test_meta_outplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5600213Z test_meta_outplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5600365Z test_meta_outplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5600505Z test_meta_outplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5600652Z test_meta_outplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5600788Z test_meta_outplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5600929Z test_meta_outplace_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5601070Z test_meta_outplace_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5601209Z test_meta_outplace_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5601349Z test_meta_outplace_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5601488Z test_meta_outplace_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5601666Z test_meta_outplace_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5601805Z test_meta_outplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5601976Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5602147Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5602411Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5602578Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5602739Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5602901Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5603065Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5603227Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5603394Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5603606Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5603761Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5603922Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5604083Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5604242Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5604404Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5604565Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5604735Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5604907Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5605072Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5605233Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5605393Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5605549Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5605710Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5605867Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5606021Z test_meta_outplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5606169Z test_meta_outplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5606323Z test_meta_outplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5606476Z test_meta_outplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5606625Z test_meta_outplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5606772Z test_meta_outplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5606910Z test_meta_outplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5607056Z test_meta_outplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5607202Z test_meta_outplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5607387Z test_meta_outplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5607538Z test_meta_outplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5607685Z test_meta_outplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5607833Z test_meta_outplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5607976Z test_meta_outplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5608132Z test_meta_outplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5608284Z test_meta_outplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5608438Z test_meta_outplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5608583Z test_meta_outplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5608729Z test_meta_outplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5608877Z test_meta_outplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5609064Z test_meta_outplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5609208Z test_meta_outplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5609363Z test_meta_outplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5609505Z test_meta_outplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5609650Z test_meta_outplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5609796Z test_meta_outplace_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5609944Z test_meta_outplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5610092Z test_meta_outplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5610241Z test_meta_outplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5610390Z test_meta_outplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5610536Z test_meta_outplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5610680Z test_meta_outplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5610895Z test_meta_outplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5611043Z test_meta_outplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5611199Z test_meta_outplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5611349Z test_meta_outplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5611564Z test_meta_outplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5611727Z test_meta_outplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5611883Z test_meta_outplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5612037Z test_meta_outplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5612184Z test_meta_outplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5612322Z test_meta_outplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5612471Z test_meta_outplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5612622Z test_meta_outplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5612774Z test_meta_outplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5612925Z test_meta_outplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5613498Z test_meta_outplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5613657Z test_meta_outplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5613804Z test_meta_outplace_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5613955Z test_meta_outplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5614105Z test_meta_outplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5614258Z test_meta_outplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5614409Z test_meta_outplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5614556Z test_meta_outplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5614704Z test_meta_outplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5614850Z test_meta_outplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5614998Z test_meta_outplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5615185Z test_meta_outplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5615328Z test_meta_outplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5615458Z test_meta_outplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5615623Z test_meta_outplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.5615785Z test_meta_outplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5615946Z test_meta_outplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5616124Z test_meta_outplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5616294Z test_meta_outplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5616468Z test_meta_outplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5616643Z test_meta_outplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5616814Z test_meta_outplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5616983Z test_meta_outplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5617148Z test_meta_outplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5617314Z test_meta_outplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5617481Z test_meta_outplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5617645Z test_meta_outplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5617806Z test_meta_outplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5617968Z test_meta_outplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5618126Z test_meta_outplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5618269Z test_meta_outplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5618410Z test_meta_outplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5618546Z test_meta_outplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5618696Z test_meta_outplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5618838Z test_meta_outplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5619025Z test_meta_outplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5619167Z test_meta_outplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5619306Z test_meta_outplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5619449Z test_meta_outplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5619587Z test_meta_outplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5619725Z test_meta_outplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5619861Z test_meta_outplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5620008Z test_meta_outplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5620154Z test_meta_outplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5620301Z test_meta_outplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5620449Z test_meta_outplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5620591Z test_meta_outplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5620773Z test_meta_outplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5620910Z test_meta_outplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5621040Z test_meta_outplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5621180Z test_meta_outplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5621316Z test_meta_outplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5621452Z test_meta_outplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5621590Z test_meta_outplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5621745Z test_meta_outplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5621893Z test_meta_outplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5622049Z test_meta_outplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5622208Z test_meta_outplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5622362Z test_meta_outplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5622513Z test_meta_outplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5622665Z test_meta_outplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5622814Z test_meta_outplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5622963Z test_meta_outplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5623111Z test_meta_outplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5623257Z test_meta_outplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5623404Z test_meta_outplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5623552Z test_meta_outplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5623706Z test_meta_outplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5623868Z test_meta_outplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5624034Z test_meta_outplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5624200Z test_meta_outplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5624364Z test_meta_outplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5624525Z test_meta_outplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5624728Z test_meta_outplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5624891Z test_meta_outplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5625052Z test_meta_outplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5625209Z test_meta_outplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5625364Z test_meta_outplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5625518Z test_meta_outplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5625673Z test_meta_outplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5625826Z test_meta_outplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5625973Z test_meta_outplace_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5626126Z test_meta_outplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5626280Z test_meta_outplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5626469Z test_meta_outplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5626618Z test_meta_outplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5626755Z test_meta_outplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5626904Z test_meta_outplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5627052Z test_meta_outplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5627196Z test_meta_outplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5627340Z test_meta_outplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5627489Z test_meta_outplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5627634Z test_meta_outplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5627786Z test_meta_outplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5627927Z test_meta_outplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5628081Z test_meta_outplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5628232Z test_meta_outplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5628383Z test_meta_outplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5628532Z test_meta_outplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5628680Z test_meta_outplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5628831Z test_meta_outplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5628975Z test_meta_outplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5629120Z test_meta_outplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5629254Z test_meta_outplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5629397Z test_meta_outplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5629537Z test_meta_outplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5629687Z test_meta_outplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5629831Z test_meta_outplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5629988Z test_meta_outplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5630187Z test_meta_outplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5630342Z test_meta_outplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5630495Z test_meta_outplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5630646Z test_meta_outplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5630792Z test_meta_outplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5630937Z test_meta_outplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5631084Z test_meta_outplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5631227Z test_meta_outplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5631370Z test_meta_outplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5631517Z test_meta_outplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5631670Z test_meta_outplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5631821Z test_meta_outplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5632005Z test_meta_outplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5632207Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.5632405Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:52:10.5632593Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.5632781Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5632967Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5633155Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5633344Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5633525Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5633705Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5633888Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5634073Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5634250Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5634436Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5634615Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5634796Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5634984Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5635161Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5635340Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5635522Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5635750Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5635934Z test_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5636112Z test_meta_outplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5636273Z test_meta_outplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5636446Z test_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5636621Z test_meta_outplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5636794Z test_meta_outplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5636964Z test_meta_outplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5637134Z test_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5637303Z test_meta_outplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5637513Z test_meta_outplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5637678Z test_meta_outplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5637846Z test_meta_outplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5638015Z test_meta_outplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5638183Z test_meta_outplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5638358Z test_meta_outplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5638526Z test_meta_outplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5638697Z test_meta_outplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5638868Z test_meta_outplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5639036Z test_meta_outplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5639206Z test_meta_outplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5639372Z test_meta_outplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5639536Z test_meta_outplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5639698Z test_meta_outplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5639854Z test_meta_outplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5640019Z test_meta_outplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5640204Z test_meta_outplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5640393Z test_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5640594Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:52:10.5640793Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.098s) 2022-11-23T01:52:10.5640991Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.5641154Z test_meta_outplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5641358Z test_meta_outplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5641523Z test_meta_outplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5641692Z test_meta_outplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5641864Z test_meta_outplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5642034Z test_meta_outplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5642202Z test_meta_outplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5642454Z test_meta_outplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5642618Z test_meta_outplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5642787Z test_meta_outplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5642958Z test_meta_outplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.101s) 2022-11-23T01:52:10.5643179Z test_meta_outplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5643341Z test_meta_outplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5643504Z test_meta_outplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5643655Z test_meta_outplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5643839Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5644023Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5644209Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5644393Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5644575Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5644763Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5644950Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5645128Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5645308Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5645487Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5645674Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5645856Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5646040Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5646223Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5646399Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5646588Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.5646770Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5646955Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5647183Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5647365Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5647548Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5647718Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5647901Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5648079Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5648264Z test_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5648449Z test_meta_outplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:52:10.5648631Z test_meta_outplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5648851Z test_meta_outplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5649028Z test_meta_outplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5649199Z test_meta_outplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5649365Z test_meta_outplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5649531Z test_meta_outplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5649702Z test_meta_outplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5649876Z test_meta_outplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5650045Z test_meta_outplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5650222Z test_meta_outplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5650394Z test_meta_outplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5650559Z test_meta_outplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5650726Z test_meta_outplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5650896Z test_meta_outplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5651061Z test_meta_outplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5651225Z test_meta_outplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5651374Z test_meta_outplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5651537Z test_meta_outplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5651715Z test_meta_outplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5651888Z test_meta_outplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.5652056Z test_meta_outplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.5652229Z test_meta_outplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5652401Z test_meta_outplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5652610Z test_meta_outplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5652782Z test_meta_outplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5652986Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5653189Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5653387Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5653594Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5653790Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5654002Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5654209Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5654449Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5654651Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5654853Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5655051Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5655253Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5655450Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5655649Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5655846Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5656022Z test_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5656209Z test_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:52:10.5656392Z test_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:52:10.5656573Z test_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5656754Z test_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.533s) 2022-11-23T01:52:10.5656933Z test_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.483s) 2022-11-23T01:52:10.5657114Z test_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.470s) 2022-11-23T01:52:10.5657280Z test_meta_outplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5657444Z test_meta_outplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5657609Z test_meta_outplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5657766Z test_meta_outplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.5657927Z test_meta_outplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.5658082Z test_meta_outplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:52:10.5658297Z test_meta_outplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5658472Z test_meta_outplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5658643Z test_meta_outplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5658812Z test_meta_outplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.5658984Z test_meta_outplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.5659156Z test_meta_outplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5659328Z test_meta_outplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5659499Z test_meta_outplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5659668Z test_meta_outplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5659841Z test_meta_outplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5660053Z test_meta_outplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5660224Z test_meta_outplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5660395Z test_meta_outplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5660567Z test_meta_outplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5660739Z test_meta_outplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5660908Z test_meta_outplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5661076Z test_meta_outplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5661243Z test_meta_outplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5661413Z test_meta_outplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5661576Z test_meta_outplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5661744Z test_meta_outplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5661930Z test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5662117Z test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5662304Z test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5662477Z test_meta_outplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5662647Z test_meta_outplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5662818Z test_meta_outplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5662988Z test_meta_outplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5663164Z test_meta_outplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5663329Z test_meta_outplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5663498Z test_meta_outplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5663681Z test_meta_outplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5663905Z test_meta_outplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5664093Z test_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5664280Z test_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5664467Z test_meta_outplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5664654Z test_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5664840Z test_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5665024Z test_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5665212Z test_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5665395Z test_meta_outplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5665619Z test_meta_outplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5665800Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5665984Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5666166Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5666349Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5666540Z test_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5666731Z test_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5666920Z test_meta_outplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5667087Z test_meta_outplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.5667250Z test_meta_outplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5667413Z test_meta_outplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5667567Z test_meta_outplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5667736Z test_meta_outplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5667904Z test_meta_outplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5668069Z test_meta_outplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5668231Z test_meta_outplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5668393Z test_meta_outplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5668564Z test_meta_outplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5668734Z test_meta_outplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5668904Z test_meta_outplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5669073Z test_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5669241Z test_meta_outplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5669452Z test_meta_outplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5669617Z test_meta_outplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5669790Z test_meta_outplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5669959Z test_meta_outplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5670123Z test_meta_outplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5670287Z test_meta_outplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5670453Z test_meta_outplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5670614Z test_meta_outplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5670773Z test_meta_outplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5670924Z test_meta_outplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5671125Z test_meta_outplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5671310Z test_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5671491Z test_meta_outplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5671674Z test_meta_outplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5671856Z test_meta_outplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5672032Z test_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5672205Z test_meta_outplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5672377Z test_meta_outplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5672566Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:52:10.5672747Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.5672930Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:52:10.5673109Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5673287Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:52:10.5673469Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:52:10.5673650Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5673827Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.5674003Z test_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.470s) 2022-11-23T01:52:10.5674173Z test_meta_outplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.470s) 2022-11-23T01:52:10.5674341Z test_meta_outplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.472s) 2022-11-23T01:52:10.5674513Z test_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.803s) 2022-11-23T01:52:10.5674679Z test_meta_outplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.808s) 2022-11-23T01:52:10.5674834Z test_meta_outplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.759s) 2022-11-23T01:52:10.5675044Z test_meta_outplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.587s) 2022-11-23T01:52:10.5675213Z test_meta_outplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.539s) 2022-11-23T01:52:10.5675387Z test_meta_outplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.201s) 2022-11-23T01:52:10.5675557Z test_meta_outplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.205s) 2022-11-23T01:52:10.5675738Z test_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:52:10.5675922Z test_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5676094Z test_meta_outplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.333s) 2022-11-23T01:52:10.5676265Z test_meta_outplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.349s) 2022-11-23T01:52:10.5676444Z test_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:52:10.5677069Z test_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:52:10.5677245Z test_meta_outplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:52:10.5677415Z test_meta_outplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.114s) 2022-11-23T01:52:10.5677597Z test_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5677776Z test_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5677943Z test_meta_outplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5678106Z test_meta_outplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5678269Z test_meta_outplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5678436Z test_meta_outplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5678603Z test_meta_outplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5678767Z test_meta_outplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5678934Z test_meta_outplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5679114Z test_meta_outplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5679302Z test_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5679490Z test_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5679686Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5679879Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5680072Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5680243Z test_meta_outplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5680407Z test_meta_outplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5680572Z test_meta_outplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5680745Z test_meta_outplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5680964Z test_meta_outplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5681137Z test_meta_outplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5681310Z test_meta_outplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5681479Z test_meta_outplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5681641Z test_meta_outplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5681821Z test_meta_outplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5681995Z test_meta_outplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5682177Z test_meta_outplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5682452Z test_meta_outplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5682630Z test_meta_outplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5682837Z test_meta_outplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5683005Z test_meta_outplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5683178Z test_meta_outplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5683351Z test_meta_outplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5683524Z test_meta_outplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5683693Z test_meta_outplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5683864Z test_meta_outplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5684039Z test_meta_outplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5684210Z test_meta_outplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5684390Z test_meta_outplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5684568Z test_meta_outplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5684741Z test_meta_outplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5684911Z test_meta_outplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5685078Z test_meta_outplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5685251Z test_meta_outplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5685423Z test_meta_outplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5685594Z test_meta_outplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5685760Z test_meta_outplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5685930Z test_meta_outplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5686110Z test_meta_outplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5686286Z test_meta_outplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5686445Z test_meta_outplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5686659Z test_meta_outplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5686845Z test_meta_outplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5687028Z test_meta_outplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5687205Z test_meta_outplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5687376Z test_meta_outplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5687560Z test_meta_outplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5687748Z test_meta_outplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5687934Z test_meta_outplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5688118Z test_meta_outplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5688302Z test_meta_outplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5688526Z test_meta_outplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5688707Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5688884Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5689057Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5689239Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5689417Z test_meta_outplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5689584Z test_meta_outplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5689752Z test_meta_outplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5689929Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5690099Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5690280Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5690448Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5690618Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5690787Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5690954Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5691127Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5691298Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5691467Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5691637Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5691806Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5691985Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5692208Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5692391Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5692575Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5692754Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5692928Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5693098Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5693274Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5693446Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5693616Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5693790Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5694005Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5694173Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:52:10.5694353Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:52:10.5694533Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:52:10.5694709Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:52:10.5694881Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:52:10.5695053Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.176s) 2022-11-23T01:52:10.5695227Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:52:10.5695397Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:52:10.5695563Z test_meta_outplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5695728Z test_meta_outplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5695892Z test_meta_outplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5696055Z test_meta_outplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5696212Z test_meta_outplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5696373Z test_meta_outplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5696534Z test_meta_outplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5696694Z test_meta_outplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5696854Z test_meta_outplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5697014Z test_meta_outplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5697172Z test_meta_outplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5697332Z test_meta_outplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5697494Z test_meta_outplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5697684Z test_meta_outplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5697843Z test_meta_outplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5698004Z test_meta_outplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5698162Z test_meta_outplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5698322Z test_meta_outplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5698486Z test_meta_outplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5698649Z test_meta_outplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5698810Z test_meta_outplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5698970Z test_meta_outplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5699133Z test_meta_outplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5699291Z test_meta_outplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5699491Z test_meta_outplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5699670Z test_meta_outplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5699850Z test_meta_outplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5700011Z test_meta_outplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5700171Z test_meta_outplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5700328Z test_meta_outplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5700505Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5700680Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5700839Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5701014Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5701193Z test_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5701370Z test_meta_outplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5701549Z test_meta_outplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5701717Z test_meta_outplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5701886Z test_meta_outplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5702052Z test_meta_outplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5702238Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5702424Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5702607Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5702788Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5702968Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5703147Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5703732Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5703919Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5704100Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5704275Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5704453Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5704624Z test_meta_outplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5704795Z test_meta_outplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5704963Z test_meta_outplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5705128Z test_meta_outplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5705301Z test_meta_outplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5705515Z test_meta_outplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5705686Z test_meta_outplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5705857Z test_meta_outplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5706030Z test_meta_outplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5706198Z test_meta_outplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5706361Z test_meta_outplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5706529Z test_meta_outplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5706696Z test_meta_outplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5706862Z test_meta_outplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5707025Z test_meta_outplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5707190Z test_meta_outplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5707351Z test_meta_outplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5707523Z test_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5707701Z test_meta_outplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5707877Z test_meta_outplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5708047Z test_meta_outplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5708221Z test_meta_outplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5708388Z test_meta_outplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5708555Z test_meta_outplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5708712Z test_meta_outplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5708876Z test_meta_outplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5709040Z test_meta_outplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5709247Z test_meta_outplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5709418Z test_meta_outplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5709594Z test_meta_outplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5709760Z test_meta_outplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5709928Z test_meta_outplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5710087Z test_meta_outplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5710251Z test_meta_outplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5710410Z test_meta_outplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5710596Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5710786Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5711021Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5711203Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5711384Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5711564Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5711743Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5711921Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5712171Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5712360Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5712554Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5712763Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5713015Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5713215Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5713416Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5713615Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5713810Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5714009Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5714205Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5714397Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5714561Z test_meta_outplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.547s) 2022-11-23T01:52:10.5714735Z test_meta_outplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.561s) 2022-11-23T01:52:10.5714954Z test_meta_outplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.579s) 2022-11-23T01:52:10.5715120Z test_meta_outplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.545s) 2022-11-23T01:52:10.5715286Z test_meta_outplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.548s) 2022-11-23T01:52:10.5715447Z test_meta_outplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.539s) 2022-11-23T01:52:10.5715632Z test_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5715814Z test_meta_outplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5715995Z test_meta_outplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5716177Z test_meta_outplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5716361Z test_meta_outplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5716541Z test_meta_outplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5716765Z test_meta_outplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5716905Z test_meta_outplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5717054Z test_meta_outplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5717209Z test_meta_outplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5717363Z test_meta_outplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5717515Z test_meta_outplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:52:10.5717662Z test_meta_outplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5717812Z test_meta_outplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:52:10.5717958Z test_meta_outplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5718107Z test_meta_outplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5718252Z test_meta_outplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5718448Z test_meta_outplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5718591Z test_meta_outplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5718732Z test_meta_outplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5718876Z test_meta_outplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:52:10.5719077Z test_meta_outplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:52:10.5719231Z test_meta_outplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:52:10.5719376Z test_meta_outplace_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:52:10.5719522Z test_meta_outplace_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:52:10.5719652Z test_meta_outplace_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5719803Z test_meta_outplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5719958Z test_meta_outplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5720110Z test_meta_outplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5720259Z test_meta_outplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5720408Z test_meta_outplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5720605Z test_meta_outplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5720758Z test_meta_outplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5720910Z test_meta_outplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5721064Z test_meta_outplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5721213Z test_meta_outplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5721359Z test_meta_outplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5721505Z test_meta_outplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5721661Z test_meta_outplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5721814Z test_meta_outplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5721962Z test_meta_outplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5722109Z test_meta_outplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5722347Z test_meta_outplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5722541Z test_meta_outplace_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5722688Z test_meta_outplace_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5722832Z test_meta_outplace_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5722999Z test_meta_outplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5723162Z test_meta_outplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5723324Z test_meta_outplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5723482Z test_meta_outplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5723626Z test_meta_outplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5723766Z test_meta_outplace_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5723919Z test_meta_outplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5724064Z test_meta_outplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5724209Z test_meta_outplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5724407Z test_meta_outplace_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5724557Z test_meta_outplace_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5724700Z test_meta_outplace_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5724841Z test_meta_outplace_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5725028Z test_meta_outplace_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5725162Z test_meta_outplace_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5725306Z test_meta_outplace_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5725447Z test_meta_outplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5725599Z test_meta_outplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5725744Z test_meta_outplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5725897Z test_meta_outplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5726049Z test_meta_outplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5726197Z test_meta_outplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5726391Z test_meta_outplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5726540Z test_meta_outplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5726688Z test_meta_outplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5726836Z test_meta_outplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5726982Z test_meta_outplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5727131Z test_meta_outplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5727275Z test_meta_outplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5727419Z test_meta_outplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5727571Z test_meta_outplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.300s) 2022-11-23T01:52:10.5727725Z test_meta_outplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.293s) 2022-11-23T01:52:10.5727865Z test_meta_outplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.307s) 2022-11-23T01:52:10.5728013Z test_meta_outplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.297s) 2022-11-23T01:52:10.5728198Z test_meta_outplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5728342Z test_meta_outplace_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5728492Z test_meta_outplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5728642Z test_meta_outplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5728788Z test_meta_outplace_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5728932Z test_meta_outplace_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5729073Z test_meta_outplace_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5729216Z test_meta_outplace_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5729357Z test_meta_outplace_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5729499Z test_meta_outplace_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5729638Z test_meta_outplace_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5729775Z test_meta_outplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5729929Z test_meta_outplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.491s) 2022-11-23T01:52:10.5730082Z test_meta_outplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.506s) 2022-11-23T01:52:10.5730235Z test_meta_outplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5730438Z test_meta_outplace_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5730587Z test_meta_outplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5730741Z test_meta_outplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5730891Z test_meta_outplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5731095Z test_meta_outplace_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5731246Z test_meta_outplace_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5731394Z test_meta_outplace_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5731538Z test_meta_outplace_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5731690Z test_meta_outplace_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5731831Z test_meta_outplace_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5731976Z test_meta_outplace_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5732163Z test_meta_outplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5732323Z test_meta_outplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5732481Z test_meta_outplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5732632Z test_meta_outplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5732782Z test_meta_outplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5732921Z test_meta_outplace_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5733066Z test_meta_outplace_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5733230Z test_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5733398Z test_meta_outplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5733571Z test_meta_outplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5733745Z test_meta_outplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5733953Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5734121Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5734281Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5734449Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5734610Z test_meta_outplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5734782Z test_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5734949Z test_meta_outplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5735123Z test_meta_outplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5735295Z test_meta_outplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5735462Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5735629Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5735792Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5735958Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5736120Z test_meta_outplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5736343Z test_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5736512Z test_meta_outplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5736683Z test_meta_outplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5736840Z test_meta_outplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5737059Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5737225Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5737385Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5737551Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5737757Z test_meta_outplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5737930Z test_meta_outplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5738096Z test_meta_outplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5738270Z test_meta_outplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5738439Z test_meta_outplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5738604Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5738767Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5738930Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5739098Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5739262Z test_meta_outplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5739435Z test_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5739640Z test_meta_outplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5739810Z test_meta_outplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5739977Z test_meta_outplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5740138Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5740290Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5740447Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5740611Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5740771Z test_meta_outplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5740926Z test_meta_outplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5741085Z test_meta_outplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5741242Z test_meta_outplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5741392Z test_meta_outplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5741544Z test_meta_outplace_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5741697Z test_meta_outplace_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5747458Z test_meta_outplace_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5747651Z test_meta_outplace_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5747796Z test_meta_outplace_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5747952Z test_meta_outplace_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5748102Z test_meta_outplace_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5748310Z test_meta_outplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5748461Z test_meta_outplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5748609Z test_meta_outplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5748757Z test_meta_outplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5748956Z test_meta_outplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5749194Z test_meta_outplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5749338Z test_meta_outplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5749480Z test_meta_outplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5749625Z test_meta_outplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5749765Z test_meta_outplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5749909Z test_meta_outplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5750048Z test_meta_outplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5750197Z test_meta_outplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5750341Z test_meta_outplace_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5750484Z test_meta_outplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5750636Z test_meta_outplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5750785Z test_meta_outplace_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5750987Z test_meta_outplace_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5751130Z test_meta_outplace_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5751275Z test_meta_outplace_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5751414Z test_meta_outplace_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5751554Z test_meta_outplace_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5751698Z test_meta_outplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5751844Z test_meta_outplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5751985Z test_meta_outplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5752138Z test_meta_outplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5752286Z test_meta_outplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5752433Z test_meta_outplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5752577Z test_meta_outplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5752717Z test_meta_outplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5752855Z test_meta_outplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5752985Z test_meta_outplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5753123Z test_meta_outplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5753263Z test_meta_outplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5753401Z test_meta_outplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5753550Z test_meta_outplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5753695Z test_meta_outplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5753840Z test_meta_outplace_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5753985Z test_meta_outplace_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5754136Z test_meta_outplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.292s) 2022-11-23T01:52:10.5754342Z test_meta_outplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:52:10.5754498Z test_meta_outplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5754647Z test_meta_outplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5754798Z test_meta_outplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5755054Z test_meta_outplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5755208Z test_meta_outplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5755356Z test_meta_outplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5755502Z test_meta_outplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5755633Z test_meta_outplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5755780Z test_meta_outplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5755920Z test_meta_outplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5756076Z test_meta_outplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5756234Z test_meta_outplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5756391Z test_meta_outplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5756543Z test_meta_outplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5756733Z test_meta_outplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5756892Z test_meta_outplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5757036Z test_meta_outplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5757188Z test_meta_outplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5757337Z test_meta_outplace_randint_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5757490Z test_meta_outplace_randint_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5757638Z test_meta_outplace_randint_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5757789Z test_meta_outplace_randint_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5757935Z test_meta_outplace_randint_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5758081Z test_meta_outplace_randint_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5758230Z test_meta_outplace_randint_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5758362Z test_meta_outplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5758520Z test_meta_outplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5758675Z test_meta_outplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5758825Z test_meta_outplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5758978Z test_meta_outplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5759132Z test_meta_outplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5759282Z test_meta_outplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5759427Z test_meta_outplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5759579Z test_meta_outplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5759732Z test_meta_outplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5759881Z test_meta_outplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5760031Z test_meta_outplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5760187Z test_meta_outplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5760342Z test_meta_outplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5760546Z test_meta_outplace_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5760741Z test_meta_outplace_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5760884Z test_meta_outplace_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5761039Z test_meta_outplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5761239Z test_meta_outplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5761401Z test_meta_outplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5761553Z test_meta_outplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5761704Z test_meta_outplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5761851Z test_meta_outplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5761995Z test_meta_outplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5762144Z test_meta_outplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5762371Z test_meta_outplace_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5762574Z test_meta_outplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5762727Z test_meta_outplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5762875Z test_meta_outplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5763016Z test_meta_outplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5763161Z test_meta_outplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5763304Z test_meta_outplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5763449Z test_meta_outplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5763594Z test_meta_outplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5763732Z test_meta_outplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5763875Z test_meta_outplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5764006Z test_meta_outplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5764151Z test_meta_outplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5764291Z test_meta_outplace_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5764439Z test_meta_outplace_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5764591Z test_meta_outplace_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5764739Z test_meta_outplace_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5764885Z test_meta_outplace_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5765031Z test_meta_outplace_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5765173Z test_meta_outplace_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5765313Z test_meta_outplace_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5765450Z test_meta_outplace_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5765588Z test_meta_outplace_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5765726Z test_meta_outplace_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5765866Z test_meta_outplace_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5766025Z test_meta_outplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5766175Z test_meta_outplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5766385Z test_meta_outplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5766534Z test_meta_outplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5766743Z test_meta_outplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5766904Z test_meta_outplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5767053Z test_meta_outplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5767206Z test_meta_outplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5767411Z test_meta_outplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5767567Z test_meta_outplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5767718Z test_meta_outplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5767867Z test_meta_outplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5768025Z test_meta_outplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5768178Z test_meta_outplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5768382Z test_meta_outplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5768536Z test_meta_outplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5768688Z test_meta_outplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5768838Z test_meta_outplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5768987Z test_meta_outplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5769134Z test_meta_outplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5769282Z test_meta_outplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5769421Z test_meta_outplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5769571Z test_meta_outplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5769726Z test_meta_outplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5769872Z test_meta_outplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5770019Z test_meta_outplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5770166Z test_meta_outplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5770313Z test_meta_outplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5770465Z test_meta_outplace_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5770618Z test_meta_outplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5770774Z test_meta_outplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5770919Z test_meta_outplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5771069Z test_meta_outplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5771217Z test_meta_outplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5771361Z test_meta_outplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5771507Z test_meta_outplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5771649Z test_meta_outplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5771793Z test_meta_outplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5771924Z test_meta_outplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5772091Z test_meta_outplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5772299Z test_meta_outplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5772472Z test_meta_outplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5772643Z test_meta_outplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5772865Z test_meta_outplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5773033Z test_meta_outplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5773195Z test_meta_outplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5773358Z test_meta_outplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5773571Z test_meta_outplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5773737Z test_meta_outplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5773897Z test_meta_outplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5774584Z test_meta_outplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5774745Z test_meta_outplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5774904Z test_meta_outplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5775054Z test_meta_outplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5775213Z test_meta_outplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5775370Z test_meta_outplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5775524Z test_meta_outplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5775671Z test_meta_outplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5775821Z test_meta_outplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5775967Z test_meta_outplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5776119Z test_meta_outplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5776272Z test_meta_outplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5776425Z test_meta_outplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5776574Z test_meta_outplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5776722Z test_meta_outplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5776873Z test_meta_outplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5777022Z test_meta_outplace_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5777175Z test_meta_outplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5777331Z test_meta_outplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5777486Z test_meta_outplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5777636Z test_meta_outplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5777783Z test_meta_outplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5777931Z test_meta_outplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5778080Z test_meta_outplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5778226Z test_meta_outplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5778409Z test_meta_outplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5778557Z test_meta_outplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5778702Z test_meta_outplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5778857Z test_meta_outplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5779058Z test_meta_outplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5779213Z test_meta_outplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5779366Z test_meta_outplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5779514Z test_meta_outplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5779715Z test_meta_outplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5779863Z test_meta_outplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5780009Z test_meta_outplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5780152Z test_meta_outplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5780337Z test_meta_outplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5780480Z test_meta_outplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5780622Z test_meta_outplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5780780Z test_meta_outplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5780928Z test_meta_outplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5781086Z test_meta_outplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5781231Z test_meta_outplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5781386Z test_meta_outplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5781532Z test_meta_outplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5781679Z test_meta_outplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5781827Z test_meta_outplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5781977Z test_meta_outplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5782124Z test_meta_outplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5782269Z test_meta_outplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5782412Z test_meta_outplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5782573Z test_meta_outplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5782729Z test_meta_outplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5782893Z test_meta_outplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5783055Z test_meta_outplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5783215Z test_meta_outplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5783366Z test_meta_outplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5783514Z test_meta_outplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5783664Z test_meta_outplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5783811Z test_meta_outplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5783944Z test_meta_outplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5784144Z test_meta_outplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5784298Z test_meta_outplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5784456Z test_meta_outplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5784608Z test_meta_outplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5784768Z test_meta_outplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5784926Z test_meta_outplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5785133Z test_meta_outplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5785288Z test_meta_outplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5785439Z test_meta_outplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5785590Z test_meta_outplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5785794Z test_meta_outplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5785989Z test_meta_outplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5786140Z test_meta_outplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5786293Z test_meta_outplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5786441Z test_meta_outplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5786588Z test_meta_outplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5786728Z test_meta_outplace_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5786867Z test_meta_outplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5787017Z test_meta_outplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5787166Z test_meta_outplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5787310Z test_meta_outplace_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5787456Z test_meta_outplace_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5787597Z test_meta_outplace_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5787737Z test_meta_outplace_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5787878Z test_meta_outplace_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5788017Z test_meta_outplace_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5788156Z test_meta_outplace_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5788298Z test_meta_outplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5788448Z test_meta_outplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5788586Z test_meta_outplace_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5788739Z test_meta_outplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5788886Z test_meta_outplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5789031Z test_meta_outplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5789174Z test_meta_outplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5789307Z test_meta_outplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5789448Z test_meta_outplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5789590Z test_meta_outplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5789727Z test_meta_outplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5789905Z test_meta_outplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5790047Z test_meta_outplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5790196Z test_meta_outplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5790344Z test_meta_outplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5790490Z test_meta_outplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5790634Z test_meta_outplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5790775Z test_meta_outplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5790916Z test_meta_outplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5791060Z test_meta_outplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5791255Z test_meta_outplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5791422Z test_meta_outplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5791630Z test_meta_outplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5791791Z test_meta_outplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5791955Z test_meta_outplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5792104Z test_meta_outplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5792314Z test_meta_outplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5792486Z test_meta_outplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5792649Z test_meta_outplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5792813Z test_meta_outplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5792962Z test_meta_outplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5793106Z test_meta_outplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5793258Z test_meta_outplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5793409Z test_meta_outplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5793559Z test_meta_outplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5793703Z test_meta_outplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5793847Z test_meta_outplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5793991Z test_meta_outplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5794134Z test_meta_outplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5794276Z test_meta_outplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5794417Z test_meta_outplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5794565Z test_meta_outplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5794715Z test_meta_outplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5794854Z test_meta_outplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5794997Z test_meta_outplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5795142Z test_meta_outplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5795286Z test_meta_outplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5795425Z test_meta_outplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5795612Z test_meta_outplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5795751Z test_meta_outplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5795895Z test_meta_outplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5796038Z test_meta_outplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5796195Z test_meta_outplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5796353Z test_meta_outplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.5796517Z test_meta_outplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.5796679Z test_meta_outplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5796842Z test_meta_outplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5797000Z test_meta_outplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5797151Z test_meta_outplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5797345Z test_meta_outplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5797500Z test_meta_outplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5797692Z test_meta_outplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5797842Z test_meta_outplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5797995Z test_meta_outplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5798142Z test_meta_outplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5798346Z test_meta_outplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5798504Z test_meta_outplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5798665Z test_meta_outplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5798824Z test_meta_outplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5798973Z test_meta_outplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5799122Z test_meta_outplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5799270Z test_meta_outplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5799419Z test_meta_outplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5799571Z test_meta_outplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5799719Z test_meta_outplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5799873Z test_meta_outplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5800023Z test_meta_outplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5800176Z test_meta_outplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5800324Z test_meta_outplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5800469Z test_meta_outplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5800619Z test_meta_outplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5800768Z test_meta_outplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5800915Z test_meta_outplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5801062Z test_meta_outplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5801658Z test_meta_outplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5801814Z test_meta_outplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5801961Z test_meta_outplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5802109Z test_meta_outplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5802336Z test_meta_outplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5802509Z test_meta_outplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5802672Z test_meta_outplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5802840Z test_meta_outplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5803006Z test_meta_outplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5803167Z test_meta_outplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5803330Z test_meta_outplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5803539Z test_meta_outplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5803763Z test_meta_outplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5803914Z test_meta_outplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5804069Z test_meta_outplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5804287Z test_meta_outplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5804449Z test_meta_outplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5804612Z test_meta_outplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5804775Z test_meta_outplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5804933Z test_meta_outplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5805093Z test_meta_outplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5805252Z test_meta_outplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5805409Z test_meta_outplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5805570Z test_meta_outplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5805730Z test_meta_outplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5805897Z test_meta_outplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5806063Z test_meta_outplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5806227Z test_meta_outplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:52:10.5806389Z test_meta_outplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5806546Z test_meta_outplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5806704Z test_meta_outplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5806863Z test_meta_outplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5807023Z test_meta_outplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5807168Z test_meta_outplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5807387Z test_meta_outplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5807548Z test_meta_outplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5807712Z test_meta_outplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:52:10.5807877Z test_meta_outplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5808037Z test_meta_outplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5808198Z test_meta_outplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5808357Z test_meta_outplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5808516Z test_meta_outplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5808678Z test_meta_outplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5808840Z test_meta_outplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5809003Z test_meta_outplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5809204Z test_meta_outplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:52:10.5809366Z test_meta_outplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5809528Z test_meta_outplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:52:10.5809737Z test_meta_outplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5809896Z test_meta_outplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5810056Z test_meta_outplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5810269Z test_meta_outplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5810419Z test_meta_outplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5810576Z test_meta_outplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:52:10.5810737Z test_meta_outplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.418s) 2022-11-23T01:52:10.5810895Z test_meta_outplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.415s) 2022-11-23T01:52:10.5811049Z test_meta_outplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.408s) 2022-11-23T01:52:10.5811200Z test_meta_outplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.443s) 2022-11-23T01:52:10.5811355Z test_meta_outplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.452s) 2022-11-23T01:52:10.5811507Z test_meta_outplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.398s) 2022-11-23T01:52:10.5811661Z test_meta_outplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.429s) 2022-11-23T01:52:10.5811815Z test_meta_outplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.428s) 2022-11-23T01:52:10.5811972Z test_meta_outplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.410s) 2022-11-23T01:52:10.5812146Z test_meta_outplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:52:10.5812316Z test_meta_outplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:52:10.5812486Z test_meta_outplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5812655Z test_meta_outplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:52:10.5812825Z test_meta_outplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5812988Z test_meta_outplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:52:10.5813203Z test_meta_outplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:52:10.5813371Z test_meta_outplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:52:10.5813513Z test_meta_outplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5813660Z test_meta_outplace_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5813814Z test_meta_outplace_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5813966Z test_meta_outplace_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5814119Z test_meta_outplace_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5814266Z test_meta_outplace_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5814413Z test_meta_outplace_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5814563Z test_meta_outplace_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5814709Z test_meta_outplace_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5814894Z test_meta_outplace_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5815037Z test_meta_outplace_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5815180Z test_meta_outplace_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5815320Z test_meta_outplace_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5815482Z test_meta_outplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5815689Z test_meta_outplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5815848Z test_meta_outplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5816009Z test_meta_outplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5816218Z test_meta_outplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5816368Z test_meta_outplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5816522Z test_meta_outplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5816670Z test_meta_outplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5816824Z test_meta_outplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5816976Z test_meta_outplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5817127Z test_meta_outplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5817270Z test_meta_outplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5817421Z test_meta_outplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5817568Z test_meta_outplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5817716Z test_meta_outplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5817859Z test_meta_outplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5818002Z test_meta_outplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5818144Z test_meta_outplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5818285Z test_meta_outplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5818425Z test_meta_outplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5818566Z test_meta_outplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5818706Z test_meta_outplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5818876Z test_meta_outplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5819028Z test_meta_outplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5819175Z test_meta_outplace_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5819326Z test_meta_outplace_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5819477Z test_meta_outplace_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5819623Z test_meta_outplace_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5819768Z test_meta_outplace_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5819913Z test_meta_outplace_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5820055Z test_meta_outplace_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5820198Z test_meta_outplace_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5820337Z test_meta_outplace_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5820477Z test_meta_outplace_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5820664Z test_meta_outplace_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5820820Z test_meta_outplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5820967Z test_meta_outplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5821123Z test_meta_outplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5821274Z test_meta_outplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5821424Z test_meta_outplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5821563Z test_meta_outplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5821761Z test_meta_outplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5821908Z test_meta_outplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5822054Z test_meta_outplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5822200Z test_meta_outplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5822395Z test_meta_outplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5822539Z test_meta_outplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5822680Z test_meta_outplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5822825Z test_meta_outplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5822970Z test_meta_outplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5823113Z test_meta_outplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5823254Z test_meta_outplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5823396Z test_meta_outplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5823536Z test_meta_outplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5823677Z test_meta_outplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5823816Z test_meta_outplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5823986Z test_meta_outplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5824183Z test_meta_outplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:52:10.5824353Z test_meta_outplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5824563Z test_meta_outplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5824745Z test_meta_outplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5824961Z test_meta_outplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:52:10.5825140Z test_meta_outplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5825320Z test_meta_outplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5825495Z test_meta_outplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5825704Z test_meta_outplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5825878Z test_meta_outplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5826051Z test_meta_outplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5826223Z test_meta_outplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5826475Z test_meta_outplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:52:10.5826644Z test_meta_outplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5826810Z test_meta_outplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5826961Z test_meta_outplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5827109Z test_meta_outplace_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5827258Z test_meta_outplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5827410Z test_meta_outplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5827559Z test_meta_outplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5827763Z test_meta_outplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5827900Z test_meta_outplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5828045Z test_meta_outplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5828189Z test_meta_outplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5828380Z test_meta_outplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5828527Z test_meta_outplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5828670Z test_meta_outplace_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5828819Z test_meta_outplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5828965Z test_meta_outplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5829107Z test_meta_outplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5829247Z test_meta_outplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5829390Z test_meta_outplace_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5829530Z test_meta_outplace_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5829670Z test_meta_outplace_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5829810Z test_meta_outplace_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5829949Z test_meta_outplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5830095Z test_meta_outplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5830281Z test_meta_outplace_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5830432Z test_meta_outplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5830580Z test_meta_outplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5830727Z test_meta_outplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5830870Z test_meta_outplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5831011Z test_meta_outplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5831150Z test_meta_outplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5831287Z test_meta_outplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5831415Z test_meta_outplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5831555Z test_meta_outplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5831703Z test_meta_outplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5831841Z test_meta_outplace_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5832032Z test_meta_outplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5832183Z test_meta_outplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.5832329Z test_meta_outplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5832473Z test_meta_outplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5832612Z test_meta_outplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5832752Z test_meta_outplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5832889Z test_meta_outplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5833029Z test_meta_outplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5833176Z test_meta_outplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5833326Z test_meta_outplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5833466Z test_meta_outplace_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5833617Z test_meta_outplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5833821Z test_meta_outplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5833964Z test_meta_outplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5834109Z test_meta_outplace_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5834254Z test_meta_outplace_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5834440Z test_meta_outplace_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5834588Z test_meta_outplace_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5834729Z test_meta_outplace_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5834869Z test_meta_outplace_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5835009Z test_meta_outplace_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5835147Z test_meta_outplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5835310Z test_meta_outplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5835467Z test_meta_outplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5835625Z test_meta_outplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5835778Z test_meta_outplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5835969Z test_meta_outplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5836123Z test_meta_outplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5836273Z test_meta_outplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5836421Z test_meta_outplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5836574Z test_meta_outplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5836710Z test_meta_outplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5836863Z test_meta_outplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5837012Z test_meta_outplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5837159Z test_meta_outplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5837326Z test_meta_outplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5837487Z test_meta_outplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5837657Z test_meta_outplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5837868Z test_meta_outplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5838033Z test_meta_outplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5838194Z test_meta_outplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5838354Z test_meta_outplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5838515Z test_meta_outplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5838675Z test_meta_outplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5838836Z test_meta_outplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5838994Z test_meta_outplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5839155Z test_meta_outplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5839302Z test_meta_outplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5839443Z test_meta_outplace_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5839589Z test_meta_outplace_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5839722Z test_meta_outplace_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5839920Z test_meta_outplace_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:52:10.5840064Z test_meta_outplace_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5840207Z test_meta_outplace_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5840344Z test_meta_outplace_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5840539Z test_meta_outplace_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5840683Z test_meta_outplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5840915Z test_meta_outplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:52:10.5841141Z test_meta_outplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:52:10.5841363Z test_meta_outplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:52:10.5841573Z test_meta_outplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T01:52:10.5841776Z test_meta_outplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5841940Z test_meta_outplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5842102Z test_meta_outplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5842370Z test_meta_outplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5842523Z test_meta_outplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5842671Z test_meta_outplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5842825Z test_meta_outplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5842975Z test_meta_outplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5843124Z test_meta_outplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5843285Z test_meta_outplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5843448Z test_meta_outplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5843651Z test_meta_outplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5843810Z test_meta_outplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5843964Z test_meta_outplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5844117Z test_meta_outplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5844275Z test_meta_outplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5844432Z test_meta_outplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5844595Z test_meta_outplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5844755Z test_meta_outplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5844911Z test_meta_outplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5845065Z test_meta_outplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5845220Z test_meta_outplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5845373Z test_meta_outplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5845527Z test_meta_outplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5845681Z test_meta_outplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5845884Z test_meta_outplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5846053Z test_meta_outplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5846194Z test_meta_outplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5846350Z test_meta_outplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5846556Z test_meta_outplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5846713Z test_meta_outplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5846864Z test_meta_outplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5847020Z test_meta_outplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5847177Z test_meta_outplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5847378Z test_meta_outplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5847532Z test_meta_outplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5847686Z test_meta_outplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5847843Z test_meta_outplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5847996Z test_meta_outplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5848147Z test_meta_outplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5848326Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5848509Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5848692Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5848877Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5849049Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5849264Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5849438Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5849597Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5849767Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5849947Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5850131Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5850312Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5850486Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5850661Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5850838Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5851009Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5851261Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5851516Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5851756Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5852059Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5852297Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5852571Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5852823Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5853115Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5853366Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5853616Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5853868Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5854108Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5854344Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5854577Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5854854Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5855105Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5855265Z test_meta_outplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5855421Z test_meta_outplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5855582Z test_meta_outplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5855735Z test_meta_outplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5855889Z test_meta_outplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5856041Z test_meta_outplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5856176Z test_meta_outplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5856327Z test_meta_outplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5856481Z test_meta_outplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5856634Z test_meta_outplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5856791Z test_meta_outplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5856945Z test_meta_outplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5857102Z test_meta_outplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5857252Z test_meta_outplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5857400Z test_meta_outplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5857551Z test_meta_outplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5857697Z test_meta_outplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5857874Z test_meta_outplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5858111Z test_meta_outplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5858289Z test_meta_outplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5858508Z test_meta_outplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5858730Z test_meta_outplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5858900Z test_meta_outplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5859072Z test_meta_outplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5859249Z test_meta_outplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5859423Z test_meta_outplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5859593Z test_meta_outplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5859769Z test_meta_outplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5859946Z test_meta_outplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5860116Z test_meta_outplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5860328Z test_meta_outplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5860500Z test_meta_outplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5860669Z test_meta_outplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5860828Z test_meta_outplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5860981Z test_meta_outplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5861136Z test_meta_outplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5861290Z test_meta_outplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5861443Z test_meta_outplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5861596Z test_meta_outplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5861748Z test_meta_outplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5861898Z test_meta_outplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5862048Z test_meta_outplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5862198Z test_meta_outplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5862352Z test_meta_outplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5862500Z test_meta_outplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5862639Z test_meta_outplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5862785Z test_meta_outplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5862934Z test_meta_outplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5863085Z test_meta_outplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5863230Z test_meta_outplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5863377Z test_meta_outplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5863529Z test_meta_outplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5863681Z test_meta_outplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5863832Z test_meta_outplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5863982Z test_meta_outplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5864263Z test_meta_outplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5864416Z test_meta_outplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5864567Z test_meta_outplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5864748Z test_meta_outplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5864987Z test_meta_outplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5865165Z test_meta_outplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5865343Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5865518Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5865688Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5865849Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5866479Z test_meta_outplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5866734Z test_meta_outplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5866994Z test_meta_outplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5867238Z test_meta_outplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5867482Z test_meta_outplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5867734Z test_meta_outplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5867983Z test_meta_outplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5868230Z test_meta_outplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5868471Z test_meta_outplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5868635Z test_meta_outplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5868803Z test_meta_outplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5868967Z test_meta_outplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5869129Z test_meta_outplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5869288Z test_meta_outplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5869446Z test_meta_outplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5869603Z test_meta_outplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5869759Z test_meta_outplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5869930Z test_meta_outplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5870106Z test_meta_outplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5870319Z test_meta_outplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5870549Z test_meta_outplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5870725Z test_meta_outplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5870893Z test_meta_outplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5871114Z test_meta_outplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5871273Z test_meta_outplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5871445Z test_meta_outplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5871616Z test_meta_outplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5871784Z test_meta_outplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5871951Z test_meta_outplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5872165Z test_meta_outplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5872335Z test_meta_outplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5872504Z test_meta_outplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5872668Z test_meta_outplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5872835Z test_meta_outplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5873009Z test_meta_outplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5873182Z test_meta_outplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5873349Z test_meta_outplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5873522Z test_meta_outplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5873686Z test_meta_outplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5873852Z test_meta_outplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5874017Z test_meta_outplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5874182Z test_meta_outplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5874351Z test_meta_outplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5874520Z test_meta_outplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5874687Z test_meta_outplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5874846Z test_meta_outplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5875012Z test_meta_outplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5875178Z test_meta_outplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5875342Z test_meta_outplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.234s) 2022-11-23T01:52:10.5875501Z test_meta_outplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5875656Z test_meta_outplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5875861Z test_meta_outplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5876017Z test_meta_outplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5876175Z test_meta_outplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5876327Z test_meta_outplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5876475Z test_meta_outplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5876683Z test_meta_outplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5876840Z test_meta_outplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5876988Z test_meta_outplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5877145Z test_meta_outplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5877350Z test_meta_outplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5877505Z test_meta_outplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5877699Z test_meta_outplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5877847Z test_meta_outplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5877987Z test_meta_outplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5878135Z test_meta_outplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5878336Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5878532Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5878731Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5878925Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5879118Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5879307Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5879494Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5879683Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5879869Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5880050Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5880236Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5880419Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5880603Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5880783Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5880962Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5881140Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5881318Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5881539Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5881723Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5881906Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5882068Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5882334Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5882513Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5882736Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5882915Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5883177Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5883541Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5883803Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5884059Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5884315Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5884562Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5884815Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5885071Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5885327Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5885582Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5885841Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5886095Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5886354Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5886606Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5886856Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5887149Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5887407Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5887665Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5887921Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5888171Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5888422Z 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:52:10.5888669Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:52:10.5889018Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:52:10.5889274Z 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:52:10.5889574Z 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:52:10.5889833Z 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:52:10.5890091Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:52:10.5890344Z 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:52:10.5890594Z 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:52:10.5890840Z 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:52:10.5891093Z 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:52:10.5891344Z 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:52:10.5891520Z test_meta_outplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5891698Z test_meta_outplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5891869Z test_meta_outplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5892040Z test_meta_outplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5892212Z test_meta_outplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5892383Z test_meta_outplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5893001Z test_meta_outplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5893179Z test_meta_outplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5893347Z test_meta_outplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:52:10.5893497Z test_meta_outplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5893659Z test_meta_outplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5893821Z test_meta_outplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5893984Z test_meta_outplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:52:10.5894141Z test_meta_outplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5894298Z test_meta_outplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:52:10.5894448Z test_meta_outplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:52:10.5894650Z test_meta_outplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.5894803Z test_meta_outplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5894955Z test_meta_outplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5895169Z test_meta_outplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5895328Z test_meta_outplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5895481Z test_meta_outplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5895673Z test_meta_outplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5895831Z test_meta_outplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5895982Z test_meta_outplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5896139Z test_meta_outplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5896287Z test_meta_outplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5896421Z test_meta_outplace_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5896574Z test_meta_outplace_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5896726Z test_meta_outplace_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5896876Z test_meta_outplace_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5897024Z test_meta_outplace_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5897173Z test_meta_outplace_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5897317Z test_meta_outplace_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5897458Z test_meta_outplace_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5897602Z test_meta_outplace_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5897742Z test_meta_outplace_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5897882Z test_meta_outplace_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5898020Z test_meta_outplace_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5898181Z test_meta_outplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5898337Z test_meta_outplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5898500Z test_meta_outplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5898707Z test_meta_outplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5898868Z test_meta_outplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5899029Z test_meta_outplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5899175Z test_meta_outplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5899335Z test_meta_outplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5899487Z test_meta_outplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5899640Z test_meta_outplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5899793Z test_meta_outplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5899945Z test_meta_outplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5900104Z test_meta_outplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5900257Z test_meta_outplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5900461Z test_meta_outplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5900625Z test_meta_outplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5900787Z test_meta_outplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5900947Z test_meta_outplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5901107Z test_meta_outplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5901319Z test_meta_outplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5901480Z test_meta_outplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5901635Z test_meta_outplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5901838Z test_meta_outplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5901999Z test_meta_outplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5902153Z test_meta_outplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5902289Z test_meta_outplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5902433Z test_meta_outplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5902584Z test_meta_outplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5902733Z test_meta_outplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5902880Z test_meta_outplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5903027Z test_meta_outplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5903172Z test_meta_outplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5903311Z test_meta_outplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5903449Z test_meta_outplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5903589Z test_meta_outplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5903729Z test_meta_outplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5903878Z test_meta_outplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5904023Z test_meta_outplace_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5904176Z test_meta_outplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5904375Z test_meta_outplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5904526Z test_meta_outplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5904678Z test_meta_outplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5904813Z test_meta_outplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5904957Z test_meta_outplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5905102Z test_meta_outplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5905244Z test_meta_outplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5905388Z test_meta_outplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5905528Z test_meta_outplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5905681Z test_meta_outplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5905826Z test_meta_outplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5905979Z test_meta_outplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5906173Z test_meta_outplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5906323Z test_meta_outplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5906472Z test_meta_outplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5906621Z test_meta_outplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5906768Z test_meta_outplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5906914Z test_meta_outplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5907059Z test_meta_outplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5907205Z test_meta_outplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5907402Z test_meta_outplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5907538Z test_meta_outplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5907688Z test_meta_outplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5907832Z test_meta_outplace_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5907984Z test_meta_outplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5908131Z test_meta_outplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5908281Z test_meta_outplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5908476Z test_meta_outplace_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5908625Z test_meta_outplace_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5908763Z test_meta_outplace_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5908906Z test_meta_outplace_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5909047Z test_meta_outplace_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5909185Z test_meta_outplace_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5909325Z test_meta_outplace_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5909463Z test_meta_outplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5909609Z test_meta_outplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5909758Z test_meta_outplace_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5909901Z test_meta_outplace_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5910074Z test_meta_outplace_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5910216Z test_meta_outplace_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5910359Z test_meta_outplace_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5910511Z test_meta_outplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5910669Z test_meta_outplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5910825Z test_meta_outplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5910974Z test_meta_outplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5911125Z test_meta_outplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5911274Z test_meta_outplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5911426Z test_meta_outplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5911576Z test_meta_outplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5911763Z test_meta_outplace_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5911911Z test_meta_outplace_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5912053Z test_meta_outplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5912199Z test_meta_outplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5912345Z test_meta_outplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5912492Z test_meta_outplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5912635Z test_meta_outplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5912767Z test_meta_outplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5912909Z test_meta_outplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5913050Z test_meta_outplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5913189Z test_meta_outplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5913331Z test_meta_outplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5913472Z test_meta_outplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5913613Z test_meta_outplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5913757Z test_meta_outplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5913952Z test_meta_outplace_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5914101Z test_meta_outplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5914249Z test_meta_outplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5914391Z test_meta_outplace_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5914586Z test_meta_outplace_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5914727Z test_meta_outplace_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5914866Z test_meta_outplace_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5915003Z test_meta_outplace_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5915142Z test_meta_outplace_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5915270Z test_meta_outplace_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5915408Z test_meta_outplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5915566Z test_meta_outplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5915759Z test_meta_outplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5915919Z test_meta_outplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5916079Z test_meta_outplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5916231Z test_meta_outplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5916378Z test_meta_outplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5916523Z test_meta_outplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5916672Z test_meta_outplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5916821Z test_meta_outplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5916969Z test_meta_outplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5917118Z test_meta_outplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5917265Z test_meta_outplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5917455Z test_meta_outplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:52:10.5917602Z test_meta_outplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:52:10.5917743Z test_meta_outplace_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.132s) 2022-11-23T01:52:10.5917873Z test_meta_outplace_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:52:10.5918026Z test_meta_outplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.816s) 2022-11-23T01:52:10.5918176Z test_meta_outplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.841s) 2022-11-23T01:52:10.5918326Z test_meta_outplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5918484Z test_meta_outplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5918632Z test_meta_outplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5918784Z test_meta_outplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5918929Z test_meta_outplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5919069Z test_meta_outplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5919216Z test_meta_outplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5919360Z test_meta_outplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5919499Z test_meta_outplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5919637Z test_meta_outplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5919777Z test_meta_outplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5919968Z test_meta_outplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5920108Z test_meta_outplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5920245Z test_meta_outplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5920383Z test_meta_outplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5920561Z test_meta_outplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5920722Z test_meta_outplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5920878Z test_meta_outplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5921040Z test_meta_outplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5921204Z test_meta_outplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5921406Z test_meta_outplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5921566Z test_meta_outplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5921726Z test_meta_outplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5921881Z test_meta_outplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5922031Z test_meta_outplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5922178Z test_meta_outplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5922416Z test_meta_outplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5922568Z test_meta_outplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5922715Z test_meta_outplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5922858Z test_meta_outplace_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5923008Z test_meta_outplace_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5923218Z test_meta_outplace_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5923362Z test_meta_outplace_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5923497Z test_meta_outplace_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5923641Z test_meta_outplace_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5923780Z test_meta_outplace_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5923920Z test_meta_outplace_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5924060Z test_meta_outplace_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5924200Z test_meta_outplace_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5924341Z test_meta_outplace_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5924490Z test_meta_outplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5924634Z test_meta_outplace_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5924783Z test_meta_outplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5924929Z test_meta_outplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5925074Z test_meta_outplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5925217Z test_meta_outplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5925358Z test_meta_outplace_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5925498Z test_meta_outplace_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5925640Z test_meta_outplace_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5925781Z test_meta_outplace_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5925964Z test_meta_outplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5926116Z test_meta_outplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5926256Z test_meta_outplace_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5926407Z test_meta_outplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5926604Z test_meta_outplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5926752Z test_meta_outplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5926893Z test_meta_outplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5927035Z test_meta_outplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5927222Z test_meta_outplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5927361Z test_meta_outplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5927501Z test_meta_outplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5927641Z test_meta_outplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5927801Z test_meta_outplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5927955Z test_meta_outplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5928117Z test_meta_outplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5928276Z test_meta_outplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5928431Z test_meta_outplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5928573Z test_meta_outplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5928723Z test_meta_outplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5928876Z test_meta_outplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5929073Z test_meta_outplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5929220Z test_meta_outplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5929370Z test_meta_outplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5929525Z test_meta_outplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5929676Z test_meta_outplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5929834Z test_meta_outplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5929991Z test_meta_outplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5930142Z test_meta_outplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5930294Z test_meta_outplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5930445Z test_meta_outplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5930593Z test_meta_outplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5930741Z test_meta_outplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5930889Z test_meta_outplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5931036Z test_meta_outplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5931184Z test_meta_outplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:52:10.5931313Z test_meta_outplace_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:52:10.5931464Z test_meta_outplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5931615Z test_meta_outplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5931764Z test_meta_outplace_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5931910Z test_meta_outplace_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5932108Z test_meta_outplace_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5932251Z test_meta_outplace_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5932391Z test_meta_outplace_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5932529Z test_meta_outplace_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5932719Z test_meta_outplace_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:52:10.5932908Z test_meta_outplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5933072Z test_meta_outplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5933231Z test_meta_outplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:52:10.5933395Z test_meta_outplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5933558Z test_meta_outplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5933716Z test_meta_outplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5933874Z test_meta_outplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934029Z test_meta_outplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934174Z test_meta_outplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934327Z test_meta_outplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934474Z test_meta_outplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934673Z test_meta_outplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934821Z test_meta_outplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:52:10.5934977Z test_meta_outplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5935126Z test_meta_outplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5935283Z test_meta_outplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5935439Z test_meta_outplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5935591Z test_meta_outplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5935746Z test_meta_outplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5935896Z test_meta_outplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5936046Z test_meta_outplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5936194Z test_meta_outplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5936342Z test_meta_outplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5936489Z test_meta_outplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5936636Z test_meta_outplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5936783Z test_meta_outplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5936918Z test_meta_outplace_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5937065Z test_meta_outplace_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5937205Z test_meta_outplace_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5937345Z test_meta_outplace_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5937485Z test_meta_outplace_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5937628Z test_meta_outplace_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5937768Z test_meta_outplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5937922Z test_meta_outplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5938071Z test_meta_outplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5938276Z test_meta_outplace_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5938424Z test_meta_outplace_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5938616Z test_meta_outplace_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5938760Z test_meta_outplace_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5938956Z test_meta_outplace_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5939098Z test_meta_outplace_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5939234Z test_meta_outplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5939391Z test_meta_outplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5939528Z test_meta_outplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5939686Z test_meta_outplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5939845Z test_meta_outplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5940000Z test_meta_outplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5940157Z test_meta_outplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5940309Z test_meta_outplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5940509Z test_meta_outplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5940659Z test_meta_outplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5940809Z test_meta_outplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5940958Z test_meta_outplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5941109Z test_meta_outplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5941255Z test_meta_outplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5941413Z test_meta_outplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5941574Z test_meta_outplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5941731Z test_meta_outplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5941885Z test_meta_outplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5942038Z test_meta_outplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5942191Z test_meta_outplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5942327Z test_meta_outplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5942476Z test_meta_outplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5942621Z test_meta_outplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5942771Z test_meta_outplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5942918Z test_meta_outplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5943064Z test_meta_outplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5943221Z test_meta_outplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5943370Z test_meta_outplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5943518Z test_meta_outplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5943666Z test_meta_outplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5943810Z test_meta_outplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5943952Z test_meta_outplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5944095Z test_meta_outplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5944276Z test_meta_outplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5944474Z test_meta_outplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5944614Z test_meta_outplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5944787Z test_meta_outplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5944956Z test_meta_outplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5945157Z test_meta_outplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5945324Z test_meta_outplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5945474Z test_meta_outplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5945616Z test_meta_outplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5945766Z test_meta_outplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5945914Z test_meta_outplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5946059Z test_meta_outplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5946246Z test_meta_outplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5946388Z test_meta_outplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5946527Z test_meta_outplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5946665Z test_meta_outplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5946803Z test_meta_outplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5946943Z test_meta_outplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5947082Z test_meta_outplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5947237Z test_meta_outplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5947389Z test_meta_outplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5947537Z test_meta_outplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5947665Z test_meta_outplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5947814Z test_meta_outplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5947962Z test_meta_outplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:52:10.5948109Z test_meta_outplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5948255Z test_meta_outplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:52:10.5948398Z test_meta_outplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5948538Z test_meta_outplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5948680Z test_meta_outplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5948819Z test_meta_outplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5948960Z test_meta_outplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5949099Z test_meta_outplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5949253Z test_meta_outplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5949402Z test_meta_outplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5949559Z test_meta_outplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5949709Z test_meta_outplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5949868Z test_meta_outplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5950069Z test_meta_outplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5950224Z test_meta_outplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5950364Z test_meta_outplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5950563Z test_meta_outplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:52:10.5950718Z test_meta_outplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5950867Z test_meta_outplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5951020Z test_meta_outplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5951244Z test_meta_outplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5951395Z test_meta_outplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:52:10.5951545Z test_meta_outplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5951691Z test_meta_outplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5951879Z test_meta_outplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5952024Z test_meta_outplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5952167Z test_meta_outplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5952305Z test_meta_outplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5952445Z test_meta_outplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5952581Z test_meta_outplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5952728Z test_meta_outplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5952873Z test_meta_outplace_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5953024Z test_meta_outplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5953163Z test_meta_outplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5953316Z test_meta_outplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5953464Z test_meta_outplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5953612Z test_meta_outplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5953759Z test_meta_outplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5953903Z test_meta_outplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5954046Z test_meta_outplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5954189Z test_meta_outplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5954334Z test_meta_outplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5954476Z test_meta_outplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5954633Z test_meta_outplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5954783Z test_meta_outplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5954941Z test_meta_outplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5955099Z test_meta_outplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5955249Z test_meta_outplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5955402Z test_meta_outplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5955556Z test_meta_outplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5955740Z test_meta_outplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5955891Z test_meta_outplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5956041Z test_meta_outplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5956192Z test_meta_outplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5956344Z test_meta_outplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5956489Z test_meta_outplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5956699Z test_meta_outplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5956852Z test_meta_outplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5957011Z test_meta_outplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:52:10.5957172Z test_meta_outplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5957380Z test_meta_outplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5957989Z test_meta_outplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5958142Z test_meta_outplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5958288Z test_meta_outplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5958440Z test_meta_outplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5958591Z test_meta_outplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5958741Z test_meta_outplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5958892Z test_meta_outplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5959033Z test_meta_outplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5959184Z test_meta_outplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5959331Z test_meta_outplace_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5959479Z test_meta_outplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5959632Z test_meta_outplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5959784Z test_meta_outplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5959933Z test_meta_outplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5960080Z test_meta_outplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5960227Z test_meta_outplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5960373Z test_meta_outplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5960520Z test_meta_outplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5960662Z test_meta_outplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5960806Z test_meta_outplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:52:10.5960948Z test_meta_outplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5961102Z test_meta_outplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5961259Z test_meta_outplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5961413Z test_meta_outplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5961561Z test_meta_outplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5961699Z test_meta_outplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5961895Z test_meta_outplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5962064Z test_meta_outplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.214s) 2022-11-23T01:52:10.5962309Z test_meta_outplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.249s) 2022-11-23T01:52:10.5962479Z test_meta_outplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.204s) 2022-11-23T01:52:10.5962643Z test_meta_outplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.216s) 2022-11-23T01:52:10.5962863Z test_meta_outplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:52:10.5963028Z test_meta_outplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.214s) 2022-11-23T01:52:10.5963188Z test_meta_outplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.255s) 2022-11-23T01:52:10.5963346Z test_meta_outplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.257s) 2022-11-23T01:52:10.5963561Z test_meta_outplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.240s) 2022-11-23T01:52:10.5963712Z test_meta_outplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.441s) 2022-11-23T01:52:10.5963905Z test_meta_outplace_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.423s) 2022-11-23T01:52:10.5964054Z test_meta_outplace_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.423s) 2022-11-23T01:52:10.5964202Z test_meta_outplace_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.444s) 2022-11-23T01:52:10.5964345Z test_meta_outplace_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.456s) 2022-11-23T01:52:10.5964486Z test_meta_outplace_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.495s) 2022-11-23T01:52:10.5964624Z test_meta_outplace_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.441s) 2022-11-23T01:52:10.5964755Z test_meta_outplace_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.469s) 2022-11-23T01:52:10.5964897Z test_meta_outplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.429s) 2022-11-23T01:52:10.5965053Z test_meta_outplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5965204Z test_meta_outplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5965364Z test_meta_outplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5965522Z test_meta_outplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5965675Z test_meta_outplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5965826Z test_meta_outplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5965979Z test_meta_outplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5966132Z test_meta_outplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5966284Z test_meta_outplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5966434Z test_meta_outplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5966587Z test_meta_outplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5966734Z test_meta_outplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5966881Z test_meta_outplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5967025Z test_meta_outplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5967173Z test_meta_outplace_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5967321Z test_meta_outplace_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5967453Z test_meta_outplace_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5967597Z test_meta_outplace_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5967779Z test_meta_outplace_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5967933Z test_meta_outplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:52:10.5968090Z test_meta_outplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5968247Z test_meta_outplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5968397Z test_meta_outplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:52:10.5968549Z test_meta_outplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5968699Z test_meta_outplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5968846Z test_meta_outplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5969048Z test_meta_outplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5969199Z test_meta_outplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5969345Z test_meta_outplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5969588Z test_meta_outplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5969733Z test_meta_outplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5969873Z test_meta_outplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5970010Z test_meta_outplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5970140Z test_meta_outplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5970282Z test_meta_outplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5970444Z test_meta_outplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5970608Z test_meta_outplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5970768Z test_meta_outplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5970920Z test_meta_outplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5971065Z test_meta_outplace_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5971217Z test_meta_outplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5971369Z test_meta_outplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5971520Z test_meta_outplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5971669Z test_meta_outplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5971816Z test_meta_outplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5971967Z test_meta_outplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5972116Z test_meta_outplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5972262Z test_meta_outplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5972406Z test_meta_outplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5972551Z test_meta_outplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5972690Z test_meta_outplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5972839Z test_meta_outplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5972996Z test_meta_outplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5973152Z test_meta_outplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5973300Z test_meta_outplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5973497Z test_meta_outplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5973651Z test_meta_outplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5973802Z test_meta_outplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5973950Z test_meta_outplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:52:10.5974098Z test_meta_outplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5974245Z test_meta_outplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5974391Z test_meta_outplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5974537Z test_meta_outplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5974687Z test_meta_outplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5974830Z test_meta_outplace_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975013Z test_meta_outplace_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975214Z test_meta_outplace_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975363Z test_meta_outplace_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975508Z test_meta_outplace_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975690Z test_meta_outplace_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975838Z test_meta_outplace_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5975978Z test_meta_outplace_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5976119Z test_meta_outplace_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5976258Z test_meta_outplace_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5976402Z test_meta_outplace_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:52:10.5976541Z test_meta_outplace_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5976690Z test_meta_outplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5976837Z test_meta_outplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5976988Z test_meta_outplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5977141Z test_meta_outplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5977292Z test_meta_outplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5977439Z test_meta_outplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5977586Z test_meta_outplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5977733Z test_meta_outplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5977880Z test_meta_outplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5978028Z test_meta_outplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5978160Z test_meta_outplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5978307Z test_meta_outplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5978451Z test_meta_outplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5978597Z test_meta_outplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5978742Z test_meta_outplace_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:52:10.5978893Z test_meta_outplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5979045Z test_meta_outplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5979240Z test_meta_outplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5979388Z test_meta_outplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5979537Z test_meta_outplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5979683Z test_meta_outplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5979826Z test_meta_outplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5979969Z test_meta_outplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5980109Z test_meta_outplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5980250Z test_meta_outplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5980389Z test_meta_outplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5980536Z test_meta_outplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5980668Z test_meta_outplace_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5980858Z test_meta_outplace_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5981008Z test_meta_outplace_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:52:10.5981211Z test_meta_outplace_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5981360Z test_meta_outplace_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5981506Z test_meta_outplace_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:52:10.5981649Z test_meta_outplace_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5981841Z test_meta_outplace_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5981990Z test_meta_outplace_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5982130Z test_meta_outplace_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5982273Z test_meta_outplace_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5982413Z test_meta_outplace_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5982559Z test_meta_outplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5982703Z test_meta_outplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5982848Z test_meta_outplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5982995Z test_meta_outplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:52:10.5983139Z test_meta_outplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:52:10.5983280Z test_meta_outplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5983412Z test_meta_outplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5983552Z test_meta_outplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:52:10.5983694Z test_meta_outplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:52:10.5983832Z test_meta_outplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:52:10.5983978Z test_meta_outplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5984119Z test_meta_outplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5984268Z test_meta_outplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5984417Z test_meta_outplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5984560Z test_meta_outplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5984704Z test_meta_outplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:52:10.5985278Z test_meta_outplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5985427Z test_meta_outplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5985572Z test_meta_outplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5985712Z test_meta_outplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5985852Z test_meta_outplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5985989Z test_meta_outplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5986139Z test_meta_outplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5986270Z test_meta_outplace_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5986423Z test_meta_outplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5986576Z test_meta_outplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5986725Z test_meta_outplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5986916Z test_meta_outplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5987062Z test_meta_outplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:52:10.5987205Z test_meta_outplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:52:10.5987404Z test_meta_outplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5987544Z test_meta_outplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:52:10.5987681Z test_meta_outplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5987822Z test_meta_outplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5988015Z test_meta_outplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5988174Z test_meta_outplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5988325Z test_meta_outplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5988486Z test_meta_outplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:52:10.5988642Z test_meta_outplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5988794Z test_meta_outplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:52:10.5988950Z test_meta_outplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:52:10.5989086Z test_meta_outplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5989232Z test_meta_outplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5989379Z test_meta_outplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5989532Z test_meta_outplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5989680Z test_meta_outplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5989829Z test_meta_outplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5989973Z test_meta_outplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:52:10.5990109Z test_channels_last (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:52:10.5990249Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T01:52:10.5990395Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T01:52:10.5990547Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:52:10.5990701Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:52:10.5990823Z test_imag (__main__.TestMetaConverter) ... ok (0.006s) 2022-11-23T01:52:10.5990995Z test_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:52:10.5991127Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:52:10.5991622Z test_non_leaf_torture (__main__.TestMetaConverter) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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:52:10.5991733Z warnings.warn(message, UserWarning) 2022-11-23T01:52:10.5991800Z ok (0.000s) 2022-11-23T01:52:10.5991937Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:52:10.5992090Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:52:10.5992228Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.012s) 2022-11-23T01:52:10.5992363Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T01:52:10.5992495Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T01:52:10.5992627Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T01:52:10.5992808Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T01:52:10.5992949Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T01:52:10.5993077Z test_weakref (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T01:52:10.5993089Z 2022-11-23T01:52:10.5993242Z ---------------------------------------------------------------------- 2022-11-23T01:52:10.5993324Z Ran 32738 tests in 699.813s 2022-11-23T01:52:10.5993330Z 2022-11-23T01:52:10.5993405Z OK (skipped=14101) 2022-11-23T01:52:10.5993411Z 2022-11-23T01:52:10.5993551Z Generating XML reports... 2022-11-23T01:52:10.5993776Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaCPU-20221123014024.xml 2022-11-23T01:52:10.5994013Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221123014024.xml 2022-11-23T01:52:10.5994019Z 2022-11-23T01:52:10.5994536Z ##[endgroup] 2022-11-23T01:52:10.5994781Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_fj1k03w0) 2022-11-23T01:52:10.5994787Z 2022-11-23T01:52:12.8485198Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:52:12.9995975Z Running test_jit_fuser_te ... [2022-11-23 01:52:12.998904] 2022-11-23T01:52:13.0002275Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:52:12.999523] 2022-11-23T01:52:13.0002925Z Ignoring disabled issues: [] 2022-11-23T01:57:51.6657293Z 2022-11-23T01:57:51.6657891Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T01:57:51.6659021Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_ig6osn0k) 2022-11-23T01:57:51.6755714Z CUDA not available, skipping tests 2022-11-23T01:57:51.6756085Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:57:51.6757432Z 2022-11-23T01:57:51.6757709Z Running tests... 2022-11-23T01:57:51.6758079Z ---------------------------------------------------------------------- 2022-11-23T01:57:51.6758461Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-11-23T01:57:51.6758880Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.092s) 2022-11-23T01:57:51.6759336Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.6759840Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.6760545Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.6761065Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.6761636Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6762135Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6762654Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6763259Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6763908Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6764516Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6765316Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6765999Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6766684Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6767347Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6767961Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6768982Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6769676Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6770361Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6771050Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6771752Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6772409Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6773110Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6773818Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6774498Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6775194Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6775856Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6776629Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6777295Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6777967Z 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:57:51.6778649Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6779296Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6780012Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6780716Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6781526Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6782252Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.6782960Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6783653Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6784345Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6785045Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6785745Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6786399Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6787111Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6787788Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6788486Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6789194Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6789908Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6790627Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6791325Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6792116Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6792825Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6793466Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6794247Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6794907Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6795599Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6796310Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6796998Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6797785Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6798481Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6799156Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6799851Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6800508Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6801312Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6802106Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6802843Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6803567Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6804283Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6804968Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6805658Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6806344Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6807067Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6807757Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6808644Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6809391Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6810090Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6810645Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6811196Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6811739Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6812271Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6812861Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6813462Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6814007Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.011s) 2022-11-23T01:57:51.6814521Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6815061Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6815597Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6816135Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6816661Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6817179Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6817708Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6818237Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6818780Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6819340Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6819977Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6820702Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6821385Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6822150Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6822853Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6823538Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6824218Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6824921Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6825673Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6826373Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6827134Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6827831Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6828514Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6829214Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6829919Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6830615Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6831163Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6831795Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6832432Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6832916Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6833455Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6833979Z 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:57:51.6834502Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6835019Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6835541Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6836129Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6836675Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6837227Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6837814Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6838496Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.6839195Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6839880Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6840579Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6841333Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6842015Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6842710Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6843384Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6844127Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6844838Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6845465Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6846143Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6846820Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6847527Z test_nnc_correctness__softmax_backward_data_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6848264Z test_nnc_correctness__softmax_backward_data_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6849106Z test_nnc_correctness__softmax_backward_data_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6849865Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6850572Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6851323Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6852111Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6852835Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6853491Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6854211Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6854911Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.6855575Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6856258Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6856897Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6857451Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6857969Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6858483Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6858965Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6859493Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6860015Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6860529Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6861053Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6861572Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6862083Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6862633Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6863156Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6863737Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6864223Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6864754Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6865370Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6865916Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6866446Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6866980Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6867495Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6868009Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6868527Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6869107Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6869698Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6870225Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6870755Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T01:57:51.6871295Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6871824Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6872347Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6872872Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6873407Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6873883Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6874397Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6874931Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6875459Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6876031Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6876559Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6877094Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6877687Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6878227Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6878723Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6879246Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6879769Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6880299Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6880827Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6881440Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6882024Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6882562Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6883106Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6883654Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6884152Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6884695Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6885226Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6885771Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6886313Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6886842Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6887416Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.6887999Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.6888616Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6889106Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6889637Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6890233Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6890778Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6891317Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6891852Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6892381Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6892906Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6893473Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6894756Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6895239Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6895763Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6896303Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6896881Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6897460Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6898026Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6898580Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6899134Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6899744Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6900360Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6900880Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6901427Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6901973Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6902512Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6903114Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6903652Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6904182Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6904712Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6905236Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6905775Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6906300Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6906922Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6907443Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6907970Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6908493Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6909040Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6909570Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6910100Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6910587Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6911104Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6911621Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6912193Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6912766Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6913292Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6913809Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6914334Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6914857Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6915430Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6915921Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6916445Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6916966Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6917492Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6918060Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6918579Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6919157Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6919723Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6920201Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.6920609Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.6921068Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.6921508Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.6921950Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.6922394Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.6922889Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6923411Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6923893Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6924470Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6925047Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6925569Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6926084Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6926597Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6927118Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6927625Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6928197Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6928780Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6929308Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6929836Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6930397Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6930912Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6931474Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6932047Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6932561Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6933067Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6933544Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6934075Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6934611Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6935148Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6935671Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6936206Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6936787Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6937372Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6937903Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6938437Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6938932Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6939470Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6940003Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6940588Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6941115Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6941643Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6942163Z 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:57:51.6942737Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6943309Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6943792Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6944361Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6944881Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6945409Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6945934Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6946458Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6946977Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6947503Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6948022Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6948490Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6949066Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6949636Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6950142Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6950671Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6951198Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6951727Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6952256Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6953357Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.6953907Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6954396Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6954985Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6955565Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6956101Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6956638Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6957228Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6957749Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6958270Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6958791Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6959271Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6959795Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6960324Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6960853Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6961435Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6962022Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6962549Z 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:57:51.6963065Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6963589Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6964069Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6964586Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6965106Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6965683Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6966220Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6966752Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6967331Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6967916Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6968532Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6969056Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6969599Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6970120Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6970645Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6971182Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6971719Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6972262Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6972810Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6973409Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6973996Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6974491Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6975028Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6975561Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6976095Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6976620Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6977147Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6977738Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6978277Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6978822Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6979425Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6979973Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6980528Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6981071Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6981594Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6982188Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6982716Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6983240Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6983768Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6984317Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6984827Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6985440Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6986001Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6989900Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6990486Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6991048Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6991676Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6992284Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6992833Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6993472Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6994015Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6994530Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.6995074Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.6995611Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6996137Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6996671Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.6997212Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6997868Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6998458Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6998980Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.6999492Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.6999967Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7000486Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7000992Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7001516Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7002045Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7002577Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7003108Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7003735Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7004307Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7004794Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7005306Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7005877Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7006402Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7006924Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7007448Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7007974Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7008583Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7009110Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7009646Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7010272Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7010790Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7011307Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7011833Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7012355Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7012879Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7013399Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7013935Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7014417Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7014939Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7015523Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7016097Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7016612Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7017111Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7017622Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7018187Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7018704Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7019231Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7019726Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7020255Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7020769Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7021335Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7021895Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7022472Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7022990Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7023504Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7024030Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7024526Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7025054Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7025598Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7026138Z 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:57:51.7026669Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7027251Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7027780Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7028370Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7028902Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7029424Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7029911Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7030481Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7031009Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7031524Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7032063Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7032610Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7033195Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7033734Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7034369Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7034858Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7035389Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7035912Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7036444Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7036969Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7037491Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7038025Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7038556Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7039098Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7039697Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7040249Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7040789Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7041310Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7041836Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7042395Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7042918Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7043444Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7043973Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7044485Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7044999Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7045556Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7046173Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7046721Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7047237Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7047722Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7048244Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7048834Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7049347Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7049859Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7050351Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7050889Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7051415Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7051921Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7052374Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7052769Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7053175Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.7053575Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7053948Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7084991Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7085702Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7086104Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.011s) 2022-11-23T01:57:51.7086498Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7086878Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7087259Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7087695Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7088186Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7088752Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7089216Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7089753Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7090227Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7090710Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7091191Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7091659Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7092148Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7092632Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7093112Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7093657Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7094206Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7094696Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7095187Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7095682Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7096169Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7096629Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7097151Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7097626Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7098098Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7098574Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7099051Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7099581Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7100099Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7100618Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7101082Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7101545Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7102026Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7102519Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7103006Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7103500Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7103986Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7104459Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7104933Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7105444Z 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:57:51.7105970Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7106432Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7106899Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7107375Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7107890Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7108365Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7108851Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7109333Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7109809Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7110285Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7110749Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7111314Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7111819Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7112293Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7112760Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7113229Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7113688Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7114148Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7114611Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7115073Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7115517Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7115975Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7116428Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7116883Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7117389Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7117889Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7118349Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7118853Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7119320Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7119782Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7120243Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7120715Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7121170Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7121620Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7122725Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7123238Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7123698Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7124357Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7125062Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7125880Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7126691Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7127499Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7128460Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7129267Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7130342Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7131322Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7132088Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7132844Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7133590Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7134559Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7135322Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7136083Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7136885Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7137687Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7138456Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7139220Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7140089Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7140831Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7141557Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7142276Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7143056Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7143827Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7144584Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7145312Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7146060Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7146808Z 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:57:51.7147553Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7148303Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T01:57:51.7149083Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7149850Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7150588Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7151419Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7152150Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7152906Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7153633Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7154362Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7155183Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7155908Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7156612Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7157401Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7158101Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7158804Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7159505Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7160189Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7160935Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7161712Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7162483Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7163250Z 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:57:51.7164043Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7164792Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7165539Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7166293Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7167125Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T01:57:51.7167846Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7168760Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7169500Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7170254Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7170963Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7171666Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7172411Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7173180Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7173979Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7174677Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7175367Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7176091Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7176803Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7177524Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7178248Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7179038Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7179760Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7180480Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7181199Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7181842Z test_nnc_correctness_cdouble_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7182424Z test_nnc_correctness_cdouble_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7183006Z test_nnc_correctness_cdouble_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7183609Z test_nnc_correctness_cdouble_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7184202Z test_nnc_correctness_cdouble_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.7184801Z test_nnc_correctness_cdouble_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7185386Z test_nnc_correctness_cdouble_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7186008Z test_nnc_correctness_cdouble_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7186596Z test_nnc_correctness_cdouble_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7187184Z test_nnc_correctness_cdouble_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7187767Z test_nnc_correctness_cdouble_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7188331Z test_nnc_correctness_cdouble_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7188926Z test_nnc_correctness_cdouble_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7189645Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7190397Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7191124Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7191932Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7192639Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7193352Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7194064Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7194769Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7195410Z test_nnc_correctness_cfloat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7195985Z test_nnc_correctness_cfloat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7196569Z test_nnc_correctness_cfloat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7197163Z test_nnc_correctness_cfloat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7197756Z test_nnc_correctness_cfloat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7198344Z test_nnc_correctness_cfloat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-11-23T01:57:51.7198924Z test_nnc_correctness_cfloat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7199512Z test_nnc_correctness_cfloat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7200070Z test_nnc_correctness_cfloat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7200664Z test_nnc_correctness_cfloat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:57:51.7201216Z test_nnc_correctness_cfloat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7201784Z test_nnc_correctness_cfloat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7202350Z test_nnc_correctness_cfloat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7203019Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7204564Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7205353Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7206148Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7206898Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7207644Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7208460Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7209175Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7209978Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7210677Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7211381Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7212089Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7212791Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7213528Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7214229Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7214951Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7215696Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7216433Z 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:57:51.7217164Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7217882Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7218599Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7219306Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7220007Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7220726Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7221530Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7222270Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7223004Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7223763Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7224497Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7225230Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7225985Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7226827Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7227590Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7228355Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7229126Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7229908Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7230664Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7231422Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7232174Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7232893Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7233627Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7234360Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7235096Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7235814Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7236578Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7237318Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7238106Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7238815Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7239517Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7240231Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T01:57:51.7240947Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7241668Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7242391Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7243121Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7243920Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7244635Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7245347Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7246055Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7246773Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7247495Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7248220Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7249024Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7249749Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7250479Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7251204Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7251935Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7252663Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7253398Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7254124Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7254933Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7255686Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7256424Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T01:57:51.7257163Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7257905Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7258624Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7259344Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7260055Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7260861Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7261590Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7262291Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7263007Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7263737Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7264484Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7265200Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7265930Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7266658Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7267371Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7268091Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7268790Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7269499Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7270216Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7270936Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7271747Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7272484Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7273223Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7273962Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7274702Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7275450Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7276188Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7277010Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7277758Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7278501Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7279233Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7279965Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7280687Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7281433Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7282175Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7282923Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7283655Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7284403Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7285167Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7285918Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7286658Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7287395Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7288223Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7289070Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7289828Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7290546Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7291275Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7291986Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7292781Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7293602Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7294323Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7295041Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7295774Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7296506Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7297222Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7297927Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7298640Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7299362Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7300061Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7300767Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7301465Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7302182Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7302908Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7303649Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7304385Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7305238Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7306003Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7306760Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7307499Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7308243Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7308996Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7309723Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7310522Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7311252Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7311987Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7312743Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7313498Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7314275Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7315034Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7315807Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7316557Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7317312Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7318064Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7318821Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7319548Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7320289Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7321032Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7321844Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7322596Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7323359Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7324115Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7324859Z 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:57:51.7325615Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7326355Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7327158Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7327895Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7328716Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7329441Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7330169Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7330901Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7331630Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7332349Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7333088Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7333797Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7334544Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7335281Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7336004Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7336724Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7337460Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7338282Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7339032Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7339780Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7340535Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7341266Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7341997Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7342724Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7343513Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7344227Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7344946Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T01:57:51.7345662Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7346369Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7347074Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7347792Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7348520Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7349235Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7349940Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7350658Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7351364Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7352067Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7352771Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7353475Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7354166Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7354975Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7355708Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7356432Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7357152Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7357857Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7358573Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7359280Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7360055Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7360762Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7361477Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7362238Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7362992Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7363766Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7364520Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7365261Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7365985Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7366712Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7367457Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7368172Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7368998Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7369735Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7370459Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7371256Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7371977Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7372706Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7373431Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7374138Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7374841Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7375528Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7376218Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7376992Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7377715Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7378461Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7379200Z 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:57:51.7379923Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7380643Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7381362Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7382058Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7382768Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7383471Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7384177Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7384895Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7385630Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7386362Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7387081Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7387885Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7388576Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7389286Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7389999Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7390615Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7391086Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7391556Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7392024Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7393132Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7393663Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7394175Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7394632Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7395100Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7395566Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7396049Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7396532Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7397019Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7397498Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7397975Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7398452Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7398901Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7399412Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7399930Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7400459Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7400930Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7401412Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7401895Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7402370Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7402838Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7403306Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7403759Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7404270Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7404739Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7405243Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7405738Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7406309Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7406837Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7407354Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7407858Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7408447Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7408943Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7409450Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7409959Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7410461Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7410948Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7411522Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7412051Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7412537Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7413014Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7413477Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7413943Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7414407Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7414881Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7415401Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7415865Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7416333Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7416806Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7417337Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7417860Z test_nnc_correctness_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7418315Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7418777Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7419243Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7419705Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7420167Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7420633Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7421093Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7421566Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7422049Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7422571Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7423066Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7423601Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7424134Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7424612Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7424852Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7425087Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7425322Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7425610Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7425843Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7426079Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7426321Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7426556Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7426802Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7427040Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7427276Z test_nnc_correctness_diagflat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7427512Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7427748Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7427981Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7428209Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7428430Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7428660Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7428895Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7429227Z test_nnc_correctness_diagonal_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7429472Z test_nnc_correctness_diagonal_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7429763Z test_nnc_correctness_diagonal_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7430012Z test_nnc_correctness_diagonal_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7430258Z test_nnc_correctness_diagonal_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7430500Z test_nnc_correctness_diagonal_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7430742Z test_nnc_correctness_diagonal_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7431022Z test_nnc_correctness_diagonal_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7431249Z test_nnc_correctness_diagonal_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7431487Z test_nnc_correctness_diagonal_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7431720Z test_nnc_correctness_diagonal_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7431959Z test_nnc_correctness_diagonal_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7432196Z test_nnc_correctness_diagonal_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7432435Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7432669Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7432905Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7433146Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7433380Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7433619Z 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:57:51.7433855Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7434082Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7434314Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7435126Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7435365Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7435601Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7435879Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7436128Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7436377Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7436623Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7436922Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7437172Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7437414Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7437657Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7437903Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7438149Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7438392Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7438626Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7438852Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7439090Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7439324Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7439558Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7439782Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7440004Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7440234Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7440502Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7440729Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7440961Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7441234Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7441472Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7441747Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7441988Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7442213Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7442496Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7442722Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7442943Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7443159Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7443389Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7443613Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7443845Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7444078Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7444308Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7444533Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7444761Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7445011Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7445262Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7445509Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7445756Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7446044Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7446289Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7446534Z 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:57:51.7446776Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7447062Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7447317Z 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.000s) 2022-11-23T01:57:51.7447558Z 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.000s) 2022-11-23T01:57:51.7447864Z 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.006s) 2022-11-23T01:57:51.7448162Z 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.000s) 2022-11-23T01:57:51.7448493Z 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.000s) 2022-11-23T01:57:51.7448746Z 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.000s) 2022-11-23T01:57:51.7448988Z 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.000s) 2022-11-23T01:57:51.7449233Z 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.010s) 2022-11-23T01:57:51.7449475Z 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.000s) 2022-11-23T01:57:51.7449716Z 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.000s) 2022-11-23T01:57:51.7449959Z 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.000s) 2022-11-23T01:57:51.7450202Z 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.000s) 2022-11-23T01:57:51.7450451Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7450696Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7450943Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7451184Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7451477Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7451717Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7451962Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7452204Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7452441Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7452673Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7452909Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7453186Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7453465Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7453690Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7453916Z 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:57:51.7454184Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7454411Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7454638Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7454863Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7455101Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7455332Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7455570Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7455804Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7456034Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7456268Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7456500Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7456725Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7457006Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7457229Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7457456Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7457685Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7457910Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7458146Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7458379Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7458661Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7458896Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7459132Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7459408Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7459647Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7459873Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7460144Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7460364Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7460593Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7460822Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7461050Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7461286Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7461513Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7461751Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7461984Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7462211Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7462485Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7462713Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7462933Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7463159Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7463380Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7463599Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7463823Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7464099Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7464331Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7464567Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7464799Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7465028Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7465293Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7465526Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7465749Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7466012Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7466239Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7466449Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7466633Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7466814Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7466999Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.7467181Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7467358Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7467538Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7467719Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7467941Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7468115Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.7468291Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7468465Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7468638Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7468812Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7469002Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7469181Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.7469373Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7469562Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7469794Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7469981Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7470158Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7470340Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7470508Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.7470684Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7470857Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7471039Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7471263Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7471500Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7471727Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7472005Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7472240Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7472475Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7472703Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7472933Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7473159Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7473383Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7473660Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7473882Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7474109Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7474331Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7474564Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7474792Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7475029Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7475306Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7475544Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7475773Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7475997Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7476225Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7476445Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7476675Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7476903Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7477133Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7477402Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7477633Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7477902Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7478126Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7478353Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7478578Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7478791Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7479060Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7479290Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7479524Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7479748Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7479979Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7480199Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7480429Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7480658Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7480931Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7481158Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7481381Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7481615Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7481846Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7482078Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7482302Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7482527Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7482749Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7482981Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7483253Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7483482Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7483715Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7483984Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7484215Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7484483Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7484703Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7484932Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7485156Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7485379Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7485603Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7485828Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7486058Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7486323Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7486557Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7486787Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7487014Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7487238Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7487467Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7487691Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7487915Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7488138Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7488448Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7488678Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7488915Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7489202Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7489448Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7489687Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7490009Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7490243Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7490483Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7490713Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7490940Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7491172Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7491398Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7491624Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7491897Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7492133Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7492369Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7492603Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7492829Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7493055Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7493285Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7493511Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7493731Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7493960Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7494189Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7494422Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7494650Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7494882Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7495159Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7495436Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7495658Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7495921Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7496150Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7496378Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7496605Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7496844Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7497607Z 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:57:51.7497836Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7498058Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7498275Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7498505Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7498732Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7498960Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7499187Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7499413Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7499630Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7499872Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7500112Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7500347Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7500582Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7500813Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7501089Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7501361Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7501591Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7501862Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7502094Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7502331Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7502566Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7502798Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7503076Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7503308Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7503539Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7503763Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7503991Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7504213Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7504443Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7504682Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7504920Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7505154Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7505391Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7505621Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7505852Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7506076Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7506307Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7506528Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7506814Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7507100Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7507348Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7507592Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7507878Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7508123Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7508364Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7508650Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7508886Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7509114Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7509350Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7509587Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7509824Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7510053Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7510291Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7510529Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7510764Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7510997Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7511215Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7511448Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7511680Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7511910Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7512178Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7512412Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7512652Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7512890Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7513168Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7513409Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7513674Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7513989Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7514232Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7514482Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7514733Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7514980Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7515240Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7515503Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7515760Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7516016Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7516265Z 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:57:51.7516518Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7516769Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7517017Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7517267Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7517520Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7517820Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7518076Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7518334Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7518589Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7518840Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7519139Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7519394Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7519691Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T01:57:51.7519987Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7520238Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7520496Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7520758Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7521014Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7521269Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7521518Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7521761Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7522003Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7522258Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7522506Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7522759Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7523019Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7523245Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7523499Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7524231Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7524492Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7524750Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7525054Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7525309Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7525594Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7525864Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7526173Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7526439Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7526705Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7526973Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7527236Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7527499Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7527765Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7528025Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T01:57:51.7528286Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7528631Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7528894Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7529155Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7529409Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7529667Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7529922Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7530221Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7530477Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7530730Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7531025Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7531281Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7531580Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7531878Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7532189Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7532449Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7532704Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7532962Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7533228Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7533483Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7533748Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7534016Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7534277Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7534536Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7534798Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7535048Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7535308Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7535568Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7535826Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7536094Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7536409Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7536636Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7536951Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7537212Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7537510Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7537773Z 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:57:51.7538035Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7538345Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7538606Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7538881Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7539146Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7539413Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7539674Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7539931Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7540185Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7540441Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7540699Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7540953Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7541203Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7541475Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7541743Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7542007Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7542310Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7542569Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7542885Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7543142Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7543450Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7543717Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7543974Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7544279Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7544541Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7544798Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7545053Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7545310Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7545564Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7545820Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7546079Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7546338Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7546591Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7546850Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7547100Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7547346Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7547599Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7547859Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7548111Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7548421Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7548677Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7548980Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7549201Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7549497Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7549761Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7550015Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T01:57:51.7550277Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:57:51.7550482Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7550698Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7550911Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:57:51.7551118Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7551328Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7551536Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7551738Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:57:51.7551945Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7552148Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7552347Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:57:51.7552546Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7552743Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.002s) 2022-11-23T01:57:51.7553008Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7553267Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7553535Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7553797Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7554054Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7554316Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7554621Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7554925Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7555188Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7555484Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7555730Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7555985Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7556241Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7556507Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7556760Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7557021Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7557277Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7557531Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7557795Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7558049Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7558301Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7558556Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7558805Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7559057Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7559306Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7559573Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7559832Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7560097Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7560366Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7560680Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7560980Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7561226Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7561523Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7561781Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7562030Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7562281Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7562579Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7562840Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7563089Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7563349Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7563609Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7563864Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7564117Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7564361Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7564612Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7564861Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7565104Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7565353Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7565608Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7565863Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7566112Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7566374Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7566677Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7566985Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7567249Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7567550Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7567800Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7568016Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7568262Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7568676Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7568931Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7569186Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7569453Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7569716Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7569986Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7570261Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7570527Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7570791Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7571050Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7571314Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7571575Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7571836Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7572093Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7572352Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7572654Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7572958Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7573215Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7573469Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7573754Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7574017Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7574277Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7574532Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7574851Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7575124Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7575395Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7575661Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7575930Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7576195Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7576462Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7576724Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7576989Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7577249Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7577503Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7577765Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7578017Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7578260Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7578513Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7578812Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7579115Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7579374Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7579631Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7579940Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7580191Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7580407Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7580665Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7580958Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7581212Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7581462Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7581718Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7581971Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7582221Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7594881Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7595273Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7595515Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7595751Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7595983Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7596221Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7596456Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7596675Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7596960Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7597336Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7597615Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7597844Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7598065Z 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:57:51.7598303Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7598537Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7598765Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7598988Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7599284Z test_nnc_correctness_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7599513Z test_nnc_correctness_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7599755Z test_nnc_correctness_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7599992Z test_nnc_correctness_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7600230Z test_nnc_correctness_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7600460Z test_nnc_correctness_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7600682Z test_nnc_correctness_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7600910Z test_nnc_correctness_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7601138Z test_nnc_correctness_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7601370Z test_nnc_correctness_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7601597Z test_nnc_correctness_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7601829Z test_nnc_correctness_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7602055Z test_nnc_correctness_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7602295Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7602529Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7602808Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7603094Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7603336Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7603613Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7603851Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7604083Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7604312Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7604545Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7605321Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7605554Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7605791Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7606030Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7606270Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7606516Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7606755Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7606991Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7607218Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7607454Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7607681Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7607913Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7608132Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T01:57:51.7608473Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7608710Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7609041Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7609272Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7609551Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7609788Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7610018Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7610247Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7610483Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7610716Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7610996Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7611229Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7611458Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7611683Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7611913Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7612142Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7612386Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7612622Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7612858Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7613087Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7613280Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7613477Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7613670Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7613856Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7614036Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7614211Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7614395Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7614618Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7614851Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7615038Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7615289Z test_nnc_correctness_grid_sampler_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7615570Z test_nnc_correctness_grid_sampler_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7615809Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7616037Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7616273Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7616553Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7616784Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7617012Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7617239Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7617467Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7617693Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7617925Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7618160Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7618389Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7618627Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7618865Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7619098Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7619327Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7619559Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7619786Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7620014Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7620283Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7620511Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7620783Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7621031Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7621264Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7621551Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7621789Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7622075Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7622315Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7622545Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7622783Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7623017Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7623250Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7623484Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7623716Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7623942Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7624182Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7624420Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7624666Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7624913Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7625148Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7625380Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7625617Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7625897Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7626125Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7626358Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7626587Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7626859Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7627095Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7627372Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7627648Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7627879Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7628105Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7628341Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7628572Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7628812Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7629050Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7629287Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7629522Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7629754Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7629981Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7630213Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7630439Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7630670Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7630896Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7631595Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7631839Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7632076Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7632305Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7632535Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7632812Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7633042Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7633272Z 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:57:51.7633594Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7633819Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7634042Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7634267Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7634493Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7634726Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7634963Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7635190Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7635412Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7635651Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7635889Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7636129Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7636362Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7636603Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7636837Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7637105Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7637347Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7637581Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7637823Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7638068Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7638314Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7638556Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7638830Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7639116Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7639395Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7639625Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7639857Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7640092Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7640325Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7640565Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7640795Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7641041Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7641284Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7641522Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7641754Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7641993Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7642226Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7642454Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7642733Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7642969Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7643205Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7643446Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7643680Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7643927Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7644170Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7644447Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7644722Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7644961Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7645194Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7645466Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7645700Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7645937Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7646174Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7646411Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7646647Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7646892Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7647138Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7647377Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7647617Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7647854Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7648135Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7648444Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7648683Z 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:57:51.7648902Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7649135Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7649364Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7649610Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7649857Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7650147Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7650386Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7650673Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7650918Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7651155Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7651442Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7651684Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7651929Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7652167Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7652411Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7652660Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7652905Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7653144Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7653381Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7653667Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7653903Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7654138Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7654366Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7654602Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7654839Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7655076Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7655314Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7655593Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7655825Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7656050Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7656279Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7656510Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7656780Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7657009Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7657287Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7657520Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7657749Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7657983Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7658215Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7658440Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7658668Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7658890Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7659158Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7659385Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7659614Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7659839Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7660062Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7660298Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7660534Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7660775Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7661061Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7661295Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7661531Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7661767Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7661999Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7662227Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7662450Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7662724Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7662957Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7663229Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7663458Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7663702Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7663940Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7664180Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7664417Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7664690Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7664925Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7665160Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7665393Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7665618Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7665846Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7666074Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7666346Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7666569Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7666797Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7667024Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7667253Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7667481Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7667708Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7667940Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7668165Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7668400Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7668685Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7668923Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7669202Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7669429Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7669657Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7669885Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7670152Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7670372Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7670601Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7670831Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7671060Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7671287Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7671527Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7671800Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7672033Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7672256Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7672474Z 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:57:51.7672704Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7672925Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7673145Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T01:57:51.7673369Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7673585Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7673823Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7674059Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7674296Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7674574Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7674813Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7675088Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7675324Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7675593Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7675825Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7676052Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7676294Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7676519Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7676756Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7676981Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7677259Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7677491Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7677724Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7677949Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7678184Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7678408Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7678645Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7678876Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7679115Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7679349Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7679588Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7679823Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7680054Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7680276Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7680554Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7680820Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7681094Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7681324Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7681548Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7681779Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7682012Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7682228Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7682438Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7682698Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7682912Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7683125Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7683336Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:57:51.7683533Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7683742Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7683946Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7684152Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7684357Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:57:51.7684568Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7684791Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7685010Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7685233Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7685455Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7685675Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7685890Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7686098Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7686356Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7686610Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7686819Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7687030Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7687292Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7687499Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7687695Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7687902Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7688105Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7688425Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7688623Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7688815Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7689012Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7689203Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7689394Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:57:51.7689588Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7689776Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7689995Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7690207Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7690428Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7690648Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7690863Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7691072Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7691278Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7691494Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7691707Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7691919Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7692173Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7692383Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7692633Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7692831Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7693032Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7693272Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7693475Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7693671Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:57:51.7693861Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7694850Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:57:51.7695047Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7695241Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:57:51.7695439Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7695632Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:57:51.7695875Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7696103Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7696343Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7696575Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7696806Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7697019Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7697240Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7697470Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7697697Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7697921Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7698148Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7698422Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7698714Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7698960Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7699243Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7699477Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7699702Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7699924Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7700156Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7700440Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7700665Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7700891Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7701113Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7701341Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7701562Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7701799Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7702028Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7702267Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7702505Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7702736Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7702970Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7703197Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7703426Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7703646Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7703916Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7704144Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7704378Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7704647Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7704875Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7705102Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7705373Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7705600Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7705873Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7706097Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7706319Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7706540Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7706762Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7706981Z test_nnc_correctness_lerp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7707218Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7707455Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7707685Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7707907Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7708141Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7708374Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7708610Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7708835Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7709065Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7709294Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7709561Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7709791Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7710013Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7710269Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7710565Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7710813Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7711058Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7711438Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7711684Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7711932Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7712181Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7712425Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7712670Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7712906Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7713143Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7713385Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7713634Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7713879Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7714121Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7714360Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7714595Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7714872Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7715111Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7715350Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7715585Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7715829Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7716070Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7716308Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7716586Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7716887Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7717183Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7717431Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7717674Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7717918Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7718163Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7718400Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7718628Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7718875Z 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:57:51.7719120Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7719357Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7719586Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7719835Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7720085Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7720806Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7721057Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7721310Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7721561Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7721808Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7722050Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7722316Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7722675Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7722934Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7723243Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7723487Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7723730Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7723968Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7724207Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7724449Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7724693Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7724935Z 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:57:51.7725174Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7725427Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7725677Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7725923Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7726167Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7726866Z 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.000s) 2022-11-23T01:57:51.7727127Z 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.000s) 2022-11-23T01:57:51.7727376Z 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.010s) 2022-11-23T01:57:51.7727620Z 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.000s) 2022-11-23T01:57:51.7727871Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7728120Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7728489Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7728787Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7729033Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7729325Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7729570Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7729810Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7730075Z 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.002s) 2022-11-23T01:57:51.7730337Z 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.002s) 2022-11-23T01:57:51.7730595Z 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.002s) 2022-11-23T01:57:51.7730854Z 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.003s) 2022-11-23T01:57:51.7731094Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7731336Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7731572Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7731803Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7732052Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7732347Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7732592Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7732837Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7733089Z 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.002s) 2022-11-23T01:57:51.7733340Z 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.002s) 2022-11-23T01:57:51.7733588Z 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.002s) 2022-11-23T01:57:51.7733827Z 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.002s) 2022-11-23T01:57:51.7734113Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7734360Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7734649Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7734891Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7735178Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7735433Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7735684Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7735929Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7736165Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7736411Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7736664Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7736916Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7737160Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7737400Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7737695Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7737948Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7738195Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7738439Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7738702Z 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.000s) 2022-11-23T01:57:51.7738965Z 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.010s) 2022-11-23T01:57:51.7739226Z 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.002s) 2022-11-23T01:57:51.7739527Z 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.002s) 2022-11-23T01:57:51.7739777Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7740025Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7740271Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7740563Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7740808Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7741089Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7741329Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7741521Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7741764Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7741999Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7742238Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7742475Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7742719Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7742957Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7743241Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7743484Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7743753Z 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.002s) 2022-11-23T01:57:51.7744024Z 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.002s) 2022-11-23T01:57:51.7744296Z 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.003s) 2022-11-23T01:57:51.7744561Z 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.003s) 2022-11-23T01:57:51.7744824Z 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.002s) 2022-11-23T01:57:51.7745132Z 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.003s) 2022-11-23T01:57:51.7745375Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7745621Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7745863Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7746098Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7746403Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7746658Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7746908Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7747196Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7747458Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7747714Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7747961Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7748208Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7748447Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7748738Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7748975Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7749215Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7749461Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7749709Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7749954Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7750199Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7750488Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7750726Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7750964Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7751203Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7751438Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7751685Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7751929Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7752168Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7752476Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7752738Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7753037Z 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:57:51.7753298Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7753539Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7753783Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7754069Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7754302Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7754554Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7754803Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7755043Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7755284Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7755541Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7755791Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7756078Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7756324Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7756581Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7756834Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7757079Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7757329Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7757578Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7757824Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7758065Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7758353Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7758597Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7758837Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7759122Z 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:57:51.7759361Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7759643Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7759885Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7760132Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7760375Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7760615Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7760856Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7761108Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7761401Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7761648Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7761893Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7762137Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7762385Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7762622Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7762867Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7763107Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7763342Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7763580Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7763816Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7764051Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7764323Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7764558Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7764789Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7765117Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7765349Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7765568Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7765803Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7766037Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7766268Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7766492Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7766716Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7766986Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7767205Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7767430Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7767661Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7767896Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7768126Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7768435Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7768661Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7768887Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7769107Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7769324Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7769549Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7769780Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7770005Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7770281Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7770568Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7770801Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7771078Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7771302Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7771530Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7771756Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7771983Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7772209Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7772478Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7772710Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7772936Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7773169Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7773406Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7773638Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7773860Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7774085Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7774309Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7774534Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7774761Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7774989Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7775228Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7775453Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7775689Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7775986Z 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.003s) 2022-11-23T01:57:51.7776234Z 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.003s) 2022-11-23T01:57:51.7776490Z 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.002s) 2022-11-23T01:57:51.7776742Z 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.003s) 2022-11-23T01:57:51.7776998Z 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.003s) 2022-11-23T01:57:51.7777251Z 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.000s) 2022-11-23T01:57:51.7777499Z 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.006s) 2022-11-23T01:57:51.7777784Z 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.000s) 2022-11-23T01:57:51.7778032Z 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.000s) 2022-11-23T01:57:51.7778276Z 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.010s) 2022-11-23T01:57:51.7778513Z 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.002s) 2022-11-23T01:57:51.7778759Z 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.002s) 2022-11-23T01:57:51.7779011Z 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.002s) 2022-11-23T01:57:51.7779254Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7779495Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7779730Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7779975Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7780217Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7780450Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7780695Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7780939Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7781186Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7781515Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.7781757Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7782039Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7782269Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7782507Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7782744Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7782986Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7783729Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7783970Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7784214Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7784451Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7784689Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7784928Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7785167Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7785402Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7785637Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7785881Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7786116Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7786362Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7786605Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7786846Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7787084Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7787362Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7787598Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7787833Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7788067Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7788301Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7788538Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7788776Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7789406Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7789650Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7789893Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7790131Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7790372Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7790612Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7790850Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7791082Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7791315Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7791546Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7791783Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7792025Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7792260Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7792505Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7792748Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7793028Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7793269Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7793506Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7793741Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7793975Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7794203Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7794436Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7794716Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7794949Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7795178Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7795411Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7795641Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7795870Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7796103Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7796324Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7796551Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7796782Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7797022Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7797319Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7797566Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7797842Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7798080Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7798314Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7798596Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7798830Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7799066Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7799299Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7799536Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7799772Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7800009Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7800281Z 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:57:51.7800518Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7800741Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7800971Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7801208Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7801444Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7801679Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7801906Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7802137Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7802370Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7802605Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7802837Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7803066Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7803284Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7803511Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7803737Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7804002Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7804231Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7804456Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7804687Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7804911Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7805141Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7805365Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7805628Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7805853Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7806080Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7806303Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7806527Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7806751Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7806988Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7807218Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7807441Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7807668Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7807911Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7808149Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7808465Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7808704Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7808946Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7809184Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7809714Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7809949Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7810180Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7810405Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7810636Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7810865Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7811076Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7811347Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7811575Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7811801Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7812025Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7812250Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7812474Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7812699Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7812919Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7813152Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7813373Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7813607Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7813837Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7814064Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7814291Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7814517Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7814741Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7815007Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7815232Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7815456Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7815679Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7815900Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7816138Z 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:57:51.7816380Z test_nnc_correctness_masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7816657Z test_nnc_correctness_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7816902Z test_nnc_correctness_masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7817141Z test_nnc_correctness_masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7817373Z test_nnc_correctness_masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7817604Z test_nnc_correctness_masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7817838Z test_nnc_correctness_masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7818076Z test_nnc_correctness_masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7818315Z test_nnc_correctness_masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7818552Z test_nnc_correctness_masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7818788Z test_nnc_correctness_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7819028Z test_nnc_correctness_masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7819261Z test_nnc_correctness_masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7819497Z test_nnc_correctness_masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7819723Z test_nnc_correctness_masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7819958Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7820233Z test_nnc_correctness_masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7820475Z test_nnc_correctness_masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7820717Z test_nnc_correctness_masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7820955Z test_nnc_correctness_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7821198Z test_nnc_correctness_masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7821435Z test_nnc_correctness_masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7821666Z test_nnc_correctness_masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7821901Z test_nnc_correctness_masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7822183Z test_nnc_correctness_masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7822420Z test_nnc_correctness_masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7822664Z test_nnc_correctness_masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7822904Z test_nnc_correctness_masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7823144Z test_nnc_correctness_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7823388Z test_nnc_correctness_masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7823621Z test_nnc_correctness_masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7823857Z test_nnc_correctness_masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7824093Z test_nnc_correctness_masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7824334Z test_nnc_correctness_masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7824569Z test_nnc_correctness_masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7824820Z test_nnc_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7825067Z test_nnc_correctness_masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7825313Z test_nnc_correctness_masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7825592Z test_nnc_correctness_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7825833Z test_nnc_correctness_masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7826073Z test_nnc_correctness_masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7826314Z test_nnc_correctness_masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7826551Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7826789Z test_nnc_correctness_masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7827022Z test_nnc_correctness_masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7827267Z test_nnc_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7827553Z test_nnc_correctness_masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7827795Z test_nnc_correctness_masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7828037Z test_nnc_correctness_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7828330Z test_nnc_correctness_masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7828569Z test_nnc_correctness_masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7828848Z test_nnc_correctness_masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7829089Z test_nnc_correctness_masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7829327Z test_nnc_correctness_masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7829561Z test_nnc_correctness_masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7829802Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7830037Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7830281Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7830525Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7830766Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7831052Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7831289Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7831524Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7831760Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7831996Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7832229Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7832463Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7832698Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7832988Z test_nnc_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7833235Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7833481Z test_nnc_correctness_masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7833734Z test_nnc_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7833978Z test_nnc_correctness_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7834226Z test_nnc_correctness_masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7834458Z test_nnc_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.7834700Z test_nnc_correctness_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7834939Z test_nnc_correctness_masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7835182Z test_nnc_correctness_masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7835427Z test_nnc_correctness_masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7835669Z test_nnc_correctness_masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7835908Z test_nnc_correctness_masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7836151Z test_nnc_correctness_masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7836433Z test_nnc_correctness_masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7836670Z test_nnc_correctness_masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7836911Z test_nnc_correctness_masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7837152Z test_nnc_correctness_masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7837389Z test_nnc_correctness_masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7837630Z test_nnc_correctness_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7837870Z test_nnc_correctness_masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7838145Z test_nnc_correctness_masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7838375Z 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:57:51.7838608Z test_nnc_correctness_masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7838844Z test_nnc_correctness_masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7839084Z test_nnc_correctness_masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7839326Z test_nnc_correctness_masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7839568Z test_nnc_correctness_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7839806Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7840045Z test_nnc_correctness_masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7840282Z test_nnc_correctness_masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7840520Z test_nnc_correctness_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7840760Z test_nnc_correctness_masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7841009Z test_nnc_correctness_masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7841260Z test_nnc_correctness_masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7841510Z test_nnc_correctness_masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7841796Z test_nnc_correctness_masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7842043Z test_nnc_correctness_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7842291Z test_nnc_correctness_masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7842531Z test_nnc_correctness_masked_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7842769Z test_nnc_correctness_masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7843010Z test_nnc_correctness_masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7843253Z test_nnc_correctness_masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7843534Z test_nnc_correctness_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7843776Z test_nnc_correctness_masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7844012Z test_nnc_correctness_masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7844239Z test_nnc_correctness_masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7844475Z test_nnc_correctness_masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7844712Z test_nnc_correctness_masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7844951Z test_nnc_correctness_masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7845197Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7845436Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7845681Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7845930Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7846175Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7846416Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7846661Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7846902Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7847180Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7847410Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7847650Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7847889Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7848131Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7848454Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7848709Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7849004Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7849247Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7849488Z 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:57:51.7849729Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7849968Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7850204Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7850446Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7850683Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7850916Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7851163Z test_nnc_correctness_masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7851408Z test_nnc_correctness_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7851649Z test_nnc_correctness_masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7851893Z test_nnc_correctness_masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7852134Z test_nnc_correctness_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7852375Z test_nnc_correctness_masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7852655Z test_nnc_correctness_masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7852896Z test_nnc_correctness_masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7853141Z test_nnc_correctness_masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7853381Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7853615Z test_nnc_correctness_masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7853848Z test_nnc_correctness_masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7854083Z test_nnc_correctness_masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7854357Z test_nnc_correctness_masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7854590Z test_nnc_correctness_masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7854825Z test_nnc_correctness_masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7855062Z test_nnc_correctness_masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7855301Z test_nnc_correctness_masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7855546Z test_nnc_correctness_masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7855787Z test_nnc_correctness_masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7856026Z test_nnc_correctness_masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7856262Z test_nnc_correctness_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7856499Z test_nnc_correctness_masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7856733Z test_nnc_correctness_masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7856968Z test_nnc_correctness_masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7857202Z test_nnc_correctness_masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7857433Z test_nnc_correctness_masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7857666Z test_nnc_correctness_masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7857947Z test_nnc_correctness_masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7858192Z test_nnc_correctness_masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7858437Z test_nnc_correctness_masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7858673Z test_nnc_correctness_masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7858902Z test_nnc_correctness_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7859141Z test_nnc_correctness_masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7859376Z test_nnc_correctness_masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7859589Z test_nnc_correctness_masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7859866Z test_nnc_correctness_masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7860098Z test_nnc_correctness_masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7860328Z test_nnc_correctness_masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7860565Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7860805Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7861040Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7861272Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7861497Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7861727Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7861956Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7862135Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7862369Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7862598Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7862837Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7863078Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7863361Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7863598Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7863837Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7864077Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7864310Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7864545Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7864781Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7865008Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7865279Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7865509Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7865734Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7865969Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7866201Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7866469Z 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.000s) 2022-11-23T01:57:51.7866731Z 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.011s) 2022-11-23T01:57:51.7866993Z 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.002s) 2022-11-23T01:57:51.7867244Z 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.002s) 2022-11-23T01:57:51.7867490Z 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.002s) 2022-11-23T01:57:51.7867739Z 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.002s) 2022-11-23T01:57:51.7867989Z 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.002s) 2022-11-23T01:57:51.7868227Z 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.002s) 2022-11-23T01:57:51.7868471Z 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.002s) 2022-11-23T01:57:51.7868756Z 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.002s) 2022-11-23T01:57:51.7868999Z 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.002s) 2022-11-23T01:57:51.7869245Z 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.002s) 2022-11-23T01:57:51.7869485Z 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.002s) 2022-11-23T01:57:51.7869738Z 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.002s) 2022-11-23T01:57:51.7869985Z 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.002s) 2022-11-23T01:57:51.7870233Z 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.002s) 2022-11-23T01:57:51.7870518Z 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.002s) 2022-11-23T01:57:51.7870754Z 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.002s) 2022-11-23T01:57:51.7871001Z 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:57:51.7871239Z 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.002s) 2022-11-23T01:57:51.7871474Z 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.000s) 2022-11-23T01:57:51.7871724Z 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.003s) 2022-11-23T01:57:51.7871968Z 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.000s) 2022-11-23T01:57:51.7872202Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7872421Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7872656Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7872892Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7873120Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7873352Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7873579Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7873801Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7874075Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7874307Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7874532Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7874765Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7874996Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7875225Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7875446Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7875704Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7875938Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7876166Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7876390Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7876614Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7876845Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7877066Z 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:57:51.7877293Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7877516Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7877772Z 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.003s) 2022-11-23T01:57:51.7878025Z 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.000s) 2022-11-23T01:57:51.7878283Z 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.000s) 2022-11-23T01:57:51.7878539Z 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.007s) 2022-11-23T01:57:51.7878794Z 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.002s) 2022-11-23T01:57:51.7879045Z 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.002s) 2022-11-23T01:57:51.7879326Z 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.002s) 2022-11-23T01:57:51.7879579Z 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.002s) 2022-11-23T01:57:51.7879822Z 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.002s) 2022-11-23T01:57:51.7880069Z 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.002s) 2022-11-23T01:57:51.7880317Z 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.002s) 2022-11-23T01:57:51.7880560Z 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.002s) 2022-11-23T01:57:51.7880822Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7881106Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7881366Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7881630Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7881890Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7882142Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7882390Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7882646Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7882903Z 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:57:51.7883149Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7883404Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7883659Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7883898Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7884137Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7884433Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7884715Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7885002Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7885240Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7885468Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7885690Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7885911Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7886144Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7886441Z 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.000s) 2022-11-23T01:57:51.7886681Z 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.010s) 2022-11-23T01:57:51.7886927Z 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.000s) 2022-11-23T01:57:51.7887166Z 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.000s) 2022-11-23T01:57:51.7887404Z 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.000s) 2022-11-23T01:57:51.7887650Z 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.000s) 2022-11-23T01:57:51.7887891Z 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.011s) 2022-11-23T01:57:51.7888134Z 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.002s) 2022-11-23T01:57:51.7888467Z 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.002s) 2022-11-23T01:57:51.7888713Z 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.002s) 2022-11-23T01:57:51.7888964Z 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.002s) 2022-11-23T01:57:51.7889214Z 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.002s) 2022-11-23T01:57:51.7889460Z 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.002s) 2022-11-23T01:57:51.7889705Z 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.002s) 2022-11-23T01:57:51.7889998Z 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.002s) 2022-11-23T01:57:51.7890287Z 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.002s) 2022-11-23T01:57:51.7890528Z 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:57:51.7890822Z 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.002s) 2022-11-23T01:57:51.7891069Z 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.003s) 2022-11-23T01:57:51.7891311Z 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.000s) 2022-11-23T01:57:51.7891549Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7891823Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7892058Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7892281Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7892516Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7892753Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7892985Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7893208Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7893436Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7893660Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7893888Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7894123Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7894353Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7894581Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7894809Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7895032Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7895256Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7896082Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7896365Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7896591Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7896872Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7897105Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7897334Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7897562Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7897827Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7898054Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7898281Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7898498Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7898725Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7898949Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7899187Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7899418Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7899657Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7899893Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.7900134Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7900370Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7900602Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7900835Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7901069Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7901297Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7901560Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7901790Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7902015Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7902296Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7902524Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7902801Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7903030Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7903303Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7903531Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7903752Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7903971Z 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:57:51.7904201Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7904430Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7904660Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7904887Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7905122Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7905351Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7905578Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7905802Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7906031Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7906253Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7906477Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7906701Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7906968Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7907194Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7907422Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7907666Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7907910Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7908199Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7908431Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7908746Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7908979Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7909207Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7909435Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7909661Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7909885Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7910111Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7910333Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7910556Z 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:57:51.7910813Z 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.002s) 2022-11-23T01:57:51.7911070Z 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.003s) 2022-11-23T01:57:51.7911314Z 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.000s) 2022-11-23T01:57:51.7911559Z 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.000s) 2022-11-23T01:57:51.7911805Z 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.006s) 2022-11-23T01:57:51.7912046Z 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.000s) 2022-11-23T01:57:51.7912334Z 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.000s) 2022-11-23T01:57:51.7912583Z 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.000s) 2022-11-23T01:57:51.7912836Z 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.000s) 2022-11-23T01:57:51.7913083Z 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.011s) 2022-11-23T01:57:51.7913330Z 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.002s) 2022-11-23T01:57:51.7913573Z 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.002s) 2022-11-23T01:57:51.7913813Z 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.002s) 2022-11-23T01:57:51.7914153Z 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.002s) 2022-11-23T01:57:51.7914402Z 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.002s) 2022-11-23T01:57:51.7914645Z 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.002s) 2022-11-23T01:57:51.7914898Z 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.002s) 2022-11-23T01:57:51.7915145Z 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.002s) 2022-11-23T01:57:51.7915386Z 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.002s) 2022-11-23T01:57:51.7915733Z 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.002s) 2022-11-23T01:57:51.7916107Z 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.002s) 2022-11-23T01:57:51.7916487Z 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.002s) 2022-11-23T01:57:51.7916861Z 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.002s) 2022-11-23T01:57:51.7917231Z 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.002s) 2022-11-23T01:57:51.7917604Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7917991Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7918385Z 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:57:51.7918797Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7919304Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7919638Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7919994Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7920336Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7920669Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7921033Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7921403Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7921715Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7922000Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7922233Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7922473Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7922715Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7922947Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7923183Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7923415Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7923638Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7923861Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7924097Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7924340Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7924581Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7924813Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7925043Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7925328Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7925558Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7925795Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7926024Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7926246Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7926465Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7926700Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7926930Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7927216Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7927502Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7927749Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7927992Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7928276Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7928608Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7928845Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7929086Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7929322Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7929559Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7929786Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7930024Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7930265Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7930499Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7930730Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7931016Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7931253Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7931492Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7931727Z 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:57:51.7931960Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7932185Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7932412Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7932674Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7932902Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7933128Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7933354Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7933648Z test_nnc_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7933897Z test_nnc_correctness_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7934146Z test_nnc_correctness_native_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7934446Z test_nnc_correctness_native_dropout_backward_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7934699Z test_nnc_correctness_native_dropout_backward_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7934957Z test_nnc_correctness_native_dropout_backward_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7935214Z test_nnc_correctness_native_dropout_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7935461Z test_nnc_correctness_native_dropout_backward_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7935716Z test_nnc_correctness_native_dropout_backward_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7935951Z test_nnc_correctness_native_dropout_backward_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7936198Z test_nnc_correctness_native_dropout_backward_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7936488Z test_nnc_correctness_native_dropout_backward_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7936737Z test_nnc_correctness_native_dropout_backward_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7936986Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7937230Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7937473Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7937707Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7937933Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7938210Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7938444Z 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:57:51.7938676Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7938905Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7939138Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7939362Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7939588Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7939860Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7940087Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7940307Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7940583Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7940823Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7941053Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7941287Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7941515Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7941781Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7941999Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7942229Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7942456Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7942682Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7942909Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7943136Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7943326Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7943546Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7943737Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7943922Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7944109Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7944295Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7944461Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7944637Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7944817Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7944995Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7945167Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7945346Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7945527Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7945766Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7946046Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2022-11-23T01:57:51.7946293Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7946575Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7946819Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7947055Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.006s) 2022-11-23T01:57:51.7947293Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7947567Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7947799Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7948033Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7948264Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7948498Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7948728Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:57:51.7948970Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7949201Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7949482Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7949722Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7949962Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7950198Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7950425Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7950660Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7950889Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7951117Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7951341Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7951569Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7951792Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7952082Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7952310Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7952548Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7952827Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7953107Z 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:57:51.7953328Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7953551Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7953771Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7953999Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7954230Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7954451Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7954721Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7954942Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7955177Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7955403Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7955644Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7955884Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7956125Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7956362Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7956591Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.7956828Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7957064Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7957293Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7957525Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7957754Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7957979Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7958312Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7958550Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7958826Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7959110Z 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.002s) 2022-11-23T01:57:51.7959386Z 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.002s) 2022-11-23T01:57:51.7959665Z 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.002s) 2022-11-23T01:57:51.7959934Z 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.002s) 2022-11-23T01:57:51.7960764Z 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.002s) 2022-11-23T01:57:51.7961031Z 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.002s) 2022-11-23T01:57:51.7961295Z 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.002s) 2022-11-23T01:57:51.7961563Z 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.002s) 2022-11-23T01:57:51.7961828Z 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.002s) 2022-11-23T01:57:51.7962094Z 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:57:51.7962352Z 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.000s) 2022-11-23T01:57:51.7962609Z 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.003s) 2022-11-23T01:57:51.7962873Z 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.000s) 2022-11-23T01:57:51.7963132Z 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.000s) 2022-11-23T01:57:51.7963390Z 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.006s) 2022-11-23T01:57:51.7963649Z 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.000s) 2022-11-23T01:57:51.7963905Z 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.000s) 2022-11-23T01:57:51.7964206Z 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.000s) 2022-11-23T01:57:51.7964516Z 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.000s) 2022-11-23T01:57:51.7964776Z 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.011s) 2022-11-23T01:57:51.7965080Z 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.002s) 2022-11-23T01:57:51.7965340Z 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.002s) 2022-11-23T01:57:51.7965596Z 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.002s) 2022-11-23T01:57:51.7965855Z 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.002s) 2022-11-23T01:57:51.7966153Z 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.002s) 2022-11-23T01:57:51.7966406Z 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.002s) 2022-11-23T01:57:51.7966653Z 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.002s) 2022-11-23T01:57:51.7966907Z 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.002s) 2022-11-23T01:57:51.7967160Z 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.002s) 2022-11-23T01:57:51.7967408Z 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.002s) 2022-11-23T01:57:51.7967660Z 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.002s) 2022-11-23T01:57:51.7967911Z 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.002s) 2022-11-23T01:57:51.7968155Z 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.002s) 2022-11-23T01:57:51.7968479Z 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.002s) 2022-11-23T01:57:51.7968697Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.7968942Z 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.002s) 2022-11-23T01:57:51.7969192Z 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.002s) 2022-11-23T01:57:51.7969395Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.7969690Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7969932Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7970170Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7970463Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7970706Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.7970964Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7971251Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7971513Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7971731Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.7972010Z 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.010s) 2022-11-23T01:57:51.7972288Z 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.000s) 2022-11-23T01:57:51.7972568Z 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.000s) 2022-11-23T01:57:51.7972819Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7973066Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7973313Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7973565Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7973820Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7974075Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7974324Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7974570Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7974812Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7975101Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7975358Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7975613Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7975861Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7976111Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7976354Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7976666Z 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.002s) 2022-11-23T01:57:51.7976978Z 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.002s) 2022-11-23T01:57:51.7977289Z 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.003s) 2022-11-23T01:57:51.7977555Z 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.002s) 2022-11-23T01:57:51.7977813Z 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.003s) 2022-11-23T01:57:51.7978080Z 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.000s) 2022-11-23T01:57:51.7978347Z 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.003s) 2022-11-23T01:57:51.7978606Z 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.000s) 2022-11-23T01:57:51.7978864Z 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.000s) 2022-11-23T01:57:51.7979121Z 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.006s) 2022-11-23T01:57:51.7979388Z 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.000s) 2022-11-23T01:57:51.7979651Z 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.000s) 2022-11-23T01:57:51.7979913Z 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.000s) 2022-11-23T01:57:51.7980169Z 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.000s) 2022-11-23T01:57:51.7980426Z 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.010s) 2022-11-23T01:57:51.7980739Z 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.000s) 2022-11-23T01:57:51.7981003Z 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.000s) 2022-11-23T01:57:51.7981272Z 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.000s) 2022-11-23T01:57:51.7981531Z 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.000s) 2022-11-23T01:57:51.7981801Z 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.010s) 2022-11-23T01:57:51.7982066Z 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.000s) 2022-11-23T01:57:51.7982367Z 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.000s) 2022-11-23T01:57:51.7982680Z 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.000s) 2022-11-23T01:57:51.7982943Z 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.000s) 2022-11-23T01:57:51.7983252Z 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.013s) 2022-11-23T01:57:51.7983518Z 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.002s) 2022-11-23T01:57:51.7983781Z 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.002s) 2022-11-23T01:57:51.7984040Z 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.002s) 2022-11-23T01:57:51.7984300Z 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.002s) 2022-11-23T01:57:51.7984560Z 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.002s) 2022-11-23T01:57:51.7984808Z 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.002s) 2022-11-23T01:57:51.7985061Z 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.002s) 2022-11-23T01:57:51.7985315Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7985570Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7985814Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7986545Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7986812Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7987061Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7987315Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7987568Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.7987823Z 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:57:51.7988070Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7988362Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.7988656Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7988921Z 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.000s) 2022-11-23T01:57:51.7989184Z 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.006s) 2022-11-23T01:57:51.7989485Z 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.000s) 2022-11-23T01:57:51.7989744Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7989998Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7990244Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.7990500Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.7990781Z 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.000s) 2022-11-23T01:57:51.7991064Z 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.000s) 2022-11-23T01:57:51.7991344Z 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.000s) 2022-11-23T01:57:51.7991626Z 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.000s) 2022-11-23T01:57:51.7992302Z 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.012s) 2022-11-23T01:57:51.7992597Z 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.002s) 2022-11-23T01:57:51.7992885Z 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.002s) 2022-11-23T01:57:51.7993168Z 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.002s) 2022-11-23T01:57:51.7993449Z 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.002s) 2022-11-23T01:57:51.7993735Z 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.002s) 2022-11-23T01:57:51.7994057Z 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.002s) 2022-11-23T01:57:51.7994335Z 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.002s) 2022-11-23T01:57:51.7994613Z 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.002s) 2022-11-23T01:57:51.7994924Z 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.002s) 2022-11-23T01:57:51.7995199Z 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.002s) 2022-11-23T01:57:51.7995512Z 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.002s) 2022-11-23T01:57:51.7995780Z 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.002s) 2022-11-23T01:57:51.7996040Z 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.002s) 2022-11-23T01:57:51.7996298Z 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.002s) 2022-11-23T01:57:51.7996640Z 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.002s) 2022-11-23T01:57:51.7996927Z 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.002s) 2022-11-23T01:57:51.7997219Z 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:57:51.8003319Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8004182Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8004454Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8004717Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8004973Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8005225Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8005487Z 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.000s) 2022-11-23T01:57:51.8005749Z 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.000s) 2022-11-23T01:57:51.8006064Z 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.000s) 2022-11-23T01:57:51.8006320Z 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.011s) 2022-11-23T01:57:51.8006577Z 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.002s) 2022-11-23T01:57:51.8006894Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8007155Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8007417Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8007723Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8007982Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8008244Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8008582Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8008841Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8009096Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8009352Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8009608Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8010303Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8010568Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8010824Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8011068Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8011317Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8011593Z 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.002s) 2022-11-23T01:57:51.8011862Z 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.003s) 2022-11-23T01:57:51.8012178Z 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.000s) 2022-11-23T01:57:51.8012437Z 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.000s) 2022-11-23T01:57:51.8012694Z 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.006s) 2022-11-23T01:57:51.8013005Z 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.000s) 2022-11-23T01:57:51.8013256Z 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.000s) 2022-11-23T01:57:51.8013562Z 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.000s) 2022-11-23T01:57:51.8013825Z 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.000s) 2022-11-23T01:57:51.8014088Z 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.010s) 2022-11-23T01:57:51.8014357Z 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.003s) 2022-11-23T01:57:51.8014623Z 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.002s) 2022-11-23T01:57:51.8014896Z 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.002s) 2022-11-23T01:57:51.8015165Z 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.002s) 2022-11-23T01:57:51.8015434Z 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.002s) 2022-11-23T01:57:51.8015755Z 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.002s) 2022-11-23T01:57:51.8016023Z 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.002s) 2022-11-23T01:57:51.8016295Z 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.002s) 2022-11-23T01:57:51.8016568Z 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.002s) 2022-11-23T01:57:51.8016837Z 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.002s) 2022-11-23T01:57:51.8017105Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8017374Z 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.003s) 2022-11-23T01:57:51.8017685Z 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.002s) 2022-11-23T01:57:51.8017951Z 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.002s) 2022-11-23T01:57:51.8018219Z 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.002s) 2022-11-23T01:57:51.8018495Z 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.002s) 2022-11-23T01:57:51.8018764Z 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.002s) 2022-11-23T01:57:51.8019086Z 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:57:51.8019339Z 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.002s) 2022-11-23T01:57:51.8019630Z 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.003s) 2022-11-23T01:57:51.8019873Z 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.000s) 2022-11-23T01:57:51.8020124Z 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.000s) 2022-11-23T01:57:51.8020380Z 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.006s) 2022-11-23T01:57:51.8020635Z 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.000s) 2022-11-23T01:57:51.8020882Z 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.000s) 2022-11-23T01:57:51.8021169Z 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.000s) 2022-11-23T01:57:51.8021418Z 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.000s) 2022-11-23T01:57:51.8021676Z 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.011s) 2022-11-23T01:57:51.8021930Z 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.002s) 2022-11-23T01:57:51.8022177Z 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.002s) 2022-11-23T01:57:51.8022435Z 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.002s) 2022-11-23T01:57:51.8022691Z 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.002s) 2022-11-23T01:57:51.8022980Z 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.002s) 2022-11-23T01:57:51.8023237Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8023494Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8023750Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8024005Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8024248Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8024501Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8024750Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8024998Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8025293Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8025539Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8025854Z 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.002s) 2022-11-23T01:57:51.8026123Z 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.003s) 2022-11-23T01:57:51.8026388Z 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.000s) 2022-11-23T01:57:51.8026694Z 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.003s) 2022-11-23T01:57:51.8026954Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8027218Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8027476Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8027742Z 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.000s) 2022-11-23T01:57:51.8028012Z 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.000s) 2022-11-23T01:57:51.8028277Z 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.000s) 2022-11-23T01:57:51.8028576Z 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.000s) 2022-11-23T01:57:51.8028840Z 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.011s) 2022-11-23T01:57:51.8029100Z 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.002s) 2022-11-23T01:57:51.8029364Z 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.002s) 2022-11-23T01:57:51.8029620Z 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.002s) 2022-11-23T01:57:51.8029843Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-11-23T01:57:51.8030101Z 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.002s) 2022-11-23T01:57:51.8030357Z 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.002s) 2022-11-23T01:57:51.8030615Z 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.002s) 2022-11-23T01:57:51.8030870Z 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.002s) 2022-11-23T01:57:51.8031171Z 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.002s) 2022-11-23T01:57:51.8031423Z 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.002s) 2022-11-23T01:57:51.8031669Z 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:57:51.8031925Z 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.002s) 2022-11-23T01:57:51.8032272Z 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.003s) 2022-11-23T01:57:51.8032541Z 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.000s) 2022-11-23T01:57:51.8032804Z 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.000s) 2022-11-23T01:57:51.8033059Z 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.006s) 2022-11-23T01:57:51.8033308Z 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.000s) 2022-11-23T01:57:51.8033568Z 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.000s) 2022-11-23T01:57:51.8033867Z 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.000s) 2022-11-23T01:57:51.8034121Z 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.000s) 2022-11-23T01:57:51.8034378Z 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.010s) 2022-11-23T01:57:51.8034634Z 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.000s) 2022-11-23T01:57:51.8034896Z 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.000s) 2022-11-23T01:57:51.8035150Z test_nnc_correctness_nn_functional_mish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8035396Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8035644Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8035896Z 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.003s) 2022-11-23T01:57:51.8036140Z 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.002s) 2022-11-23T01:57:51.8036394Z 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.002s) 2022-11-23T01:57:51.8036655Z 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.003s) 2022-11-23T01:57:51.8036914Z 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.003s) 2022-11-23T01:57:51.8037184Z 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.003s) 2022-11-23T01:57:51.8037531Z 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.003s) 2022-11-23T01:57:51.8037811Z 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.003s) 2022-11-23T01:57:51.8038085Z 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.002s) 2022-11-23T01:57:51.8038409Z 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.002s) 2022-11-23T01:57:51.8038663Z 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.003s) 2022-11-23T01:57:51.8038914Z 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.003s) 2022-11-23T01:57:51.8039158Z 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.003s) 2022-11-23T01:57:51.8039459Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8039716Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8039975Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8040231Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8040483Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8040721Z 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.003s) 2022-11-23T01:57:51.8040981Z 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.002s) 2022-11-23T01:57:51.8041235Z 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.002s) 2022-11-23T01:57:51.8041502Z 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.002s) 2022-11-23T01:57:51.8041764Z 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.002s) 2022-11-23T01:57:51.8042021Z 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.002s) 2022-11-23T01:57:51.8042282Z 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.002s) 2022-11-23T01:57:51.8042542Z 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.002s) 2022-11-23T01:57:51.8042840Z 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.002s) 2022-11-23T01:57:51.8043097Z 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.002s) 2022-11-23T01:57:51.8043352Z 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.002s) 2022-11-23T01:57:51.8043610Z 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.002s) 2022-11-23T01:57:51.8043905Z 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.002s) 2022-11-23T01:57:51.8044165Z 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:57:51.8044467Z 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.002s) 2022-11-23T01:57:51.8044777Z 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.003s) 2022-11-23T01:57:51.8045040Z 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.000s) 2022-11-23T01:57:51.8045297Z 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.000s) 2022-11-23T01:57:51.8045552Z 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.006s) 2022-11-23T01:57:51.8045804Z 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.000s) 2022-11-23T01:57:51.8046058Z 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.000s) 2022-11-23T01:57:51.8046313Z 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.000s) 2022-11-23T01:57:51.8046567Z 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.000s) 2022-11-23T01:57:51.8046820Z 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.011s) 2022-11-23T01:57:51.8047077Z 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.002s) 2022-11-23T01:57:51.8047339Z 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.002s) 2022-11-23T01:57:51.8047603Z 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.002s) 2022-11-23T01:57:51.8047864Z 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.002s) 2022-11-23T01:57:51.8048120Z 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.002s) 2022-11-23T01:57:51.8048508Z 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.002s) 2022-11-23T01:57:51.8048777Z 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.002s) 2022-11-23T01:57:51.8049038Z 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.002s) 2022-11-23T01:57:51.8049301Z 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.002s) 2022-11-23T01:57:51.8049567Z 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.002s) 2022-11-23T01:57:51.8049888Z 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.002s) 2022-11-23T01:57:51.8050160Z 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.002s) 2022-11-23T01:57:51.8050515Z 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.002s) 2022-11-23T01:57:51.8050782Z 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.002s) 2022-11-23T01:57:51.8051044Z 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.002s) 2022-11-23T01:57:51.8051307Z 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.002s) 2022-11-23T01:57:51.8051572Z 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.002s) 2022-11-23T01:57:51.8051836Z 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.002s) 2022-11-23T01:57:51.8052096Z 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:57:51.8052356Z 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.002s) 2022-11-23T01:57:51.8052611Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8052855Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8053120Z 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.000s) 2022-11-23T01:57:51.8053374Z 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.006s) 2022-11-23T01:57:51.8053640Z 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.000s) 2022-11-23T01:57:51.8053945Z 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.000s) 2022-11-23T01:57:51.8054204Z 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.000s) 2022-11-23T01:57:51.8054465Z 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.000s) 2022-11-23T01:57:51.8054717Z 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.011s) 2022-11-23T01:57:51.8054973Z 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.002s) 2022-11-23T01:57:51.8055226Z 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.002s) 2022-11-23T01:57:51.8055480Z 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.002s) 2022-11-23T01:57:51.8056316Z 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.002s) 2022-11-23T01:57:51.8056624Z 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.002s) 2022-11-23T01:57:51.8056890Z 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.002s) 2022-11-23T01:57:51.8057150Z 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.002s) 2022-11-23T01:57:51.8057416Z 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.002s) 2022-11-23T01:57:51.8057688Z 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.002s) 2022-11-23T01:57:51.8057946Z 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.002s) 2022-11-23T01:57:51.8058207Z 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.002s) 2022-11-23T01:57:51.8058468Z 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.003s) 2022-11-23T01:57:51.8058725Z 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.003s) 2022-11-23T01:57:51.8058984Z 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.003s) 2022-11-23T01:57:51.8059241Z 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.002s) 2022-11-23T01:57:51.8059496Z 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.002s) 2022-11-23T01:57:51.8059752Z 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:57:51.8060065Z 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.002s) 2022-11-23T01:57:51.8060331Z 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.003s) 2022-11-23T01:57:51.8060591Z 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.000s) 2022-11-23T01:57:51.8060846Z 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.000s) 2022-11-23T01:57:51.8061107Z 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.006s) 2022-11-23T01:57:51.8061364Z 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.000s) 2022-11-23T01:57:51.8061666Z 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.000s) 2022-11-23T01:57:51.8061967Z 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.000s) 2022-11-23T01:57:51.8062220Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8062469Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8062767Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8063017Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8063252Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8063500Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8063746Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8063994Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8064241Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8064488Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8064733Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8064980Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8065272Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8065522Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8065768Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8066010Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8066252Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8066507Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8066743Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8066990Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8067270Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8067511Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8067750Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8068038Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8068287Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8068551Z 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.006s) 2022-11-23T01:57:51.8068858Z 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.000s) 2022-11-23T01:57:51.8069103Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8069348Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8069588Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8069846Z 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.010s) 2022-11-23T01:57:51.8070103Z 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.002s) 2022-11-23T01:57:51.8070358Z 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.002s) 2022-11-23T01:57:51.8070656Z 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.002s) 2022-11-23T01:57:51.8070914Z 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.003s) 2022-11-23T01:57:51.8071173Z 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.004s) 2022-11-23T01:57:51.8071431Z 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.003s) 2022-11-23T01:57:51.8071680Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8071932Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8072180Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8072487Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8072756Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8073020Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8073280Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8073543Z 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.002s) 2022-11-23T01:57:51.8073807Z 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.002s) 2022-11-23T01:57:51.8074067Z 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.002s) 2022-11-23T01:57:51.8074364Z 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.002s) 2022-11-23T01:57:51.8074624Z 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.000s) 2022-11-23T01:57:51.8074924Z 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.003s) 2022-11-23T01:57:51.8075188Z 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.000s) 2022-11-23T01:57:51.8075441Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8075692Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8075943Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8076249Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8076505Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8076750Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8077003Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8077260Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8077516Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8077764Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8078050Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8078300Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8078545Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8078787Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8079037Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8079290Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8079535Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8079790Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8080052Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8080353Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8080612Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8080862Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8081154Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8081402Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8081698Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8081949Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8082199Z 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:57:51.8082451Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8082702Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8082945Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8083238Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8083484Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8083736Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8083985Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8084234Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8084500Z 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.000s) 2022-11-23T01:57:51.8084767Z 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.000s) 2022-11-23T01:57:51.8085032Z 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.011s) 2022-11-23T01:57:51.8085294Z 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.002s) 2022-11-23T01:57:51.8085559Z 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.002s) 2022-11-23T01:57:51.8085817Z 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.002s) 2022-11-23T01:57:51.8086075Z 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.002s) 2022-11-23T01:57:51.8086332Z 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.002s) 2022-11-23T01:57:51.8086637Z 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.002s) 2022-11-23T01:57:51.8086941Z 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.002s) 2022-11-23T01:57:51.8087267Z 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.002s) 2022-11-23T01:57:51.8087556Z 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.002s) 2022-11-23T01:57:51.8087840Z 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.002s) 2022-11-23T01:57:51.8088117Z 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.002s) 2022-11-23T01:57:51.8088480Z 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.002s) 2022-11-23T01:57:51.8088810Z 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.002s) 2022-11-23T01:57:51.8089087Z 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.002s) 2022-11-23T01:57:51.8089355Z 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.002s) 2022-11-23T01:57:51.8089634Z 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.002s) 2022-11-23T01:57:51.8089909Z 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:57:51.8090161Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8090403Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8090654Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8090901Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8091149Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.8091389Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8091655Z 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.002s) 2022-11-23T01:57:51.8091919Z 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.002s) 2022-11-23T01:57:51.8092227Z 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.002s) 2022-11-23T01:57:51.8092488Z 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.002s) 2022-11-23T01:57:51.8092801Z 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.002s) 2022-11-23T01:57:51.8093068Z 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.002s) 2022-11-23T01:57:51.8093370Z 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.002s) 2022-11-23T01:57:51.8093609Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8093845Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8094134Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8094377Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8094617Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8094854Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8095085Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8095321Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8095558Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8095792Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8096018Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8096248Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8096474Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8096705Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8096939Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8097174Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8097403Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8097632Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8097897Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8098136Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8098376Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8098615Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8098898Z test_nnc_correctness_norm_fro_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8099134Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8099400Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8099683Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8099923Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8100162Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8100389Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8100622Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8100848Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8101085Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8101321Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8101549Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8101777Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8102011Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8102242Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8102467Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8102687Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8102925Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8103222Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8103469Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8103719Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8103951Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8104179Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8104416Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8104650Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8104972Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8105204Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.8105425Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8105688Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8105921Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8106149Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8106374Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8106600Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8106825Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8107061Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8107294Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8107533Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8107772Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8108011Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8108245Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8108474Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8108752Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8108986Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8109210Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8109442Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8109673Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8109903Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8110142Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8110421Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8110656Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8110880Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8111157Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8111389Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8111625Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8111901Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8112136Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8112366Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8112589Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8112818Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8113042Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8113271Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8113496Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8113725Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8114002Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8114240Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8114480Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8114714Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8114954Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8115192Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8115433Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8115666Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8115943Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8116181Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8116412Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8116633Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8116857Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8117087Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8117366Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8117607Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8117890Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8118130Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8118368Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8118599Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8118831Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8119086Z 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.002s) 2022-11-23T01:57:51.8119337Z 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.003s) 2022-11-23T01:57:51.8119636Z 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.002s) 2022-11-23T01:57:51.8119891Z 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.003s) 2022-11-23T01:57:51.8120145Z 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.003s) 2022-11-23T01:57:51.8120392Z 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.003s) 2022-11-23T01:57:51.8120632Z 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.003s) 2022-11-23T01:57:51.8120878Z 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.002s) 2022-11-23T01:57:51.8121129Z 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.002s) 2022-11-23T01:57:51.8121425Z 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.003s) 2022-11-23T01:57:51.8121667Z 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.002s) 2022-11-23T01:57:51.8121915Z 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.003s) 2022-11-23T01:57:51.8122165Z 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.000s) 2022-11-23T01:57:51.8122411Z 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.003s) 2022-11-23T01:57:51.8122660Z 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.000s) 2022-11-23T01:57:51.8122899Z 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.000s) 2022-11-23T01:57:51.8123139Z 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.006s) 2022-11-23T01:57:51.8123431Z 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.000s) 2022-11-23T01:57:51.8123684Z 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.000s) 2022-11-23T01:57:51.8123930Z 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.000s) 2022-11-23T01:57:51.8124222Z 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.000s) 2022-11-23T01:57:51.8124467Z 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.010s) 2022-11-23T01:57:51.8124715Z 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.000s) 2022-11-23T01:57:51.8125005Z 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.000s) 2022-11-23T01:57:51.8125244Z 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.000s) 2022-11-23T01:57:51.8125488Z 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.000s) 2022-11-23T01:57:51.8125735Z 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.012s) 2022-11-23T01:57:51.8125981Z 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.003s) 2022-11-23T01:57:51.8126223Z 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.002s) 2022-11-23T01:57:51.8126469Z 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.002s) 2022-11-23T01:57:51.8126758Z 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.003s) 2022-11-23T01:57:51.8127005Z 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.003s) 2022-11-23T01:57:51.8127248Z 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.003s) 2022-11-23T01:57:51.8127488Z 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.003s) 2022-11-23T01:57:51.8127725Z 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.003s) 2022-11-23T01:57:51.8127973Z 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.003s) 2022-11-23T01:57:51.8128211Z 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.003s) 2022-11-23T01:57:51.8128524Z 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.002s) 2022-11-23T01:57:51.8128776Z 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.002s) 2022-11-23T01:57:51.8129025Z 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.003s) 2022-11-23T01:57:51.8129273Z 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.003s) 2022-11-23T01:57:51.8129560Z 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:57:51.8129801Z 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.002s) 2022-11-23T01:57:51.8130051Z 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.003s) 2022-11-23T01:57:51.8130396Z 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.000s) 2022-11-23T01:57:51.8130640Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8130883Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8131125Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8131368Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8131606Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8131838Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8132117Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8132349Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8132581Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8132806Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8133042Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8133269Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8133502Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8133736Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8133968Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8134199Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8134431Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8134657Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8134883Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8135110Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8135334Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8135569Z 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:57:51.8135875Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8136113Z test_nnc_correctness_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8136386Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8136623Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8136857Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8137091Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8137320Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8137596Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8137823Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8138051Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8138278Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8138505Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8138737Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8138965Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8139199Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8139433Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8139650Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8139875Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8140104Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8140332Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8140556Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8140780Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8141005Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8141279Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8141514Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8141790Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8142019Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8142247Z 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:57:51.8142527Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8142765Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8143617Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8143852Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8144088Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8144317Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8144557Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8144788Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8145022Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8145250Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8145480Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8145705Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8145943Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8146187Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8146434Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8146674Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8146911Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8147195Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8147424Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8147664Z test_nnc_correctness_randint_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8147943Z test_nnc_correctness_randint_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8148174Z test_nnc_correctness_randint_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8148407Z test_nnc_correctness_randint_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8148686Z test_nnc_correctness_randint_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8148918Z test_nnc_correctness_randint_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8149548Z test_nnc_correctness_randint_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8149777Z test_nnc_correctness_randint_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8149998Z test_nnc_correctness_randint_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8150240Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8150482Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8150724Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8150963Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8151186Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8151423Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8151656Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8151895Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8152138Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8152371Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8152607Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8152844Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8153119Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.8153352Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8153582Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8153803Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8154088Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8154333Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8154577Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8155260Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8155500Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8155738Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8155968Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8156204Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8156433Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8156672Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8156905Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8157141Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8157373Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8157607Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8157831Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8158061Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8158281Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8158510Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8158737Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8159024Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8159260Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8159490Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8159724Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8159958Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8160233Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8160468Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8161182Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8161403Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8161628Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8161857Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8162088Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8162315Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8162546Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8162789Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8163015Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8163260Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8163510Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8163753Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8163991Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8164222Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8164459Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8164748Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8164980Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8165220Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8165457Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8165648Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.8165886Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8166128Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8166407Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8167095Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8167330Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8167566Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8167796Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8168026Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8168262Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8168607Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8168847Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8169082Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8169315Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8169544Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8169783Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8170015Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8170251Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8170489Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8171421Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8171655Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8171880Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8172111Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8172341Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8172615Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8172845Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8173070Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8173754Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8174007Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8174261Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8174517Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8174764Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8175015Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8175266Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8175514Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8175760Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8175996Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8176247Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8176492Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8176734Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8176976Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8177260Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8177506Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8177750Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8177995Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8178234Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8178472Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8178760Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8179437Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8179675Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8179908Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:57:51.8180140Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8180378Z 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:57:51.8180613Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8180847Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8181085Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8181324Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8181557Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8181795Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8182027Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8182254Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8182487Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8182712Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8182933Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8183216Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8183451Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8183682Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8183909Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8184147Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8184388Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8184667Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8185281Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8185515Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8185792Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8186023Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8186250Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8186476Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8186701Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8186938Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8187171Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8187412Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8187658Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8187894Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8188116Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8188344Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8188576Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8188860Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8189086Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8189322Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8189556Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8189792Z 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:57:51.8190030Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8190275Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8190518Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8191192Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8191431Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8191673Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8191951Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8192187Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8192416Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8192653Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8192892Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8193131Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8193367Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8193612Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8193855Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8194097Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8194334Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8194623Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8194863Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8195101Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8195329Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8195565Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8195801Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8196039Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8196269Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8196914Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8197158Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8197439Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8197666Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8197945Z 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:57:51.8198171Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8198400Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8198627Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8198858Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8199087Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8199315Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8199541Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8199776Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8200001Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8200221Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8200503Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8200730Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8200963Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8201186Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8201414Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8201632Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8201862Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8202086Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8202362Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8202547Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:57:51.8202776Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8203002Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8203233Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8203494Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8203724Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8203991Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8204221Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8204468Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8204718Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8204964Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8205211Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8205456Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8205693Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8205986Z 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.002s) 2022-11-23T01:57:51.8206237Z 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.002s) 2022-11-23T01:57:51.8206481Z 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.002s) 2022-11-23T01:57:51.8206715Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8206943Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8207180Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8207418Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8207690Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8207920Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8208145Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8208445Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8208667Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8208897Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8209128Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8209406Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8209642Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8209874Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8210152Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.8210376Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8210599Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8210827Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8211039Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8211263Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8211536Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8211761Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8212011Z test_nnc_correctness_scalar_tensor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8212257Z test_nnc_correctness_scalar_tensor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8212502Z test_nnc_correctness_scalar_tensor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8212752Z test_nnc_correctness_scalar_tensor_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8212998Z test_nnc_correctness_scalar_tensor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8213282Z test_nnc_correctness_scalar_tensor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8213524Z test_nnc_correctness_scalar_tensor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8213759Z test_nnc_correctness_scalar_tensor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8213999Z test_nnc_correctness_scalar_tensor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8214240Z test_nnc_correctness_scalar_tensor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8214476Z test_nnc_correctness_scalar_tensor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8214716Z test_nnc_correctness_scalar_tensor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8214956Z test_nnc_correctness_scalar_tensor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8215199Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8215484Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8215730Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8216014Z 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:57:51.8216256Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8216492Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8216723Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8217002Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8217240Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8217477Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8217712Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8217952Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8218189Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8218424Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8218705Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8218942Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8219176Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8219410Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8219647Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8219878Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8220106Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8220327Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8220554Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8220786Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8221037Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8221323Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8221577Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8221822Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8222102Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8222394Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.8222638Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8222886Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8223118Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8223359Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8223609Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8223856Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8224148Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8224387Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8224637Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8224877Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8225121Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8225361Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8225604Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8225845Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8226094Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8226340Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8226578Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8226828Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8227068Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8227350Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8227592Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8227959Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8228206Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8228455Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8228697Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8228946Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8229198Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8229440Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8229726Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8229968Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8230209Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8230454Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8230694Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8230941Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8231184Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8231430Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8231675Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8231920Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8232165Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8232405Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8232647Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8232887Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8233161Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8233455Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8233701Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8233988Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8234227Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8234470Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8234709Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8234994Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8235234Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8235476Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8235732Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8235985Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8236231Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8236473Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8236727Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8236967Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8237206Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8237457Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8237692Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8237911Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8238150Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8238390Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8238671Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8238905Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8239136Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8239404Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8239634Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8239912Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8240139Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8240417Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8240643Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8240890Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8241134Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8241379Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8241625Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8241866Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8242104Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8242345Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8242585Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8242824Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8243066Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8243294Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8243522Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8243757Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8244032Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8244262Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8244492Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8244713Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8244942Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8245216Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8245445Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8245672Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8246001Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8246225Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8246458Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8246688Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8246930Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8247163Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8247396Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8247628Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8247853Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8248078Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8248389Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8248625Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8248840Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8249071Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8249307Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8249583Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8249821Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8250066Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8250302Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8250537Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8250768Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8251002Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8251227Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8251499Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8251723Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8251953Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8252178Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8252411Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8252636Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8252864Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8253091Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8253317Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8253547Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8253773Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8254000Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8254251Z test_nnc_correctness_signal_windows_cosine_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8254504Z test_nnc_correctness_signal_windows_cosine_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8254748Z test_nnc_correctness_signal_windows_cosine_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8255028Z test_nnc_correctness_signal_windows_cosine_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8255291Z test_nnc_correctness_signal_windows_exponential_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8255552Z test_nnc_correctness_signal_windows_exponential_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8255810Z test_nnc_correctness_signal_windows_exponential_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8256065Z test_nnc_correctness_signal_windows_exponential_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8256372Z test_nnc_correctness_signal_windows_gaussian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8256625Z test_nnc_correctness_signal_windows_gaussian_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8256966Z test_nnc_correctness_signal_windows_gaussian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8257220Z test_nnc_correctness_signal_windows_gaussian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8257471Z test_nnc_correctness_signal_windows_kaiser_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8257723Z 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:57:51.8257968Z test_nnc_correctness_signal_windows_kaiser_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8258207Z test_nnc_correctness_signal_windows_kaiser_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8258446Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8258676Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8258908Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8259139Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8259373Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8259604Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8259833Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8260056Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8260807Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8261039Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8261273Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8261488Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8261723Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8261952Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8262184Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8262407Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8262681Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8262907Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8263134Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8263359Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8263589Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8263822Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8264050Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8264286Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8264520Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8264749Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8264975Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8265199Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8265429Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8265656Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8265879Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8266103Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8266375Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8266604Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8266835Z 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:57:51.8267068Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8267297Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8267526Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8267749Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8268021Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8268249Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8268474Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8268695Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8268931Z test_nnc_correctness_slice_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8269157Z test_nnc_correctness_slice_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8269396Z test_nnc_correctness_slice_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8269634Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8269870Z test_nnc_correctness_slice_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8270102Z test_nnc_correctness_slice_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8270330Z test_nnc_correctness_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8270549Z test_nnc_correctness_slice_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8270781Z test_nnc_correctness_slice_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8271004Z test_nnc_correctness_slice_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8271210Z test_nnc_correctness_slice_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8271437Z test_nnc_correctness_slice_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8271714Z test_nnc_correctness_slice_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8271964Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8272255Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8272501Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8272741Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8273022Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8273262Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8273544Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8273779Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8274017Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8274252Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8274492Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8274728Z 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:57:51.8274964Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8275213Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8275458Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8275710Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8275957Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8276205Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8276450Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8276695Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8276936Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8277218Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8277463Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8277706Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8277946Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8278181Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8278411Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8278643Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8278911Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8279131Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8279360Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8279588Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8279816Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8280042Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8280271Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8280512Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:57:51.8280748Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:57:51.8280982Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:57:51.8281213Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:57:51.8281455Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8281702Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8281945Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8282185Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8282466Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8282705Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8282941Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8283163Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8283406Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8283652Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8283899Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8284184Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8284426Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8284667Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8284908Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8285145Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8285384Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8285629Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8285873Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8286109Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8286346Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8286584Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8286824Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8287058Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8287292Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8287531Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8287811Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8288052Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8288290Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8288613Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8288853Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8289093Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8289327Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8289616Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8289858Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8290095Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8290330Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8290571Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8290812Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8291047Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8291263Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8291478Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8291681Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8291894Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8292102Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8292312Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8292518Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8292726Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8292932Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8293147Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8293398Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:57:51.8293591Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8293793Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8293997Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8294201Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8294406Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8294614Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8294826Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8295074Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8295278Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8295482Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8295688Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8295892Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8296097Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8296304Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8296517Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8296721Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8296927Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8297129Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8297333Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8297539Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8297743Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8297990Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8298227Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8298467Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8298708Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8298983Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8299215Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8299455Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8299691Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8299926Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8300167Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8300410Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8300689Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8300913Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8301151Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8301391Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8301628Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8301862Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8302076Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8302287Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8302496Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8302700Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8302904Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8303102Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8303312Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8303564Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8303769Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8303980Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8304227Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8304482Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8304683Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8304892Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-11-23T01:57:51.8305094Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8305299Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8305539Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8305777Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8306021Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8306297Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8306530Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8306765Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8306994Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:57:51.8307231Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8307469Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8307705Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8307942Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8308178Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8308410Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8308642Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8308873Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8309093Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8309327Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8309561Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8309798Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8310082Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8310320Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8310547Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8310782Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8311016Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8311253Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8311463Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8311719Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8311935Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:57:51.8312143Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8312350Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8312558Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8312766Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8312969Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8313176Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8313387Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8313596Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8313801Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.011s) 2022-11-23T01:57:51.8314009Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8314216Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8314419Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8314621Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8314864Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8315112Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8315358Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8315638Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8315880Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8316116Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8316355Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8316598Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8316853Z 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.002s) 2022-11-23T01:57:51.8317109Z 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.002s) 2022-11-23T01:57:51.8317408Z 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.002s) 2022-11-23T01:57:51.8317650Z 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.002s) 2022-11-23T01:57:51.8317895Z 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.002s) 2022-11-23T01:57:51.8318152Z 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.002s) 2022-11-23T01:57:51.8318402Z 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:57:51.8318659Z 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.002s) 2022-11-23T01:57:51.8318912Z 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.003s) 2022-11-23T01:57:51.8319166Z 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.000s) 2022-11-23T01:57:51.8319415Z 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.000s) 2022-11-23T01:57:51.8319664Z 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.006s) 2022-11-23T01:57:51.8319919Z 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.000s) 2022-11-23T01:57:51.8320162Z 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.000s) 2022-11-23T01:57:51.8320412Z 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.000s) 2022-11-23T01:57:51.8320663Z 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.000s) 2022-11-23T01:57:51.8320958Z 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.011s) 2022-11-23T01:57:51.8321216Z 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.002s) 2022-11-23T01:57:51.8321468Z 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.002s) 2022-11-23T01:57:51.8321717Z 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.002s) 2022-11-23T01:57:51.8321964Z 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.002s) 2022-11-23T01:57:51.8322220Z 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.002s) 2022-11-23T01:57:51.8322469Z 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.002s) 2022-11-23T01:57:51.8323228Z 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.002s) 2022-11-23T01:57:51.8323481Z 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.002s) 2022-11-23T01:57:51.8323737Z 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.002s) 2022-11-23T01:57:51.8323996Z 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.002s) 2022-11-23T01:57:51.8324248Z 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.002s) 2022-11-23T01:57:51.8324495Z 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.002s) 2022-11-23T01:57:51.8324748Z 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.002s) 2022-11-23T01:57:51.8324998Z 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.002s) 2022-11-23T01:57:51.8325250Z 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.002s) 2022-11-23T01:57:51.8325498Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8325743Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8325985Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8326231Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8326470Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8326741Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8326981Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8327217Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8327455Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8327693Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8327937Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8328179Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8328550Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8328793Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8329031Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8329269Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8329506Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8329785Z 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.002s) 2022-11-23T01:57:51.8330060Z 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.002s) 2022-11-23T01:57:51.8330331Z 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.002s) 2022-11-23T01:57:51.8330595Z 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.002s) 2022-11-23T01:57:51.8330870Z 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.002s) 2022-11-23T01:57:51.8331135Z 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.002s) 2022-11-23T01:57:51.8331400Z 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.002s) 2022-11-23T01:57:51.8331670Z 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.002s) 2022-11-23T01:57:51.8331941Z 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.002s) 2022-11-23T01:57:51.8332256Z 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.002s) 2022-11-23T01:57:51.8332524Z 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.002s) 2022-11-23T01:57:51.8332786Z 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.002s) 2022-11-23T01:57:51.8333050Z 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.002s) 2022-11-23T01:57:51.8333309Z 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.002s) 2022-11-23T01:57:51.8333570Z 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.002s) 2022-11-23T01:57:51.8333875Z 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.002s) 2022-11-23T01:57:51.8334131Z 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.002s) 2022-11-23T01:57:51.8334390Z 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.003s) 2022-11-23T01:57:51.8334651Z 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.000s) 2022-11-23T01:57:51.8334917Z 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.000s) 2022-11-23T01:57:51.8335177Z 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.006s) 2022-11-23T01:57:51.8335432Z 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.000s) 2022-11-23T01:57:51.8335689Z 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.000s) 2022-11-23T01:57:51.8335947Z 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.000s) 2022-11-23T01:57:51.8336205Z 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.000s) 2022-11-23T01:57:51.8336429Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8336655Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.011s) 2022-11-23T01:57:51.8336865Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8337084Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8337303Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8337559Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8337777Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8337993Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8338210Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8338429Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8338649Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8338867Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8339084Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8339339Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8339552Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:57:51.8339767Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8339981Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8340198Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8340418Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8340638Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8340851Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8341064Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8341278Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8341490Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8341704Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8341922Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8342143Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8342355Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8342569Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8342783Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8342993Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8343250Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8343510Z 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.002s) 2022-11-23T01:57:51.8343761Z 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.003s) 2022-11-23T01:57:51.8344024Z 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.000s) 2022-11-23T01:57:51.8344281Z 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.003s) 2022-11-23T01:57:51.8344538Z 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.000s) 2022-11-23T01:57:51.8344788Z 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.000s) 2022-11-23T01:57:51.8345085Z 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.006s) 2022-11-23T01:57:51.8345342Z 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.000s) 2022-11-23T01:57:51.8345588Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8345832Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8346077Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8346326Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8346571Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8346813Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8347055Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8347296Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8347538Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8347779Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8348016Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8348252Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8348957Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8349202Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8349440Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8349669Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8349909Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8350149Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8350390Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8350665Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8350904Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8351140Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8351369Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8351605Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8351831Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8352055Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8352286Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8352509Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8352725Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8352950Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8353181Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8353428Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8353665Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8353911Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8354155Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8354442Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8354686Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8354930Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8355171Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8355412Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8355651Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8355889Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8356172Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8356416Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8356650Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8356886Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8357134Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8357382Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8357626Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8357865Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8358106Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8358345Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8358582Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8358818Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8359059Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8359298Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8359577Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8359865Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8360107Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8360389Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8360620Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8360850Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8361078Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8361307Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8361578Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8361803Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8362027Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8362267Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8362500Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8362737Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8362977Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8363214Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8363447Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8363672Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8363902Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8364126Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8364355Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8364586Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8364815Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8365093Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8365321Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8365561Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8365799Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8366036Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8366271Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8366499Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8366732Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8367010Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8367242Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8367465Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8367694Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8367922Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8368144Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8368452Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8368694Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8368926Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8369154Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8369381Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8369606Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8369825Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8370055Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8370276Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8370540Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8370764Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8370996Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8371227Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8371462Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8371691Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8371923Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8372144Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8372404Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8372641Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8372880Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8373118Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8373353Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8373588Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8373814Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8374051Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8374283Z 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:57:51.8374515Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8374737Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8374959Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8375190Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8375419Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8375644Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.8375915Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8376146Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8376372Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8376597Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8376822Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8377046Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8377273Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8377495Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8377769Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8377993Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8378215Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8378451Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8378678Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8378909Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8379132Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8379354Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8379580Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8379807Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8380033Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8380257Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8380494Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8380729Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8380973Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8381257Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8381494Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8381734Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8381965Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8382200Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8382431Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8382667Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8382940Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8383166Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8383398Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8383629Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8383859Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8384081Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8384320Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8384557Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8384793Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8385030Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8385261Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8385485Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8385713Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8385939Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8386169Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8386397Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8386668Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8386895Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8387120Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8387341Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8387565Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8387791Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8388013Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8388275Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8388510Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8388751Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8388997Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8389245Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8389487Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8389729Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8389969Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8390203Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8390444Z 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:57:51.8390683Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8390922Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8391160Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8391389Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8391617Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8391897Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8392133Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8392369Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8392591Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8392822Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8393047Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8393275Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8393504Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8393775Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8393999Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8394233Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8394459Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8394695Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8394927Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8395158Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8395380Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8395604Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8395830Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8396056Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8396282Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8396504Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8396736Z 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:57:51.8396960Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8397238Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8397471Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8397702Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8397925Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8398149Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8398376Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8398603Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8398816Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8399084Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8399327Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8399566Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8399811Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8400056Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8400299Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8400536Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8400773Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8401008Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8401241Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8401468Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8401706Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8401942Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8402177Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8402419Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8402705Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8402942Z 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:57:51.8403182Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8403416Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8403644Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8403882Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8404115Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T01:57:51.8404391Z 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:57:51.8404623Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8404849Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8405078Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8405314Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8405544Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8405767Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8405986Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8406215Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8406443Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8406673Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8406898Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8407124Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8407352Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8407578Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8407811Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8408077Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8414074Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8414352Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8414592Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8414829Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8415063Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8415295Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8416169Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8416396Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8416641Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8416878Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8417127Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8417373Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8417620Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8417851Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8418090Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8418327Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8418560Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8418798Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8419034Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8419265Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8419504Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8419737Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8420022Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8420255Z 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:57:51.8420489Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8420721Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8420950Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8421179Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8421423Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8421707Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8421944Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8422177Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8422407Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8422633Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8422855Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8423088Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8423324Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8423570Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8423808Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8424040Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8424285Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8424528Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8424768Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8425008Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8425295Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8425530Z 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:57:51.8425770Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8426001Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8426236Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8426466Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8426712Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8426957Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8427247Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8427488Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8427721Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8427960Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8428196Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8428429Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8428664Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8428898Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8429132Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8429365Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8429602Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8429840Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8430077Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8430302Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8430538Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8430808Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8431032Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8431254Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8431487Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8431718Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8431972Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8432228Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8432523Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8432772Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8433006Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8433236Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8433473Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8433706Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8433938Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8434165Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8434387Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8434615Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8434889Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8435118Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8435336Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8435568Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8435809Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8436050Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8436327Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8436557Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8436795Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8437030Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8437262Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8437498Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8437722Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8437990Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8438221Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8438449Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8438676Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8438902Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8439144Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8439379Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8439621Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8439860Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8440105Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8440352Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8440593Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8440836Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8441076Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8441316Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8442020Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8442264Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8442504Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8442744Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8442980Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8443213Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8443445Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8443675Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8443946Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8444165Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8444393Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8444625Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8444863Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8445097Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8445341Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8445581Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8445821Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8446059Z 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:57:51.8446287Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8446500Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8446731Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8446966Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8447195Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8447469Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:57:51.8447694Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8447940Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8448177Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8448522Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8448770Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8449015Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8449255Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8449543Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8449782Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8450023Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8450256Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8450492Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8450728Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8450958Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8451203Z test_nnc_correctness_unfold_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8451442Z test_nnc_correctness_unfold_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8451690Z 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:57:51.8451936Z test_nnc_correctness_unfold_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8452183Z test_nnc_correctness_unfold_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8452425Z test_nnc_correctness_unfold_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8452667Z test_nnc_correctness_unfold_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8452902Z test_nnc_correctness_unfold_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8453184Z test_nnc_correctness_unfold_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8453422Z test_nnc_correctness_unfold_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8453660Z test_nnc_correctness_unfold_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8453895Z test_nnc_correctness_unfold_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8454133Z test_nnc_correctness_unfold_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8454371Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8454602Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8454889Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8455128Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8455361Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8455594Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8455826Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8456049Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8456284Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8456510Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8456731Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8456959Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8457192Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8457430Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8457671Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8457896Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8458132Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8458407Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8458638Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8458895Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8459143Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8459396Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8459650Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8459900Z 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:57:51.8460186Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8460432Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8460679Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8460922Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8461228Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8461459Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8461697Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8461971Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8462202Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8462426Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8462659Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8462890Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8463118Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8463362Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8463598Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8463891Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8464135Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8464382Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8464625Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8464866Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8465099Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8465338Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8465578Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8465851Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8466086Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8466322Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8466555Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8466791Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8467027Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8467309Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8467544Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8467809Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8468055Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8468298Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8468543Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8468781Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8469019Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8469251Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8469519Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8469758Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8469997Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8470228Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8470452Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8470682Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8470912Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8471144Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8471429Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8471659Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8471842Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8472089Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8472335Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8472573Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:57:51.8472804Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8473046Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8473322Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8473553Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8473787Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8474064Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8474293Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8474525Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8474750Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8475013Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8475243Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8475474Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8475717Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8475961Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8476199Z test_nnc_correctness_view_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8476435Z test_nnc_correctness_view_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8476711Z test_nnc_correctness_view_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8476947Z test_nnc_correctness_view_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8477180Z test_nnc_correctness_view_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8477412Z test_nnc_correctness_view_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8477638Z test_nnc_correctness_view_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8477870Z 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:57:51.8478103Z test_nnc_correctness_view_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8478331Z test_nnc_correctness_view_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8478562Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8478789Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8479021Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8479255Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8479527Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8479759Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8479988Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8480253Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8480523Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8480755Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8480981Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8481207Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8481432Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8481670Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8481900Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8482179Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8482415Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8482633Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8482865Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8483097Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8483318Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8483552Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8483778Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8483996Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8484224Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8484457Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8484690Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8484916Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8485154Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8485386Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8485631Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8485944Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8486175Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8486442Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8486671Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8486892Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8487122Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8487349Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8487623Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8487856Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8488086Z 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:57:51.8488412Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8488653Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8488889Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8489121Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8489347Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8489567Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8489793Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8490023Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8490245Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8490471Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8490705Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8490937Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8491213Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8491441Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8491676Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8491947Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8492173Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8492392Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8492668Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8492895Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8493157Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8493388Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8493615Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8493852Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8494087Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8494319Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8494552Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8494780Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8495007Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8495225Z 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:57:51.8495454Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8495682Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8495912Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8496146Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8496375Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8496656Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:57:51.8496891Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8497127Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8497357Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8497582Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:57:51.8497800Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:57:51.8498067Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8498298Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8498562Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8498831Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8499060Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8499297Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8499530Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8499771Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8500017Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8500254Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8500488Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8500722Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8500944Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8501179Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8501404Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8501637Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8501869Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8502143Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8502350Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8502557Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8502770Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8502977Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8503166Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8503395Z test_unsupported__softmax_backward_data_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8503604Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8503813Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8504585Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8504839Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8505040Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8505248Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8505452Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8505663Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8505867Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8506073Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8506283Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8506489Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8506692Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8506902Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8507107Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8507305Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8507518Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8507730Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8507946Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8508168Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8508376Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8508630Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8508845Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8509058Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8509255Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8509464Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8509676Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8509885Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8510100Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8510343Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8510614Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8510837Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8511101Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8511315Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8511536Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8511740Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8511946Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8512155Z test_unsupported_cdouble_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8512361Z test_unsupported_cfloat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8512565Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8512775Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8512997Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8513212Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8513417Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8513628Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8513830Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8514034Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8514247Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8514512Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8514723Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8514916Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8515131Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8515346Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8515558Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8515765Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8515982Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8516184Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8516479Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8516686Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8516887Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8517137Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8517344Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8517573Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8517781Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8517986Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8518196Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8518408Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8518623Z test_unsupported_diagonal_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8518835Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8519057Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8519262Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8519475Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8519678Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8519883Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8520090Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8520290Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8520534Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8520730Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8520944Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8521147Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8521353Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8521556Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8521760Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8521970Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8522175Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8522425Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8522684Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8522895Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8523102Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8523352Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8523562Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8523770Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8523979Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8524193Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8524405Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8524613Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8524820Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8525026Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8525234Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8525442Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8525648Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8525853Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8526053Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8526216Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:57:51.8526473Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8526678Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8526886Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8527090Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8527304Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8527518Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8527719Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8527925Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8528132Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8528470Z test_unsupported_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8528681Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8528938Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8529148Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8529359Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8529620Z test_unsupported_grid_sampler_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8529835Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8530042Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8530252Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8530469Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8530679Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8530882Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8531087Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8531289Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8531495Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8531703Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8531899Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8532111Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8532321Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8533043Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8533269Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8533483Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8533692Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8533901Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8534111Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8534318Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8534523Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8534782Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8535042Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8535252Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8535481Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8535770Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8535993Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8536232Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8536455Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8536663Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8536873Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8537082Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8537301Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8537526Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8537740Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8537957Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8538169Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8538392Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8538592Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8538858Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8539075Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8539297Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8539533Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8539744Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8539959Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8540178Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8540403Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8540622Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8540879Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8541155Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8541367Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8541584Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8541850Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8542070Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8542294Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8542518Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8542738Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8542972Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8543190Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8543405Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8543641Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8543858Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8544084Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8544308Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8544518Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8544736Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8544997Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8545218Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8545435Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8545648Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8545863Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8546084Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8546308Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8546529Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8546787Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8547010Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8547264Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8547481Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8547707Z test_unsupported_log_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8547966Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8548180Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8548401Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8548611Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8548823Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8549034Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8549245Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8549458Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8549663Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8549876Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8550086Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8550285Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8550493Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8550699Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8550948Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8551149Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8551352Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8551563Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8551781Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8551996Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8552217Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8552428Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8552692Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8552911Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8553130Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T01:57:51.8553386Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8553603Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8553818Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8554081Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8554297Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8554511Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8554728Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8554944Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8555159Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8555372Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8555579Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8555791Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8556002Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8556240Z test_unsupported_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8556465Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8556735Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8556942Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8557150Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8557378Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8557611Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8557819Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8558046Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8558257Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8558459Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8558713Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8558916Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8559131Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8559333Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8559605Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8559829Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8560055Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8560309Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8560520Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8560730Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8560944Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8561153Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8561364Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8561574Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8561792Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8562022Z test_unsupported_native_dropout_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8562241Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8562451Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8562718Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8562927Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8563133Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8563343Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8563549Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8563800Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8564032Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8564272Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8564555Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8564790Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8565023Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8565262Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8565497Z test_unsupported_nn_functional_alpha_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8565774Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8566001Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8566261Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8566492Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8566719Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8566959Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8567210Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8567433Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8567655Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8567877Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8568113Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8568442Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8568731Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8568973Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8569213Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8569444Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8569670Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8569899Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8570122Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8570350Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8570610Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8570843Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8571071Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8571327Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8571587Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8571872Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8572115Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8572356Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8572616Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8572825Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8573056Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8573284Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8573530Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8573756Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8573993Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8574235Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8574526Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8574769Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8575012Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8575251Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8575493Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8575716Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8575940Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8576165Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8576435Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8576675Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8576903Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8577140Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8577369Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8577588Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8577817Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8578089Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8578328Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8578600Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8578839Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8579068Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8579303Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8579521Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8579743Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8579973Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8580214Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8580513Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8580740Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8580967Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8581183Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8581412Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8581640Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8581877Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T01:57:51.8582114Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8582384Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8582615Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8582851Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8583085Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8583312Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8583533Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8583755Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8583974Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8584246Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8584479Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8584743Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8584980Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8585211Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8585446Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8585700Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8585924Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8586211Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8586449Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8586663Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8586868Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8587119Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8587452Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8587730Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8587943Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8588249Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8588599Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8588902Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8589193Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8589459Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8589686Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8589952Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8590169Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8590487Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8590766Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8591123Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8591345Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8591562Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8591872Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8592136Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8592351Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8592553Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8592759Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8592969Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8593252Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8593503Z test_unsupported_randint_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8593720Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8593925Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8594135Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8594341Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8594545Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8594758Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8594961Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8595243Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8595452Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8595651Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8595867Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8596081Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8596286Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8596532Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8596755Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8596973Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8597242Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8597462Z test_unsupported_scalar_tensor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8597679Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8597890Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8598114Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8598337Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T01:57:51.8598558Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8598776Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8599000Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8599267Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8599499Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8599724Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8599934Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8600153Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8600357Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8600581Z test_unsupported_signal_windows_cosine_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8600816Z test_unsupported_signal_windows_exponential_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8601041Z test_unsupported_signal_windows_gaussian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8601794Z test_unsupported_signal_windows_kaiser_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8602003Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8602208Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8602404Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8602672Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8602882Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8603103Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8603354Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8603585Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8603804Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8604024Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8604245Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8604465Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8604734Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8604948Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8605153Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8605353Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8605550Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8605822Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8606042Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8606298Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8606507Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8606725Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8606937Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8607151Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8607359Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8607570Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:57:51.8607832Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8608067Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8608384Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8608610Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8608875Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8609093Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8609312Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8609610Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8609852Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8610091Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8610312Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8610533Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8610753Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:57:51.8610965Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.003s) 2022-11-23T01:57:51.8611200Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8611419Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8611631Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8611890Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8612106Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8612327Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8612534Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8612743Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8612950Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8613153Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8613365Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8613568Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8613824Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8614026Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8614238Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8614445Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8614660Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8614866Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8615125Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8615327Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8615537Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8615779Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8615989Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8616193Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8616401Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8616615Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8616821Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8617040Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8617242Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8617443Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8617649Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8617904Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8618117Z test_unsupported_unfold_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8618324Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8618528Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8618749Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8618953Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8619154Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8619362Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8619563Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8619819Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8620029Z test_unsupported_view_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8620237Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8620439Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8620643Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8620837Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8621080Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8621296Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8621498Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8621695Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8621891Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8622128Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8622328Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8622525Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8622723Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8622922Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8623136Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8623330Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8623527Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8623766Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8623960Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8624154Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8624349Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8624541Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8624736Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8624940Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8625136Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8625329Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8625582Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8625796Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8625996Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8626196Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8626389Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8626587Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8626783Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8626984Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8627188Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8627388Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8627632Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8627830Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8628028Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8628265Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8628462Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8628658Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8628854Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8629049Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8629243Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8629434Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8630104Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8630316Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8630514Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8630710Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8630905Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8631101Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8631283Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8631480Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8631688Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8631941Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8632137Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8632339Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8632533Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8632727Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8632924Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8633120Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8633346Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8633572Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8633845Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8634065Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8634286Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8634544Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8634757Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8634977Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8635195Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8635414Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8635636Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8635841Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8636082Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8636290Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:57:51.8636496Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8636701Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8636899Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8637084Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8637281Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T01:57:51.8637477Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8637672Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8637913Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8638109Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8638302Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8638495Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T01:57:51.8638689Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8638886Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8639081Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8639275Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8639467Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8639662Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8639915Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8640124Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8640321Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8640571Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8640774Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8640969Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8641166Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8641294Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.220s) 2022-11-23T01:57:51.8641446Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-11-23T01:57:51.8641567Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.066s) 2022-11-23T01:57:51.8641699Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-11-23T01:57:51.8641939Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8642146Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T01:57:51.8642349Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T01:57:51.8642488Z test_batch_norm (__main__.TestTEFuserDynamic) ... ok (82.235s) 2022-11-23T01:57:51.8642630Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.767s) 2022-11-23T01:57:51.8642765Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (1.552s) 2022-11-23T01:57:51.8642901Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.117s) 2022-11-23T01:57:51.8643047Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.155s) 2022-11-23T01:57:51.8643278Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8643419Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.356s) 2022-11-23T01:57:51.8643557Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-11-23T01:57:51.8643737Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (1.038s) 2022-11-23T01:57:51.8643876Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-11-23T01:57:51.8644064Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.006s) 2022-11-23T01:57:51.8644211Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.078s) 2022-11-23T01:57:51.8644378Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8644553Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.003s) 2022-11-23T01:57:51.8644737Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8644946Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8645122Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8645304Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8645437Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.533s) 2022-11-23T01:57:51.8645575Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-11-23T01:57:51.8645710Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-11-23T01:57:51.8645857Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.077s) 2022-11-23T01:57:51.8646045Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.062s) 2022-11-23T01:57:51.8646191Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.071s) 2022-11-23T01:57:51.8646324Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-11-23T01:57:51.8646466Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-11-23T01:57:51.8646701Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T01:57:51.8646886Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-11-23T01:57:51.8647087Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-11-23T01:57:51.8647253Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8647379Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.075s) 2022-11-23T01:57:51.8647501Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T01:57:51.8647633Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.039s) 2022-11-23T01:57:51.8647768Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-11-23T01:57:51.8647963Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (38.022s) 2022-11-23T01:57:51.8648111Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.024s) 2022-11-23T01:57:51.8648240Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-11-23T01:57:51.8648483Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.019s) 2022-11-23T01:57:51.8648614Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-11-23T01:57:51.8648796Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8648924Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-11-23T01:57:51.8649075Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.050s) 2022-11-23T01:57:51.8649223Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.074s) 2022-11-23T01:57:51.8649380Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-11-23T01:57:51.8649511Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.125s) 2022-11-23T01:57:51.8649696Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8649870Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.058s) 2022-11-23T01:57:51.8650099Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-11-23T01:57:51.8650223Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.177s) 2022-11-23T01:57:51.8650358Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.110s) 2022-11-23T01:57:51.8650515Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (0.986s) 2022-11-23T01:57:51.8650650Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.117s) 2022-11-23T01:57:51.8650823Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.002s) 2022-11-23T01:57:51.8651004Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-11-23T01:57:51.8651181Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-11-23T01:57:51.8651316Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.086s) 2022-11-23T01:57:51.8651457Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.140s) 2022-11-23T01:57:51.8651590Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-11-23T01:57:51.8651723Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-11-23T01:57:51.8651909Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.000s) 2022-11-23T01:57:51.8652035Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-11-23T01:57:51.8652440Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-11-23 01:54:37 3896:3676 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:57:51.8652754Z STAGE:2022-11-23 01:54:37 3896:3676 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:57:51.8653110Z STAGE:2022-11-23 01:54:37 3896:3676 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:57:51.8653180Z ok (0.010s) 2022-11-23T01:57:51.8653362Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8653528Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.010s) 2022-11-23T01:57:51.8653684Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8653813Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-11-23T01:57:51.8653952Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.029s) 2022-11-23T01:57:51.8654162Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-11-23T01:57:51.8654295Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T01:57:51.8654436Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.050s) 2022-11-23T01:57:51.8654582Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-11-23T01:57:51.8654727Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.011s) 2022-11-23T01:57:51.8654869Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-11-23T01:57:51.8655003Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-11-23T01:57:51.8655132Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-11-23T01:57:51.8655275Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-11-23T01:57:51.8655407Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-11-23T01:57:51.8655546Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-11-23T01:57:51.8655692Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-11-23T01:57:51.8655835Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (34.983s) 2022-11-23T01:57:51.8656003Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.141s) 2022-11-23T01:57:51.8656142Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.024s) 2022-11-23T01:57:51.8656274Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.030s) 2022-11-23T01:57:51.8656462Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T01:57:51.8656596Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.278s) 2022-11-23T01:57:51.8656731Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (0.990s) 2022-11-23T01:57:51.8656865Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-11-23T01:57:51.8657078Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:57:51.8657218Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-11-23T01:57:51.8657378Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.089s) 2022-11-23T01:57:51.8657526Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.104s) 2022-11-23T01:57:51.8658023Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:57:51.8658147Z return v.to(dtype) 2022-11-23T01:57:51.8658214Z ok (0.032s) 2022-11-23T01:57:51.8658407Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.036s) 2022-11-23T01:57:51.8658544Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.274s) 2022-11-23T01:57:51.8658858Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T01:57:51.8659020Z warnings.warn("Only works in script mode") 2022-11-23T01:57:51.8659077Z ok (0.057s) 2022-11-23T01:57:51.8659225Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.024s) 2022-11-23T01:57:51.8659349Z test_abs (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:57:51.8659497Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-11-23T01:57:51.8659630Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-11-23T01:57:51.8659762Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-11-23T01:57:51.8659920Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T01:57:51.8660124Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:57:51.8660373Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.010s) 2022-11-23T01:57:51.8660510Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (66.191s) 2022-11-23T01:57:51.8660655Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (0.686s) 2022-11-23T01:57:51.8660789Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (1.210s) 2022-11-23T01:57:51.8660923Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.094s) 2022-11-23T01:57:51.8661069Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.149s) 2022-11-23T01:57:51.8661299Z 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:57:51.8661434Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.241s) 2022-11-23T01:57:51.8661568Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T01:57:51.8661689Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.911s) 2022-11-23T01:57:51.8661825Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-11-23T01:57:51.8662012Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T01:57:51.8662202Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-11-23T01:57:51.8662327Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-11-23T01:57:51.8662471Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.689s) 2022-11-23T01:57:51.8662611Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-11-23T01:57:51.8662778Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T01:57:51.8662914Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (11.947s) 2022-11-23T01:57:51.8663050Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-11-23T01:57:51.8663179Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.365s) 2022-11-23T01:57:51.8663314Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.017s) 2022-11-23T01:57:51.8663447Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T01:57:51.8663592Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-11-23T01:57:51.8663730Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-11-23T01:57:51.8663867Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-11-23T01:57:51.8663983Z test_concat (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-11-23T01:57:51.8664125Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.046s) 2022-11-23T01:57:51.8664767Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... C:\actions-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:57:51.8664853Z r = torch.tensor(4) 2022-11-23T01:57:51.8664922Z ok (0.065s) 2022-11-23T01:57:51.8665063Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-11-23T01:57:51.8665300Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.002s) 2022-11-23T01:57:51.8665465Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T01:57:51.8665590Z test_dims (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-11-23T01:57:51.8665724Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T01:57:51.8665853Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-11-23T01:57:51.8665989Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T01:57:51.8666173Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (36.367s) 2022-11-23T01:57:51.8666319Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-11-23T01:57:51.8666442Z test_erf (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-11-23T01:57:51.8666600Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-11-23T01:57:51.8666725Z test_exp (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-11-23T01:57:51.8666905Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:57:51.8667031Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-11-23T01:57:51.8667167Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-11-23T01:57:51.8667312Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-11-23T01:57:51.8667463Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T01:57:51.8667593Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.129s) 2022-11-23T01:57:51.8667775Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:57:51.8667900Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-11-23T01:57:51.8668178Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.000s) 2022-11-23T01:57:51.8668302Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.164s) 2022-11-23T01:57:51.8668435Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.094s) 2022-11-23T01:57:51.8668587Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.655s) 2022-11-23T01:57:51.8668719Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.100s) 2022-11-23T01:57:51.8668889Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.000s) 2022-11-23T01:57:51.8669017Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.517s) 2022-11-23T01:57:51.8669147Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.617s) 2022-11-23T01:57:51.8669270Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-11-23T01:57:51.8669407Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.119s) 2022-11-23T01:57:51.8669526Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-11-23T01:57:51.8669657Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T01:57:51.8669840Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T01:57:51.8669964Z test_nop (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-11-23T01:57:51.8670323Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-11-23 01:57:17 3896:3676 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:57:51.8670677Z STAGE:2022-11-23 01:57:17 3896:3676 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:57:51.8670991Z STAGE:2022-11-23 01:57:17 3896:3676 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:57:51.8671062Z ok (0.010s) 2022-11-23T01:57:51.8671285Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8671452Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:57:51.8671620Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.010s) 2022-11-23T01:57:51.8671745Z test_relu (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-11-23T01:57:51.8671881Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:57:51.8672040Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:57:51.8672169Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T01:57:51.8672349Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T01:57:51.8672493Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-11-23T01:57:51.8672640Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T01:57:51.8672777Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-11-23T01:57:51.8672895Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-11-23T01:57:51.8673023Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-11-23T01:57:51.8673164Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T01:57:51.8673298Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-11-23T01:57:51.8673431Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:57:51.8673574Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T01:57:51.8673718Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (30.593s) 2022-11-23T01:57:51.8673851Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-11-23T01:57:51.8673984Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:57:51.8674157Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:57:51.8674340Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:57:51.8674470Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.276s) 2022-11-23T01:57:51.8674602Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.668s) 2022-11-23T01:57:51.8674733Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:57:51.8674943Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:57:51.8675078Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-11-23T01:57:51.8675225Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-11-23T01:57:51.8675370Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-11-23T01:57:51.8675521Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.039s) 2022-11-23T01:57:51.8675664Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-11-23T01:57:51.8675793Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.244s) 2022-11-23T01:57:51.8676102Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T01:57:51.8676218Z warnings.warn("Only works in script mode") 2022-11-23T01:57:51.8676286Z ok (0.045s) 2022-11-23T01:57:51.8676431Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T01:57:51.8676445Z 2022-11-23T01:57:51.8676600Z ---------------------------------------------------------------------- 2022-11-23T01:57:51.8676729Z Ran 6067 tests in 332.719s 2022-11-23T01:57:51.8676736Z 2022-11-23T01:57:51.8676813Z OK (skipped=5903) 2022-11-23T01:57:51.8676819Z 2022-11-23T01:57:51.8676911Z Generating XML reports... 2022-11-23T01:57:51.8677185Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221123015217.xml 2022-11-23T01:57:51.8677476Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221123015217.xml 2022-11-23T01:57:51.8677720Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221123015217.xml 2022-11-23T01:57:51.8677997Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestLoopnestRandomizationCPU-20221123015217.xml 2022-11-23T01:57:51.8678233Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestNNCOpInfoCPU-20221123015217.xml 2022-11-23T01:57:51.8678239Z 2022-11-23T01:57:51.8678603Z ##[endgroup] 2022-11-23T01:57:51.8678899Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_ig6osn0k) 2022-11-23T01:57:51.8678921Z 2022-11-23T01:57:54.5515070Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:57:54.7008657Z Running test_unary_ufuncs ... [2022-11-23 01:57:54.697688] 2022-11-23T01:57:54.7013849Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:57:54.697688] 2022-11-23T01:57:54.7015975Z Ignoring disabled issues: [] 2022-11-23T02:01:56.2657693Z 2022-11-23T02:01:56.2658386Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T02:01:56.2659490Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_pftyl7zw) 2022-11-23T02:01:56.2807929Z 2022-11-23T02:01:56.2808168Z Running tests... 2022-11-23T02:01:56.2810747Z ---------------------------------------------------------------------- 2022-11-23T02:01:56.2811380Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-11-23T02:01:56.2813102Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:01:56.2814452Z torch_fn(t, out=float_out) 2022-11-23T02:01:56.2814767Z ok (0.660s) 2022-11-23T02:01:56.2815135Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.2815639Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.2816142Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.2816681Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.2817232Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:01:56.2817758Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.2818296Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.2818871Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.2819930Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:01:56.2820904Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:01:56.2821282Z ok (0.117s) 2022-11-23T02:01:56.2821712Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2822291Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.2822842Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2823338Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.2823875Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.2824761Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.2825321Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.2825833Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.2826370Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.2826862Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2827421Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2828149Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-11-23T02:01:56.2828702Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-11-23T02:01:56.2829191Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.2829735Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2830274Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.2830906Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.2831435Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2831959Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2832494Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.2832977Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2833481Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.2833987Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-11-23T02:01:56.2834517Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-11-23T02:01:56.2835020Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2835529Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.2835997Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.2836491Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2836989Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2837488Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.2837996Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.2838497Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2838996Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2839413Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.2839828Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.2840352Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2840856Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2841347Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.2841862Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2842359Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2842974Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2843479Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2843989Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2844461Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2844966Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.2845464Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-11-23T02:01:56.2845984Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-11-23T02:01:56.2846498Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.2847000Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2847498Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2847967Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2848554Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2849043Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2849538Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.2850037Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2850539Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2851041Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-11-23T02:01:56.2851533Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-11-23T02:01:56.2852042Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.2852550Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.2853058Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2853545Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.2854045Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.2854535Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2855001Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.2855483Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2855985Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2856503Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-11-23T02:01:56.2857026Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.2857529Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2857990Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2858484Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.2859035Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.2859514Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.2860037Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.2860636Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.2861154Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2861626Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.2862130Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.2862646Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.2863149Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.2863660Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2864229Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.2864792Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.2865261Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.2865760Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.2867217Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.2867751Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.2868277Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2869296Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14221: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:01:56.2870249Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-11-23T02:01:56.2870584Z ok (0.038s) 2022-11-23T02:01:56.2870958Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.2871500Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2872027Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.2872546Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.2873061Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.2873558Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.2874046Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.2874549Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2875045Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2875563Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.2876060Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.2876579Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.2877088Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.2877574Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.2878087Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.2878603Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2879203Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.2879687Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.2880209Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.2880721Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.2881194Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.2881703Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2882224Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.2882715Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.2883208Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.2883692Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.2884166Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.2884704Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.2885198Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.2885694Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.2886197Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.2886705Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.2887225Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.2887735Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2888208Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.2888710Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.2889224Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.2889720Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.2890206Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.2890696Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.2891158Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2891666Z test_batch_vs_slicing_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2892177Z test_batch_vs_slicing_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2892711Z test_batch_vs_slicing_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2893230Z test_batch_vs_slicing_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.2893768Z test_batch_vs_slicing_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.2894280Z test_batch_vs_slicing_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2894753Z test_batch_vs_slicing_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2895262Z test_batch_vs_slicing_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.2895770Z test_batch_vs_slicing_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2896275Z test_batch_vs_slicing_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.2896834Z test_batch_vs_slicing_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2897339Z test_batch_vs_slicing_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2897837Z test_batch_vs_slicing_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2898306Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2898798Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.2899291Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2899794Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.2900287Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.2900785Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.2901279Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.2901751Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2902317Z test_batch_vs_slicing_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2902810Z test_batch_vs_slicing_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2903321Z test_batch_vs_slicing_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.2903845Z test_batch_vs_slicing_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.2904467Z test_batch_vs_slicing_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2905037Z test_batch_vs_slicing_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.2905528Z test_batch_vs_slicing_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2906029Z test_batch_vs_slicing_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.2906517Z test_batch_vs_slicing_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2907020Z test_batch_vs_slicing_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2907502Z test_batch_vs_slicing_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2907997Z test_batch_vs_slicing_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.2908458Z test_batch_vs_slicing_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2908972Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2909476Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2909977Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2910493Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.2911000Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.2911515Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.2911986Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.2912493Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.2912976Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2913463Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2913944Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2914515Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2915017Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.2915501Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.2916017Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.2916518Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.2917033Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.2917534Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.2918037Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.2918531Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2918993Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.2919505Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.2920063Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.2920562Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.2921050Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2921541Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2922030Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.2922516Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.2923032Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.2923549Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.2924073Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.2924581Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2925074Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.2925534Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2926047Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.2926538Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.2927028Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.2927518Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2928002Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.2928525Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2929031Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.2929571Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.2930108Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.2930657Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2931191Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2931786Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.2932315Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.2932824Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.2933380Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.2933924Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.2934453Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.2934982Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.2935485Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.2935986Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2936475Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T02:01:56.2936986Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-11-23T02:01:56.2937550Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2938033Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2943256Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2943758Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2944370Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.2944902Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2945390Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.2945892Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.2946397Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2946878Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.2947390Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.2947883Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2948382Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2948877Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.2949365Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2949837Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2950326Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2950807Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.2951300Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2951809Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2952322Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.2952829Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.2953309Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2953811Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.2955279Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.2955805Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2956310Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2956817Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2957318Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2957811Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2958322Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.2958835Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.2959330Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.2959831Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2960326Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.2960989Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.2961505Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.2962025Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.2962528Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.2963033Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2963550Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.2964060Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.2964550Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2965058Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2965573Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.2966074Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.2966581Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.2967066Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.2967571Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.2968039Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.2968547Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.2969030Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2969538Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.2970030Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.2970521Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2971013Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.2971477Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2971957Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2972456Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2973046Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.2973549Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2974051Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.2974561Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.2975024Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2975514Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2975998Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.2976474Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.2976960Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2977459Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.2977929Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2978501Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.2979015Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.2979516Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2980011Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.2980511Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2981009Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2981485Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.2982018Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.2982525Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.2983016Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.2983509Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.2984005Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.2984601Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.2985083Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.2985581Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.2986079Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.2986565Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.2987063Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2987562Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2988056Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.2988525Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.2989024Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.2989523Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.2990000Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.2990552Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2991027Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.2991502Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2991991Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.2992495Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-11-23T02:01:56.2993004Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2993522Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.2994024Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.2994533Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.2994998Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.2995506Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.2996066Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.2996547Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.2997026Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.2997511Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.2997997Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.2998462Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.2998966Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.2999470Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.2999964Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3000483Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3000976Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.3001471Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3001933Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3002419Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.3002902Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3003395Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3003896Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3004402Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3004890Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.3005391Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.3005870Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.3006359Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3006837Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3007322Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3007868Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3008324Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3008801Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3009281Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3009764Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3010251Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3010740Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3011205Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3011682Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3012164Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3012643Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3013176Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3013663Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3014154Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.3014626Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3015109Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.3015630Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.3016170Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.3016710Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.3017242Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:01:56.3017752Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3018222Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3018710Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3019205Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3019699Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3020182Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3020669Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3021133Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3021614Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3022084Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3022563Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3023042Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3023520Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T02:01:56.3023998Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.3024542Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.3025103Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T02:01:56.3025579Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-11-23T02:01:56.3026051Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-11-23T02:01:56.3026519Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T02:01:56.3026985Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-11-23T02:01:56.3027434Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T02:01:56.3027925Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3028430Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.3028933Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3029431Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3029922Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3030462Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3030935Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3031423Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3031905Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3032386Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3032863Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3033342Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3033803Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3034281Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3034756Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3035249Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3035748Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3036257Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.3036770Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-11-23T02:01:56.3037263Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.3037767Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3038265Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3038760Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3039246Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3039738Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3040225Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3040697Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3041189Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3041679Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3042219Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3042717Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3043223Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-11-23T02:01:56.3043704Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.3044198Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.3044681Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.3045167Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3045648Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3046126Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3046600Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3047049Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3047582Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3048069Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.3048546Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3049044Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3049545Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3050017Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3050510Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3050994Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3051476Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3051957Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3052427Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3052885Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3053341Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3053833Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3054325Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3054825Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3055349Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3055849Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3056344Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3056808Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3057295Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3057786Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3058270Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3058775Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3059326Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3059803Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3060309Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3060805Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3061285Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3061822Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3062308Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3062831Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3063312Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3063810Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3064423Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3064945Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3065449Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.3065942Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3066414Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3066897Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3067380Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3067899Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3068380Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3068894Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3069369Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3069827Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3070358Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.3070930Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3071504Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3072089Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.3072665Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3073234Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.3073798Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3074412Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:01:56.3074976Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3075532Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3076152Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3076717Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:01:56.3077235Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.3077718Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T02:01:56.3078182Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T02:01:56.3078663Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T02:01:56.3079139Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T02:01:56.3079612Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.3080124Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.3080630Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.3081158Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.3081622Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3082095Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.3082574Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.3083058Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.3083534Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3084012Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3084468Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3084932Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3085395Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3085895Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3086396Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3086872Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3087345Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3087803Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3088280Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.3088752Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3089218Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3089677Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3090139Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3090593Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3091062Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.3091530Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3092043Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-11-23T02:01:56.3092623Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-11-23T02:01:56.3093103Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3093580Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3094034Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3094501Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3094965Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3095426Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3095893Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.3096363Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3096821Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3097297Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-11-23T02:01:56.3097869Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.3098489Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3099038Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3099570Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3100097Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3100578Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3146142Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3146644Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.3147127Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3147630Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3148128Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3148676Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3149174Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3149683Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3150178Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3150658Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3151143Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3151621Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3152095Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3152571Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3153036Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3153508Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3153975Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3154444Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3155120Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3155628Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3156086Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.3156531Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3156985Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3157461Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3157929Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3158400Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3158885Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3159355Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3159831Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3160366Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3160914Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3161382Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3161882Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3162340Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3162790Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.3163252Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3163750Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-11-23T02:01:56.3164283Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-11-23T02:01:56.3164803Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-11-23T02:01:56.3165314Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-11-23T02:01:56.3165824Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-11-23T02:01:56.3166320Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.3166862Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-11-23T02:01:56.3167373Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.3167933Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.295s) 2022-11-23T02:01:56.3168455Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.281s) 2022-11-23T02:01:56.3168975Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-11-23T02:01:56.3169487Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-11-23T02:01:56.3169986Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-11-23T02:01:56.3170492Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-11-23T02:01:56.3171000Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-11-23T02:01:56.3171567Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.281s) 2022-11-23T02:01:56.3172088Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.356s) 2022-11-23T02:01:56.3172610Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.296s) 2022-11-23T02:01:56.3173164Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.342s) 2022-11-23T02:01:56.3173706Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-11-23T02:01:56.3174207Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.307s) 2022-11-23T02:01:56.3174699Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.286s) 2022-11-23T02:01:56.3175213Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.291s) 2022-11-23T02:01:56.3175727Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.317s) 2022-11-23T02:01:56.3176287Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3176765Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3177233Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3177712Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3178186Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3178656Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3179166Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3179672Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3180142Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3180602Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3181065Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3181541Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3182021Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T02:01:56.3182492Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3182962Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.3183413Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3183863Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3184413Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3184906Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3185359Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3185842Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3186302Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3186783Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3187300Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3187875Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.3188391Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3188915Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3189417Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3189943Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3190474Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3191051Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3191625Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3192183Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3192725Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3194057Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3194590Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3195119Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3195645Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3196167Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3196728Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3197253Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3197826Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3198368Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3198887Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3199408Z test_batch_vs_slicing_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.3199925Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3200439Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.3200958Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3201471Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.3201988Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3202494Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3203045Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3203586Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3204090Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3204596Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.3205173Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3205677Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3206172Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3206678Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3207197Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3207705Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3208213Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3208747Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3209276Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3209770Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3210330Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3210870Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T02:01:56.3211451Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T02:01:56.3212030Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.006s) 2022-11-23T02:01:56.3212568Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3213085Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3213597Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3214123Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-11-23T02:01:56.3214715Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.3215248Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3215796Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3216309Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3216839Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.3217383Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.3217896Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3218451Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3219056Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3219672Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3220330Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3220984Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T02:01:56.3221768Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.3222407Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T02:01:56.3223033Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.3223652Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.3224364Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3225010Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3225610Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3226224Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3226797Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3227439Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3228169Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.3228728Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-11-23T02:01:56.3229278Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3229825Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3230362Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3230886Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3231422Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3231955Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3232484Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3233021Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3233611Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3234145Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3234713Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3235240Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3235765Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3236290Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3236825Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3237357Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3237889Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3238420Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3239029Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.3239554Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3240117Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3240671Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3241192Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3241729Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3242257Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3242770Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3243305Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3243834Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.3244425Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3244942Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3245462Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3246021Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3246564Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3247098Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.357s) 2022-11-23T02:01:56.3247626Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.282s) 2022-11-23T02:01:56.3248160Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.464s) 2022-11-23T02:01:56.3248690Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.526s) 2022-11-23T02:01:56.3249216Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-11-23T02:01:56.3249736Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-11-23T02:01:56.3250248Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-11-23T02:01:56.3250767Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-11-23T02:01:56.3251296Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.363s) 2022-11-23T02:01:56.3251866Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.323s) 2022-11-23T02:01:56.3252434Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.267s) 2022-11-23T02:01:56.3252968Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.450s) 2022-11-23T02:01:56.3253498Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.501s) 2022-11-23T02:01:56.3254033Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-11-23T02:01:56.3254543Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-11-23T02:01:56.3255066Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-11-23T02:01:56.3255655Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-11-23T02:01:56.3256176Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.360s) 2022-11-23T02:01:56.3256707Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.317s) 2022-11-23T02:01:56.3257241Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.268s) 2022-11-23T02:01:56.3257801Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.497s) 2022-11-23T02:01:56.3258332Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.515s) 2022-11-23T02:01:56.3258897Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-11-23T02:01:56.3259430Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-11-23T02:01:56.3259954Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-11-23T02:01:56.3260545Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-11-23T02:01:56.3261071Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-11-23T02:01:56.3261576Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3262060Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3262563Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.3263060Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.3263555Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3264164Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3264688Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3265172Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3265644Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3266122Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3266595Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3267076Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3267563Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3268043Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3268511Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.3268993Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3269470Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3269982Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3270465Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3270971Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3271449Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3271911Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3273103Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3273584Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3274073Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3274557Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.3275045Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3275513Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3276026Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3276501Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3277000Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3277466Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3277924Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3278449Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3278900Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3279386Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3279880Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3280383Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3280893Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.3281398Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.3281925Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3282411Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3282941Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3283430Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3283909Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3284396Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3284886Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3285369Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3285853Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3286331Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3286810Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3287275Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3287728Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3288221Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3288711Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3289204Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3289781Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.3290293Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.3290810Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.3291319Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.3291815Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.3292318Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3292849Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3293367Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3293868Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3294383Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3294956Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-11-23T02:01:56.3295448Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.3295918Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3296394Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3296867Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3297334Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3297795Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3298258Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3298712Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3299187Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3299658Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3300165Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.3300677Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T02:01:56.3301159Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3301631Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.3302081Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3302544Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3303003Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3303468Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3303923Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3304464Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3304909Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3305381Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3305882Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3306472Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3307004Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.3307493Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3307975Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3308445Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.3308914Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3309381Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3309835Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3310295Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3310770Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3311239Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.3311790Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3312312Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.3312843Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-11-23T02:01:56.3313337Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3313822Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3314305Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3314768Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3315246Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3315723Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3316203Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3316681Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3317149Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3317621Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.3318115Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3318588Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3319096Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3319564Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3320028Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3320491Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3320945Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3321414Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.3321898Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.3322382Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3322860Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3323415Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3323899Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3324405Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3324913Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3325386Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3325863Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3326337Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3326810Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3327276Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-11-23T02:01:56.3327766Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.3328241Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3328765Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3329227Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3329686Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3330181Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3330629Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3331130Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3331597Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3332067Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3332548Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-11-23T02:01:56.3333033Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-11-23T02:01:56.3333496Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3333965Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3334436Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3334896Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3335359Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3335826Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3336326Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3336778Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3337284Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3337762Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-11-23T02:01:56.3338251Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.3338732Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3339210Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3339662Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.3340184Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.3340648Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.3341115Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3341579Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3342062Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3342602Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-11-23T02:01:56.3343135Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-11-23T02:01:56.3343648Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-11-23T02:01:56.3344221Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.3344732Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-11-23T02:01:56.3345231Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.3345804Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-11-23T02:01:56.3346313Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3346812Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3347322Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.3347834Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.3348341Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3348886Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3349429Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3349940Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3350433Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3350943Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3351457Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.3351963Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.3352468Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3352973Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3353479Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.3353976Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.3354509Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3355018Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3355564Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3356071Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3356569Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.3357136Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.3357624Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.3358127Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.3358633Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3359137Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3359643Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3360151Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.3360680Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.3361198Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.3361701Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.3362263Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3362767Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3363271Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3363766Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3364254Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.3364747Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3365239Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.3365719Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.3366212Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3366821Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.3367354Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3367840Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3368343Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3368840Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3369340Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.3369838Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3370333Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3370823Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.3371302Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.365s) 2022-11-23T02:01:56.3371793Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.3372283Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3372801Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.3373379Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3373868Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3374350Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.3374817Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.3375297Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3375783Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T02:01:56.3376272Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3376760Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.3377245Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.3377710Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3378194Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3378760Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3379271Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.3379754Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3380240Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3380731Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.3381203Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3381699Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3382192Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3382678Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3383161Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.3383653Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.3384241Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3384780Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T02:01:56.3385027Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.3385309Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3385553Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3385799Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.3386044Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3386310Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-11-23T02:01:56.3386577Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T02:01:56.3386847Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-11-23T02:01:56.3387111Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.3387431Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-11-23T02:01:56.3387688Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-11-23T02:01:56.3387953Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.3388218Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-11-23T02:01:56.3388481Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.3388745Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-11-23T02:01:56.3389015Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T02:01:56.3389275Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.3389534Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.3389844Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T02:01:56.3390105Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T02:01:56.3390352Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-11-23T02:01:56.3390644Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.3390912Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3391175Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3391470Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3391730Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3391989Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.3392245Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.3392500Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-11-23T02:01:56.3392761Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T02:01:56.3393024Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.3393293Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3393548Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T02:01:56.3393811Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3394067Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.3394325Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.3394585Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.3394833Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.3395075Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.3395377Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.3395621Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.3395863Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3396102Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.3396326Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.3396563Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3396838Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3397077Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.3397356Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3397602Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.3397906Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3398144Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3398377Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3398612Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3398850Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.3399148Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3399442Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3399730Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.3400016Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3400303Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.3400589Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3400875Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3401152Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.3401438Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.3401713Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.3401995Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.3402259Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.3402530Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.3402840Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.3403114Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3403470Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.3403742Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.3404017Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-11-23T02:01:56.3404291Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3404568Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.3404837Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.3405101Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.3405373Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T02:01:56.3405644Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.3405959Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.3406224Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3406494Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.3406763Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.3407026Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.3407290Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.3407552Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3407817Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3408084Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.3408313Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3408540Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3408791Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-11-23T02:01:56.3409031Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-11-23T02:01:56.3409260Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.3409525Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3409751Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3409974Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.3410192Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.3410414Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3410636Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3410867Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3411094Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3411333Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.3411625Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3411859Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.3412093Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.3412328Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3412561Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.3412783Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.3413007Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3413219Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3413446Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3413672Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3413948Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3414176Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.3414411Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T02:01:56.3414637Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.3414893Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.3415112Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3415329Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3415577Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3415796Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.3416018Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.3416250Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.3416464Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3416698Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T02:01:56.3416932Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.3417159Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3417379Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.3417592Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3417809Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3418029Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.3418253Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.3418471Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3418701Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.3418931Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3419159Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.3419385Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3419663Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.3419889Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3420116Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3420338Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3420570Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3420822Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3421053Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3421276Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3421529Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3421735Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3421955Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3422884Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3423098Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3423315Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3423526Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3423740Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3423953Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3424287Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3424507Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3424734Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3424968Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3425192Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3425407Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3425625Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3425842Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3426057Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3426274Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3426476Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3426702Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3426964Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3427196Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3427455Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3427679Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3427899Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3428118Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3428335Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3428616Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3428832Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3429053Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3429280Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3429498Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3429728Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3429954Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3430175Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3430391Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3430606Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3430807Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3431075Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3431292Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3431507Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3431721Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3431943Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3432155Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3432385Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3432613Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3432865Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3433083Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3433298Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3433545Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3433759Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3433970Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3434185Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3434407Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3434622Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3434841Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3435070Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3435294Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3435514Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3435732Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3435945Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3436159Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3436373Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3436653Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3436877Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3437094Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3437320Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3437545Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3437766Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3437979Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3438193Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3438408Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3438627Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3438830Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3439044Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3439318Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3439530Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3439764Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3439994Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3440216Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3440437Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3440656Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3440870Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3441082Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3441300Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3441512Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3441741Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3441962Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3442193Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3442424Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3442657Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3442870Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3443095Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3443318Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3443538Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3443754Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3444011Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3444232Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3444452Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3444730Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3444991Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3445214Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3445440Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3445663Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3445888Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3446109Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3446324Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3446549Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3446775Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3446996Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3447255Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3447472Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3447690Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3447907Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3448120Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3448335Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3448548Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3448767Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3448989Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3449202Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3449425Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3449652Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3449870Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3450088Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3450300Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3450514Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3450729Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3450943Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3451145Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3451357Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3451586Z test_contig_size1_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3451810Z test_contig_size1_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3452041Z test_contig_size1_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3452272Z test_contig_size1_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3452498Z test_contig_size1_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3452786Z test_contig_size1_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3453007Z test_contig_size1_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3453228Z test_contig_size1_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3453454Z test_contig_size1_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3453672Z test_contig_size1_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3453892Z test_contig_size1_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3454110Z test_contig_size1_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3454328Z test_contig_size1_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3454542Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3454762Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3454975Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3455227Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3455444Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3455658Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3455872Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3456086Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3456311Z test_contig_size1_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3456533Z test_contig_size1_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3456766Z test_contig_size1_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3457001Z test_contig_size1_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3457235Z test_contig_size1_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3457458Z test_contig_size1_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3457683Z test_contig_size1_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3457905Z test_contig_size1_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3458125Z test_contig_size1_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3458340Z test_contig_size1_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3458553Z test_contig_size1_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3458772Z test_contig_size1_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3458990Z test_contig_size1_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3459203Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3459420Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3459653Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3459878Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3460100Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3460357Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3460575Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3461495Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3461730Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3461950Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3462167Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3462384Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3462601Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3462827Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3463046Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3463273Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3463503Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3463730Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3463997Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3464287Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3464505Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3464721Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3464945Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3465159Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3465373Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3465591Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3465816Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3466035Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3466268Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3466494Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3466716Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3466934Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3467150Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3467363Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3467579Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3467791Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3467992Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3468208Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3468420Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3468660Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3468893Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3469140Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3469388Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3469686Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3469925Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3470166Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3470400Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3470627Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3470861Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3471094Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3471328Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3471564Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3471785Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3472000Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3472272Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3472480Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3472699Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3472915Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3473130Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3473343Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3473557Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3473773Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3473987Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3474215Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3474428Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3474658Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3474881Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3475104Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3475324Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3475540Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3475760Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3475975Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3476192Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3476391Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3476620Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3476848Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3477076Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3477294Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3477521Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3477795Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3478084Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3478327Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3478575Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3478828Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3479085Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3479333Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3479586Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3479838Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3480090Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3480336Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3480628Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3480872Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3481076Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3481325Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3481569Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3481836Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3482088Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3482347Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3482599Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3482850Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3483104Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3483354Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3483596Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3483832Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3484086Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3484342Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3484600Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3484865Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3485125Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3485373Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3485574Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3485828Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3486065Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3486304Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3486544Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3486853Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3487095Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3487344Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3487592Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3487836Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3488079Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3488327Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3488574Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3488819Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3489078Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3489328Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3489641Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3489886Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3490095Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3490350Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3490592Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3490842Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3491092Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3491391Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3491643Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3491927Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3492179Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3492427Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3492674Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3492919Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3493171Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3493415Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3493657Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3493907Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3494151Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3494407Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3494618Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3494863Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3495103Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3495343Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3495579Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3495878Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3496120Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3496355Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3496612Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3496856Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3497105Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3497350Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3497596Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3497840Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3498081Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3498326Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3498573Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3498871Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3499070Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3499330Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3499582Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3499829Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3500080Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3500329Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3500581Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3500831Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3501081Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3501321Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3501560Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3501801Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3502057Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3502298Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3502555Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3502815Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3503069Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3503322Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3503528Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3503769Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3504015Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3504342Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3504589Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3504835Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3505140Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3505400Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3505650Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3505893Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3506136Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3506382Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3506625Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3506872Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3507120Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3507370Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3507617Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3507912Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3508113Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3508364Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3508610Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3508848Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3509084Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3509332Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3509573Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3509824Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3510076Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3510319Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3510557Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3510801Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3511040Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3511280Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3511520Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3511760Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3511996Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3512241Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3512437Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3512675Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3512916Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3513161Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3513401Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3513640Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3513932Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3514175Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3514433Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3514688Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3514935Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3515183Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3515422Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3515675Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3515930Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3516175Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3516420Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3516662Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3516911Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3517152Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3517389Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3517627Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3517865Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3518125Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3518380Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3518642Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3518901Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3519166Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3519421Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3519675Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3519928Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3520178Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3520428Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3520687Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3520937Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3521192Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3521436Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3521640Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3521895Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3522147Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3522399Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3522648Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3522942Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3523182Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3523428Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3523673Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3523914Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3524159Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3524399Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3524647Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3524895Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3525159Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3525413Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3525713Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3525958Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3526158Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3526398Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3526641Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3526884Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3527127Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3527369Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3527628Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3527883Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3528138Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3528384Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3528637Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3528887Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3529133Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3529378Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3529630Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3529880Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3530139Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3530387Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3530600Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3530849Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3531100Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3531345Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3531591Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3531901Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3532148Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3532399Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3532653Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3532895Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3533151Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3533405Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3533655Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3533904Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3534150Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3534392Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3534686Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3534925Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3535169Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3535370Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3535613Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3535920Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.3536221Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3536533Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3536843Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3537143Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3537434Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.3537731Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3538026Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3538324Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3538621Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3538916Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3539206Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3539466Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3539739Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3540006Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3540268Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3540583Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3540841Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3541111Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3541367Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3541577Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3541834Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3542093Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3542351Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3542616Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3542876Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3543147Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3543484Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3543747Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3544008Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3544352Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3544614Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3544876Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3545138Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3545395Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3545674Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3545933Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3546212Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3546483Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3546756Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3546979Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3547243Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3547548Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3547813Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3548104Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3548376Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3548647Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3548907Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3549180Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3549452Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3549779Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3550050Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3550314Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3550578Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3550837Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3551095Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3551353Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3551612Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3551884Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3552145Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3552431Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3552689Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3553092Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3553354Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3553609Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3553864Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3554121Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3554375Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3554630Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3554900Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3555169Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3555441Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3555707Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3555968Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3556229Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3556494Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3556749Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3557009Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3557274Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3557525Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3557746Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3557999Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3558268Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3558596Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3558860Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3559124Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3559380Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3559648Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3559903Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3560157Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3560414Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3560687Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3560946Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3561218Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3562166Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3562449Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3562718Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3562977Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3563237Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3563489Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3563710Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3563967Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3564241Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3564503Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3564792Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3565069Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3565340Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3565608Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3565885Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3566153Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3566415Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3566677Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3566949Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3567211Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3567473Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3567745Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3568076Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3568347Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3568618Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3568888Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3569164Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3569385Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3569643Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3569912Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3570183Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3570451Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3570761Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3571022Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3571276Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3571542Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3571797Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3572055Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3572312Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3572565Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3572827Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3573080Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3573350Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3583730Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3584155Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3584407Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3584634Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3584876Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3585105Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3585335Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3585565Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3585797Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3586045Z test_contig_size1_large_dim_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3586284Z test_contig_size1_large_dim_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3586539Z test_contig_size1_large_dim_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3586937Z test_contig_size1_large_dim_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3587185Z test_contig_size1_large_dim_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3587432Z test_contig_size1_large_dim_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3587674Z test_contig_size1_large_dim_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3587916Z test_contig_size1_large_dim_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3588153Z test_contig_size1_large_dim_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3588386Z test_contig_size1_large_dim_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3588619Z test_contig_size1_large_dim_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3588856Z test_contig_size1_large_dim_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3589091Z test_contig_size1_large_dim_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3589383Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3589606Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3589841Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3590075Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3590306Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3590531Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3590766Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3591000Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3591241Z test_contig_size1_large_dim_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3591481Z test_contig_size1_large_dim_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3591730Z test_contig_size1_large_dim_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3591978Z test_contig_size1_large_dim_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3592222Z test_contig_size1_large_dim_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3592460Z test_contig_size1_large_dim_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3592701Z test_contig_size1_large_dim_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3592943Z test_contig_size1_large_dim_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3593178Z test_contig_size1_large_dim_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3593414Z test_contig_size1_large_dim_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3593643Z test_contig_size1_large_dim_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3593875Z test_contig_size1_large_dim_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3594104Z test_contig_size1_large_dim_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3594328Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3594561Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3594855Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3595102Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3595344Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3595582Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3595821Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3596054Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3596289Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3596519Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3596752Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3596985Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3597212Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3597496Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3597725Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3597967Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3598210Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3598446Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3598681Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3598919Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3599142Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3599374Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3599604Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3599832Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3600060Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3600293Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3600529Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3600756Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3600997Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3601240Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3601480Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3601710Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3601943Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3602170Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3602399Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3602674Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3602901Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3603127Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3603356Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3603610Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3603846Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3604106Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3604365Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3604626Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3604883Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3605181Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3605429Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3605676Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3605915Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3606163Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3606411Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3606662Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3606896Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3607130Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3607370Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3607610Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3607841Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3608070Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3608295Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3608526Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3608748Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3608966Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3609197Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3609434Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3609662Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3609904Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3610155Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3610401Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3611302Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3611553Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3611799Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3612041Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3612280Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3612518Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3612774Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3613019Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3613275Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3613527Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3613834Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3614081Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3614330Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3614565Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3614808Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3615053Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3615311Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3615560Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3615811Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3616067Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3616316Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3616559Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3616806Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3617051Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3617297Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3617551Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3617799Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3618056Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3618316Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3618569Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3618818Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3619065Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3619311Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3619592Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3619840Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3620086Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3620328Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3620568Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3620813Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3621054Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3621301Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3621547Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3621784Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3622073Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3622311Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3622550Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3622786Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3623036Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3623273Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3623515Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3623763Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3624003Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3624331Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3624559Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3624791Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3625023Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3625266Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3625502Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3625745Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3625986Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3626228Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3626460Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3626690Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3626924Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3627157Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3627393Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3627622Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3627915Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3628148Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3628378Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3628605Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3628835Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3629062Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3629276Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3629504Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3629740Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3629969Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3630264Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3630506Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3630740Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3630971Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3631200Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3631421Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3631650Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3631878Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3632104Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3632347Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3632576Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3632814Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3633048Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3633279Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3633507Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3633724Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3633954Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3634186Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3634421Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3634649Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3634889Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3635132Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3635372Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3635656Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3635897Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3636132Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3636362Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3636587Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3636809Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3637033Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3637255Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3637493Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3637723Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3637966Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3638257Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3638484Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3638724Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3638961Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3639191Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3639421Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3639654Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3639882Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3640114Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3640346Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3640584Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3640816Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3641050Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3641280Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3641511Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3641738Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3641970Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3642201Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3642436Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3642672Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3642907Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3643132Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3643422Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3643662Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3643897Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3644133Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3644369Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3644596Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3644841Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3645082Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3645315Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3645549Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3645783Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3646058Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3646288Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3646514Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3646742Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3646968Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3647200Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3647427Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3647653Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3647869Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3648092Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3648316Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3648593Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3648821Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3649049Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3649322Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3649564Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3649804Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3650039Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3650264Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3650501Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3650739Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3650971Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3651200Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3651486Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3651717Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3651945Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3652171Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3652400Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3652614Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3652864Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3653103Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3653358Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3653606Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3653905Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3654149Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3654393Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3654672Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3654908Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3655175Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3655415Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3655649Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3655880Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3656118Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3656349Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3656595Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3656833Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3657073Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3657307Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3657531Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3657762Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3657996Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3658227Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3658453Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3658683Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3658911Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3659149Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3659433Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3659679Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3659924Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3660158Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3660390Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3660668Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3660903Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3661162Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3661399Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3661632Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3661915Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3662160Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3662387Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3662629Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3662875Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3663118Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3663356Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3663595Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3663833Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3664147Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3664383Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3664631Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3664871Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3665112Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3665356Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3665599Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3665832Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3666070Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3666307Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3666573Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3666808Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3667049Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3667316Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3667618Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3667863Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3668108Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3668343Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3668579Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3668818Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3669051Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3669284Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3669516Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3669749Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3670034Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3670327Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3670616Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:01:56.3670912Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3671205Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3671496Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.3671781Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:01:56.3672066Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3672347Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3672664Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3672941Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3673223Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3673503Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.3673766Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3674006Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3674247Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3674486Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3674722Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3674956Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3675186Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3675475Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3675707Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3675946Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3676174Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3676418Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.3676658Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3676891Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3677124Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3677358Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3677585Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3677862Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3678092Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3678318Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3678540Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3678768Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3679041Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3679281Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3679508Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3679773Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3680002Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3680232Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3680462Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3680694Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3680921Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3681160Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3681398Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3681633Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3681868Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3682096Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3682323Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3682544Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3682766Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3682993Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3683271Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3683502Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3683743Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3683982Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3684213Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3684443Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3684670Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3684897Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3685156Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3685384Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3685639Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3685954Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3686193Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3686448Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3686701Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3686950Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3687192Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3687434Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3687676Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3687923Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3688149Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3688392Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3688632Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3688870Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3689099Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3689337Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3689570Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3689803Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3690035Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3690261Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3690491Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3690719Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3690986Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3691267Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3691516Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3691793Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3692036Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3692271Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3692505Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3692735Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3692962Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3693181Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3693405Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3693633Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3693910Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3694185Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3694453Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3694718Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3694980Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3695244Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3695506Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3695770Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3696025Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3696291Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3696552Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3696816Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3697105Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3697369Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.3697655Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3697917Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3698177Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3698445Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3698706Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3698953Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3699262Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3699521Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3699779Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3700039Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3700289Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3700534Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3700771Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3701016Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3701259Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3701494Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3702383Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3702624Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3702862Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3703143Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3703382Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3703618Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3703895Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3704219Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3704460Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3704695Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3704930Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3705148Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3705375Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3705603Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3705833Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3706063Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3706298Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3706564Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3706824Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3707084Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3707343Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3707603Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3707923Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3708203Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3708481Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3708758Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3709067Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3709344Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3709616Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3709923Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3710194Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3710516Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3710783Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3711034Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3711301Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3711563Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3711841Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3712116Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3712393Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3712655Z test_contig_size1_large_dim_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3712915Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3713174Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3713439Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3713704Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3713970Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3714234Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3714496Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3714747Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3715006Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3715296Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3715552Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3715900Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3716158Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3716425Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3716687Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3716944Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3717191Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3717443Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3717695Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3717954Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3718209Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3718524Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3718786Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3719047Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3719302Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3719565Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3719824Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3720108Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3720393Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3720652Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3720909Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3721197Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3721468Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3721769Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3722038Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3722315Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3722587Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3722858Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3723125Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3723399Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3723656Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3723975Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3724249Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3724514Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3724776Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3725037Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3725296Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3725558Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3725827Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3726102Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3726426Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3726702Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3726975Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3727283Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3727550Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3727854Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3728120Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3728387Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3728654Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3728924Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3729191Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3729459Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3729725Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3729989Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3730243Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3730506Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3730762Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3731033Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3731298Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3731566Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3731890Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3732154Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3732417Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3732677Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3732938Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3733233Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3733503Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3733804Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3734074Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3734396Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3734656Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3734916Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3735171Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3735435Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3735695Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3735964Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3736229Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3736495Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.3736750Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3737005Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.3737270Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3737535Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3737800Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3738064Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3738336Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.3738600Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3738867Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3739166Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.3739427Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3740320Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.3740593Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3740862Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.3741120Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.3741391Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3741656Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3741923Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.3742193Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3742458Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.3742767Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3743026Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3743286Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3743546Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.3743782Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3744039Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3744366Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3744614Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3744860Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3745104Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3745386Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3745626Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3745899Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3746145Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3746385Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3746620Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3746865Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3747100Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3747343Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3747584Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3747825Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3748060Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3748355Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3748586Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3748819Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3749043Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3749280Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3749510Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3749752Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3749993Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3750233Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3750468Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3750756Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3750985Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3751250Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3751481Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3751709Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3751969Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3752205Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3752461Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3752713Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3752971Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3753228Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3753478Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3753724Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3753960Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3754206Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3754452Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3754698Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3754944Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3755190Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3755426Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3755663Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3755899Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3756188Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3756422Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3756655Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3756889Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3757119Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3757411Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3757668Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3757960Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3758223Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3758478Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3758783Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3759045Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3759292Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3759552Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3759791Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3760023Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3760271Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3760515Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3760754Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3760988Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3761220Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3761453Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3761684Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3761916Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3762145Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3762382Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3762611Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3762856Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3763092Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3763365Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3763595Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3763826Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3764078Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3764364Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3764595Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3764827Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3765055Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3765282Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3765521Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3765752Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3765997Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3766241Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3766477Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3766765Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3766995Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3767226Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3767459Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3767686Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3767916Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3768144Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3768390Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3768626Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3768863Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3769109Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3769385Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3769628Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3769863Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3770133Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3770370Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3770607Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3770842Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3771076Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3771306Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3771540Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3771770Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3771996Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3772277Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3772509Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3772740Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3772966Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3773195Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3773440Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3773657Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3773895Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3774138Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3774377Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3774659Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3774892Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3775122Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3775387Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3775620Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3775857Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3776122Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3776368Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3776606Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3776842Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3777074Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3777302Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3777528Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3777754Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3777980Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3778209Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3778431Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3778657Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3778900Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.3779141Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3779375Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3779608Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3779837Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3780118Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3780344Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3780571Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3780801Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3781036Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3781264Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3781536Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3781776Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3782040Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3782275Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3782500Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3782779Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3783007Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3783223Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3783446Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3783699Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3783958Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3784286Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3784541Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3784792Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3785035Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3785289Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3785539Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3785789Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3786045Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3786305Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3786560Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3786810Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3787058Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3787346Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3787599Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3787852Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3788204Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3788463Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3788720Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3788957Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3789205Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3789452Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3789704Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3789956Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3790215Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3790471Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3790770Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3791018Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3791268Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3791522Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3791769Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3792017Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3792273Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3792533Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3792788Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3793036Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3793280Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3793562Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3793817Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3794102Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3794348Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3794591Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3794835Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3795079Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3795315Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3795550Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3795797Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3796095Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3796344Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3796602Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3796849Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3797094Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3797335Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3797573Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3797816Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3798057Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3798309Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.3798605Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3798851Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3799093Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3799332Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3799609Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3799849Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3800114Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3800359Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3800603Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3800846Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3801084Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3801323Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3801564Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3801803Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3802041Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3802278Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3802518Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3802767Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3803008Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3803250Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3803490Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3803728Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3804030Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3804270Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3804527Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3804785Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3805041Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3805282Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3805568Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3805817Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3806098Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3806352Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3806676Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.3806948Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3807223Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3807492Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3807762Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3808034Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3808301Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3808573Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3808843Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3809116Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3809384Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3809653Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3809922Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3810186Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3810454Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3810720Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3810985Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3811254Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3811555Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3811866Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3812169Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3812440Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3812707Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3812974Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3813242Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3813513Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3813783Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.3814049Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3814368Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3814630Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3814896Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3815156Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3815411Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3815657Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3815911Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3816164Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3816415Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3816658Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3816900Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3817142Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3817390Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3817669Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3817913Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3818190Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3818445Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3818694Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3818939Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3819182Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3819428Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3819789Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3820087Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3820389Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3820691Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3820986Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3821277Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3821572Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3821868Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3822159Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3822497Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.3822781Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3823059Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3823339Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3823648Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3823930Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3824313Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.3824604Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3824884Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3825166Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3825437Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3825716Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3825994Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3826272Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3826549Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3826830Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3827103Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3827378Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3827704Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3827976Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3828251Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3828525Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3828798Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.3829072Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3829313Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3829577Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3829826Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3830067Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3831149Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3831384Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3831618Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3831848Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3832071Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3832285Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3832513Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3832757Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3832997Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3833244Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3833491Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3833728Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3833967Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3834204Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.3834441Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3834675Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3834907Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3835144Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3835374Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3835642Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3835873Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3836110Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3836383Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3836681Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3836916Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.3837135Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3837357Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3837584Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3837816Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3838046Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3838283Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3838512Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3838753Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.3839048Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3839279Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3839509Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3839737Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3839964Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3840189Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3840416Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3840644Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3840880Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3841118Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3841350Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3841613Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3841833Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3842064Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3842324Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3842557Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3842785Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3843011Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3843240Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3843459Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3843676Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3843888Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3844098Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3844312Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3844593Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3844817Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3845037Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3845265Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3845487Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3845709Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3845915Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3846129Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3846341Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3846555Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3846769Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3847027Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3847250Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3847468Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3847724Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3847943Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3848158Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3848404Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3848621Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3848839Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3849050Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3849275Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3849493Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3849718Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3849942Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3850146Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3850359Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3850571Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3850787Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3851003Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3851214Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3851438Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3851668Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3851889Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3852126Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3852358Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3852639Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3852867Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3853087Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3853311Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3853531Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3853787Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3853989Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3854225Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3854485Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3854726Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3854961Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3855191Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3855471Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3855700Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3855928Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3856152Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3856377Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3856602Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3856830Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3857055Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3857275Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3857497Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3857712Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3857926Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3858142Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3858345Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3858561Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3858778Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3859000Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3859216Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3859441Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3859696Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3859919Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3860138Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3860383Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3860595Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3860867Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3861082Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3861299Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3861510Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3861725Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3861982Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3862233Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3862484Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3862714Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3862961Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3863208Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3863502Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3863743Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3863997Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3864327Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3864571Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3864813Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3865055Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3865297Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3865542Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3865819Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3866072Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3866322Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3866602Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3866843Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3867086Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3867325Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3867575Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3867816Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3868032Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3868257Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3868484Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3868706Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3869546Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3869778Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3870008Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3870229Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3870448Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3870667Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3870889Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3871112Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3871335Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3871562Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3871819Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3872095Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3872308Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3872558Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3872759Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3872969Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3873181Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3873392Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3873641Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3873892Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3874140Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3874383Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3874627Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3874866Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3875129Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3875388Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3875649Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3875911Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3876177Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3876437Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3876692Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3876945Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3877192Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3877443Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3877777Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3878013Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3878263Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3878562Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3878820Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3879079Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3879324Z test_contig_size1_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3879571Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3879816Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3880065Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3880364Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3880610Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3880857Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3881102Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3881344Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3881587Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3881829Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3882071Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3882312Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3882555Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3882800Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3883044Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3883274Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3883513Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3883784Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3884023Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3884265Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3884536Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3884786Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3885032Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3885278Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.3885516Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3885817Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3886063Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3886334Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3886601Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3886842Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3887083Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3887325Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3887583Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3887840Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3888091Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3888399Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3888646Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3888904Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3889160Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3889421Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3889681Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3889974Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3890226Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3890469Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3890717Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3890997Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3891238Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3891484Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3891734Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3891994Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3892264Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3892527Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3892782Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3893036Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3893290Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3893535Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3893832Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3894081Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3894325Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3894580Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3894835Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3895084Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3895330Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3895582Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3895829Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3896080Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3896408Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3896666Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3896943Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3897199Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3897448Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3897697Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3897938Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3898185Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3898434Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3898679Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3898933Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3899182Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3899434Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3899683Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3899917Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3900160Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3900398Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3900649Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3900898Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3901155Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3901403Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3901711Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3901965Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3902244Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3902491Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3902730Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3903010Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3903260Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3903518Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3903764Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3904015Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3904398Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3904647Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3904889Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3905127Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3905360Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3905608Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3905865Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3906114Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3906368Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3906618Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3906864Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3907125Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3907380Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3907636Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3907895Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3908133Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3908410Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3908648Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3908884Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3909146Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3909374Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3909592Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3909876Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3910100Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3910307Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3910528Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3910745Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3910968Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3911188Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3911412Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3911632Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3911852Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3912074Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3912341Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3912556Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3912775Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3912992Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3913209Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3913424Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3913645Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3913869Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3914089Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3914343Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3914546Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3914765Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3915010Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3915227Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3915440Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3915656Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3915874Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3916111Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3916344Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3916589Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3916828Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3917062Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3917290Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3917523Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3917754Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3918036Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3918265Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3918495Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3918709Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3918931Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3919151Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3919366Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3919580Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3919797Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3920016Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3920232Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3920533Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3920777Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3921055Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3921294Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3921534Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3921770Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3922012Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3922262Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3922513Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3922755Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3922980Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3923200Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3923416Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3923641Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3923863Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3924083Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3924300Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3924519Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3924735Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3924953Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3925169Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3925388Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3925602Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3925825Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3926107Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3926358Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3926577Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3926792Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3927007Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3927250Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3927450Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3927663Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3927872Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3928086Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3928308Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3928581Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3928808Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3929036Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3929257Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3929474Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3929686Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3929902Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3930119Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3930332Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3930551Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3930765Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3930994Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3931215Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3931434Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3931663Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3931889Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3932113Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3932332Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3932588Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3932806Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3933023Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3933272Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3933485Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3933696Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3933915Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3934184Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3934397Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3934615Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3934829Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3935044Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3935255Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3935456Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3935681Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3935904Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3936130Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3936353Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3936624Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3936840Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3937056Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3937267Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3937485Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3937698Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3937914Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3938129Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3938355Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3938611Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3938827Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3939043Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3939286Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3939485Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3939695Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3939905Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3940119Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3940336Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3940545Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3940774Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3940998Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3941214Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3941426Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3941643Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3941855Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3942067Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3942333Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3942547Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3942773Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3942984Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3943208Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3943416Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3943631Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3943842Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3944120Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3944340Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3944591Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3944862Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3945074Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3945343Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3945584Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3945824Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3946055Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3946291Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3946520Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3946760Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3946992Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3947230Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3947472Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3947711Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3947932Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3948165Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3948403Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3948639Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3948876Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3949109Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3949346Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3949586Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3949817Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3950050Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3950333Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3950605Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3950841Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3951070Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3951346Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3951588Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3951818Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3952049Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3952277Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3952511Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3952779Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3953011Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3953245Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3953482Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3953711Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3953943Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3954177Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3954408Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3954642Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3954878Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3955108Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3955341Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3955572Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3955800Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3956027Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3956253Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3956510Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3956741Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3956970Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3957251Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3957474Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3957709Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3957939Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3958230Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3958463Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3958692Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3958926Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3959154Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3959384Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3959610Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3959840Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3960064Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3960290Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3960516Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3961430Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3961656Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3961885Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3962114Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3962339Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3962584Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3962810Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3963039Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3963294Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3963522Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3963754Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3963984Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3964212Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3964439Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3964661Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3964888Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3965111Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3965346Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3965591Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3965834Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3966069Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3966305Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3966540Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3966770Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3967059Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3967304Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3967565Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3967816Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3968076Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3968332Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3968620Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3968874Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3969124Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3969407Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3969711Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3969971Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.3970222Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3970467Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3970715Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3970966Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3971219Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3971480Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3971732Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3971985Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3972232Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3972477Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3972726Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3972962Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3973208Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3973462Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3973714Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3973967Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3974220Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3974468Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3974755Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3975054Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3975334Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3975573Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3975805Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3976039Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3976274Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3976504Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3976729Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3976958Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3977186Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3977463Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3977689Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3977911Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3978146Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3978374Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3978603Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3978833Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3979065Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3979296Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3979589Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3979872Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3980157Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3980442Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3980752Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.3981026Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3981291Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3981609Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3981888Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3982159Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3982432Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3982705Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3983019Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.3983285Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3983549Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3983814Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3984138Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3984405Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3984676Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3984945Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3985205Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3985518Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3985775Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3986038Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3986295Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3986553Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3986854Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3987114Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3987403Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3987660Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3987916Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3988170Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3988424Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3988645Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3988862Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3989090Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3989316Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.3989536Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3989738Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3989953Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3990168Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3990380Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3990591Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3990808Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3991092Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3991311Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3991543Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3991773Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3991995Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3992214Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3992431Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3992651Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3992898Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3993114Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3993330Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3993632Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3993835Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3994047Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3994271Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3994495Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3994710Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3994925Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3995139Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.3995350Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3995563Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3995777Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.3995991Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.3996213Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3996428Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3996655Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3996878Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3997166Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3997406Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.3997655Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.3997853Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4044964Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4045196Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4045415Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4045654Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4045897Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4047175Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4047430Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4047711Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4047948Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4048185Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4048426Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4048684Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4048951Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4049213Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4049474Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4049727Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4050057Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4050305Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4050521Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4050774Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4051021Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4051272Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4051526Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4051784Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4052040Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4052305Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4052565Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4052818Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4053109Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4053360Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4053643Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4053893Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4054142Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4054394Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4054654Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4054903Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4055168Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4055396Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4055653Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4055970Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4056227Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4056484Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4056733Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4056980Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4057231Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4057487Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4057732Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4057999Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4058265Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4058522Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4058825Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4059115Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4059366Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4059614Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4059892Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4060142Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4060397Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4060620Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4060873Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4061136Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4061396Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4061648Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4061899Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4062145Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4062395Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4062638Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4062891Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4063136Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4063393Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4063641Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4063908Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4064246Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4064508Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4064818Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4065105Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4065359Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4065606Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4065853Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4066102Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4066355Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4066605Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4066868Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4067127Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4067434Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4067690Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4067936Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4068181Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4068427Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4068674Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4068922Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4069189Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4069436Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4069706Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4069968Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4070221Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4070474Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4070721Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4070936Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4071218Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4071463Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4071744Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4072009Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4072263Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4072536Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4072802Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4073070Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4073381Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4073641Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4073904Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4074157Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4074414Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4074655Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4074910Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4075167Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4075430Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4075693Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4076003Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4076231Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4076492Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4076751Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4077006Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4077291Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4077551Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4077843Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4078103Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4078357Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4078608Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4078858Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4079103Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4079351Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4079598Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4079849Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4080096Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4080353Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4080599Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4080858Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4081111Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4081331Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4081584Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4081883Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4082134Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4082379Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4082636Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4082886Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4083167Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4083433Z test_contig_vs_every_other_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4083689Z test_contig_vs_every_other_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4083987Z test_contig_vs_every_other_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4084260Z test_contig_vs_every_other_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4084528Z test_contig_vs_every_other_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4084836Z test_contig_vs_every_other_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4085101Z test_contig_vs_every_other_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4085358Z test_contig_vs_every_other_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4085616Z test_contig_vs_every_other_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4085871Z test_contig_vs_every_other_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4086120Z test_contig_vs_every_other_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4086374Z test_contig_vs_every_other_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4086589Z test_contig_vs_every_other_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4086846Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4087097Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4087350Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4087601Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4087845Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4088095Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4088342Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4088585Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4088843Z test_contig_vs_every_other_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4089128Z test_contig_vs_every_other_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4089396Z test_contig_vs_every_other_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4089658Z test_contig_vs_every_other_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4089921Z test_contig_vs_every_other_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4090214Z test_contig_vs_every_other_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4090469Z test_contig_vs_every_other_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4090773Z test_contig_vs_every_other_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4091029Z test_contig_vs_every_other_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4091284Z test_contig_vs_every_other_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4091534Z test_contig_vs_every_other_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4091753Z test_contig_vs_every_other_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4092000Z test_contig_vs_every_other_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4092260Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4092509Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4092769Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4093034Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4093344Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4093601Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4093861Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4094115Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4094366Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4094619Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4094868Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4095114Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4095393Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4095656Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4095905Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4096199Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4096457Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4096682Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4096936Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4097198Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4097445Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4097693Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4097940Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4098187Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4098436Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4098680Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4098936Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4099230Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4099495Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4099760Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4100018Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4100268Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4100517Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4100760Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4101006Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4101249Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4101534Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4101750Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4102086Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4102366Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4102638Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4102918Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4103202Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4103478Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4103756Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4104027Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4104375Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4104642Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4104902Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4105159Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4105425Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4105692Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4105949Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4106198Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4106462Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4106719Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4106970Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4107221Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4107468Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4107714Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4108015Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4108297Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4108545Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4108801Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4109049Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4109309Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4109567Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4109819Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4110078Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4110326Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4110575Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4110873Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4111118Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4111361Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4111627Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4111883Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4112144Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4112370Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4112627Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4112884Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4113140Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4113391Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4113675Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4113923Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4114217Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4114488Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4114751Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4115012Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4115237Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4115467Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4115686Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4115913Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4116136Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4116434Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4116663Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4116906Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4117145Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4117374Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4117604Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4117832Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4118059Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4118282Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4118510Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4118731Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4119007Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4119230Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4119487Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4119710Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4119934Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4120191Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4120414Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4120634Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4120854Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4121072Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4121290Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4121520Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4121742Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4121964Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4122190Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4122413Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4122635Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4122862Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4123078Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4123300Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4123533Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4123758Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4123988Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4124274Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4124503Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4124731Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4124949Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4125174Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4125400Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4125668Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4125895Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4126123Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4126383Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4126596Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4126868Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4127091Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4127310Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4127533Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4127750Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4127975Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4128201Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4128432Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4128667Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4128893Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4129117Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4129338Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4129560Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4129779Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4129998Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4130220Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4130449Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4130676Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4130896Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4131124Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4131348Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4131600Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4131817Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4132094Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4132355Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4132586Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4132807Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4133045Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4133277Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4133507Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4133731Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4133958Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4134182Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4134401Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4134679Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4134899Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4135122Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4135341Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4135560Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4135783Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4136021Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4136253Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4136492Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4136724Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4136950Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4137174Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4137397Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4137654Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4137879Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4138098Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4138364Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4138596Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4138824Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4139053Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4139278Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4139498Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4139713Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4139990Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4140204Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4140433Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4140660Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4140887Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4141110Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4141372Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4141630Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4141889Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4142143Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4143086Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4143311Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4143587Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4143824Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4144051Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4144388Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4144614Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4144839Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4145066Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4145289Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4145514Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4145726Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4145951Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4146170Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4146390Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4146611Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4146834Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4147053Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4147271Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4147491Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4147711Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4147946Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4148180Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4148477Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4148707Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4148929Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4149164Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4149396Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4149623Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4149881Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4150095Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4150349Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4150572Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4150793Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4151065Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4151286Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4151526Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4151756Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4152001Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4152243Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4152488Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4152726Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4152969Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4153207Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4153439Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4153667Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4153894Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4154125Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4154354Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4154585Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4154808Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4155044Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4155280Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4155515Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4155775Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4156004Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4156292Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4156552Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4156780Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4156999Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4157219Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4157446Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4157676Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4157899Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4158134Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4158373Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4158598Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4158887Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4159110Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4159335Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4159551Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4159766Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4159991Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4160217Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4160458Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4160694Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4160935Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4161171Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4161405Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4161638Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4161903Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4162137Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4162368Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4162632Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4162873Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4163107Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4163343Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4163577Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4163817Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4164097Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4164319Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4164546Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4164779Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4165003Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4165242Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4165473Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4165715Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4165954Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4166194Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4166420Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4166702Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4166926Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4167155Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4167386Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4167616Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4167882Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4168108Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4168428Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.4168717Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4169014Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.4169306Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4169592Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.4169868Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4170150Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.4170428Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4170709Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.4170985Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4171265Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4171541Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4171781Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4172071Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4172309Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4172546Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4172775Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4173005Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4173232Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4173457Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4173675Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4173950Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4174180Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4174504Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4174740Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4174967Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4175197Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4175418Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4175639Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4175863Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4176084Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4176304Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4176542Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4176757Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4176987Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4177214Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4177437Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4177664Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4177888Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4178112Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4178339Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4178571Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4178797Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4179033Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4179268Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4179495Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4180409Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4180679Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4180906Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4181131Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4181354Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4181578Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4181811Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4182026Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4182261Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4182496Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4182722Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4183016Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4183243Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4183469Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4183691Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4183916Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4184208Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4184460Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4184697Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4184967Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4185217Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4185460Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4185699Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4185969Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4186213Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4186456Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4186724Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4186955Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4187189Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4187423Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4187649Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4187879Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4188111Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4188412Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4188641Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4188864Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4189092Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4189318Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4189550Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4189776Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4190014Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4190249Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4190485Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4190717Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4190996Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4191223Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4191449Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4191661Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4191917Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4192143Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4192368Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4192674Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4192945Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4193208Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4193469Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4193726Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4193977Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4194233Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4194494Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4194762Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4195027Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4195287Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4195547Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4195803Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4196056Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4196373Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4196633Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4196899Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4197157Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4197417Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4197660Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4197946Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4198202Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4198460Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4198716Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4199050Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4199287Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4199532Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4199773Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4200015Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4200251Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4200490Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4200726Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4200964Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4201195Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4201429Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4201667Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4201905Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4202140Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4202377Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4202606Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4202827Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4203051Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4203277Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4203502Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4203727Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4203951Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4204305Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4204567Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4204827Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4205115Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4205371Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4205631Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4205906Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4206178Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4206452Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4206733Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4207062Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4207334Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4207603Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4207868Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4208132Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4208393Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4208643Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4208902Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4209167Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4209441Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4209714Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4209988Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4210286Z test_contig_vs_every_other_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4210547Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4210809Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4211106Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4211372Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4211630Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4211889Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4212145Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4212455Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4212712Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4212971Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4213226Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4213481Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4213731Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4213992Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4214253Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4214508Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4214800Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4215054Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4215306Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4215557Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4215809Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4216107Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-11-23T02:01:56.4216438Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-11-23T02:01:56.4216732Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-11-23T02:01:56.4217027Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4217287Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4217549Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4217832Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4218110Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4218372Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4218623Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4218880Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4219149Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4219418Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4219686Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4219960Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4220296Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4220570Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4220836Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4221109Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4221367Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4221630Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4221894Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4222157Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4222422Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4222730Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4222989Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4223249Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4223508Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4223780Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4224132Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4224413Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4224684Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4224958Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4225226Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4225490Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4225774Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4226056Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4226338Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4226623Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4226907Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4227188Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4227503Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4227772Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4228054Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4228385Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4228650Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4228928Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4229196Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4229469Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4229734Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4229998Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4230263Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4230528Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4230792Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4231106Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4231391Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4231668Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4231950Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4232232Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4232512Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4232792Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4233073Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4233349Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4233622Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4233906Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4234181Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4234463Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4234728Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4235003Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4235271Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4235535Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4235800Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4236057Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4236331Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4236651Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4236921Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4237193Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4237453Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4237715Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4237972Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4238232Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4238490Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4238761Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4239081Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4239350Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4239619Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4239884Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4240144Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4240403Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4240663Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4240910Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4241153Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4241405Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4241655Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4241904Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4242148Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4242392Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4242637Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4242881Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4243115Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4243380Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4243620Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4243854Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4244125Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4244428Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4244670Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4244911Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4245155Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4245390Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4245620Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4245850Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4246068Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4246297Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4246530Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4246760Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4247058Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4247299Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4247538Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4247771Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4248002Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4248254Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4248486Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4248712Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4248943Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4249173Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4249399Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4249651Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4249895Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4250152Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4250412Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4250659Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4250895Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4251139Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4251381Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4251624Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4251869Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4252113Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4252411Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4252651Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4252885Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4253123Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4253353Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4253583Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4253808Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4254036Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4254266Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4254525Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4254782Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4255088Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4255345Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4255599Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4255836Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4256103Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4256369Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4256629Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4256873Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4257106Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4257346Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4257588Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4257823Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4258057Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4258288Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4258521Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4258751Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4258981Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4259211Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4259445Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4259674Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4259914Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4260150Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4260447Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4260680Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4260896Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4261123Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4261349Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4261582Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4261809Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4262036Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4262260Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4262500Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4262728Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4263024Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4263265Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4263503Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4263737Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4263967Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4264284Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4264518Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4264742Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4264974Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4265204Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4265432Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4265670Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4265921Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4266166Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4266414Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4266653Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4266890Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4267127Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4267358Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4267588Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4267820Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4268052Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4268344Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4268579Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4268811Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4269039Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4269266Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4269493Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4269719Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4269947Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4270159Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4270405Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4270639Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4271612Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4271853Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4272093Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4272329Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4272565Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4272801Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4273039Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4273271Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4273501Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4273732Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4273971Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4274206Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4274473Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4274707Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4274933Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4275198Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4275426Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4275641Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4275869Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4276103Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4276329Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4276569Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4276809Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4277106Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4277339Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4277570Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4277796Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4278022Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4278250Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4278474Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4278706Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4278933Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4279175Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4279412Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4279693Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4279924Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4280136Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4280362Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4280586Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4280813Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4281041Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4281293Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4281549Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4281807Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4282058Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4282306Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4282549Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4282795Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4283042Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4283292Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4283551Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4283803Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4284059Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4284311Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4284563Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4284812Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4285113Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4285353Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4285614Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4285870Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4286121Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4286366Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4286616Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4286867Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4287118Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4287420Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4287678Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4287936Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4288185Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4288431Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4288679Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4288930Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4289180Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4289432Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4289686Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4289939Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4290184Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4290431Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4290676Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4290927Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4291164Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4291417Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4291662Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4291910Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4292154Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4292398Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4292641Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4292943Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4293185Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4293434Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4293679Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4293934Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4294179Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4294427Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4294670Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4294906Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4295149Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4295445Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4295696Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4295936Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4296185Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4296415Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4296660Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4296903Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4297141Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4297383Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4297624Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4297865Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4298110Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4298353Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4298594Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4298836Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4299073Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4299312Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4299550Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4299789Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4300035Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4300275Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4300515Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4300816Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4301056Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4301283Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4301520Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4301772Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4302028Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4302283Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4302536Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4302786Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4303031Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4303333Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4303579Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4303850Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4304207Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4304482Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4304759Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4305029Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4305302Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4305570Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4305837Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4306104Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4306377Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4306652Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4306919Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4307188Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4307451Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4307704Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4307969Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4308235Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4309133Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4309411Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4309680Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4309947Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4310212Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4310480Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4310744Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4311010Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4311280Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4311552Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4311871Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4312134Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4312401Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4312668Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4312932Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4313187Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4313434Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4313687Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4313934Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4314178Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4314409Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4314652Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4314893Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4315135Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4315378Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4315636Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4315885Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4316131Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4316371Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4316608Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4316854Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4317153Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4317456Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4317756Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4318058Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4318356Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4318650Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4318944Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4319234Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4319576Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4319869Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4320151Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4320434Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4320721Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4321005Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4321271Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4321551Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4321833Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4322112Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4322391Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4322674Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4322960Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4323237Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4323516Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4323792Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4324069Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4324344Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4324618Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4324952Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4325223Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4325494Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4325767Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4326039Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4326308Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4326574Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4326813Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4327046Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4327345Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4327595Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4327824Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4328068Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4328307Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4328545Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4328779Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4329020Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4329259Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4329511Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4329752Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4330009Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4330263Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4330550Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4330795Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4331035Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4331302Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4331541Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4331769Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4332004Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4332229Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4332460Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4332676Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4332968Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4333208Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4333441Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4333674Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4333900Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4334126Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4334352Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4334576Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4334811Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4335058Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4335297Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4335595Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4335844Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4336089Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4336331Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4336566Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4336804Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4337042Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4337278Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4337505Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4337755Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4338000Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4338244Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4338482Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4338721Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4338957Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4339195Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4339437Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4339686Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4339938Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4340186Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.4340434Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4340674Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4340917Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4341202Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4341443Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4341685Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4341923Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4342148Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4342386Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4342632Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4342874Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4343123Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.4343379Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.4343624Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4343915Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4344240Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4344481Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4344713Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4344947Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4345180Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4345420Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4345653Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4345903Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.4346150Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.4346388Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4346628Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4346869Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4347096Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4347337Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4347582Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4347823Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4348078Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4348323Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4348578Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4348833Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4349081Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4349327Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4349624Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4349869Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4350110Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4350351Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4350596Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4350836Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4351082Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4351318Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4351569Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.4351805Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.4352050Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4352337Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4352579Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4352821Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4353060Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4353302Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4353543Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4353792Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4354037Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4354292Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.4354545Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.4354791Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4355036Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4355276Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4355511Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4355750Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4355995Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4356234Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4356481Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4356710Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4356962Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4357215Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4357462Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4357706Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4357994Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4358237Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4358481Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4358721Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4358963Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4359210Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4359452Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4359703Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4359958Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4360208Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4360457Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4360746Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4360987Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4361228Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4361454Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4361696Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4361950Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4362198Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4362457Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4362717Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.4362973Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4363226Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4363479Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4363731Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4363977Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4364226Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4364468Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4364710Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4364945Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4365189Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4365433Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4365676Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4365917Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4366205Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4366436Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4366676Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4366913Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4367154Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4367393Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.4367635Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4367872Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4368107Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4368340Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4368572Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4368848Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4369077Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4369309Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4369538Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4369777Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4370007Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4370249Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4370489Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4370724Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4370958Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4371174Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4371402Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4371634Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4371862Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4372093Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4372325Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4372569Z test_contig_vs_transposed_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4372809Z test_contig_vs_transposed_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4373061Z test_contig_vs_transposed_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4373307Z test_contig_vs_transposed_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4373554Z test_contig_vs_transposed_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4373796Z test_contig_vs_transposed_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4374036Z test_contig_vs_transposed_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4374318Z test_contig_vs_transposed_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4374558Z test_contig_vs_transposed_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4374796Z test_contig_vs_transposed_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4375027Z test_contig_vs_transposed_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4375264Z test_contig_vs_transposed_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4375493Z test_contig_vs_transposed_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4375714Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4375947Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4376178Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4376410Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4376639Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4376916Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4377145Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4377375Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4377615Z test_contig_vs_transposed_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4377847Z test_contig_vs_transposed_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4378091Z test_contig_vs_transposed_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4378339Z test_contig_vs_transposed_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.4378584Z test_contig_vs_transposed_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4378824Z test_contig_vs_transposed_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.4379060Z test_contig_vs_transposed_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4379295Z test_contig_vs_transposed_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4379528Z test_contig_vs_transposed_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4379761Z test_contig_vs_transposed_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4379991Z test_contig_vs_transposed_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4380224Z test_contig_vs_transposed_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4380444Z test_contig_vs_transposed_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4380685Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4380916Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4381159Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4381403Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.4381643Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4381880Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.4382115Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4382396Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4382632Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4382865Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4383097Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4383329Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4383559Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4383799Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4384031Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4384360Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4384605Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4384905Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4385141Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4385364Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4385597Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4385826Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4386058Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4386290Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4386524Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4386755Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4386996Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4387227Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4387466Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4387704Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.4387942Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4388176Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4388411Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4388640Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4388872Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4389103Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4389335Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4389563Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4389777Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4390035Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4390286Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4390598Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4390859Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.4391116Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4391370Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4391618Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4391863Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4392110Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4392359Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4392609Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4392902Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4393147Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4393382Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4393610Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4393853Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.4394093Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4394328Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4394560Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4394790Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4395009Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4395240Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4395467Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4395694Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4395930Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4396160Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4396405Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4396647Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4396886Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4397119Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4397350Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4397581Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4397811Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4398040Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4398268Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4398560Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4398800Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4399042Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4399283Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4399505Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4399740Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4399976Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4400207Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4400445Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4400677Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4401598Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4401835Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4402078Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4402318Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4402556Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4402794Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4403026Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4403262Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4403497Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4403740Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4403975Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4404222Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4404467Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4404711Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4404938Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4405179Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4405414Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4405653Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4405888Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4406118Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4406351Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4406582Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4406812Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4407094Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4407331Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4407567Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4407798Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4408029Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4408259Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4408489Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4408715Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4408952Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4409184Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4409405Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4409687Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4409918Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4410150Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4410377Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4410604Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4410835Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4411082Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4411317Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4411556Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4411797Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4412028Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4412258Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4412486Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4412720Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4412954Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4413191Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4413422Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4413654Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4413884Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4414098Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4414326Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4414557Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4414784Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4415058Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4415286Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4415522Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4415754Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4415993Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4416231Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4416464Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4416697Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4416927Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4417159Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4417389Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4417666Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4417893Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4418133Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4418365Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4418588Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4418825Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4419054Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4419288Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4419517Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4419752Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4419981Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4420220Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4420451Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4420694Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4420934Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.4421173Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4421408Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4421645Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4421873Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4422104Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4422335Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4422566Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4422794Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4423007Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4423308Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4423544Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4423793Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4424038Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.4424369Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4424604Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4424842Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4425076Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4425311Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4425543Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4425834Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4426064Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4426296Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4426537Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4426773Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4427007Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4427241Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4427470Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4427699Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4427924Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4428153Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4428391Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4428628Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4428863Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4429094Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4429366Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.4429633Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.4429898Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.4430160Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.4430398Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4430632Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4430875Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4431117Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4431403Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4431760Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4431994Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4432225Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4432494Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4432726Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4432946Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4433174Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4433408Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4433635Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4433865Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4434166Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4434405Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4434640Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4434877Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4435111Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4435347Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4435603Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4435858Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4436113Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4436358Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4436596Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4436847Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4437095Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4437337Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4437566Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4437842Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4438077Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4438311Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4438578Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4438810Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4439043Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4439290Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4439530Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4440401Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4440663Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.4440917Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4441163Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4441408Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4441651Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4441891Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4442131Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4442369Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4442607Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4442898Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4443121Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4443355Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4443596Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4443880Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.4444122Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4444359Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4444632Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4444867Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4445103Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4445334Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4445565Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4445799Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4446032Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4446275Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4446509Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4446755Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4447000Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4447234Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4447470Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4447704Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4447924Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4448153Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4448384Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4448718Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4448951Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4449206Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4449446Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4449689Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4449965Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4450210Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4450481Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4450725Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4450961Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4451252Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4451486Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4451732Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4451970Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4452213Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4452456Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4452699Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4452921Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4453160Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4453393Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4453630Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4453865Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4454106Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4454343Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4454590Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4454831Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4455074Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4455315Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4455554Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4455820Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4456056Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4456292Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4456553Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4456844Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4457081Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4457380Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4457673Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4457957Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4458253Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4458543Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4458832Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4459116Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4459449Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4459736Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4460019Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4460305Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4460586Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4460834Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4461071Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4461317Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.4461559Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4461826Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4462065Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4462296Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4462559Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4462801Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4463038Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4463273Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4463517Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4463756Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.4463979Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4471406Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4471687Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4472056Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4472295Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4472531Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4472766Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4473011Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4473246Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4473489Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4473730Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4473999Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4474235Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4474455Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4474790Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4475019Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4475258Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4475490Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4475735Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4475977Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4476215Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4476453Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4476686Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4476922Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4477151Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4477382Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4477615Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4477851Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4478082Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4478325Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4478562Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4478794Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4479012Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4479244Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4479473Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4479702Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4479964Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4480193Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4480503Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4480783Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4481045Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4481301Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4481547Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4481799Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4482045Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4482288Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4482533Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4482775Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4483073Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4483315Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4483558Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4483792Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4484017Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4484254Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4484487Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4484721Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4484954Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4485186Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4485415Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4485655Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4485888Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4486165Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4486407Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4486679Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4486915Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4487153Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4487383Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4487612Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4487844Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4488074Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4488302Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4488569Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4488843Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4489117Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4489385Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4489649Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4489911Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4490174Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4490440Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4490700Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4491022Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.4491292Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.4491557Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.4491816Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.4492103Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.4492362Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.4492627Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.4492919Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.4493191Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.4493456Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.4493722Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.4493985Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.4494243Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.4494502Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.4494752Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.4495013Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.4495260Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4495503Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4495747Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4495995Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4496239Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4496535Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4496774Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4497016Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4497254Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4497491Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4497730Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4497970Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4498241Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.4498483Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4498748Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4498984Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4499271Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4499501Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4499731Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4499949Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4500178Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4500405Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4500673Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4500937Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4501202Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4501462Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4501722Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4501979Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4502260Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4502536Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4502816Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4503096Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4503373Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4503652Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4503922Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4504308Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4504582Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4504943Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4505213Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4505476Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4505742Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4506006Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4506280Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4506552Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4506815Z test_contig_vs_transposed_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4507077Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4507391Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4507661Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4507924Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4508186Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4508446Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4508703Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4508960Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4509218Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4509479Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4509735Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4509994Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4510287Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4510550Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4510843Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4511108Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4511366Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4511625Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4511882Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4512125Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4512381Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4512680Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-11-23T02:01:56.4513027Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-11-23T02:01:56.4513323Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-11-23T02:01:56.4513588Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4513846Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4514108Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4514389Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4514668Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.4514930Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4515190Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4515494Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4515770Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4516042Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4516348Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4516623Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4516894Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4517170Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4517474Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4517754Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4518026Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4518292Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4518560Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4518809Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4519075Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4519342Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4519604Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4519867Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4520135Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4520412Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4520695Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4521029Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4521304Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4521578Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4521847Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4522114Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4522377Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4522675Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4522939Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4523218Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4523523Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4523854Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4524121Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4524388Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4524650Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4524916Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4525179Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4525440Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4525709Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4525983Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4526254Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4526519Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4526784Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4527049Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4527314Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4527576Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4527847Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4528117Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4528387Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4528689Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4528958Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4529276Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4529571Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4529841Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4530099Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4530373Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.4530640Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.4530909Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.4531176Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.4531437Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.4531732Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4531990Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.4532254Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.4532514Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.4532785Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.4533051Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.4533322Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.4533592Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.4533855Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.4534119Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.4534378Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.4534670Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.4534930Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.4535204Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.4535502Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.4535775Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.4536039Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.4536302Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.4536564Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.4536823Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.4537140Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.4537401Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.4537651Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4537888Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4538141Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.4538390Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4538634Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4538878Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4539125Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4539365Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4540325Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4540561Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4540841Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4541079Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4541353Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4541595Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4541839Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4542086Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4542324Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4542563Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4542800Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4543031Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4543268Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4543497Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4543719Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4543953Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4544274Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4544519Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4544759Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4544995Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4545229Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4545462Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4545696Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4545991Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4546225Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4546455Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4546720Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4546978Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4547223Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4547515Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4547775Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4548024Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4548279Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4548514Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4548814Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4549056Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4549301Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4549546Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4549793Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4550032Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4550284Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4550531Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4550777Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4551018Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4551261Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4551505Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4551747Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4552018Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4552291Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4552559Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4552864Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4553127Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4553416Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4553682Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4553936Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4554198Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4554488Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4554726Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4554974Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4555216Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4555454Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4555691Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4555923Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4556153Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4556387Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4556620Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4556902Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4557138Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4557370Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4557611Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4557847Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.4558083Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4558315Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4558548Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4558797Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4559033Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4559266Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4559530Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4559762Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4559990Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4560230Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4560466Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4560711Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4560955Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4561190Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4561426Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4561656Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4561887Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4562118Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4562349Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4562631Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4562859Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4563107Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4563333Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4563586Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.4563834Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4564073Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4564313Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4564550Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4564816Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4565104Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4565343Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4565610Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4565847Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4566078Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4566312Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4566542Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4566775Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4567005Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4567238Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4567467Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4567698Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4567925Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4568156Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4568391Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4568635Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4568875Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4569118Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4569356Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4569591Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4569823Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4570059Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4570287Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4570567Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4570829Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4571071Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.4571312Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4571579Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4571813Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4572042Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4572269Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4572497Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4572728Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4572942Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4573226Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4573458Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4573700Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4573938Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4574173Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4574406Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4574639Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4574869Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4575097Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4575329Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4575555Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4575788Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4576016Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4576259Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4576497Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4576733Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4577003Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4577237Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4577486Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4577717Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4577945Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4578172Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4578422Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4579332Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4579594Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4579850Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4580103Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4580351Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.4580602Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4580850Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4581103Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4581362Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4581619Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4581928Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4582177Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4582423Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4582677Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4582967Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4583218Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4583499Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4583764Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4584020Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4584341Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4584588Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4584843Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4585088Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4585339Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4585599Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4585857Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4586112Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4586361Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4586606Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4586860Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4587115Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4587420Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4587678Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4587939Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4588192Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4588439Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4588684Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4588974Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4589207Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4589460Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4589740Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4590053Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4590300Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4590547Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4590794Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4591039Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4591282Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4591529Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4591774Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4592032Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4592278Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4592525Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4592773Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4593019Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4593265Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4593511Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4593763Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.4594008Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4594253Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4594481Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4594721Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4594998Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4595242Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4595567Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4595813Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4596058Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4596304Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4596551Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4596792Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4597033Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4597272Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4597511Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4597748Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4597987Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4598287Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4598534Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4598776Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4599019Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4599257Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4599485Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4599726Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4599982Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4600241Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.4600500Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4600753Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4601035Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4601285Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4601538Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4601817Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4602093Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4602367Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4602642Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4602912Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4603182Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4603446Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.4603770Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.4604037Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4604309Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4604583Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4604856Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4605122Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4605390Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4605659Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4605927Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4606242Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4606512Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4606783Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4607090Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4607359Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4607661Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4607927Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4608196Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4608448Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4608714Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4608987Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4609256Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4609522Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4609791Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4610057Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4610323Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4610588Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4610846Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4611092Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4611344Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4611642Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4611891Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4612144Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4612389Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4612631Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4612875Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4613156Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4613410Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4613692Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4613942Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4614233Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4614481Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4614729Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4614976Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4615281Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4615576Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4615875Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4616175Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4616471Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4616767Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4617053Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4617345Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4617631Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4617912Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4618201Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4618491Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.4618772Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4619083Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4619354Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.4619719Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4619993Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4620270Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4620557Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4620838Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4621121Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4621395Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4621668Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4621936Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4622260Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.4622534Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4622810Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4623088Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4623362Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4623637Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4623910Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4624287Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4624562Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.4624800Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4625068Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4625314Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.4625554Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4625794Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4626060Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4626296Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4626531Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4626762Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4626992Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4627221Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4627450Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4627685Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4627985Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4628234Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4628476Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.4628715Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.4628949Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4629183Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4629416Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4629645Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4629880Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4630115Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4630398Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4630628Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4630869Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.4631109Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.4631372Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4631609Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4631843Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4632104Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4632320Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4632554Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4632782Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.4633023Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4633254Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4633496Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.4633735Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.4633972Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4634203Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4634437Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4634668Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.4634900Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.4635128Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4635357Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.4635595Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4635835Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.4636125Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4636359Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.4636592Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4636810Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4637042Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4637272Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4637510Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4637717Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4637944Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4638198Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4638400Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4638954Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2492: RuntimeWarning: invalid value encountered in exp 2022-11-23T02:01:56.4639066Z np_result = np_fn(a) 2022-11-23T02:01:56.4639160Z ok (0.005s) 2022-11-23T02:01:56.4639365Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4639564Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4639757Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4640036Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-11-23T02:01:56.4640263Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4640485Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4640707Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4640921Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4641146Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4641366Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4641583Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4641803Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4642022Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4642251Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4642472Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4642691Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4642921Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4643146Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4643395Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4643614Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4643835Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4644133Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4644357Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4644573Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4644789Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4645005Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4645212Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4645427Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4645643Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4645865Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4646082Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4646304Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4646523Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4646787Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4647070Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4647347Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-11-23T02:01:56.4647621Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4647898Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4648174Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4648447Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4648722Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4648996Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4649268Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.4649534Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4649760Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4649979Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4650253Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4650479Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4650702Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4650926Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4651142Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4651357Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.4651561Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4651760Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4651957Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4652226Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4652438Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4652648Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4652884Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4653117Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4653345Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4653577Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4653811Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4654035Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4654238Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4654455Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4654668Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4654930Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4655140Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4655348Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4655590Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4655795Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4655997Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4656231Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4656436Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4656636Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4656837Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4657050Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4657256Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4657459Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4657681Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.4657894Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.4658093Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.4658306Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.4658532Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4658756Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4658974Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4659188Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4659408Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-11-23T02:01:56.4659624Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.313s) 2022-11-23T02:01:56.4659841Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.325s) 2022-11-23T02:01:56.4660056Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.310s) 2022-11-23T02:01:56.4660281Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4660557Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4660776Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4660994Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4661254Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4661552Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4661816Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4662074Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4662349Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4662602Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4662858Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4663159Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4663402Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4663652Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4663898Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4664384Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-11-23T02:01:56.4664597Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-11-23T02:01:56.4664689Z ok (0.002s) 2022-11-23T02:01:56.4664890Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4665105Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.4665308Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4665514Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4665718Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4665919Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4666121Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4666318Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4666516Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4666705Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4666907Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4667127Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4667351Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4667606Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4667828Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4668043Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4668288Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4668501Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4668763Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4668973Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4669181Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4669390Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4669594Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4669812Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4670021Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4670244Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4670465Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4670672Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4670888Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4671102Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4671990Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4672203Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4672412Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4672622Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4672840Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4673051Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4673278Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4673505Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4673765Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4673987Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4674202Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4674448Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4674664Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4674877Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4675074Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4675294Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4675505Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4675730Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4675955Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4676174Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4676393Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4676611Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4676823Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4677033Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4677243Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4677510Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4677722Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4677939Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4678148Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4678370Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4678590Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.4678806Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4679007Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4679218Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4679425Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4679635Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4679970Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4680178Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4680430Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4680643Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4680870Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4681093Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4681312Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4681527Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4681741Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4681951Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4682166Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4682378Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4682588Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4682802Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4683000Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4683225Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4683446Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4683664Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4683880Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4684091Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4684301Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4684512Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4684723Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4684933Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4685152Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4685360Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4685637Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4685901Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4686120Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4686337Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4686585Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4686801Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4686999Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4687211Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4687422Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4687689Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4687908Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4688191Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4688418Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4688649Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4688872Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4689092Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4689304Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4689521Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4689737Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4689946Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4690161Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4690380Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4690604Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4690827Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4691032Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4691247Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4691465Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4691683Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4691940Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4692157Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4692379Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4692630Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4692848Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4693064Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4693280Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4693495Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4693757Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4693967Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4694180Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4694392Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4694599Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4694815Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4695009Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4695230Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4695447Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4695664Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4695877Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4696090Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4696346Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4696556Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4696765Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4696975Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4697183Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4697409Z test_non_contig_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4697626Z test_non_contig_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4697894Z test_non_contig_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4698124Z test_non_contig_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4698348Z test_non_contig_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4698607Z test_non_contig_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4698827Z test_non_contig_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4699029Z test_non_contig_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4699247Z test_non_contig_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4699463Z test_non_contig_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4699679Z test_non_contig_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4699899Z test_non_contig_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4700114Z test_non_contig_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4700332Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4700545Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4700759Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4700971Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4701185Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4701394Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4701603Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4701865Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4702090Z test_non_contig_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4702307Z test_non_contig_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4702532Z test_non_contig_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4702755Z test_non_contig_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4702965Z test_non_contig_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4703187Z test_non_contig_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4703403Z test_non_contig_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4703612Z test_non_contig_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4703861Z test_non_contig_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4704153Z test_non_contig_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4704422Z test_non_contig_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4704674Z test_non_contig_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4704888Z test_non_contig_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4705112Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4705326Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4705550Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4705772Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4705993Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4706211Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4706431Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4706645Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4706861Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4707059Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4707273Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4707484Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4707695Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4707915Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4708127Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4708351Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4708574Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4708789Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4709005Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4709219Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4709434Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4709645Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4709856Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4710723Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4710943Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4711160Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4711380Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4711577Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4711797Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4712017Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4712232Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4712446Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4712663Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4712879Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4713141Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4713351Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4713562Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4713770Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4713974Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4714210Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4714440Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4714682Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4714924Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4715164Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4715395Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4715615Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4715848Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4716111Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4716341Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4716601Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4716834Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4717063Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4717282Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4717493Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4717715Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4717935Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4718151Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4718364Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4718574Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4718832Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4719038Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4719250Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4719455Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4719661Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4719872Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4720093Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4720314Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4720527Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4720744Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4720954Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4721214Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4721426Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4721634Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4721846Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4722107Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4722326Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4722551Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4722806Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4723022Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4723243Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4723466Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4723671Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4723890Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4724105Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4724331Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4724551Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4724777Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4724999Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4725212Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4725433Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4725647Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4725862Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4726078Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4726299Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4726515Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4726742Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4727020Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4727244Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4727466Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4727665Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4727875Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4728121Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4728335Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4728552Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4728794Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4729009Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4729222Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4729482Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4729694Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4729907Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4730115Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4730320Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4730525Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4730734Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4730944Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4731162Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4731371Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4731571Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4731783Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.4731995Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4732203Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4732415Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4732624Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4732830Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4733053Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4733267Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4733489Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4733703Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4733920Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4734168Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4734380Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4734593Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4734837Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4735107Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4735319Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4735520Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4735736Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4735949Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4736159Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4736371Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4736580Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4736786Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4736997Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4737212Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4737477Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4737702Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4737922Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4738136Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4738347Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4738557Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4738764Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4738974Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4739171Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4739377Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4739608Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4739843Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4740111Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4740347Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4740573Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4740837Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4741064Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4741289Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4741510Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4741727Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4741947Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4742167Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4742397Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4742620Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4742856Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4743141Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4743369Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4743586Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4743811Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4744031Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4744335Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4744558Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4744783Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4745017Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4745242Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4745480Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4745765Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4745998Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4746266Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4746495Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4746754Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4746985Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4747212Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4747438Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4747674Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4747899Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4748123Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4748358Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4748589Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4748818Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4749046Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4749274Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4749499Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4749726Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4749951Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4750175Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4750405Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4750627Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4750861Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4751093Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4751369Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4751598Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4751823Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4752070Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4752285Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4752492Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4752739Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4752972Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4753201Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4753440Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4753677Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4753955Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4754184Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4754412Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4754639Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4754861Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4755085Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4755311Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4755543Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4755769Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4756003Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4756234Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4756462Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4756690Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4756900Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4757121Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4757342Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4757566Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4757789Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4758021Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4758277Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4758514Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4758748Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4758980Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4759292Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4759519Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4759746Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4759972Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4760196Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4760422Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4760661Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4760891Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4761134Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4761363Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4761603Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T02:01:56.4761887Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4762123Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4762353Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4762580Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4762808Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4763034Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4763266Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4763493Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4763730Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4763971Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4764205Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4764473Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4764707Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4764945Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4765212Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4765442Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4765678Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4765912Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4766129Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4766361Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4766588Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4766812Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4767034Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4767252Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4767517Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4767741Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4767963Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4768192Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4768415Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4768652Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4768884Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4769109Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4769339Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4769564Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4769834Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4770055Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4770272Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4770516Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4770736Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4770973Z test_non_contig_expand_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4771234Z test_non_contig_expand_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4771483Z test_non_contig_expand_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4771722Z test_non_contig_expand_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4771964Z test_non_contig_expand_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4772199Z test_non_contig_expand_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4772431Z test_non_contig_expand_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4772661Z test_non_contig_expand_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4772893Z test_non_contig_expand_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4773124Z test_non_contig_expand_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4773354Z test_non_contig_expand_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4773583Z test_non_contig_expand_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4773814Z test_non_contig_expand_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4774043Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4774273Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4774498Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4774723Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4774930Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4775147Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4775418Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4775637Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4775878Z test_non_contig_expand_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4776107Z test_non_contig_expand_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4776347Z test_non_contig_expand_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4776615Z test_non_contig_expand_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4776853Z test_non_contig_expand_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4777114Z test_non_contig_expand_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4777345Z test_non_contig_expand_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4777576Z test_non_contig_expand_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4777804Z test_non_contig_expand_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4778083Z test_non_contig_expand_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4778309Z test_non_contig_expand_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4778536Z test_non_contig_expand_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4778762Z test_non_contig_expand_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4778996Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4779221Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4779446Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4779682Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4779920Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4780149Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4780378Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4780607Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4780832Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4781057Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4781283Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4781509Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4781734Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4781966Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4782192Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4782460Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4782693Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4782927Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4783186Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4783415Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4783693Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4783904Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4784198Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4784417Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4784643Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4784859Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4785089Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4785315Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4785549Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4785782Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4786017Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4786293Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4786522Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4786748Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4786966Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4787183Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4787399Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4787624Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4787842Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4788094Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4788325Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4788617Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4788872Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4789149Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4789399Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4789648Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4789895Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4790141Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4790381Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4790621Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4790859Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4791093Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4791324Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4791548Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4791832Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4792062Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4792292Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4792517Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4792738Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4792954Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4793157Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4793375Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4793595Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4793827Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4794049Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4794330Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4794596Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4794825Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.4795054Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4795313Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4795537Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4795756Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4795978Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4796198Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4796433Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4796664Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4796897Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4797133Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4797361Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4797582Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4797814Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4798041Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4798272Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4798499Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4798738Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4798966Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4799198Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4799430Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4799708Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4799939Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4800173Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4800399Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4800661Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4800896Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4801123Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4801393Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4801634Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4801875Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4802096Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4802956Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4803189Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4803420Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4803649Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4803876Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4804104Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4804331Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.4804561Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4804787Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4805016Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4805241Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4805466Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4805688Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4805906Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4806124Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4806343Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4806608Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4806836Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4807051Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4807312Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4807537Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4807755Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4807971Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4808193Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4808469Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4808702Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4808931Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4809165Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4809395Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4809625Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4809852Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4810076Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4810300Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4810529Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4810757Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4811032Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4811256Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4811463Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4811685Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4811982Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4812197Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4812420Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4812679Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4812899Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.4813128Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4813388Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4813621Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4813855Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4814082Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4814306Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4814531Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4814748Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4814966Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4815184Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4815401Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4815629Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4815841Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4816071Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4816300Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4816579Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4816808Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4817040Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4817266Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4817489Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4817721Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4817942Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4818176Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4818406Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4818672Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4818903Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4819182Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4819440Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4819666Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4819887Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4820103Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4820312Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4820531Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4820764Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4820986Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4821222Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4821458Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4821691Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4821921Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4822151Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4822380Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4822609Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4822838Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4823065Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4823287Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4823510Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4823743Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4823975Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4824279Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4824502Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4824802Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4825028Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4825286Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4825513Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4825743Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4825972Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4826201Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4826429Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4826693Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4826952Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4827255Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4827502Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.4827735Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4827961Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4828197Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4828430Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4828657Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4828886Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4829113Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4829328Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4829546Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4829761Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4829984Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4830202Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4830428Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4830682Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4830908Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4831127Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4831378Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4831597Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4831810Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4832028Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4832240Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4832478Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4832767Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4833003Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4833232Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4833448Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4833666Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4833895Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4834123Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4834349Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4834575Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4834800Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4835017Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4835279Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4835502Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4835716Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4835954Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4836187Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4836432Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4836706Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4836948Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4837187Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4837459Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4837694Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4837924Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4838142Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4838374Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4838604Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4838835Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4839066Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4839295Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4839530Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4839765Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4840002Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4840229Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4840458Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4840689Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4841527Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4841759Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4841989Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4842215Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4842444Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4842711Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4842939Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4843163Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4843434Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4843666Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4843951Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4844181Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4844408Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4844632Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4844854Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4845078Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4845306Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4845549Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4845781Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4846022Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4846258Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4846489Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4846720Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4846949Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4847180Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4847420Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4847634Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4847874Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4848108Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4848343Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4848577Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4848808Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4849036Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4849265Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4849540Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4849774Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4850005Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4850242Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4850470Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4850711Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4850946Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4851182Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4851416Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4851647Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4851876Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4852156Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4852372Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4852600Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4852830Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4853055Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4853349Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4853639Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4853965Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4854260Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4854587Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.4854878Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4855164Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.4855443Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:01:56.4855713Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.4855981Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.4856258Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T02:01:56.4856524Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.4856760Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4856989Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4857222Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4857510Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4857743Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4857973Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4858189Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4858415Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4858643Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4858875Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4859097Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4859336Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4859587Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4859832Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4860130Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4860371Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4860608Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4860843Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4861064Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4861287Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4861521Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4861747Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4861978Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4862211Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4862430Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4862641Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4862866Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4863091Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4863317Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4863551Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4863777Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4864015Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4864332Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4864561Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4864789Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4865010Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4865226Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4865441Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4865721Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4865940Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4866171Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4866395Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4866627Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4866858Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4867070Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4867295Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4867517Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4867737Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4867951Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4868220Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4868438Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4868684Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4868919Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4869168Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4869415Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4869657Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4869931Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4870178Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4870414Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4870682Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4870914Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4871149Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4871379Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4871610Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4871825Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4872058Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4872290Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4872515Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4872740Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4872966Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4873191Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4873415Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4873697Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4873921Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4874159Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4874394Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4874626Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4874856Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4875084Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4875313Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4875535Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4875757Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4875973Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4876230Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4876450Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4883899Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4884196Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4884454Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4884713Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4884980Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4885239Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4885502Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4885756Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4886021Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4886283Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4886545Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4886783Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4887043Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4887297Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4887555Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4887809Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4888069Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4888328Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4888585Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4888932Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4889187Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4889445Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4889699Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4889952Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4890191Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4890428Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4890665Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4890906Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4891138Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4891431Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4891665Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4891893Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4892110Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4892338Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4892567Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4892799Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4893039Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4893273Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4893503Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4893734Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4893959Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4894184Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4894408Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4894626Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4894851Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4895072Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4895330Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4895586Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4895835Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4896083Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4896335Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4896583Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4896893Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4897167Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4897437Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4897709Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4897976Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4898249Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4898517Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4898778Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4899042Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4899306Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4899614Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4899875Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4900135Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4900402Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4900669Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4900991Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4901252Z test_non_contig_expand_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4901513Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4901795Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4902055Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4902312Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4902569Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4902812Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4903068Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4903320Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4903577Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4903822Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4904155Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4904408Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4904654Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4904912Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4905231Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4905482Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4905735Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4905980Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4906219Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4906469Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4906709Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4907001Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T02:01:56.4907292Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.002s) 2022-11-23T02:01:56.4907633Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T02:01:56.4907891Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4908145Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4908395Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4908674Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4908935Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4909196Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4909446Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4909697Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4909964Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4910228Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4910489Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4910756Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4911025Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4911289Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4911556Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4911826Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4912090Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4912349Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4912609Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4912869Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4913179Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4913440Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4913702Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4913956Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4914215Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4914480Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4914757Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4915020Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4915284Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4915598Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4915859Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4916119Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4916379Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4916645Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4916903Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4917171Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4917438Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4917705Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4917965Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4918224Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4918485Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4918741Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4919003Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4919271Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4919533Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4919795Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4920056Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4920312Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4920571Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4920829Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4921114Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4921372Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4921642Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4921900Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4922165Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4922426Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4922685Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4922944Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4923204Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4923459Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4923761Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4924029Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4924285Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4924547Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4924809Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4925067Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4925324Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4925582Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4925837Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4926093Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4926359Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4926613Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4926862Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4927128Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4927382Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4927640Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4927895Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4928155Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4928413Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4928676Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4928978Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4929247Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4929509Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4929764Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4930019Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4930274Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4930525Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4930777Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4931019Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4931264Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4931555Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4931800Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4932039Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4932278Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4932499Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4932732Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4932965Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4933195Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4933432Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4933665Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4933903Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4934132Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4934369Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4934604Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4934839Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4935073Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4935301Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4935535Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4935764Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4935992Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4936223Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4936448Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4936682Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4936950Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4937185Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4937416Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4937642Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4937872Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4938098Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4938318Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4938535Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4938758Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4938976Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4939222Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4940178Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4940435Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4940687Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4940934Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4941188Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4941426Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4941670Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4941914Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4942150Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4942373Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4942614Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4942848Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4943083Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4943314Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4943544Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4943772Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4943999Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4944306Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4944532Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4944789Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4945042Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4945286Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4945538Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4945844Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4946086Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4946351Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4946609Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4946869Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4947104Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4947317Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4947556Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4947793Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4948024Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4948303Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4948531Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4948758Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4948984Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4949210Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4949433Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4949664Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4949890Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4950125Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4950362Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4950593Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4950816Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4951042Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4951267Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4951494Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4951700Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4951916Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4952135Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4952356Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4952586Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4952811Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4953048Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4953283Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4953509Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4953787Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4954016Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4954243Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4954469Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4954695Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4954919Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4955146Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4955386Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4955618Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4955863Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4956091Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4956371Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4956604Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4956834Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4957109Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.4957341Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4957583Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4957854Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4958085Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4958313Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4958544Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4958774Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4959002Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4959224Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4959443Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4959659Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4959885Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4960102Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4960339Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4960555Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4960789Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4961022Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4961252Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4961481Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4961711Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4961989Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4962219Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4962450Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4962676Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4962901Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4963136Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4963368Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4963594Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4963819Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4964044Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4964260Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4964526Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4964746Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4964951Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4965179Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4965404Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4965638Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4965871Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4966102Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4966333Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4966555Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.4966777Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4966992Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4967213Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4967433Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4967660Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4967886Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4968121Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4968360Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4968590Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4968816Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4969026Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4969247Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4969463Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4969686Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4969962Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4970208Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4970459Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4970703Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4970949Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4971195Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4971439Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4971679Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4971921Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4972170Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4972471Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4972722Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4972970Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4973211Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4973451Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4973694Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4973944Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4974176Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4974432Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4974677Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4974922Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4975163Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4975401Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4975644Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4975892Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4976136Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4976391Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4976641Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4976886Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4977125Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4977360Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4977603Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4978478Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4978733Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4978990Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4979239Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4979484Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4979726Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4979950Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4980194Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4980447Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4980698Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4980986Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4981230Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4981475Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4981716Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4981956Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4982191Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4982430Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4982664Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4982903Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4983148Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4983391Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4983633Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4983875Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4984195Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4984438Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4984675Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4984966Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.4985190Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4985425Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4985665Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4985900Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4986137Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4986422Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4986658Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4986890Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4987121Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4987357Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4987594Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4987827Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4988058Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4988284Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4988519Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4988747Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4989026Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.4989265Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4989506Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4989738Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4989958Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4990188Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4990425Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4990664Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4990914Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4991164Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4991409Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4991655Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4991901Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4992148Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4992394Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4992634Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4992900Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4993173Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4993441Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4993704Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4993965Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4994267Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4994527Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4994787Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4995044Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4995297Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4995562Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4995820Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4996077Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4996333Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4996592Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4996898Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4997152Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4997415Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4997678Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.4997932Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4998192Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.4998444Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4998702Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.4998956Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4999211Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.4999472Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.4999732Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.4999987Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5000249Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5000504Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5000760Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5001014Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5001263Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5001489Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5001735Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5002032Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5002276Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5002512Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5002747Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5002983Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5003214Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5003450Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5003700Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5003946Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5004191Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5004431Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5004720Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.5004955Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5005193Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5005491Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5005781Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5006079Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5006372Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5006666Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5006944Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5007233Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5007517Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5007805Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5008084Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5008365Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5008641Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5008916Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5009181Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5009448Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5009718Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5010039Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5010314Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5010597Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5010875Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5011146Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5011413Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5011675Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5011947Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5012221Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5012536Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5012810Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5013076Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5013349Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5013617Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5013886Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5014138Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5014409Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5014640Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5014868Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5015101Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5015336Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5015564Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5015793Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5016022Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5016242Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5016464Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5016688Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5016905Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5017140Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5017370Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5017611Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5017900Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5018133Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5018364Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5018596Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5018812Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5019039Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5019265Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5019493Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5019718Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5019944Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5020169Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5020452Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5020684Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5020914Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5021140Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5021363Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5021584Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5021799Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5022021Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5022237Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5022471Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5022697Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5022919Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5023149Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5023378Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5023606Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5023830Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5024131Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5024349Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5024576Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5024812Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5025055Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5025298Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5025536Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5025773Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5026073Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5026311Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5026547Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5026782Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5027010Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5027229Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5027444Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5027674Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5027898Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5028123Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5028344Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5028565Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5028839Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5029061Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5029280Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5029512Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5029743Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5029972Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5030197Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5030425Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5030650Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5030869Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5031088Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5031307Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5031510Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5031729Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5031958Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5032176Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5032414Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5032646Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5032879Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5033105Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5033329Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5033556Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5033776Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5033996Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5034218Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5034496Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5034719Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5034948Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5035168Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5035387Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5035591Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5035802Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5036016Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5036227Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5036444Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5036662Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5036876Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5037144Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5037360Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5037582Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5037799Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5038018Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5038234Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5038450Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5038663Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5038888Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5039114Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5039330Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5039530Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5039745Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5039956Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5040168Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5040376Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5040588Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5040799Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5041016Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5041222Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5041431Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5041640Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5041849Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5042056Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5042261Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5042518Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5042723Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5042950Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5043159Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5043372Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5043599Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5043833Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5044061Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5044289Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5044513Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5044733Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5044999Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5045217Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5045434Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5045648Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5045867Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5046081Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5046309Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5046534Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5046766Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5047000Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5047225Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5047439Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5047663Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5047880Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5048094Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5048313Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5048532Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5048763Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5048988Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5049225Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5049457Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5049687Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5049914Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5050137Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5050359Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5050636Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5050859Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5051079Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5051309Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5051533Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5051754Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5051984Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5052213Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5052444Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5052670Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5052944Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5053163Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5053380Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5053606Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5053823Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5054050Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.5054273Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5054508Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5054739Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5054967Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5055191Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5055413Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5055628Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5055841Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5056044Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5056260Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5056493Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5056714Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5056951Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5057183Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5057409Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5057634Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5057856Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5058124Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5058341Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5058616Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5058867Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5059096Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5059317Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5059549Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5059788Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5060021Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5060237Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5060459Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5060677Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5060890Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5061166Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5061380Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5061607Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5061830Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5062065Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5062297Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5062524Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5062753Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5062980Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5063199Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5063415Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5063638Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5063855Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5064162Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5064421Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5064651Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5064890Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5065159Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5065392Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5065624Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5065852Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5066082Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5066310Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5066595Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5066819Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5067049Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5067282Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5067515Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5067748Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5067976Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5068204Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5068431Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5068660Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5068883Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5069810Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5070040Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5070304Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5070535Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5070762Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5071017Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5071240Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5071462Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5071681Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5071904Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5072121Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5072348Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5072569Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5072802Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5073031Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5073256Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5073480Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5073710Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5073931Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5074132Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5074345Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5074565Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5074780Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5075012Z test_non_contig_index_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5075296Z test_non_contig_index_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5075538Z test_non_contig_index_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5075781Z test_non_contig_index_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5076018Z test_non_contig_index_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5076251Z test_non_contig_index_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5076515Z test_non_contig_index_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5076744Z test_non_contig_index_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5077005Z test_non_contig_index_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5077234Z test_non_contig_index_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5077466Z test_non_contig_index_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5077693Z test_non_contig_index_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5077983Z test_non_contig_index_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5078208Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5078431Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5078639Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5078855Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5079072Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5079289Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5079508Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5079725Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5079961Z test_non_contig_index_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5080187Z test_non_contig_index_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5080424Z test_non_contig_index_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5080658Z test_non_contig_index_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5080891Z test_non_contig_index_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5081121Z test_non_contig_index_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5081355Z test_non_contig_index_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5081585Z test_non_contig_index_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5081814Z test_non_contig_index_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5082038Z test_non_contig_index_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5082263Z test_non_contig_index_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5082523Z test_non_contig_index_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5082750Z test_non_contig_index_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5082969Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5083195Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5083525Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5083762Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5083995Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5084222Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5084448Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5084675Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5084899Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5085117Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5085333Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5085556Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5085776Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5086055Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5086277Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5086507Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5086736Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5086967Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5087193Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5087408Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5087633Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5087857Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5088075Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5088289Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5088510Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5088757Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5088985Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5089207Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5089442Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5089703Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5089935Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5090159Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5090383Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5090606Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5090827Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5091058Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5091285Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5091579Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5091797Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5092059Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5092308Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5092568Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5092827Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5093084Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5093336Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5093592Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5093844Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5094148Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5094397Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5094643Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5094923Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5095169Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5095398Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5095653Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5095888Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5096117Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5096345Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5096551Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5096772Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5096987Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5097200Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5097421Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5097636Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5097863Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5098088Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5098319Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5098550Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5098775Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5099002Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5099225Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5099442Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5099709Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5099927Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5100147Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5100382Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5100611Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5100830Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5101092Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5101322Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5101550Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5101814Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5102043Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5102328Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5102555Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5102789Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5103017Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5103248Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5103478Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5103710Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5103936Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5104235Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5104465Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5104692Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5104924Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5105149Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5105373Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5105607Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5105842Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5106072Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5106304Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5106530Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5106752Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5107011Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5107237Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5107463Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5107718Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5108639Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5108871Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5109106Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5109340Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5109569Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5109796Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5110027Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5110252Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5110468Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5110703Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5110933Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5111229Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5111462Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5111696Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5111927Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5112153Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5112380Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5112609Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5112850Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5113124Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5113364Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5113590Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5113843Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5114068Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5114292Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5114516Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5114743Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5114958Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5115187Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5115411Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5115634Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5115854Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5116076Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5116293Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5116506Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5116792Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5117007Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5117234Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5117455Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5117690Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5117919Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5118143Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5118360Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5118580Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5118799Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5119000Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5119313Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5119531Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5119763Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5120019Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5120249Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5120478Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5120700Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5120921Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5121136Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5121360Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5121578Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5121804Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5122026Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5122259Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5122490Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5122727Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5122953Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5123178Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5123389Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5123609Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5123826Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5124038Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5124258Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5124475Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5124759Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5124983Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5125250Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5125488Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5125720Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5125979Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5126207Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5126433Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5126656Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5126875Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5127098Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5127379Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5127601Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5127817Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5128044Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5128268Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5128490Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5128708Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5128924Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5129147Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5129365Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5129592Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5129818Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5130042Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5130266Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5130497Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5130724Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5130951Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5131176Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5131439Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5131663Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5131896Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5132146Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5132373Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5132599Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5132889Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5133111Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5133330Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5133543Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5133764Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5133986Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5134209Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5134429Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5134651Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5134871Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5135087Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5135354Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5135564Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5135776Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5135996Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5136215Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5136446Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5136679Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5136908Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5137127Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5137394Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5137627Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5137850Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5138103Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5138319Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5138537Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5138752Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5138968Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5139186Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5139404Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5139640Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5139870Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5140111Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5140349Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5140572Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5140860Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5141092Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5141320Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5141550Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5141777Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5142006Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5142231Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5142458Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5142683Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5142909Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5143138Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5143455Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5143687Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5143913Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5144247Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5144476Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5144701Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5144920Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5145122Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5145347Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5145567Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5145795Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5146017Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5146248Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5146476Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5146704Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5146932Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5147156Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5147379Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5147601Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5147815Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5148035Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5148253Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5148485Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5148714Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5149012Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5149246Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5149501Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5149730Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5149960Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5150222Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5150451Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5150676Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5150913Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5151143Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5151374Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5151656Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5151884Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5152113Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5152343Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5152569Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5152796Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5153023Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5153254Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5153478Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5153713Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5153932Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5154160Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5154385Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5154615Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5154841Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5155066Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5155290Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5155548Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5155769Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5155994Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5156318Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5156598Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5156886Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5157249Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:01:56.5157531Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5157814Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5158092Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5158368Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5158636Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5158901Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5159175Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:01:56.5159440Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5159726Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5159939Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5160168Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5160397Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5160621Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5160844Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5161072Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5161296Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5161557Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5161787Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5162009Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5162270Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5162501Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5162726Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5162950Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5163172Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5163387Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5163604Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5163823Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5164020Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5164248Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5164470Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5164699Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5164982Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5165205Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5165425Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5165641Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5165861Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5166077Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5166303Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5166522Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5166752Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5166984Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5167211Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5167493Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5167747Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5167964Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5168175Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5168412Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5168628Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5168851Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5169074Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5169305Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5169535Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5169758Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5169974Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5170196Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5170411Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5170622Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5170838Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5171053Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5171296Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5171534Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5171778Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5172022Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5172259Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5172494Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5172713Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5173006Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5173240Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5173472Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5173734Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5173960Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5174189Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5174446Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5174674Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5174901Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5175128Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5175348Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5175616Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5175837Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5176055Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5176282Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5176504Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5176733Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5176967Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5177185Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5177411Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5177638Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5177863Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5178084Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5178301Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5178515Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5178733Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5178949Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5179207Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5179467Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5179761Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5180015Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5180261Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5180533Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5180784Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5181084Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5181341Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5181600Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5181857Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5182108Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5182344Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5182588Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5182838Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5183084Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5183341Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5183644Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5183896Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5184226Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5184475Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5184718Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5184973Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5185218Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5185455Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5185720Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5185954Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5186188Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5186447Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5186680Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5186908Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5187132Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5187358Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5187574Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5187799Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5188031Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5188264Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5188493Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5188715Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5188995Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5189213Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5189432Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5189649Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5189861Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5190082Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5190294Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5190547Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5190802Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5191050Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5191296Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5191597Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5191877Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5192132Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5192430Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5192695Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5192967Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5193236Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5193501Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5193765Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5194025Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5194288Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5194547Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5194801Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5195056Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5195311Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5195582Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5195845Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5196109Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5196359Z test_non_contig_index_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5196608Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5196854Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5197160Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5197414Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5197664Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5197954Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5198193Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5198471Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5198720Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5198965Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5199207Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5199453Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5200430Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5200680Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5200933Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5201181Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5201426Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5201672Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5201921Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5202167Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5202422Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5202677Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5202931Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5203178Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5203423Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5203675Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5203961Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5204225Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5204528Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5204785Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5205037Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5205281Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5205543Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5205862Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5206125Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5206395Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5206660Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5206923Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5207183Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5207449Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5207717Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5207976Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5208286Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5208544Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5208797Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5209050Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5209306Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5209560Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5209848Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5210117Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5210378Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5210679Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5210942Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5211206Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5211465Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5211724Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5211986Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5212246Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5212507Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5212768Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5213029Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5213292Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5213549Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5213862Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5214119Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5214379Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5214631Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5214895Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5215154Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5215418Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5215679Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5215970Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5216228Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5216561Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5216821Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5217074Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5217339Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5217592Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5217853Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5218112Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5218368Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5218623Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5218874Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5219128Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5219383Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5219646Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5219901Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5220162Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5220421Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5220675Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5220931Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5221183Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5221438Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5221688Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5222033Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5222274Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5222568Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5222829Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5223080Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5223334Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5223586Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5223841Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5224197Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5224521Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5224772Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5225030Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5225291Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5225543Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5225800Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5226055Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5226309Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5226566Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5226804Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5227045Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5227287Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5227526Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5227760Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5228018Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5228249Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5228485Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5228750Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5228982Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5229213Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5229440Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5229673Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5229958Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5230190Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5230422Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5230654Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5230879Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5231106Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5231334Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5231559Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5231784Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5232011Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5232234Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5232500Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5232735Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5232968Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5233194Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5233417Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5233639Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5233860Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5234116Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5234334Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5234556Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5234774Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5235051Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5235288Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5235540Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5235786Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5236030Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5236271Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5236504Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5236741Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5236962Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5237190Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5237422Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5237655Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5237884Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5242380Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5242621Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5242851Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5243074Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5243293Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5243518Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5243736Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5243988Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5244241Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5244485Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5244729Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5245028Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5245264Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5245519Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5245773Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5246024Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5246243Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5246503Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5246742Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5246976Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5247236Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5247464Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5247688Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5247905Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5248118Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5248339Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5248556Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5248785Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5249006Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5249237Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5249464Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5249691Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5249910Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5250124Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5250385Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5250592Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5250807Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5251019Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5251236Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5251448Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5251675Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5251901Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5252135Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5252369Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5252633Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5252911Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5253134Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5253394Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5253614Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5253831Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5254052Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5254274Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5254511Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5254739Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5254970Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5255206Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5255439Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5255668Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5255896Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5256122Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5256355Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5256580Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5256810Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5257033Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5257256Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5257479Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5257699Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5257925Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5258148Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5258419Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5258668Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5258890Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5259109Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5259362Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5259584Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5259814Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5260041Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5260269Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5260492Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5260711Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5260986Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5261212Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5261440Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5261665Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5261888Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5262120Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5262349Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5262572Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5262789Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5263007Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5263221Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5263431Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5263637Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5263850Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5264150Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5264376Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5264638Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5264873Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5265099Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5265358Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5265583Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5265801Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5266018Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5266236Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5266507Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5266735Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5266961Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5267192Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5267423Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5267647Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5267855Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5268079Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5268296Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5268511Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5268729Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5268995Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5269236Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5269481Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5269727Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5269970Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5270212Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5270455Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5270726Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5270970Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5271215Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5271499Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5271744Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5271986Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5272227Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5272470Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5272696Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5272939Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5273184Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5273430Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5273673Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5273912Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5274146Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5274437Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5274678Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5274924Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5275166Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5275413Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5275656Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5275895Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5276134Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5276377Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5276620Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5276938Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5277182Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5277458Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5277702Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5277926Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5278166Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5278403Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5278641Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5278884Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5279124Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5279361Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5279602Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5279841Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5280077Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5280315Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5280545Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5280781Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5281018Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5281256Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5281498Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5281741Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5281979Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5282216Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5282502Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5282767Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5282992Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5283231Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5283499Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5283737Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5283972Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5284203Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5284439Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5284668Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5284952Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5285179Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5285410Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5285642Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5285875Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5286105Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5286337Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5286564Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5286796Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5287021Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5287252Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5287490Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5287713Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5287942Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5288175Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5288405Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5288633Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5288901Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5289147Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5289400Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5297051Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5297339Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5297595Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5297962Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5298209Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5298458Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5298722Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5298993Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5299260Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5299521Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5299786Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5300044Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5300376Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5300634Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5300943Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5301215Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5301479Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5301771Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5302032Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5302288Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5302552Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5302813Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5303069Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5303329Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5303592Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5303853Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5304185Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5304445Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5304706Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5304969Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5305228Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5305492Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5305755Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5306068Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5306325Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5306579Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5306821Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5307111Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5307361Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5307632Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5307874Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5308116Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5308356Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5308645Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5308882Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5309114Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5309348Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5309583Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5309826Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5310073Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5310313Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5310552Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5310785Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5311019Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5311250Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5311546Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5311840Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5312123Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5312411Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5312700Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5313014Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5313299Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5313615Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5313955Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5314234Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5314517Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5314785Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5315056Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5315327Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5315595Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5315863Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5316135Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5316409Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5316738Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5317006Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5317273Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5317539Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5317806Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5318077Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5318343Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5318613Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5318882Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5319185Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5319437Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5319730Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5319995Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5320257Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5320519Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5320751Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5320974Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5321208Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5321440Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5321665Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5321945Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5322170Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5322390Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5322604Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5322824Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5323038Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5323269Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5323494Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5323728Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5323952Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5324183Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5324466Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5324699Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5324926Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5325185Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5325413Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5325639Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5325893Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5326121Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5326340Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5326574Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5326803Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5327025Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5327244Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5327466Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5327683Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5327895Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5328117Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5328318Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5328550Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5328773Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5329005Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5329238Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5329465Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5329690Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5329962Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5330182Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5330397Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5330617Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5330833Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5331095Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5331326Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5331554Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5331812Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5332033Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5332249Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5332524Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5332727Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5332945Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5333157Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5333382Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5333601Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5333818Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5334034Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5334248Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5334459Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5334670Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5334877Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5335085Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5335289Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5335518Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5335738Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5335973Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5336206Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5336436Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5336650Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5336871Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5337121Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5337343Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5337561Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5337804Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5338021Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5338294Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5338512Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5338727Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5338953Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5339174Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5339393Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5339610Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5339828Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5340040Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5340256Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5340468Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5341875Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5342090Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5342304Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5342528Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5342741Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5342967Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5343235Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5343458Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5343676Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5343931Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5344227Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5344444Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5344656Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5344867Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5345079Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5345307Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5345531Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5345766Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5345976Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5346196Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5346422Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5346639Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5346854Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5347074Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5347297Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5347594Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5347816Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5348041Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5348263Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5348479Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5348699Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5348915Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5349164Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5349385Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5349610Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5349863Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5350118Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5350349Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5350576Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5350801Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5351020Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5351236Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5351448Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5351667Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5351882Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5352100Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5352317Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5352529Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5352810Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5353080Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5353358Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5353635Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5353906Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5354177Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5354449Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5354714Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5354963Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5355258Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5355581Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5355871Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5356100Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5356318Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5356544Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5356761Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5356976Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5357192Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5357408Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5357622Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5357835Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5358051Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5358316Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5358540Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5358759Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5358976Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5359190Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5359387Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5359600Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5359807Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5360018Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5360228Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5360450Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5360663Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5360880Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5361093Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5361337Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5361547Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5361759Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5362035Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5362248Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5362463Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5362677Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5362899Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5363119Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5363319Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5363534Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5363804Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5364015Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5364229Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5364442Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5364651Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5364870Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5365080Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5365301Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5365519Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5365735Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5365946Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5366154Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5366415Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5366619Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5366828Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5367032Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5367286Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5367514Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5367753Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5368025Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5368256Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5368486Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5368713Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5368939Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5369157Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5369373Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5369598Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5369820Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5370042Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5370257Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5370474Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5370693Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5370908Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5371121Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5371319Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5371527Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5371738Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5372014Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5372226Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5372453Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5372676Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5372891Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5373108Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5373363Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5373581Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5373790Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5374036Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5374246Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5374511Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5374716Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5374971Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5375217Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5375452Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5375695Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5375945Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5376186Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5376433Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5376673Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5376922Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5377168Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5377410Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5377653Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5377889Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5378129Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5378371Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5378609Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5378857Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5379100Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5379374Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5379614Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5380595Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5380847Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5381093Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5381324Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5381555Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5381779Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5382007Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5382231Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5382456Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5382683Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5382901Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5383177Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5383396Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5383613Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5383828Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5384125Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5384348Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5384569Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5384791Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5385005Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5385224Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5385460Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5385670Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5385881Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5386121Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5386328Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5386573Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5386817Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5387059Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5387303Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5387540Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5387779Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5388038Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5388296Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5388545Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5388876Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5389137Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5389394Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5389646Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5389898Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5390142Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5390390Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5390625Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5390878Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5391129Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5391469Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5391728Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5391980Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5392258Z test_non_contig_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5392500Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5392742Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5392992Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5393233Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5393478Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5393724Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5393964Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5394198Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5394436Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5394671Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5394905Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5395141Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5395375Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5395605Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5395844Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5396084Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5396319Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5396553Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5396783Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5397076Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5397309Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5397595Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5397841Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5398115Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5398359Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5398600Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5398842Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5399112Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5399378Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5399676Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5399914Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5400155Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5400405Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5400657Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5400887Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5401148Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5401402Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5401651Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5401902Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5402153Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5402402Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5402647Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5402889Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5403131Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5403378Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5403659Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5403906Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5404181Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5404425Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5404682Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5405004Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5405267Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5405524Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5405775Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5406027Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5406259Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5406500Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5406749Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5406998Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5407251Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5407563Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5407810Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5408059Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5408308Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5408556Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5408804Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5409051Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5409307Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5409588Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5409844Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5410089Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5410366Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5410613Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5410858Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5411104Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5411346Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5411593Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5411841Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5412090Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5412344Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5412589Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5412833Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5413136Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5413383Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5413632Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5413901Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5414160Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5414424Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5414685Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5414941Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5415201Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5415458Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5415766Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5416023Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5416289Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5416547Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5416807Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5417054Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5417312Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5417570Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5417831Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5418084Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5418333Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5418592Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5418839Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5419090Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5419345Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5419590Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5419836Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5420083Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5420330Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5420608Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5420837Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5421073Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5421396Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5421632Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5421858Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5422069Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5422285Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5422510Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5422728Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5422942Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5423160Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5423383Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5423609Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5423828Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5424166Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5424389Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5424603Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5424819Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5425035Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5425249Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5425468Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5425682Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5425909Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5426132Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5426349Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5426580Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5426809Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5427033Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5427252Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5427478Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5427702Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5427917Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5428136Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5428353Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5428570Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5428812Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5429048Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5429291Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5429537Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5429836Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5430078Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5430318Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5430554Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5430774Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5431008Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5431245Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5431478Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5431707Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5431935Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5432162Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5432438Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5432660Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5432883Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5433105Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5433326Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5433574Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5433821Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5434066Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5434312Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5434554Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5434798Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5435039Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5435293Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5435546Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5435776Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5436002Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5436234Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5436468Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5436733Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5436956Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5437173Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5437424Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5437637Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5437848Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5438129Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5438348Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5438563Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5438787Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5439005Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5439210Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5439422Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5439638Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5439849Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5440060Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5440269Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5440474Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5440735Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5440941Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5441164Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5441377Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5441602Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5441826Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5442041Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5442263Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5442480Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5442697Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5442909Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5443108Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5443321Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5443533Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5443761Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5443979Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5444213Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5444443Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5444670Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5444887Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5445101Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5445316Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5445532Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5445749Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5445964Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5446242Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5446458Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5446677Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5446895Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5447097Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5447309Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5447522Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5447734Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5447946Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5448158Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5448383Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5448654Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5448878Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5449097Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5449311Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5449526Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5449744Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5449957Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5450177Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5450389Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5450606Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5450821Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5451030Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5451246Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5451457Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5451669Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5451875Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5452082Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5452290Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5452499Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5452706Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5452925Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5453135Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5453358Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5453577Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5453793Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5454007Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5454282Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5454496Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5454709Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5454906Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5455111Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5455330Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5455540Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5455763Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5455987Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5456206Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5456422Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5456686Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5456896Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5457105Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5457312Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5457523Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5457756Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5457992Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5458232Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5458460Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5458694Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5458909Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5459139Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5459366Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5459600Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5459838Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5460076Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5460310Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5460543Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5460774Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5461006Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5461230Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5461457Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5461691Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5461925Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5462207Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5462441Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5462669Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5462892Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5463118Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5463343Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5463562Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5463794Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5464020Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5464326Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5464555Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5464837Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5465063Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5465291Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5465525Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5465762Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5465986Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5466217Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5466442Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5466670Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5466895Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5467125Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5467353Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5467587Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5467859Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5468079Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5468339Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5468565Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5468797Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5469024Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5469249Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5469481Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5469712Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5469940Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5470228Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5470460Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5470688Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5470917Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5471146Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5471370Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5471596Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5471823Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5472044Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5472263Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5472467Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5473448Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5473667Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5473890Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5474118Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5474342Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5474563Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5474783Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5475000Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5475222Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5475441Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5475659Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5475885Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5476114Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5476335Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5476554Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5476771Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5476992Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5477209Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5477433Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5477669Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5477906Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5478140Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5478374Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5478601Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5478889Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5479124Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5479380Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5479636Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5479893Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5480149Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5480397Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5480638Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5480886Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5481131Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5481428Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5481682Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5481935Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5482186Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5482432Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5482662Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5482915Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5483161Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5483407Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5483660Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5483915Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5484166Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5484412Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5484651Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5484899Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5485142Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5485389Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5485641Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5485892Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5486140Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5486380Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5486671Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5486916Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5487164Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5487398Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5487628Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5487850Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5488079Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5488306Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5488533Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5488761Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5488986Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5489268Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5489494Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5489725Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5489956Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5490186Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5490415Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5490645Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5490872Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5491099Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5491389Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5491672Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5491955Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5492231Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5492505Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5492769Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5493047Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5493322Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5493593Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5493857Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5494123Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5494387Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5494701Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5494963Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5495222Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5495479Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5495734Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5495991Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5496256Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5496520Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5496777Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5497037Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5497346Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5497602Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5497857Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5498110Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5498368Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5498627Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5498880Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5499121Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5499364Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5499617Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5499863Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5500082Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5500294Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5500523Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5500747Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5500964Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5501183Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5501399Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5501610Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5501816Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5502026Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5502234Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5502458Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5502730Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5502960Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5503176Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5503394Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5503610Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5503820Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5504035Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5504336Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5504549Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5504764Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5504978Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5505251Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5505462Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5505678Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5505896Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5506110Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5506324Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5506535Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5506745Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5506951Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5507151Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5507359Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5507580Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5507793Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5508016Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5508236Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5508449Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5508666Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5508879Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5509089Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5509300Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5509509Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5509717Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5509936Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5510151Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5510366Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5510578Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5511436Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5511641Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5511859Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5512072Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5512277Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5512471Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5512673Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5512929Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5513217Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5513501Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5513755Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5514061Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5514312Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5514568Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5514852Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5515133Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5515388Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5515638Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5515893Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5516176Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5516458Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5516699Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5516947Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5517202Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5517464Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5517723Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5517975Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5518220Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5518462Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5518705Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5518987Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5519265Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5519568Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5519817Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5520070Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5520354Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5520634Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5520886Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5521133Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.5521376Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5521658Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5521936Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5522234Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5522468Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5522722Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.5523004Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5523284Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5523542Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5523832Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5524083Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5524329Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5524580Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5524861Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5525122Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5525379Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5525626Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5525877Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5526125Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5526398Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5526676Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5526947Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5527215Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5527481Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5527799Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5528050Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5528329Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5528593Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5528843Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5529093Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5529348Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5529630Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5529906Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5530201Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5530447Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5530706Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5530966Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5531217Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5531465Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5531724Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.5531972Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.5532222Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5532470Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5532720Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5532968Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5533222Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5533465Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5533712Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5533955Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5534212Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5534459Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5534711Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5534958Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5535208Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5535454Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.5535782Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5536064Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5536343Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5536593Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5536843Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5537122Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5537373Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5537622Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5537868Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5538126Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5538433Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5538681Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5538929Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5539175Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5539428Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5539666Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5539912Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5540191Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5540464Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5540739Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5541006Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5541283Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5541552Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5541830Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5542105Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5542359Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.5542605Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5542850Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5543112Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5543368Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5543632Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5543958Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5544295Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5544559Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5544813Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5545061Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5545312Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5545550Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5545811Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5546062Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5546360Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5546602Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5546853Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5547108Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5547364Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5547610Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5547854Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5548095Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5548357Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5548619Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5548875Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5549127Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5549387Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5549645Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5549905Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5550155Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5550417Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5550679Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5550936Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5551177Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5551425Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5551671Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5552035Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5552348Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5552655Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:01:56.5552955Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5553257Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5553562Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:01:56.5553845Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5554122Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5554452Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5554707Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.5554988Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5555262Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5555514Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5555759Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5556015Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5556261Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5556505Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5556757Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5557035Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5557312Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5557559Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5557797Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5558046Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5558325Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5558603Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5558855Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5559107Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5559374Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5559647Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5559970Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5560234Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5560502Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5560766Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5561023Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5561276Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5561522Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5561836Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.011s) 2022-11-23T02:01:56.5562144Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.003s) 2022-11-23T02:01:56.5562509Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-11-23T02:01:56.5562818Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T02:01:56.5563123Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-11-23T02:01:56.5563423Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.003s) 2022-11-23T02:01:56.5563729Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-11-23T02:01:56.5564035Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.007s) 2022-11-23T02:01:56.5564337Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-11-23T02:01:56.5564599Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5564848Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.5565107Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5565367Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5565619Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5565878Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5566132Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5566384Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5566633Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5566883Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5567159Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5567435Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5567713Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5568042Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5568315Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5568589Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5568883Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5569175Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5569467Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5569757Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5570047Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5570325Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5570655Z test_reference_numerics_extremal_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5570929Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5571190Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5571469Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5571742Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5572019Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5572297Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5572573Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5572849Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5573122Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5573393Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5573664Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.5573963Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5574280Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5574556Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5574825Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5575099Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5575386Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5575667Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5575999Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5576280Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5576570Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5576861Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5577139Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5577410Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5577677Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5577963Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5578314Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.001s) 2022-11-23T02:01:56.5578716Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.001s) 2022-11-23T02:01:56.5578991Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5579272Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5579550Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5579838Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5580117Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5580402Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.5580682Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5580955Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5581263Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-11-23T02:01:56.5581572Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5581883Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5582189Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5582496Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5582801Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5583108Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5583409Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5583710Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5584153Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5584468Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5584769Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5585033Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5585300Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5585569Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5585830Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5586088Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5586338Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5586675Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5586920Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5587171Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5587422Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5587675Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5587933Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5588186Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5588435Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5588687Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5588934Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5589222Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5589516Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5589807Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5590076Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5590345Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5590614Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5590872Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5591125Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5591372Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5591648Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5591919Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5592251Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5592524Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5592783Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5593052Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5593330Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5593604Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5593877Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5594136Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5594418Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5594745Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5594998Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5595246Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5595519Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5595799Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5596076Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.5596347Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5596621Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5596886Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5597146Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5597431Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5597713Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:01:56.5597970Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5598225Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5598499Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:01:56.5598773Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5599046Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5599298Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5599557Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5599815Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5600126Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5600377Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5600625Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5600904Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5601179Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5601431Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5601678Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5601936Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5602195Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.5602451Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5603386Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5603634Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5603888Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5604168Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5604451Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5604700Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5604948Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5605217Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5605488Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5605747Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5606023Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5606290Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5606561Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5606831Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5607102Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5607372Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5607641Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.5607912Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5608177Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5608442Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5608765Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5609035Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5609302Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5609566Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5609828Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5610091Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5610352Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5610615Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5610876Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5611151Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5611481Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5611771Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5612062Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5612337Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5612623Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5612909Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5613190Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5613473Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5613757Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5614026Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5614293Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5614557Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5614828Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5615096Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5615413Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5615730Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5616032Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T02:01:56.5616328Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5616627Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5616978Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5617276Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5617570Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5617863Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5618117Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5618375Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5618634Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5618886Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5619135Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5619430Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5619690Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5619953Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5620206Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5620455Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5620702Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5620980Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5621263Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5621544Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5621792Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5622042Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5622294Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5622574Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:01:56.5622853Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5623101Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5623352Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5623608Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5623856Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5624199Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5624445Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5624698Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5625006Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5625306Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5625555Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5625797Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5626072Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5626314Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5626552Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5626784Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5627111Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5627432Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5627730Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5628052Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5628329Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5628602Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5628848Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5629096Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5629334Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5629576Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5629811Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5630130Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5630451Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5630701Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5631023Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5631301Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5631576Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5631812Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5632056Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5632297Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5632536Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5632771Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5633138Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5633466Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T02:01:56.5633722Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5634044Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5634301Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5634552Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5634799Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5635048Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5635293Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5635580Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5635822Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5636059Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5636380Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5636706Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5636954Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5637279Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5637558Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5637833Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:01:56.5638080Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5638312Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5638550Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5638789Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5639028Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5639346Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5639666Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5639918Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5640236Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5640515Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5640806Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5641725Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5641990Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5642248Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5642500Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5642751Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5643088Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5643427Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5643690Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5644027Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5644366Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5644656Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5644910Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5645165Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5645415Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5645653Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5645903Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5646238Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5646575Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5646836Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5647175Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5647467Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5647760Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5648023Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5648282Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5648540Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5648794Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5649046Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5649390Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5649733Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.009s) 2022-11-23T02:01:56.5650135Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5650410Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5650675Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5650939Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5651288Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5651642Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5651904Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5652165Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5652425Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5652725Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5652965Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5653217Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5653559Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5653905Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5654177Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5654522Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5654791Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.5655060Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5655327Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5655587Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5655848Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5656102Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5656354Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5656605Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5656858Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5657194Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5657532Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5657812Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5658164Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T02:01:56.5658500Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5658783Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5659071Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5659345Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5659621Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5659885Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5660158Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5660430Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5660698Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5661096Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5661451Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5661708Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5662045Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5662334Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5662623Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5662876Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5663132Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5663381Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5663628Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5663875Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5664304Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5664632Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5664885Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5665210Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5665487Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5665766Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5666015Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5666263Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5666505Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5666783Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5667022Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5667293Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5667616Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5667894Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5668222Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5668476Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5668731Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5668983Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5669278Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5669527Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5669776Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5670105Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5670433Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5670694Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5671022Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5671278Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5671531Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5671779Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5672025Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5672275Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5672605Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5672931Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5673180Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5673504Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5673736Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5673978Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5674219Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5674459Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5674742Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5675066Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5675389Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5675638Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5675961Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5676207Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5676453Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5676698Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5676939Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5677221Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5677542Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5677867Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5678118Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5678442Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5678695Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5678943Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5679192Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5679435Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5679680Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5679990Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5680313Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5680564Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5680884Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5681130Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5681375Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5681617Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5681857Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5682094Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5682329Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5682699Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5683020Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5683295Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5683616Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5683894Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5684170Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5684416Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5684661Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5684901Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5685187Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5685423Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5685745Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5686066Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5686342Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5686665Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5686901Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5687151Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5687393Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5687632Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5687870Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5688192Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5688521Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5688772Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5689099Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5689351Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5689604Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5689856Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5690101Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5690344Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5690633Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5690875Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5691116Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5691352Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5691671Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5691991Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5692238Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5692489Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5692734Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5693012Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5693252Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5693489Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5693812Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5694132Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5694379Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5694625Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5694868Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5695118Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5695394Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:01:56.5695668Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5695938Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5696202Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5696447Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5696766Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5697013Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5697252Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5697489Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5697725Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5697958Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5698217Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5698587Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T02:01:56.5698844Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5699085Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5699336Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5699593Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5699920Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5700183Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5700447Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5700701Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5701001Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5701248Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5701503Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5701752Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5702003Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5702249Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5702579Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5702905Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5703160Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5703485Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5703743Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5703998Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5704333Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5704583Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5704831Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5705081Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5705309Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5705548Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5705784Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5706107Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5706434Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5706734Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5707059Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5707320Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5707574Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5707821Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5708067Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5708314Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5708557Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5708798Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5709081Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5709401Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5709725Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5709982Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5710312Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5710567Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5710815Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5711063Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5711314Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5711564Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5711799Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5712124Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5712454Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5712712Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5713040Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5713295Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5713546Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5713792Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5714041Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5714289Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5714584Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5714916Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5715250Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5715501Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5715827Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5716084Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5716336Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5716587Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5716835Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5717134Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5717383Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5717629Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5717872Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5718104Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5718433Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5718759Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5719064Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5719362Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5719668Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5719971Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5720267Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5720565Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5720862Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5721155Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5721447Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5721741Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5722034Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5722373Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5722651Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5722983Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5723256Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5723527Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5723774Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5724019Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5724262Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5724588Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5731883Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5732285Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5732625Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5732888Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5733145Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5733381Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5733634Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5733877Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5734121Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5734358Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5734682Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5735009Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5735261Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5735588Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5735839Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5736092Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5736332Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5736574Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5736809Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5737129Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5737514Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5737760Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5738084Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5738336Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5738592Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5738837Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5739086Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5739326Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5739557Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5739793Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5740827Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5741151Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5741401Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5741725Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5741979Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5742237Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5742486Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5742734Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5742977Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5743219Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5743456Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5743780Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5744188Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5744456Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5744797Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5745068Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5745337Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5745599Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5745855Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5746107Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5746424Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5746672Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5746905Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5747237Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5747572Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5747821Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5748144Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5748391Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5748693Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5748938Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5749180Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5749416Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5749740Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5750067Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5750350Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5750628Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5750906Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5751178Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5751449Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5751718Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5752012Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5752365Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5752643Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5752922Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5753196Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5753461Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5753729Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5753990Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5754326Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5754677Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5754954Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5755230Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5755503Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5755768Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5756036Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5756299Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5756591Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5756988Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5757246Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5757573Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5757831Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5758083Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5758332Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5758584Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5758828Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5759067Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5759394Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5759725Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5759975Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5760230Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5760480Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5760734Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5760977Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5761205Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5761443Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5761683Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5761922Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5762208Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5762530Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5762857Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5763135Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5763410Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5763681Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5763945Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5764220Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5764489Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5764835Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5765121Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5765401Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5765680Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5765964Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5766246Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5766517Z test_reference_numerics_large_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5766788Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5767057Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5767332Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5767602Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5767862Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5768133Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5768406Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5768680Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5768947Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5769213Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5769472Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5769817Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5770207Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5770484Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5770755Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5771026Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5771340Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5771650Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5771922Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5772189Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5772457Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5772785Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5773067Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5773344Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5773625Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5773909Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.5774219Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.003s) 2022-11-23T02:01:56.5774494Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5774772Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5775052Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5775315Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5775587Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5775861Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5776215Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5776569Z 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-23T02:01:56.5776858Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5777149Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5777436Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T02:01:56.5777716Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5778621Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5778909Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5779194Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5779474Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5779832Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5780189Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5780476Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5780762Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5781049Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5781385Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5781665Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5781943Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5782293Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5782645Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5782928Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5783282Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5783557Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5783838Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5784208Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5784493Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5784765Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5785121Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5785479Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5785785Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5786091Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5786395Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5786747Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5787046Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:01:56.5787345Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5787636Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5787929Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5788217Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.5788500Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5788854Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5789134Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5789462Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5789738Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5790017Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5790291Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5790646Z 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-23T02:01:56.5791001Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5791287Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5791635Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5791913Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5792195Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5792469Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5792747Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5793020Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5793373Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5793723Z 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-23T02:01:56.5794005Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5794337Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5794663Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5794945Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5795223Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5795493Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5795764Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5796115Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5796467Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5796725Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5797034Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5797299Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5797554Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5797812Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5798061Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5798308Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5798565Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5798818Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5799071Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5799401Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5799729Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5800009Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5800341Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5800597Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5800850Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5801103Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5801350Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5801584Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5801830Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5802160Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5802538Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T02:01:56.5802789Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5803114Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5803364Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5803621Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5803872Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5804120Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5804368Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5804616Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5804854Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5805145Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5805386Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5805711Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5806038Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5806330Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5806672Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5806945Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.5807219Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.5807479Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5807737Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5807990Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5808228Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5808476Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5808723Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5809058Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5809397Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5809653Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5809903Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5810148Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5810392Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5810682Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5810920Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5811246Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5811568Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5811840Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5812109Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5812375Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5812647Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5812911Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5813222Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5813498Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5813773Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5814044Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5814299Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5814626Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5814869Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5815124Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5815372Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5815618Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5815859Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5816102Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5816339Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5816667Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5816994Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5817245Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5817568Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5817825Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5818087Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5818371Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5818677Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5818931Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5819187Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5819435Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5819683Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5819928Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5820263Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5820606Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5820869Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5821197Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5821537Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5821831Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5822097Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5822361Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5822618Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5822881Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5823140Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5823485Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5823833Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5824199Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5824531Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5824785Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5825047Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5825305Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5825560Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5825814Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5826064Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5826404Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5826746Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5827069Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5827414Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5827676Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5827938Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5828231Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5828485Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5828738Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5829023Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5829358Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5829691Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5829998Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5830318Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5830596Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5830870Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5831119Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5831366Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5831607Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5831850Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5832088Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5832403Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5832726Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5832974Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5833301Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5833554Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.5833812Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T02:01:56.5834060Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5834343Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5834586Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5834814Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5835080Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5835458Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T02:01:56.5835781Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5836036Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5836358Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5836635Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5836911Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5837156Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5837400Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5837639Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5837928Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5838161Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5838428Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5838745Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5839029Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5839318Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5839598Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5839886Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5840163Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5840471Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5840750Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5841057Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5841407Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5841680Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5841941Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5842207Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5842471Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5842734Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5843077Z 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-23T02:01:56.5843473Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5843821Z 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-23T02:01:56.5844088Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5844358Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5844619Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5844880Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5845141Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5845486Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T02:01:56.5845875Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5846247Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5846518Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5846787Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5847052Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5847359Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5847620Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5847961Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5848305Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5848643Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T02:01:56.5848907Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5849174Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5849434Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5849698Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5849959Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5850293Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5850620Z 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-23T02:01:56.5850907Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5851294Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5851562Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5851825Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5852086Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5852341Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5852625Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5852965Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5853340Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5853678Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5853996Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5854260Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5854519Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5854774Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5855024Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5855359Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5855696Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5855962Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5856295Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5856553Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5856805Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5857063Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5857311Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5857554Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5857887Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5858222Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T02:01:56.5858584Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5858833Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5859166Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5859426Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5859676Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5859920Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.5860210Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-11-23T02:01:56.5860540Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5860871Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5861134Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5861387Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5861689Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5861934Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5862178Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5862510Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5862844Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5863186Z 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-23T02:01:56.5863456Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5863727Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5863993Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5864330Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5864636Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5864979Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5865364Z 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-23T02:01:56.5865722Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5866014Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5866296Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5866579Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5866839Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5867162Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.5867515Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5867879Z 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-23T02:01:56.5868236Z 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-23T02:01:56.5868524Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5868806Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5869085Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5869358Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5870286Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5870688Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5871085Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T02:01:56.5871442Z 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-23T02:01:56.5871737Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5872024Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5872306Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5872583Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5872853Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5873209Z 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-23T02:01:56.5873567Z 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-23T02:01:56.5873924Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5874215Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5874500Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5874780Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5875050Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5875318Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5875750Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5876127Z 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-23T02:01:56.5876435Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5876775Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5877072Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5877337Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5877599Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5877844Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5878097Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5878483Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5878824Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5879163Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T02:01:56.5879432Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5879701Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5879962Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5880225Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5880479Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5880815Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5881149Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5881464Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5881847Z 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.010s) 2022-11-23T02:01:56.5882157Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5882501Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5882806Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5883142Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5883446Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5883885Z 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.002s) 2022-11-23T02:01:56.5884267Z 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-23T02:01:56.5884634Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5884933Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5885228Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5885519Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5885813Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5886149Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5886515Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5886886Z 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-23T02:01:56.5887254Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5887553Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5887847Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5888137Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5888459Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5888750Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5889130Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5889502Z 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-23T02:01:56.5889863Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T02:01:56.5890153Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5890433Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5890711Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5890987Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5891260Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5891670Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5892032Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5892308Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5892631Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5892888Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5893143Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.5893394Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5893638Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.5893879Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5894166Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5894403Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5894756Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5895082Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T02:01:56.5895388Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5895715Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T02:01:56.5895998Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5896279Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5896530Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5896781Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5897029Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5897262Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5897508Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5897757Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.5898081Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5898404Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5898675Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:01:56.5898997Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5899270Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5899594Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5899841Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5900089Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.5900330Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5900604Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5900839Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5901189Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5901516Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5901765Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5902135Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5902412Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5902686Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5902932Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5903176Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5903420Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5903662Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5903888Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5904285Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5904608Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5904862Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5905111Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5905359Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.5905605Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5905846Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5906089Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.5906410Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5906766Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T02:01:56.5907017Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.5907303Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.5907555Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T02:01:56.5908433Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.5908684Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.5908935Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.5909179Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.5909417Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.5909660Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.5909895Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.5910135Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.5910362Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.5910611Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.5910902Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-11-23T02:01:56.5911159Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-11-23T02:01:56.5911409Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-11-23T02:01:56.5911657Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5911902Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5912147Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.5912391Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.5912666Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.5912907Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.5913177Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.5913431Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.5913674Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-11-23T02:01:56.5913934Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.275s) 2022-11-23T02:01:56.5914189Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.273s) 2022-11-23T02:01:56.5914440Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.5914689Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.5914936Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.5915178Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.5915405Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.5915646Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.5915886Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.5916139Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.5916431Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T02:01:56.5916688Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.5916944Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.5917191Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-11-23T02:01:56.5917440Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5917690Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.5917935Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.5918174Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.5918421Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.5918691Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.5918929Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.5919270Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.5919510Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.5919765Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-11-23T02:01:56.5920014Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-11-23T02:01:56.5920258Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.5920502Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.5920735Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.5920973Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.5921212Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.5921455Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.5921690Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.5921940Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.5922180Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-11-23T02:01:56.5922462Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5922743Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.5922992Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.5923242Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.5923486Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.5923729Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.5923970Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.5924210Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.5924483Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.5924784Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.5925028Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-11-23T02:01:56.5925320Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-11-23T02:01:56.5925572Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-11-23T02:01:56.5925817Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.5926051Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.5926290Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.5926530Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.5926768Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.5927006Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.5927294Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.5927544Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.5927785Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-11-23T02:01:56.5928042Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-11-23T02:01:56.5928297Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-11-23T02:01:56.5928547Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.5928794Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.5929038Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.5929285Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.5929524Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.5929763Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.5930004Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.5930261Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.5930545Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.5930798Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.5931029Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.5931310Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.5931555Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.5931801Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.5932043Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.5932289Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.5932532Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.5932824Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.5933061Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.5933303Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.5933539Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.5933784Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5934026Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.5934280Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.5934531Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.5934784Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.5935031Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.5935326Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.5935569Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.5935810Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T02:01:56.5936045Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.5936266Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.5936540Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.5936782Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.5937049Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.5937347Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.5937621Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.5937895Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-11-23T02:01:56.5938164Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.5938430Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.5938695Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.5938963Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.5939224Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.5939488Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.5939747Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.5940006Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5940262Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.5940510Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.5940753Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-11-23T02:01:56.5941063Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.226s) 2022-11-23T02:01:56.5941317Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-11-23T02:01:56.5941564Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5941808Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.5942036Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.5942276Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.5942546Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.5942785Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.5943025Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.5943308Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.5943603Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-11-23T02:01:56.5943857Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-11-23T02:01:56.5944179Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-11-23T02:01:56.5944427Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.5944672Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.5944915Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.5945158Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.5945393Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.5945635Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.5945870Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.5946126Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.5946372Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-11-23T02:01:56.5946626Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.5946879Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.5947112Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5947362Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.5947615Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.5947861Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.5948105Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.5948351Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5948641Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.500s) 2022-11-23T02:01:56.5948895Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T02:01:56.5949237Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.432s) 2022-11-23T02:01:56.5949489Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.454s) 2022-11-23T02:01:56.5949743Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.5949992Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.5950237Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.5950484Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.5950731Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.5950976Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.5951218Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.5951462Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.5951703Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-11-23T02:01:56.5951986Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.5952212Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.5952445Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T02:01:56.5952686Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.5952923Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.5953170Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-11-23T02:01:56.5953410Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-11-23T02:01:56.5953656Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.5953903Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.5954142Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.5954381Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.5954649Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.5954890Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.5955126Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.5955415Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.5955660Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T02:01:56.5955912Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.5956161Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.5956405Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.5956648Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.5956891Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.5957135Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.5957421Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5957670Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-11-23T02:01:56.5957916Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-11-23T02:01:56.5958158Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-11-23T02:01:56.5958397Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T02:01:56.5958637Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.5958876Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.5959114Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.5959352Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.5959594Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.5959878Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.5960122Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.5960363Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.5960649Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-11-23T02:01:56.5960901Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-11-23T02:01:56.5961145Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.5961422Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.5961664Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.5961901Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.5962138Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.5962362Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.5962598Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.5962850Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5963090Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.5963338Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5963587Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5963831Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.5964076Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.5964317Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.5964556Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.5964798Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.5965042Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5965283Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.5965590Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.5965844Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-11-23T02:01:56.5966094Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.5966339Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.5966612Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5966856Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5967092Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.5967317Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.5967555Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.5967830Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.5968125Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.5968375Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.5968625Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.5968873Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.5969116Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.5969356Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.5969603Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5969842Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.5970084Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5970331Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5970578Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.5970822Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.5971068Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.5971319Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-11-23T02:01:56.5971569Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.5971817Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.5972068Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.5972311Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-11-23T02:01:56.5972534Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.295s) 2022-11-23T02:01:56.5972774Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T02:01:56.5973042Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-11-23T02:01:56.5973280Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.5973567Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.5973835Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-11-23T02:01:56.5974070Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-11-23T02:01:56.5974306Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-11-23T02:01:56.5974564Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.5974814Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T02:01:56.5975067Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5975327Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.5975578Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.5975843Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.5976103Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-11-23T02:01:56.5976416Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.5976686Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.5976957Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.5977222Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.5977483Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.5977747Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.5977998Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.5978261Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.5978526Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.5978786Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.5979072Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.5979335Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.5979595Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.5979882Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.5980133Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.5980382Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.5980631Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.5980876Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.5981120Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.5981363Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5981603Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.5981846Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5982148Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.5982391Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.5982649Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.5982901Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.5983135Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.5983379Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5983628Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.5983870Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.5984193Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.5984434Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.5984729Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.5984968Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5985269Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5985521Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.5985808Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.5986060Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.5986311Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.5986558Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.5986812Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T02:01:56.5987060Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.5987307Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.5987554Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.5987816Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5988066Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.5988324Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.5988560Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.5988808Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.5989055Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.5989310Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.5989558Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.5989804Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.5990054Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.5990360Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.5990609Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.5990876Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.5991131Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.5991414Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.5991665Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.5991943Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.5992193Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.5992442Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.5992689Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T02:01:56.5992985Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.5993233Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.5993477Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.5993783Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5994074Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.5994372Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5994675Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5994980Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5995279Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5995574Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5995867Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5996158Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5996451Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5996743Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.5997031Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.5997318Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T02:01:56.5997567Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-11-23T02:01:56.5997820Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.5998103Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.5998403Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.5998650Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.5998901Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.5999146Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.5999395Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.5999642Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.5999884Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-11-23T02:01:56.6000142Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-11-23T02:01:56.6000396Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-11-23T02:01:56.6000644Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.6001840Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.6002085Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.6002328Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6002568Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.6002809Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.6003048Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6003340Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.6003584Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.6003841Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.6004123Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6004365Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.6004610Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.6004848Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6005088Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.6005326Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6005573Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.6005815Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-11-23T02:01:56.6006073Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-11-23T02:01:56.6006324Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-11-23T02:01:56.6006569Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6006801Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.6007044Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.6007281Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6007577Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.6007818Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.6008056Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6008302Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6008542Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-11-23T02:01:56.6008790Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-11-23T02:01:56.6009039Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-11-23T02:01:56.6009282Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6009563Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6009802Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6010131Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6010369Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6010606Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6010838Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.6011102Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6011358Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.6011634Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6011900Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.6012150Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.6012411Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.6012670Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6012927Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.6013177Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6013427Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.6013681Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6013927Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6014180Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.6014424Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-11-23T02:01:56.6014671Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6014917Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6015160Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-11-23T02:01:56.6015432Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-11-23T02:01:56.6015730Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-11-23T02:01:56.6015974Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-11-23T02:01:56.6016252Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-11-23T02:01:56.6016535Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-11-23T02:01:56.6016816Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-11-23T02:01:56.6017093Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.6017369Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.6017629Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.6017903Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-11-23T02:01:56.6018225Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.6018498Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T02:01:56.6018780Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-11-23T02:01:56.6019061Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-11-23T02:01:56.6019336Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-11-23T02:01:56.6019610Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-11-23T02:01:56.6019882Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-11-23T02:01:56.6020157Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-11-23T02:01:56.6020427Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.231s) 2022-11-23T02:01:56.6020694Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-11-23T02:01:56.6020970Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.348s) 2022-11-23T02:01:56.6021247Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-11-23T02:01:56.6021555Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.387s) 2022-11-23T02:01:56.6021826Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.380s) 2022-11-23T02:01:56.6022097Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.363s) 2022-11-23T02:01:56.6022372Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.362s) 2022-11-23T02:01:56.6022669Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.364s) 2022-11-23T02:01:56.6022937Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.337s) 2022-11-23T02:01:56.6023196Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6023447Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.6023758Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T02:01:56.6024011Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6024323Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6024579Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.6024824Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6025070Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6025318Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6025562Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6025811Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6026062Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.6026365Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-11-23T02:01:56.6026614Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.6026860Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.6027104Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6027346Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6027585Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.6027827Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.6028097Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T02:01:56.6028342Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.6028576Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.6028887Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6029162Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6029434Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6029688Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6029963Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.6030233Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6030527Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.6030816Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6031100Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.6031381Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-11-23T02:01:56.6031663Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.6031989Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-11-23T02:01:56.6032266Z test_reference_numerics_normal_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T02:01:56.6032541Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6032809Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T02:01:56.6033086Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6033360Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.6033631Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6033903Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6034173Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6034569Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6034836Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T02:01:56.6035136Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6035403Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.6035672Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.6035939Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6036211Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.6036467Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.6036741Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6037036Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-11-23T02:01:56.6037353Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6037624Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6037891Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6038162Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T02:01:56.6038444Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6038723Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6039005Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6039284Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6039569Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.6039852Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.6040794Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T02:01:56.6041089Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6041403Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.6041684Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.6041960Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.6042235Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6042507Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6042785Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6043070Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.6043434Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:01:56.6043743Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6044030Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6044308Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T02:01:56.6044572Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.6044853Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.6045132Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.6045412Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.6045688Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.6045970Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6046250Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6046555Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6046836Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.6047112Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6047425Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.6047700Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6047978Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6048263Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.477s) 2022-11-23T02:01:56.6048542Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-11-23T02:01:56.6048881Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.426s) 2022-11-23T02:01:56.6049160Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.451s) 2022-11-23T02:01:56.6049437Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-11-23T02:01:56.6049714Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.6049991Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.6050266Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.6050541Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.6050826Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.493s) 2022-11-23T02:01:56.6051101Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.594s) 2022-11-23T02:01:56.6051428Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.518s) 2022-11-23T02:01:56.6051693Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.512s) 2022-11-23T02:01:56.6051970Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.479s) 2022-11-23T02:01:56.6052246Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.521s) 2022-11-23T02:01:56.6052551Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.498s) 2022-11-23T02:01:56.6052828Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.487s) 2022-11-23T02:01:56.6053101Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.511s) 2022-11-23T02:01:56.6053421Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.543s) 2022-11-23T02:01:56.6053697Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.683s) 2022-11-23T02:01:56.6053977Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.612s) 2022-11-23T02:01:56.6054258Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.582s) 2022-11-23T02:01:56.6054532Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.548s) 2022-11-23T02:01:56.6054806Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.591s) 2022-11-23T02:01:56.6055080Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.603s) 2022-11-23T02:01:56.6055359Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.583s) 2022-11-23T02:01:56.6055632Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.561s) 2022-11-23T02:01:56.6055913Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.548s) 2022-11-23T02:01:56.6056190Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.706s) 2022-11-23T02:01:56.6056468Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.591s) 2022-11-23T02:01:56.6056795Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.583s) 2022-11-23T02:01:56.6057069Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.579s) 2022-11-23T02:01:56.6057346Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.639s) 2022-11-23T02:01:56.6057619Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.549s) 2022-11-23T02:01:56.6057891Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.553s) 2022-11-23T02:01:56.6058161Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.601s) 2022-11-23T02:01:56.6058447Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.551s) 2022-11-23T02:01:56.6058740Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.723s) 2022-11-23T02:01:56.6059021Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.684s) 2022-11-23T02:01:56.6059331Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.677s) 2022-11-23T02:01:56.6059662Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.638s) 2022-11-23T02:01:56.6059933Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.632s) 2022-11-23T02:01:56.6060205Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.658s) 2022-11-23T02:01:56.6060479Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.670s) 2022-11-23T02:01:56.6060753Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.697s) 2022-11-23T02:01:56.6061016Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6061281Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6061549Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-11-23T02:01:56.6061807Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.6062064Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.6062315Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6062562Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.6062809Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.6063063Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.6063313Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6063568Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6063814Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6064144Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6064397Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-11-23T02:01:56.6064675Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.6064927Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6065258Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6065511Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6065763Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6066010Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.6066256Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6066502Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.6066749Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6066991Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6067244Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.6067496Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-11-23T02:01:56.6067799Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6068046Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.6068294Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6068539Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.6068781Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.6069017Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.6069257Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.6069498Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6069738Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6069988Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.6070244Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.6070546Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.6070815Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.6071079Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.6071374Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6071628Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6071887Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6072139Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.6072388Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6072642Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6072896Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6073146Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.6073449Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-11-23T02:01:56.6073699Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.6073947Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T02:01:56.6074191Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6074433Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.6074676Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6074916Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6075187Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.6075445Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.6075711Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.6076031Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.6076298Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.6076592Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-11-23T02:01:56.6076870Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.6077176Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6077452Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.6077704Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6077954Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-11-23T02:01:56.6078208Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-11-23T02:01:56.6078462Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-11-23T02:01:56.6078710Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6078957Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T02:01:56.6079202Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T02:01:56.6079448Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6079692Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.6079936Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.6080179Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6080424Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.6080662Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6080916Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-11-23T02:01:56.6081153Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-11-23T02:01:56.6081466Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.6081712Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6081958Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.6082201Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.6082442Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6082716Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.6082955Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6083196Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6083464Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6083723Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.6084023Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-11-23T02:01:56.6084287Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.294s) 2022-11-23T02:01:56.6084546Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-11-23T02:01:56.6084796Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6085043Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.6085290Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6085541Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.6085791Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6086040Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6086271Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.6086517Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6086758Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6087001Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.6087246Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6087491Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.6087734Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T02:01:56.6087974Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T02:01:56.6088216Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6088457Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.6088693Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6088985Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.6089231Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T02:01:56.6089515Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6089818Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.6090067Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T02:01:56.6090318Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6090563Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.6090809Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.6091052Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.6091301Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.6091533Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6091774Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-11-23T02:01:56.6092025Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-11-23T02:01:56.6092321Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-11-23T02:01:56.6092564Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6092805Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T02:01:56.6093044Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.6093283Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.6093519Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.6093759Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6093995Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.6094243Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.6094482Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-11-23T02:01:56.6094736Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.336s) 2022-11-23T02:01:56.6095019Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-11-23T02:01:56.6095268Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T02:01:56.6095544Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6095789Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6096031Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.6096269Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-11-23T02:01:56.6096494Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.6096730Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.6096978Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6097217Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.6097469Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-11-23T02:01:56.6097766Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-11-23T02:01:56.6098011Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.6098257Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.6098497Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6098736Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-11-23T02:01:56.6098969Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.6099207Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.6099441Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.6099707Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.335s) 2022-11-23T02:01:56.6099975Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.324s) 2022-11-23T02:01:56.6100293Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.349s) 2022-11-23T02:01:56.6100558Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.358s) 2022-11-23T02:01:56.6100853Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-11-23T02:01:56.6101118Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.334s) 2022-11-23T02:01:56.6101381Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.332s) 2022-11-23T02:01:56.6101675Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.409s) 2022-11-23T02:01:56.6101927Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-11-23T02:01:56.6102200Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-11-23T02:01:56.6102473Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6102738Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6102999Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6103259Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6103523Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-11-23T02:01:56.6103788Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-11-23T02:01:56.6104120Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T02:01:56.6104393Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T02:01:56.6104662Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.6104928Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T02:01:56.6105186Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.6105446Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-11-23T02:01:56.6105709Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-11-23T02:01:56.6106034Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6106298Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-11-23T02:01:56.6106570Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.6106868Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6107130Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6107390Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T02:01:56.6107680Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6107945Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-11-23T02:01:56.6108196Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.6108508Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-11-23T02:01:56.6108775Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6109044Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6109307Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6109566Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6109824Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6110090Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.6110352Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.6110619Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6110877Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-11-23T02:01:56.6111139Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6111400Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T02:01:56.6111660Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.6111917Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6112167Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-11-23T02:01:56.6112425Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T02:01:56.6112679Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.6112962Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T02:01:56.6113228Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.6113493Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-11-23T02:01:56.6113786Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6114096Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6114344Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.6114609Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6114870Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.6115134Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-11-23T02:01:56.6115390Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.274s) 2022-11-23T02:01:56.6115646Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-11-23T02:01:56.6115902Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-11-23T02:01:56.6116164Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-11-23T02:01:56.6116417Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-11-23T02:01:56.6116719Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-11-23T02:01:56.6116973Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-11-23T02:01:56.6117221Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-11-23T02:01:56.6117474Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.324s) 2022-11-23T02:01:56.6117733Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-11-23T02:01:56.6117984Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-11-23T02:01:56.6118233Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-11-23T02:01:56.6118479Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-11-23T02:01:56.6118728Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-11-23T02:01:56.6119010Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-11-23T02:01:56.6119256Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-11-23T02:01:56.6119499Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-11-23T02:01:56.6119776Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.6120036Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-11-23T02:01:56.6120297Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T02:01:56.6120550Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-11-23T02:01:56.6120802Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-11-23T02:01:56.6121054Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-11-23T02:01:56.6121303Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-11-23T02:01:56.6121569Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-11-23T02:01:56.6121840Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.6122164Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-11-23T02:01:56.6122432Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-11-23T02:01:56.6122695Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-11-23T02:01:56.6122958Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-11-23T02:01:56.6123221Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.6123484Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.6123766Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.350s) 2022-11-23T02:01:56.6124051Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-11-23T02:01:56.6124330Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-11-23T02:01:56.6124609Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-11-23T02:01:56.6124967Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-11-23T02:01:56.6125236Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-11-23T02:01:56.6125510Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-11-23T02:01:56.6125816Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-11-23T02:01:56.6126091Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.336s) 2022-11-23T02:01:56.6126359Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-11-23T02:01:56.6126637Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-11-23T02:01:56.6126910Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-11-23T02:01:56.6127179Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-11-23T02:01:56.6127448Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-11-23T02:01:56.6127720Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-11-23T02:01:56.6127989Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-11-23T02:01:56.6128262Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-11-23T02:01:56.6128538Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-11-23T02:01:56.6128815Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T02:01:56.6129084Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.6129366Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-11-23T02:01:56.6129643Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-11-23T02:01:56.6129921Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-11-23T02:01:56.6130250Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-11-23T02:01:56.6130526Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-11-23T02:01:56.6130811Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-11-23T02:01:56.6131126Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-11-23T02:01:56.6131403Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-11-23T02:01:56.6131704Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-11-23T02:01:56.6131974Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-11-23T02:01:56.6132249Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-11-23T02:01:56.6132519Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-11-23T02:01:56.6133439Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.6133698Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-11-23T02:01:56.6133950Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.6134214Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6134473Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.6134732Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-11-23T02:01:56.6134979Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-11-23T02:01:56.6135239Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6135490Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.6135740Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T02:01:56.6136004Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T02:01:56.6136267Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.6136531Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6136797Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6137092Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T02:01:56.6137349Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6137642Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.6137959Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T02:01:56.6138268Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-11-23T02:01:56.6138580Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-11-23T02:01:56.6138940Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-11-23T02:01:56.6139247Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.6139557Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-11-23T02:01:56.6139865Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-11-23T02:01:56.6140168Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-11-23T02:01:56.6140467Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-11-23T02:01:56.6140758Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-11-23T02:01:56.6141037Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.6141382Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T02:01:56.6141673Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.6141964Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T02:01:56.6142251Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-11-23T02:01:56.6142540Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-11-23T02:01:56.6142835Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-11-23T02:01:56.6143162Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.279s) 2022-11-23T02:01:56.6143460Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-11-23T02:01:56.6143784Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-11-23T02:01:56.6144139Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-11-23T02:01:56.6144424Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-11-23T02:01:56.6144706Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-11-23T02:01:56.6144996Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-11-23T02:01:56.6145289Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-11-23T02:01:56.6145580Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-11-23T02:01:56.6145869Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6146154Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6146440Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.6146721Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T02:01:56.6147047Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.6147329Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T02:01:56.6147610Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T02:01:56.6147862Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6148105Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-11-23T02:01:56.6148365Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-11-23T02:01:56.6148604Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-11-23T02:01:56.6148851Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.6149136Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6149432Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6149704Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6149943Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6150185Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.6150423Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-11-23T02:01:56.6150677Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6150928Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6151189Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.6151450Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T02:01:56.6151698Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6151950Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6152200Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6152445Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6152688Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6152934Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6153179Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6153419Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.6153666Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-11-23T02:01:56.6153890Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-11-23T02:01:56.6154142Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-11-23T02:01:56.6154393Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-11-23T02:01:56.6154634Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.6154878Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-11-23T02:01:56.6155203Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-11-23T02:01:56.6155446Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T02:01:56.6155715Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.6155954Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T02:01:56.6156190Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-11-23T02:01:56.6156442Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T02:01:56.6156682Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-11-23T02:01:56.6156936Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-11-23T02:01:56.6157191Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-11-23T02:01:56.6157439Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T02:01:56.6157739Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-11-23T02:01:56.6157977Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-11-23T02:01:56.6158219Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-11-23T02:01:56.6158453Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T02:01:56.6158694Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-11-23T02:01:56.6158916Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-11-23T02:01:56.6159168Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T02:01:56.6159416Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6159665Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.6159906Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6160146Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T02:01:56.6160385Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6160623Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-11-23T02:01:56.6160862Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T02:01:56.6161136Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6161387Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6161666Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.6161914Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6162152Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6162394Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6162630Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6162865Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6163155Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6163389Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6163623Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6163859Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6164092Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6164381Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6164633Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.6164882Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T02:01:56.6165129Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6165374Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6165611Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6165897Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6166130Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6166364Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6166596Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6166843Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6167168Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6167422Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.6167700Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T02:01:56.6167949Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6168190Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T02:01:56.6168431Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6168671Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6168906Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6169135Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6169373Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6169652Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.003s) 2022-11-23T02:01:56.6169946Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6170199Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6170450Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T02:01:56.6170726Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-11-23T02:01:56.6171001Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.011s) 2022-11-23T02:01:56.6172200Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-11-23T02:01:56.6172456Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6172697Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6172974Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6173218Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6173458Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6173741Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6174031Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6174284Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T02:01:56.6174536Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.6174840Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6175083Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6175322Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6175559Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6175778Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6176017Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6176252Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6176501Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6176790Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6177071Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6177345Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6177591Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6177835Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6178078Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6178322Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6178556Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6178799Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6179039Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6179284Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6179572Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6179845Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6180117Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6180410Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6180651Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6180892Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6181118Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6181349Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6181586Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6181820Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6182070Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6182361Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6182641Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6182964Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6183209Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6183454Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6183695Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6183936Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6184267Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6184513Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6184750Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6185085Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6185341Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6185590Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6185837Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6186088Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6186333Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6186567Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6186811Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6187055Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6187293Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6194141Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6194417Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6194668Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6194910Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6195258Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6195553Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6195809Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6196068Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6196327Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6196576Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6196825Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6197073Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6197316Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6197557Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6197848Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6198085Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6198306Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6198572Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6198878Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6199150Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.6199425Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6199689Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6199959Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6200223Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6200529Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6200786Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6201071Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6201323Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6201581Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6201834Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6202077Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6202361Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6202615Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T02:01:56.6202865Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6203108Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6203405Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6203644Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6203882Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6204101Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6204337Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6204566Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6204811Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6205094Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6205347Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T02:01:56.6205600Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6205898Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6206143Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6206379Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6206619Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6206854Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6207088Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6207322Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6207582Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6207876Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6208133Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6208386Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6208635Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6208880Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6209126Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6209360Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6209605Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6209853Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6210109Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6210400Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6210651Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6210904Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6211148Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6211440Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6211691Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6211939Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6212184Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6212428Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6212716Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6212958Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6213201Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6213440Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6213681Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6213961Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6214195Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6214414Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6214659Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6214946Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6215190Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6215431Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6215671Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6215911Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6216145Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6216381Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6216613Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6216866Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6217161Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6217413Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6217660Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6217906Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6218149Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6218393Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6218635Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6218874Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6219120Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6219451Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6219681Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6219925Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6220167Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6220404Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6220640Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6220874Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6221111Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6221344Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6221617Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6221902Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6222202Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.6222453Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.6222696Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6222937Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6223176Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6223413Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6223652Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6223889Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6224210Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6224489Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6224783Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6225014Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6225261Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6225504Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6225746Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6225986Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6226231Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6226467Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6226713Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6227003Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6227260Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6227514Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6227822Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T02:01:56.6228071Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6228318Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6228558Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6228795Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6229032Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6229266Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6229504Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6229738Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6229986Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6230267Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6230516Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6230759Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6231000Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6231255Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6231549Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6231793Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6232038Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6232316Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6232560Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6232804Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6233081Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6233356Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6233633Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6233908Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:01:56.6234153Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6234441Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-11-23T02:01:56.6234681Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6234922Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6235161Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6235394Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6235608Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6235898Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6236133Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6236388Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6236641Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6236892Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6237149Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6237444Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6237705Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6237968Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6238223Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T02:01:56.6238527Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6238774Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6239019Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6239267Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6239513Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6239761Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6240010Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6240256Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6240500Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6240786Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6241026Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6241272Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6241521Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6241766Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6242014Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6242259Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6242505Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6242745Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6242984Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6243225Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6243463Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6243713Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6244049Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6244305Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6244557Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6244807Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6245051Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6245296Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6245535Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6245774Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6246011Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6246237Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6246522Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6246781Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6247076Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6247331Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6247579Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6247822Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6248075Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6248321Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6248571Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6248817Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6249060Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6249315Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6249606Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6249862Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6250112Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6250359Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6250608Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6250852Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6251101Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6251347Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6251580Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6251880Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6252172Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6252430Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6252682Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.6252927Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T02:01:56.6253177Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6253422Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6253671Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6253917Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6254159Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6254449Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6254690Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6254931Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6255231Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.6255526Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6255830Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6256137Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6256435Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6256730Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6257026Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.6257319Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6257610Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6257902Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6258175Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:01:56.6258461Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:01:56.6258735Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6259020Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6259270Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6259520Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6259810Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6260055Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6260297Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6260543Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6260784Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6261030Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6261315Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6261564Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6261819Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6262064Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6262359Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6262598Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6262837Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6263070Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6263309Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6263543Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6263780Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6264143Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6264395Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6264643Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6264881Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6265119Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6265357Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T02:01:56.6265598Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6265837Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6266085Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6266373Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6266624Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6266878Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6267122Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6267365Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6267606Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6267843Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6268133Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6268374Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6268609Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6268840Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6269122Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6269371Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T02:01:56.6269617Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6269858Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6270101Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6270337Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6271264Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6271502Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6271741Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6271977Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6272242Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6272546Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6272817Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T02:01:56.6273087Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T02:01:56.6273351Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6273606Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6273858Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6274112Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6274363Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6274613Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6274867Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6275109Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6275361Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6275649Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6275893Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6276137Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6276379Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6276669Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6276910Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6277150Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6277385Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6277663Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6277938Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6278213Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6278484Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6278756Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6279020Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6279359Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6279627Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6279901Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6280173Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6280446Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6280715Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6280970Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6281233Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6281523Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6281791Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6282065Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6282338Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.6282612Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6282877Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6283144Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6283407Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6283697Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6283963Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6284221Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6284558Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6284813Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6285066Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6285312Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6285562Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6285804Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6286042Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6286285Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6286537Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6286780Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6287074Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T02:01:56.6287310Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6287556Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6287845Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6288088Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6288330Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6288602Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6288849Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6289083Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6289324Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6289558Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6289834Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6290107Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6290380Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6290652Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6290919Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6291187Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6291474Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6291757Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6292035Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6292311Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6292589Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6292920Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6293178Z test_reference_numerics_small_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6293443Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6293710Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6294018Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6294290Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6294594Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6294869Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6295143Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6295464Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6295734Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6296003Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6296265Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6296531Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6296801Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6297071Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6297340Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6297608Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6297897Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.6298202Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6298472Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6298742Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6299008Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6299289Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6299568Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6299862Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6300143Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6300426Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6300741Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6301069Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6301350Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6301623Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6301896Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6302189Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6302459Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6302752Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6303026Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6303309Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6303639Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6303927Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6304278Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6304563Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6304842Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.6305122Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6305399Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6305683Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6305992Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6306280Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6306568Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6306880Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6307145Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6307422Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6307698Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6307973Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6308244Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6308525Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6308843Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6309762Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6310050Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6310330Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6310608Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6310885Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6311163Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6311439Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6311729Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6312085Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6312423Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6312735Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6313013Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6313289Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6313558Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6313834Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6314105Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6314388Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6314704Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6314977Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6315244Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6315516Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6315789Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6316062Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6316339Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6316611Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6316895Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6317209Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6317485Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6317813Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6318120Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6318398Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6318667Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6318974Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6319245Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6319526Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6319841Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6320118Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6320442Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6320717Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6320983Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6321257Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6321531Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6321805Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6322063Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6322315Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6322574Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6322832Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6323081Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6323327Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6323570Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6323824Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6324076Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6324365Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6324612Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6324863Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6325142Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:01:56.6325470Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6325724Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6326029Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6326282Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6326530Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6326778Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6327024Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6327271Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6327510Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6327740Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6328029Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6328281Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T02:01:56.6328583Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6328834Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6329078Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6329322Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6329567Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6329807Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6330048Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6330287Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6330528Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6330792Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6331081Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6331383Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6331655Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6331961Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T02:01:56.6332227Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6332484Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6332738Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6332994Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6333244Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6333487Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6333726Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6334035Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6334287Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6334536Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6334779Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6335021Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6335263Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6335498Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6335735Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6335971Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6336243Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6336509Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6336819Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6337087Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6337378Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6337643Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6337921Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6338228Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6338500Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6338752Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6339043Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6339284Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T02:01:56.6339534Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6339782Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6340027Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6340272Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6340514Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6340754Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6340993Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6341227Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6341475Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6341760Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6342013Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T02:01:56.6342309Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T02:01:56.6342559Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T02:01:56.6342805Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6343046Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6343281Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6343548Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6343785Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6344014Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6344362Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6344584Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6344895Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6345189Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-11-23T02:01:56.6345452Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T02:01:56.6345707Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T02:01:56.6345958Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6346209Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6346460Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6346707Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6346956Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6347200Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6347445Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6347688Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6347974Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6348216Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6348461Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6348700Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6348943Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6349181Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6349412Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6349683Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6349903Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6350188Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6350528Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6350781Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6351036Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6351285Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6351531Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6351777Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6352018Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6352262Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6352509Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6352752Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6353081Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6353330Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T02:01:56.6353575Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T02:01:56.6353817Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6354057Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6354293Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6354532Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6354764Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6355002Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6355217Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6355492Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6355778Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6356030Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T02:01:56.6356343Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6356590Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6356833Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6357077Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6357315Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6357550Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6357787Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6358020Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6358265Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6358600Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6358850Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6359102Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T02:01:56.6359345Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6359585Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6359821Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6360058Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6360292Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6360520Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6360751Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6361106Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6361370Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6361669Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6361930Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.6362302Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6362564Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6362828Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6363090Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6363401Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6363669Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6363938Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6364200Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6364460Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6364720Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6364982Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6365244Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6365549Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6365817Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6366081Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6366339Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6366654Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6366899Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6367162Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6367451Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6367762Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6368058Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6368328Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6368588Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6368844Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6369107Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6369423Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T02:01:56.6369684Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6369990Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6370257Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6370521Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6370782Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6371039Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6371299Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6371562Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6371820Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6372084Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6372383Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6372645Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6372906Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6373165Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6373438Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6373684Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6373967Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6374217Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6374520Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.003s) 2022-11-23T02:01:56.6374835Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6375097Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6375361Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6375615Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6375866Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6376122Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6376374Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6376635Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.6376932Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6377185Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6377479Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6377733Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6377980Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6378224Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6378474Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6378724Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6379018Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6379265Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6379552Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6379804Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6380081Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6380325Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6380572Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6380822Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6381121Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6381385Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6381639Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6381889Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6382133Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6382375Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6382624Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6382927Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6383372Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6383653Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6383921Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6384264Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6384530Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6384793Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6385061Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6385339Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6385744Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6386064Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6386343Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6386621Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6386891Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6387160Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6387431Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6387714Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6388037Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6388321Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6388598Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6388882Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6389185Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6389486Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6389781Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6390092Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6390468Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6390814Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6391141Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6391588Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6391918Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6392476Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6392810Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6393140Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6393530Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6393886Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6394219Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6394557Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6394973Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6395305Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6395639Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6395961Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6396263Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6396607Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6396909Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6397207Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6397501Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6397827Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6398107Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6398576Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6399058Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6399583Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6400071Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6401466Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6402075Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6402629Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6403165Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6403888Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6404985Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6405696Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6406364Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6407040Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6407670Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6408293Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6408911Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6409603Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6411871Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6412534Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6413186Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.010s) 2022-11-23T02:01:56.6413829Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6414412Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6415020Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6415618Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6416412Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6417413Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6418160Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6418807Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T02:01:56.6419445Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6420047Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6420637Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T02:01:56.6421207Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6421798Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6422569Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6423564Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6424515Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6425142Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6425725Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6426301Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6426869Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6427441Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6428019Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6428806Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6429755Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6430502Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T02:01:56.6431062Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T02:01:56.6431610Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T02:01:56.6432132Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6432627Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6433127Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6433631Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.6434120Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6434636Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6435488Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6436290Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6436835Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6437396Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6437925Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T02:01:56.6438449Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6438966Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6439517Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6440044Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6440566Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6441318Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6442142Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6442746Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T02:01:56.6443368Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:01:56.6443942Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6444489Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T02:01:56.6445005Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T02:01:56.6445515Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.6446005Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6446504Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6447076Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6447906Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6448702Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6449285Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6449825Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6450375Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-11-23T02:01:56.6450909Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T02:01:56.6451435Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T02:01:56.6451950Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.6452458Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6452985Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6453866Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6454651Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6455175Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6455657Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6456173Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6456694Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6457211Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6457716Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6458223Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6458718Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6459202Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6460073Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6460753Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6461249Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T02:01:56.6461663Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T02:01:56.6462199Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T02:01:56.6462669Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.6463151Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T02:01:56.6463632Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T02:01:56.6464186Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T02:01:56.6464674Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.6465155Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T02:01:56.6465779Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6466473Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6467224Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6467673Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6468191Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6468628Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6469067Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T02:01:56.6469491Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6469933Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T02:01:56.6470525Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-11-23T02:01:56.6470787Z 2022-11-23T02:01:56.6471002Z ---------------------------------------------------------------------- 2022-11-23T02:01:56.6471356Z Ran 12614 tests in 235.203s 2022-11-23T02:01:56.6471527Z 2022-11-23T02:01:56.6471681Z OK (skipped=684, expected failures=14) 2022-11-23T02:01:56.6472020Z 2022-11-23T02:01:56.6472207Z Generating XML reports... 2022-11-23T02:01:56.6472968Z Generated XML report: test-reports\python-unittest\test_unary_ufuncs\TEST-TestUnaryUfuncsCPU-20221123015758.xml 2022-11-23T02:01:56.6473532Z 2022-11-23T02:01:56.6473946Z ##[endgroup] 2022-11-23T02:01:56.6474447Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_pftyl7zw) 2022-11-23T02:01:56.6474818Z 2022-11-23T02:01:59.2999525Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:01:59.4530547Z Running test_schema_check ... [2022-11-23 02:01:59.450809] 2022-11-23T02:01:59.4537456Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:59.450809] 2022-11-23T02:01:59.4540108Z Ignoring disabled issues: [] 2022-11-23T02:05:25.9969361Z 2022-11-23T02:05:25.9969894Z Expand the folded group to see the log file of test_schema_check 2022-11-23T02:05:25.9970836Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_mjozgbf4) 2022-11-23T02:05:26.0053178Z 2022-11-23T02:05:26.0053491Z Running tests... 2022-11-23T02:05:26.0053845Z ---------------------------------------------------------------------- 2022-11-23T02:05:26.0054274Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-11-23T02:05:26.0054693Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T02:05:26.0055250Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0055786Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0056390Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0057896Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0058957Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.025s) 2022-11-23T02:05:26.0059525Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0060120Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0060781Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0061380Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0061967Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.748s) 2022-11-23T02:05:26.0062504Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0063020Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0065461Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0066246Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0066819Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T02:05:26.0067367Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:05:26.0067940Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T02:05:26.0068503Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:05:26.0069124Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T02:05:26.0071507Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:05:26.0072158Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:05:26.0073610Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:05:26.0075115Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T02:05:26.0075438Z ok (0.012s) 2022-11-23T02:05:26.0075896Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:05:26.0077433Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:05:26.0078674Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T02:05:26.0079026Z ok (0.004s) 2022-11-23T02:05:26.0079466Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:05:26.0081040Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0081631Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0082202Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:05:26.0082767Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:05:26.0083337Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0083934Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0084467Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:05:26.0085133Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0085822Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0086524Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0087319Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0088028Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0088765Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0089502Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0090236Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0105912Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0106769Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0108646Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0110112Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0110839Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0111586Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0112306Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0113021Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0113777Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0116375Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0117125Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0117797Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0118512Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0119230Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0119949Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0122527Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0123254Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0123982Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0125104Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.0125891Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.0128519Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0129358Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0130146Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.0130918Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.0131845Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.0132623Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.0135189Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0136112Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.0136864Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0137614Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0138374Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.0139139Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0141775Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0142406Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0142971Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0143571Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0144166Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0144745Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0145322Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0147576Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0148162Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0148932Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0149586Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0150250Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0150923Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0151575Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0154056Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0154703Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0155501Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0156313Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0156996Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0157668Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0160150Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0160813Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0161603Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0162257Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0162888Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0163539Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0164311Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0165016Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0165663Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0166310Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.0166979Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.0167628Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.0168333Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0168763Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0169187Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0171059Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0171495Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.0171923Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.0172330Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.0172751Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0173174Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0173592Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0174010Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0174571Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0174990Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0175394Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0175824Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0176345Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0176764Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0177182Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0177598Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0178013Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0178424Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0178814Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0179286Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0179758Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0180167Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0180639Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0181043Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0181452Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0181843Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0182617Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.0183334Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:05:26.0183591Z ok (0.038s) 2022-11-23T02:05:26.0183908Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.0184348Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0184777Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0185203Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0187164Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0187605Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0188020Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0188436Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.0188849Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.0189264Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0189677Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0190085Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0190515Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0191077Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0191541Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0192006Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0192463Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0192917Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0193321Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0193763Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0194219Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0194671Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0195270Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0195787Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0196239Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0196650Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0197100Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0197591Z test_schema_correctness__softmax_backward_data_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0198098Z test_schema_correctness__softmax_backward_data_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0198594Z test_schema_correctness__softmax_backward_data_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0199070Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0199525Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0199984Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0200402Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0200861Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0201315Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0201772Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0202221Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0202670Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0203233Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0203647Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0204097Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0204556Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0205088Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0205624Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0206092Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0206562Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0206977Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0207394Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0207847Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0208293Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0208857Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0209320Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0209784Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0210265Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0210728Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0211202Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0211671Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0212128Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0212593Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0213045Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0213463Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0213919Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0214378Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0214844Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0215380Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0215910Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0216380Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0218305Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0218791Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0219252Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0219714Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0220173Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0220631Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0221090Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0221502Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0222038Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0222510Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0222987Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0223470Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0223939Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0224477Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0224963Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0225426Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0225886Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0226344Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0226859Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0227325Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0227802Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0228239Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0228709Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0229177Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0229645Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0230112Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0230698Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0231174Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0231599Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0232052Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0232502Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0232960Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0233419Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0233878Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0234343Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0234792Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0235294Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:05:26.0235773Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0236227Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0236746Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0237206Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0237703Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0238179Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0238635Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0239120Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0239634Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:05:26.0240166Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0240676Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0241168Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0241720Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0242165Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0242649Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0243133Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0243616Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0244084Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0244549Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0245197Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0245681Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0246142Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0246602Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0247054Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0247503Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0247954Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0248412Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0248837Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0249289Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0249750Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0250214Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0250680Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0251133Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0251651Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0252190Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0252658Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0253100Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0253550Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0254004Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0254468Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0254928Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0255722Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:05:26.0256608Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.0256859Z ok (0.008s) 2022-11-23T02:05:26.0257217Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0257687Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0258147Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0258604Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0259020Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0259467Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0259913Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0260368Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0260947Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0261417Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0261892Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0262336Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0262811Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0263276Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0263757Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0264222Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0264675Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0265129Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0265551Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0266072Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0266659Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0267120Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0267577Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0268032Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0268480Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0268891Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0269349Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0269800Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0270259Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0270707Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0271184Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0271637Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0272043Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0272489Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.0274579Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0275758Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:05:26.0276756Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.0276998Z ok (0.006s) 2022-11-23T02:05:26.0277363Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0277831Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0278278Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0278695Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0280532Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0281005Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0281577Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0282036Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0282493Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0282961Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0283393Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0283936Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0284344Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0284862Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0286837Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0287250Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0287674Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0288076Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0288506Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0288936Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0289355Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0289888Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0290338Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0290780Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0292148Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0293154Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0293577Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0294018Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0294445Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0294885Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0295327Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0295742Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0296200Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.0296644Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.0297104Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.0298440Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.0299464Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.0299914Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0300330Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0300781Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0301228Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0301663Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0302210Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0302673Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0303219Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0303624Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0305511Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0305966Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0306423Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0306877Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0307335Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0307785Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0309027Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0309487Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0311515Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0311979Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0312431Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0312890Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0313366Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0313798Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0314258Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.0314719Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0315166Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0315614Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0317578Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0318045Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0318467Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0318929Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0319400Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0319859Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0320330Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0320811Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0321287Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0321717Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0323697Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0324175Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0324645Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0325205Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0325670Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0326143Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0326573Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0327056Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0327528Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0329550Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0330050Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0330523Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0330999Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0331433Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0331896Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0332365Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0332832Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0333310Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0333789Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0335737Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0336242Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0336703Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0337212Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0337710Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0338203Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0338695Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0339174Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0339648Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0341553Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0342025Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0342588Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0343076Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0343554Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0344010Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0344478Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0344904Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0345352Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0345811Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0347660Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0348201Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0348664Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0349113Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0349532Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0349992Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0350451Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0350924Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0351391Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0352001Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0353823Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0354237Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0354680Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0355105Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0355565Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0356020Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0356548Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0357072Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0357497Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0357951Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0359782Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0360241Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0360727Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0361341Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0361796Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0362219Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0362679Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0363139Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0363606Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0364959Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0365991Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0366580Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0366999Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0367530Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0367978Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0368429Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0368893Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0369356Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0369816Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0371636Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0372124Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0372582Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0373039Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0373493Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0373943Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0374396Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0374809Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0375403Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0375847Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0377657Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0378130Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0378585Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0379019Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0379434Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0379866Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0380494Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0380949Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0381394Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0381836Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0383651Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0384095Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0384568Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0385045Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0385531Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0386088Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0386566Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0387037Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0387463Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0387939Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0389922Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0390405Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0390869Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0391336Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0391806Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0392272Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0392703Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0393179Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0393657Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0394104Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0396039Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0396514Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0396978Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0397396Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0397860Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0398320Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0399470Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0399950Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0401899Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0402546Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0402995Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0403457Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0403924Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0404383Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0404915Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0405375Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0406003Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0407895Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0408387Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0408866Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0409345Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0409817Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0410289Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0410774Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0411208Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0411674Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0412140Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0414092Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0414569Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0415027Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0415476Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0415894Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0416355Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0416796Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0417202Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0417667Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0418117Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0420126Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0420551Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0421014Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0421482Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0421931Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0422359Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0422803Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0423267Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0423688Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0424123Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0426018Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0426456Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0426886Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0427305Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0427728Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0428145Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0428545Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0428970Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0429391Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0429810Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0430224Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0432096Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0432517Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0432924Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0433366Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0433807Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0434248Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0434686Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0435127Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0435690Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0436182Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0437974Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0438403Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0438821Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0439243Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0439673Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0440104Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0440513Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0440953Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0441387Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0441891Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0442318Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0444237Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0444668Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0445166Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0445575Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0445996Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0446420Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0446831Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0447247Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0447666Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0448077Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0448470Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0450236Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0450654Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0451057Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0451450Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0451855Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0452263Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0452652Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0453059Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0453569Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0454108Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0454530Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0456316Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0456730Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0457116Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0457524Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0457929Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0458336Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0458729Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0459302Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0459788Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0460233Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0460681Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0462497Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0462942Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0463388Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0463824Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0464257Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0464805Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0465234Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0465664Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0466093Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0466527Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0468301Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0468737Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0469155Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0469581Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0470004Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0474823Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0475384Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0475811Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0476232Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0476652Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0477064Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0477483Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0477898Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0478309Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0478728Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0480639Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0481134Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0481523Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0481931Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0482342Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0482750Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0483156Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0483563Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0483970Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0484364Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0485673Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0486641Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0487180Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0487580Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0487978Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0488375Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0488758Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0489173Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0489601Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0490035Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0490472Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0492250Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0492777Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0493190Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0493687Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0494176Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0494595Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0495012Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0495435Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0495849Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0496237Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0496644Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0498494Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0498902Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0499308Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0499707Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0500110Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0500491Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0500890Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0501388Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0501785Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0502175Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0502573Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-11-23T02:05:26.0504324Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-11-23T02:05:26.0504735Z test_schema_correctness_cdouble_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0505148Z test_schema_correctness_cdouble_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0505617Z test_schema_correctness_cdouble_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0506097Z test_schema_correctness_cdouble_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0506517Z test_schema_correctness_cdouble_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0506928Z test_schema_correctness_cdouble_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0507336Z test_schema_correctness_cdouble_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0507723Z test_schema_correctness_cdouble_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0508118Z test_schema_correctness_cdouble_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0508595Z test_schema_correctness_cdouble_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0510442Z test_schema_correctness_cdouble_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0510910Z test_schema_correctness_cdouble_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0511321Z test_schema_correctness_cdouble_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0511720Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0512110Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0512504Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0512900Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0513296Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0513688Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0514154Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0514550Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0516304Z test_schema_correctness_cfloat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0516842Z test_schema_correctness_cfloat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0517258Z test_schema_correctness_cfloat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0517677Z test_schema_correctness_cfloat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0518092Z test_schema_correctness_cfloat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0518508Z test_schema_correctness_cfloat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0518918Z test_schema_correctness_cfloat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0519309Z test_schema_correctness_cfloat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0519711Z test_schema_correctness_cfloat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0520109Z test_schema_correctness_cfloat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0520510Z test_schema_correctness_cfloat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0522292Z test_schema_correctness_cfloat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0522768Z test_schema_correctness_cfloat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0523604Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:05:26.0524343Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T02:05:26.0524547Z ok (0.006s) 2022-11-23T02:05:26.0524939Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0525355Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0525768Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0526267Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0526679Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0528610Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0529006Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0529407Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0529807Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0530211Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0530611Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0531013Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0531416Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0531872Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0532279Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0532689Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0534480Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0534996Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0535417Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0535823Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0536208Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0536608Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0537002Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0537402Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0537800Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0538523Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.0540480Z L = torch.cholesky(A) 2022-11-23T02:05:26.0540689Z should be replaced with 2022-11-23T02:05:26.0540896Z L = torch.linalg.cholesky(A) 2022-11-23T02:05:26.0541088Z and 2022-11-23T02:05:26.0541278Z U = torch.cholesky(A, upper=True) 2022-11-23T02:05:26.0541492Z should be replaced with 2022-11-23T02:05:26.0541709Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:05:26.0542200Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T02:05:26.0542652Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.0542845Z ok (0.009s) 2022-11-23T02:05:26.0543185Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0543737Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0544206Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0544664Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0546655Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0547146Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0547632Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0548123Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0548608Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0549085Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0549633Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0550060Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0550515Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0552347Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0552816Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0553284Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0553737Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0554313Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0554738Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0555187Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0555635Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0556083Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0556521Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0558334Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0558792Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0559344Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0559795Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0560240Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0560678Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0561120Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0561559Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0561996Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0562497Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0564337Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0564883Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0565338Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0565799Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0592362Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0592935Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0593581Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0595455Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0595863Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0596538Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0596950Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0597352Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0597754Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0598159Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0598570Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0598966Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0599360Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0599759Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0601562Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0601958Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0602355Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0602757Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0603160Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0603563Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0603955Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0604342Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0604787Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0605184Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0605703Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0607469Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0607962Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0608360Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0608773Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0609181Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0609601Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0610025Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0610593Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0611010Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0611423Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0613201Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0613703Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0614103Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0614502Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0614904Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0615312Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0615733Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-11-23T02:05:26.0616226Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-11-23T02:05:26.0616712Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-11-23T02:05:26.0617131Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-11-23T02:05:26.0617555Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-11-23T02:05:26.0619344Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-11-23T02:05:26.0619766Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-11-23T02:05:26.0620175Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-11-23T02:05:26.0620585Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-11-23T02:05:26.0621001Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-11-23T02:05:26.0621405Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-11-23T02:05:26.0621820Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-11-23T02:05:26.0622229Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0622628Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0623018Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0623492Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0623891Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0624285Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0624690Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0625093Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0625491Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0625885Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0626273Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0626661Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0627045Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0628264Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0628660Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0630535Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0630961Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0631393Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0631825Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0632252Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0632756Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0633259Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0633688Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0634112Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0634531Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0634950Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0635359Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0635782Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0636205Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0636636Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0637204Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.0637644Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.0638084Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0638518Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.0639018Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.0639448Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.0639874Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0640297Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.0640715Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0641202Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0641686Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0642095Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0642514Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0643535Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0643965Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0644394Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0645901Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0646897Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0647311Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0647733Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0648150Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0648567Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0648979Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0649410Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0649936Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0650341Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0650756Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0651172Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0651585Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0652000Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0652410Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0652816Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0653208Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0653613Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0654128Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0654571Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:05:26.0655029Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0655463Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0655911Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.0656402Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.0656798Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0657203Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0657613Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0658017Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0659002Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0659404Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0659811Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0660207Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0660614Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0661109Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0661579Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0661972Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0662370Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0662764Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0663149Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0663552Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0663953Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0664356Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0664770Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0665185Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0665593Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0665982Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0666380Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0666773Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0667166Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0667558Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0668035Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0668446Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0668878Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0669312Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0669743Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0670166Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0670583Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0671002Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0671422Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0672426Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0672907Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0673333Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0673748Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.539s) 2022-11-23T02:05:26.0674173Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0674597Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0675019Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.465s) 2022-11-23T02:05:26.0675424Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.502s) 2022-11-23T02:05:26.0675823Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.467s) 2022-11-23T02:05:26.0677735Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.523s) 2022-11-23T02:05:26.0678140Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.472s) 2022-11-23T02:05:26.0678533Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.475s) 2022-11-23T02:05:26.0678978Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.491s) 2022-11-23T02:05:26.0679436Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0679850Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0680260Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0680674Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0681073Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0681472Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0681860Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0682257Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0682657Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0683138Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0683548Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0683954Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0684360Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0684841Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0685248Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0685651Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0686046Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0686444Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0686848Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0687823Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0688219Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0688626Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0689030Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0689436Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0689960Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0690361Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0690756Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0691146Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0691550Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0691971Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0692394Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0692809Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0693220Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0693709Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0694168Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0694575Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0694980Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0695379Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0695787Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0695989Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0696731Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0696940Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0697137Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0697328Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0697518Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0697710Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0697888Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0698080Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0698305Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0698529Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.0699231Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.0699449Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T02:05:26.0699659Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.0699872Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.0700086Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0700300Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.0700515Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.0700731Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0700932Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0701129Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0701327Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0701520Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0701711Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0701994Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0702250Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0702441Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0702634Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0702822Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0703017Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0703193Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0703448Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0703650Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0703847Z test_schema_correctness_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0704040Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0704228Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0704416Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0704607Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0704797Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0704988Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0705176Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0705380Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0706050Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0706257Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0706463Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0706669Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0706931Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0707196Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0707397Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0707595Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0707792Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0707987Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0708172Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0708369Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0708573Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0708773Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0708978Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0709184Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0709381Z test_schema_correctness_diagflat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0709575Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0709772Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0709968Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0710220Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0710411Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0710613Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0710810Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0711018Z test_schema_correctness_diagonal_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0711221Z test_schema_correctness_diagonal_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0711434Z test_schema_correctness_diagonal_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0711645Z test_schema_correctness_diagonal_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0711854Z test_schema_correctness_diagonal_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0712058Z test_schema_correctness_diagonal_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0712723Z test_schema_correctness_diagonal_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0712925Z test_schema_correctness_diagonal_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0713116Z test_schema_correctness_diagonal_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0713319Z test_schema_correctness_diagonal_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0713522Z test_schema_correctness_diagonal_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0713727Z test_schema_correctness_diagonal_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0713926Z test_schema_correctness_diagonal_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0714133Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0714330Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0714533Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0714738Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0714937Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0715136Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0715335Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0715532Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0715731Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0715924Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0716119Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0716316Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0716510Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0716721Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0716971Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0717180Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0717391Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0717588Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0717795Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0718027Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0718310Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0718531Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0718739Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0719397Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.280s) 2022-11-23T02:05:26.0719587Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-11-23T02:05:26.0719787Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-11-23T02:05:26.0719981Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.334s) 2022-11-23T02:05:26.0720175Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-11-23T02:05:26.0720361Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-11-23T02:05:26.0720555Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.302s) 2022-11-23T02:05:26.0720746Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-11-23T02:05:26.0720938Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.291s) 2022-11-23T02:05:26.0721128Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.280s) 2022-11-23T02:05:26.0721317Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-11-23T02:05:26.0721503Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-11-23T02:05:26.0721709Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0721902Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0722101Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0722294Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0722481Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0722669Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0722856Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0723050Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0723326Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0723584Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.0723845Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.0724041Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0724234Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.0724420Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0724613Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0724912Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0725125Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0725340Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0725550Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0726223Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0726430Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0726635Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0726844Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0727047Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0727263Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0727476Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0727694Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0727904Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0728115Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0728327Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0728533Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0728746Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0728958Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0729168Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0729381Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0729588Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0729800Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0730011Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0730220Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0730473Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0730763Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0731037Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0731246Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0731450Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0731655Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0731849Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0732064Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0733800Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0734557Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0734752Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0734941Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0735119Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0735307Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0735497Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0735684Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0735950Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0736201Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0736407Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0736608Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0736807Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0737004Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0737198Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0737389Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0737584Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0737773Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0737960Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0738148Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0738341Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0738543Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0738736Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0739003Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0739207Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0739396Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0739593Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0739788Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0739977Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0740170Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0740357Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0740552Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0740744Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0741429Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0741630Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0741823Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0742026Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0742227Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0742433Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0742631Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0742826Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0743083Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0743336Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0743525Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0743709Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0743897Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0744090Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0744275Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.0744479Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.0744676Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T02:05:26.0744873Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.0745067Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.0745258Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.0745442Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0745685Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.0745877Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.0746071Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T02:05:26.0746263Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0746455Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0746657Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0746855Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0747051Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0747330Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0747578Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0748259Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0748451Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0748642Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0748832Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0749011Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0749203Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0749410Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0749609Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0749817Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0750022Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0750227Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0750427Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0750624Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0750824Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0751022Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0751221Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0751421Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0751616Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0751809Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0752000Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0752187Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0752432Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0752628Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0752818Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0753008Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0753198Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0753375Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0753561Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0753747Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0753935Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0754125Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0754349Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0754548Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0754735Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0754934Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0755131Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0755324Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0755520Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0755711Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0755903Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0756094Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0756282Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0756473Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0756660Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0756855Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0757042Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0757232Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0757409Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0757597Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0757869Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0758121Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0758309Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0758491Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0758733Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0758920Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0759117Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0759305Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0759494Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0759683Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0759869Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0760057Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0760245Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0760446Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0760684Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0760881Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0761072Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0761262Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0761452Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0761628Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0761819Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0762009Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0762206Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0762392Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0762583Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0762770Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0762953Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0763202Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0763450Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0763637Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0763825Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0764016Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0764207Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0764396Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0764593Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0764868Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0765119Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0765310Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0765500Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0765685Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0765860Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0766048Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0766231Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0766435Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0766633Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0766841Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0767088Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0767289Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0767484Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0767685Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0767883Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0768075Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0768265Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0768461Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0768660Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0768854Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0769046Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0769246Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0769445Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0769640Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0769894Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0770144Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0770328Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0770518Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0770708Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0770899Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0771091Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0771287Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0771525Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0771720Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0771910Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0772100Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0772291Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0772480Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0772672Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0772859Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0773048Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-11-23T02:05:26.0773246Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-11-23T02:05:26.0773483Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-11-23T02:05:26.0773671Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-11-23T02:05:26.0773857Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T02:05:26.0774046Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-11-23T02:05:26.0774307Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-11-23T02:05:26.0774539Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.0774734Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T02:05:26.0774920Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-11-23T02:05:26.0775108Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-11-23T02:05:26.0775302Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0775504Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0775703Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0775900Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0776094Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0776288Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0776478Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0776668Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0776859Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0777046Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0777238Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0777439Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0777689Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0777886Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0778081Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0778272Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0778460Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0778632Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0778822Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0779007Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0779193Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0779395Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0779637Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0779836Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0780032Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0780226Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0780417Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0780603Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0780797Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0780985Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0781192Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0781467Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0781738Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0781950Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0782157Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0782362Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0782564Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0782764Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0782963Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0783148Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0783342Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0783544Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0783745Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0784009Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0784232Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0784453Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0784666Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0784872Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0785082Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0785293Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0785502Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0785711Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:05:26.0785964Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0786161Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0786377Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0786593Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.0786850Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0787107Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0787304Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0787497Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0787682Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0787874Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0788062Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0788260Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0788480Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0788700Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0788913Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0789128Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0789335Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0789543Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0789753Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:05:26.0789963Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0790224Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.0790420Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0790627Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0790830Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0791030Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0791278Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0791534Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0791726Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0791921Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0792114Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0792350Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0792542Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0792744Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0792946Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0793145Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0793333Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0793528Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0793720Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0793913Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0794108Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0794300Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0794488Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0794693Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0794900Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0795100Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0795301Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0795567Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0795821Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0796010Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0796204Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0796396Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0796650Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0796852Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0797066Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0797274Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0797483Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0797687Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0797879Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0798085Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0798288Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0798534Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0798732Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0798931Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0799131Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0799327Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0799527Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0799728Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0799923Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0800120Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0800315Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0800511Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0800704Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.0800898Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0801097Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0801299Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0801499Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0801693Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0801882Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0802075Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0802253Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0802443Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.0803253Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0803465Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0803666Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0803862Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0804058Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0804252Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0804446Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0804639Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0804930Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0805135Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0805383Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0805582Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0805775Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0805968Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0806158Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0806352Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0806545Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0806741Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0806946Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0807237Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0807494Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0807680Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0807874Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0808066Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0808255Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0808451Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0808645Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0808834Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0809038Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0809246Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0809448Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0809694Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0809891Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0810089Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0810282Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.0810477Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0810668Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0810864Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0811061Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0811258Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0811499Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0811689Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0811875Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.0812055Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0812245Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0812438Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0812639Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0812833Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0813029Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0813220Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0813413Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0813604Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0813792Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0813977Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0814174Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0814365Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0814560Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0814805Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0815045Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0815239Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0815431Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0815623Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0815861Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0816058Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0816245Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0816440Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0816635Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0816825Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0817018Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0817205Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0817396Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0817585Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0817812Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0818001Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0818202Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0818395Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0818598Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0818797Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0818999Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0819197Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0819394Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0819658Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0819905Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0820095Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0820278Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0820473Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0820653Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0820844Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0821032Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0821227Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0821424Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0821619Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0821805Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0822042Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0822233Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0822425Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0822613Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0822801Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0822990Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0823189Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0823384Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0823587Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0823787Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0824022Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0824213Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0824410Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0824599Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0824773Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0824957Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0825148Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0825339Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0825540Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0825731Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0826006Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0826259Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0826455Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0826646Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0826836Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0827028Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0827217Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0827410Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0827599Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0827791Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0827987Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0828177Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0828428Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0828625Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.0828820Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0829003Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0829191Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0829385Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0829573Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0829761Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0829953Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0830145Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0830376Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0830581Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0830781Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0830988Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0831195Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0831399Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0831600Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0831803Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0832003Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0832202Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0832395Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0832593Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0832789Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0832988Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0833182Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0834508Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0835270Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0835463Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0835652Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0835841Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0836030Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0836314Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0836521Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0836725Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0836923Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0837124Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0837323Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0837523Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0837726Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0837947Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0838268Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0838456Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0838647Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0838836Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0839020Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0839208Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0839400Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0839576Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0841151Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0841349Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0841546Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0841732Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0841925Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0842115Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0842302Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0842488Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0842676Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0842865Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0843054Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0843241Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0843434Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0843698Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0844014Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0844200Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0844391Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0844574Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0844821Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0845011Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0845187Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0845381Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0845577Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0847135Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0847396Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0847595Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0847787Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0847979Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0848171Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0848359Z test_schema_correctness_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0848546Z test_schema_correctness_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0848744Z test_schema_correctness_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0848945Z test_schema_correctness_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0849139Z test_schema_correctness_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0849331Z test_schema_correctness_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0849519Z test_schema_correctness_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0849701Z test_schema_correctness_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0849891Z test_schema_correctness_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0850080Z test_schema_correctness_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0850267Z test_schema_correctness_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0850526Z test_schema_correctness_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0850753Z test_schema_correctness_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0850957Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0851153Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0851357Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0851560Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0853192Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0853399Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0853600Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0853797Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0853987Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0854173Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0854368Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0854563Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0854766Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0854961Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0855231Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0855520Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0855722Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0855914Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0856103Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0856298Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0856493Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0856668Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0856862Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0857056Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0857244Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0857433Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0857620Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0859176Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0859376Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0859570Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0859760Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0860008Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0860256Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0860446Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0860634Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0860819Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0861073Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0861262Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0861450Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0861655Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0861859Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.0862042Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0862232Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0862436Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-11-23T02:05:26.0862644Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-11-23T02:05:26.0862848Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-11-23T02:05:26.0863093Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-11-23T02:05:26.0863292Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-11-23T02:05:26.0863490Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-11-23T02:05:26.0864509Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-11-23T02:05:26.0865265Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.195s) 2022-11-23T02:05:26.0865465Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-11-23T02:05:26.0865658Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-11-23T02:05:26.0865870Z test_schema_correctness_grid_sampler_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0866079Z test_schema_correctness_grid_sampler_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0866274Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0866534Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0866782Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0866976Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0867167Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0867352Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0867540Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0867723Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0867898Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0868083Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0868281Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0868474Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0868733Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0868932Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0869126Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0869321Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0869510Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0870516Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0871266Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0871459Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0871649Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0871836Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0872108Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0872383Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0872644Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0872841Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0873040Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0873239Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0873438Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0873614Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0873814Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0874009Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0874205Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T02:05:26.0874399Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-11-23T02:05:26.0874586Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T02:05:26.0874783Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-11-23T02:05:26.0874985Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-11-23T02:05:26.0875190Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-11-23T02:05:26.0875397Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-11-23T02:05:26.0875590Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0877137Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0877409Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0877666Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0877870Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0878144Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0878337Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0878528Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0878720Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0878907Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0879099Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0879290Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0879472Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0879670Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0879908Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0880109Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0880308Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0880507Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0880704Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0880900Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0881098Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0881288Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0881475Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0881658Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0883224Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0883421Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0883617Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0883810Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0884001Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0884192Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0884380Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0884569Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0884836Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0885012Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0885196Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0885379Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0885631Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0885815Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0886017Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0886217Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0886415Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0886607Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0886808Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0887004Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0887196Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0887439Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0889731Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0889930Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0890124Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0890325Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0890515Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0890723Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0890932Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0891136Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0891339Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0891527Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0891728Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0891923Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0892114Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0892309Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0892503Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0892696Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0892899Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0893090Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0893298Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0893504Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0893705Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0894830Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0895597Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0895801Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0895999Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0896195Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0896390Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0896587Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0896789Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0896989Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0897277Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0897596Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0897798Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0897994Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0898193Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0898388Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0898583Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0898778Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0898975Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0899167Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0899369Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0899568Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0899772Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0899975Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0901541Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0901749Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0901952Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0902152Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0902346Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0902535Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0902722Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0902920Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0903175Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0903934Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:05:26.0904037Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.0904104Z ok (0.033s) 2022-11-23T02:05:26.0904298Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0904497Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.0904706Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.0904906Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0905163Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.0905363Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.0905565Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.0905765Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.0905970Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0907535Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0907755Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0907962Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0908172Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0908373Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0908573Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0908775Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0908975Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0909179Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0909377Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0909578Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0909775Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0909972Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0910159Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0910356Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0910549Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0910806Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0911000Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0911191Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0911381Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0911572Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0911759Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0911953Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0913494Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0913706Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0913902Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0914148Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0914335Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0914525Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0914771Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0915017Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0915206Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0915395Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0915582Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0915774Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-11-23T02:05:26.0915968Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T02:05:26.0916170Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.0916372Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-11-23T02:05:26.0916586Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-11-23T02:05:26.0916883Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-11-23T02:05:26.0917180Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-11-23T02:05:26.0917475Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-11-23T02:05:26.0917770Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.0919911Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-11-23T02:05:26.0920296Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-11-23T02:05:26.0920612Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-11-23T02:05:26.0921022Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0921375Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0921843Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0922148Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0922446Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0922721Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0922925Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0923124Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0923321Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0923517Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0923693Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0923954Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0924151Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0925407Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0926156Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0926423Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0926720Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0926917Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0927110Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0927298Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0927498Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0927686Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0927885Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0928087Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0928283Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0928478Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0928665Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0928854Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0929045Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0929235Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0929426Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0929602Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0929790Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0932026Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0932251Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0932535Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0932737Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0932934Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0933193Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0933383Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0933632Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0933827Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0934016Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0934279Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0934469Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0934678Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0934874Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0935075Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0935275Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0935477Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0935674Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0935872Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0936048Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0936243Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0936440Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0938061Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0938321Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0938529Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0938725Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0938928Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0939125Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0939318Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0939507Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0939702Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0939964Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.0940161Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0940353Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0940560Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0940757Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0940957Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0941154Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0941342Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0941532Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0941724Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0941944Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0942128Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0942317Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0942584Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0944195Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-11-23T02:05:26.0944399Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-11-23T02:05:26.0944652Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:05:26.0944899Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0945154Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0945402Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0945650Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0945891Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0946133Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0946373Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0946616Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:05:26.0946849Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0947158Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0947463Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0947782Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0948028Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0948286Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0948540Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0950153Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0950402Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0950655Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0950960Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:05:26.0951198Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:05:26.0951432Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0951679Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:05:26.0951928Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0952161Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0952392Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:05:26.0952626Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0952864Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0953081Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0953376Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0953664Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0953891Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:05:26.0954121Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0954348Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0954579Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0956164Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0956487Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:05:26.0956736Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0956993Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0957245Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0957489Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0957737Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:05:26.0957983Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:05:26.0958262Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0958629Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0958873Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0959112Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0959351Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0959583Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0959810Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0960048Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0960281Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0960509Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0962101Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0962336Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0962564Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0962793Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0963018Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0963243Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:05:26.0963469Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:05:26.0963665Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0963904Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0964108Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0964310Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0964503Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0964817Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0965073Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0965264Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0965457Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0965649Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0965840Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0966083Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0966287Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0966489Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0968061Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0968271Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0968470Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0968662Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0968857Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0969050Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0969237Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0969425Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0969666Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0969915Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0970106Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0970306Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0970501Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0970704Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0970905Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0971134Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0971346Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0971568Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0971840Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0972055Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0972266Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0972480Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0974062Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0974288Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0974499Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0974711Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0974922Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0975136Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0975348Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0975583Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0975789Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0975997Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0976202Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0976555Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0976783Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0977005Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.0977223Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0977442Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0977665Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.0977881Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0978102Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0978322Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0978540Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0980125Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0980340Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0980558Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0980773Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.0981010Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.0981249Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.0981482Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.0981776Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.0981984Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.0982225Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0982458Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0982689Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0982920Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.0983149Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0983377Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0983603Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0983873Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0984104Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0984338Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0984566Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0986257Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0986489Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0986717Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0986939Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0987164Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0987384Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0987612Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0987843Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0988061Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0988285Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0988524Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0988733Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.0988970Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.0989203Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.0989432Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.0989657Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0989879Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0990170Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0990413Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.0990646Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0992329Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0992624Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.0992862Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0993096Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0993328Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0993556Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0993860Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0994096Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0994327Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0994556Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0994809Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0995061Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0995307Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0995549Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0995780Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.0996009Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.0996197Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.0996415Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.0996649Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.0998254Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.0998498Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.0998720Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0998960Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.0999196Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.0999425Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.0999655Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.0999957Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1000199Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1000436Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1000664Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1000902Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1001136Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1001365Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1001595Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1001825Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T02:05:26.1002096Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1002320Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1002550Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T02:05:26.1004273Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-11-23T02:05:26.1004532Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1004813Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T02:05:26.1005062Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-11-23T02:05:26.1005290Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1005516Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1005738Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1005960Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1006194Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1006430Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1006659Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.1006890Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1007127Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1007361Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1007592Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1007821Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1022551Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-11-23T02:05:26.1022898Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-11-23T02:05:26.1023125Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-11-23T02:05:26.1023339Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-11-23T02:05:26.1023556Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T02:05:26.1023780Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T02:05:26.1023997Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-11-23T02:05:26.1024210Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T02:05:26.1024425Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-11-23T02:05:26.1024699Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T02:05:26.1024919Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-11-23T02:05:26.1025134Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-11-23T02:05:26.1025349Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T02:05:26.1025564Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.1025784Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.499s) 2022-11-23T02:05:26.1025999Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.507s) 2022-11-23T02:05:26.1026212Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.519s) 2022-11-23T02:05:26.1026426Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.503s) 2022-11-23T02:05:26.1026642Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-11-23T02:05:26.1026872Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-11-23T02:05:26.1028482Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T02:05:26.1028718Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T02:05:26.1028931Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1029145Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1029360Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1029570Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1029775Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1029982Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1030187Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1030449Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1030657Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1030865Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1031073Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T02:05:26.1031279Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-11-23T02:05:26.1031486Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-11-23T02:05:26.1031689Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T02:05:26.1031895Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-11-23T02:05:26.1032096Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-11-23T02:05:26.1032380Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1032618Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-11-23T02:05:26.1032854Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-11-23T02:05:26.1033899Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T02:05:26.1034689Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-11-23T02:05:26.1034911Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T02:05:26.1035123Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T02:05:26.1035333Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-11-23T02:05:26.1035537Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T02:05:26.1035738Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T02:05:26.1035960Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1036179Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1036400Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1036608Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1036907Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:05:26.1037203Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:05:26.1037489Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:05:26.1037825Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:05:26.1038037Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1038244Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1038448Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1038651Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1038861Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1039891Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1040664Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1040878Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1041797Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1042003Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1042210Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1042417Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1042629Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1042842Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1043053Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1043246Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1043475Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-11-23T02:05:26.1043702Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-11-23T02:05:26.1043924Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-11-23T02:05:26.1044139Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-11-23T02:05:26.1044347Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-11-23T02:05:26.1044557Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-11-23T02:05:26.1044841Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-11-23T02:05:26.1045920Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-11-23T02:05:26.1046704Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1046920Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.1047128Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1047331Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1047629Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1047845Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1048059Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1048272Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1048491Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1048706Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1048920Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1049138Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1049350Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1049607Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1049819Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1050012Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1050213Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.1050415Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1050616Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1050821Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1051022Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1052604Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1052844Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.1053070Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:05:26.1053276Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-11-23T02:05:26.1053482Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1053699Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-11-23T02:05:26.1053919Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-11-23T02:05:26.1054140Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T02:05:26.1054350Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T02:05:26.1054562Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-11-23T02:05:26.1054771Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T02:05:26.1054972Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T02:05:26.1055236Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T02:05:26.1055440Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-11-23T02:05:26.1055645Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T02:05:26.1055846Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T02:05:26.1056042Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T02:05:26.1056242Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T02:05:26.1056421Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T02:05:26.1056611Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1056811Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1057010Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.1058613Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1058816Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1059017Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1059216Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1059410Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1059598Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1059789Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1059981Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1060175Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1060365Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1060552Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1060755Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1060946Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1061144Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1061336Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1061526Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1061716Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1061893Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1062085Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1062268Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1062463Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1062654Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1062912Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1063926Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1064680Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1064870Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1065060Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1065250Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1065440Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1065630Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1065819Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1066014Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1066261Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1066460Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1066660Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1066852Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1067047Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1067236Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1067415Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1067608Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1067799Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1067984Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1068192Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1068394Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1068593Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1068812Z test_schema_correctness_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1069028Z test_schema_correctness_log_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1070614Z test_schema_correctness_log_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1070844Z test_schema_correctness_log_softmax_with_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1071063Z test_schema_correctness_log_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1071281Z test_schema_correctness_log_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1071493Z test_schema_correctness_log_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1071766Z test_schema_correctness_log_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1071980Z test_schema_correctness_log_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1072189Z test_schema_correctness_log_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1072391Z test_schema_correctness_log_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1072605Z test_schema_correctness_log_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1072818Z test_schema_correctness_log_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1073026Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1073232Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1073439Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1073639Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1073874Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1074082Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1074292Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1074499Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1074709Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1074915Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1076478Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1076691Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1076886Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1077089Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1077291Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1077501Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1077709Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1077915Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1078114Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1078322Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1078522Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1078721Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1078921Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1079120Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1079944Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1080158Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1080345Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1080554Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1080761Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1080963Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1082573Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1082786Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1082988Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1083185Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1083449Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1083650Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1083851Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1084054Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1084253Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1084463Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1084745Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1084950Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1085158Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1085357Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1085554Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1085756Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1085949Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1086150Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1086344Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1086539Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1086738Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1086947Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1088521Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1088732Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1088935Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1089210Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1089412Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1089608Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1089807Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1090006Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1090209Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1090409Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1090606Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1090803Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1090997Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1091236Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1091425Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1091617Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1091810Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1092000Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1092204Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.465s) 2022-11-23T02:05:26.1092399Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.391s) 2022-11-23T02:05:26.1092604Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.467s) 2022-11-23T02:05:26.1092806Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-11-23T02:05:26.1093007Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.449s) 2022-11-23T02:05:26.1094573Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.447s) 2022-11-23T02:05:26.1094774Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.466s) 2022-11-23T02:05:26.1094973Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.502s) 2022-11-23T02:05:26.1095171Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.220s) 2022-11-23T02:05:26.1095364Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-11-23T02:05:26.1095570Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1095766Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1095968Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1096170Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1096370Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1096566Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1096816Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1097012Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1097212Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1097406Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1097596Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1097804Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1098003Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1098184Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1098385Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1098575Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1098802Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1098996Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1100541Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1100739Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1100931Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1101116Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1101312Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1101500Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1101694Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1101883Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1102074Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1102260Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1102445Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1102630Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1102820Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1103004Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1103513Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1103628Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:05:26.1103715Z should be replaced with 2022-11-23T02:05:26.1103837Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:05:26.1103899Z and 2022-11-23T02:05:26.1104041Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:05:26.1104126Z should be replaced with 2022-11-23T02:05:26.1104511Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:05:26.1104663Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T02:05:26.1104735Z ok (0.029s) 2022-11-23T02:05:26.1104932Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1106491Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1106697Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1107199Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1107346Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:05:26.1107447Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:05:26.1107599Z should be replaced with 2022-11-23T02:05:26.1107897Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T02:05:26.1107992Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1108062Z ok (0.044s) 2022-11-23T02:05:26.1108269Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1108468Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1108668Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1108879Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1109075Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1109278Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1109474Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1109670Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1109860Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1110058Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1110251Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1110446Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1110638Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1110830Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1111020Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1112568Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1112762Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1112949Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1113137Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1113384Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1113582Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1113771Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1113969Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1114162Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1114353Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1114530Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1114720Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1114909Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1115094Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1115278Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1115518Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1115705Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1115887Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1116094Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-11-23T02:05:26.1116299Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-11-23T02:05:26.1116504Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-11-23T02:05:26.1116703Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-11-23T02:05:26.1116906Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-11-23T02:05:26.1118467Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-11-23T02:05:26.1118677Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-11-23T02:05:26.1118878Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-11-23T02:05:26.1119076Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-11-23T02:05:26.1119281Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.195s) 2022-11-23T02:05:26.1119485Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-11-23T02:05:26.1119685Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-11-23T02:05:26.1119889Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-11-23T02:05:26.1120087Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-11-23T02:05:26.1120272Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-11-23T02:05:26.1120465Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-11-23T02:05:26.1120667Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-11-23T02:05:26.1120864Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-11-23T02:05:26.1121135Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-11-23T02:05:26.1121342Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-11-23T02:05:26.1121547Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T02:05:26.1121748Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-11-23T02:05:26.1121953Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-11-23T02:05:26.1122152Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-11-23T02:05:26.1122352Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-11-23T02:05:26.1122556Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-11-23T02:05:26.1122755Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-11-23T02:05:26.1123007Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-11-23T02:05:26.1124583Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-11-23T02:05:26.1124885Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-11-23T02:05:26.1125093Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-11-23T02:05:26.1125292Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-11-23T02:05:26.1125486Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-11-23T02:05:26.1125688Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-11-23T02:05:26.1125890Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-11-23T02:05:26.1126095Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-11-23T02:05:26.1126304Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1126506Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1126720Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1126930Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1127139Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1127344Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1127550Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1127750Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1127952Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1128154Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1128361Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1128636Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1128845Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1129872Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1130087Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1130838Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1131044Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1131244Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1131447Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1131647Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1131851Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1132112Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1132320Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1132525Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1132716Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1132914Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1133115Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1133317Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1133516Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1133714Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1133905Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1134106Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1134305Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1134518Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1134732Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1134946Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1135162Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.1135375Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1136950Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1137166Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-11-23T02:05:26.1137372Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-11-23T02:05:26.1137647Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-11-23T02:05:26.1137857Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-11-23T02:05:26.1138066Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-11-23T02:05:26.1138271Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-11-23T02:05:26.1138475Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-11-23T02:05:26.1138676Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-11-23T02:05:26.1138879Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.497s) 2022-11-23T02:05:26.1139069Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.384s) 2022-11-23T02:05:26.1139272Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.447s) 2022-11-23T02:05:26.1139519Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-11-23T02:05:26.1139721Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.501s) 2022-11-23T02:05:26.1139921Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.500s) 2022-11-23T02:05:26.1140120Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.471s) 2022-11-23T02:05:26.1140319Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.359s) 2022-11-23T02:05:26.1140516Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.375s) 2022-11-23T02:05:26.1140716Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-11-23T02:05:26.1140913Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-11-23T02:05:26.1141115Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.388s) 2022-11-23T02:05:26.1141323Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1143022Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1143234Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1143438Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.809s) 2022-11-23T02:05:26.1143638Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.816s) 2022-11-23T02:05:26.1143840Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.884s) 2022-11-23T02:05:26.1144040Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.860s) 2022-11-23T02:05:26.1144253Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-11-23T02:05:26.1144468Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-11-23T02:05:26.1144682Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-11-23T02:05:26.1144893Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-11-23T02:05:26.1145103Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-11-23T02:05:26.1145364Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-11-23T02:05:26.1145572Z test_schema_correctness_masked_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-11-23T02:05:26.1145775Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-11-23T02:05:26.1145983Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-11-23T02:05:26.1146190Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-11-23T02:05:26.1146393Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-11-23T02:05:26.1146593Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-11-23T02:05:26.1146793Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-11-23T02:05:26.1146993Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-11-23T02:05:26.1147236Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-11-23T02:05:26.1147432Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-11-23T02:05:26.1148978Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-11-23T02:05:26.1149194Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1149398Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1149608Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1149822Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1150030Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1150239Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1150441Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1150643Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1150845Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1151047Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1151251Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1151442Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1151649Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1151850Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1152062Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1152270Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1152472Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1152676Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1152940Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1153140Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1153340Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1154340Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1155096Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1155297Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1155504Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1155708Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1155913Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1156190Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1156393Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1156592Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1156795Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.870s) 2022-11-23T02:05:26.1157019Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.1157243Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.1157445Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.946s) 2022-11-23T02:05:26.1157631Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.899s) 2022-11-23T02:05:26.1157828Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.685s) 2022-11-23T02:05:26.1158027Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.486s) 2022-11-23T02:05:26.1158219Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.620s) 2022-11-23T02:05:26.1158415Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.522s) 2022-11-23T02:05:26.1158612Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.548s) 2022-11-23T02:05:26.1158815Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-11-23T02:05:26.1159013Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-11-23T02:05:26.1159220Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-11-23T02:05:26.1159424Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-11-23T02:05:26.1160969Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-11-23T02:05:26.1161175Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-11-23T02:05:26.1161377Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-11-23T02:05:26.1161570Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T02:05:26.1161826Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-11-23T02:05:26.1162023Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-11-23T02:05:26.1162222Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-11-23T02:05:26.1162416Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-11-23T02:05:26.1162619Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.759s) 2022-11-23T02:05:26.1162840Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1163063Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1163266Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.832s) 2022-11-23T02:05:26.1163459Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.814s) 2022-11-23T02:05:26.1163688Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.739s) 2022-11-23T02:05:26.1163883Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.544s) 2022-11-23T02:05:26.1164079Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.542s) 2022-11-23T02:05:26.1164275Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.541s) 2022-11-23T02:05:26.1164471Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.418s) 2022-11-23T02:05:26.1164773Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.528s) 2022-11-23T02:05:26.1164981Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1165183Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1165382Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T02:05:26.1167004Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1167203Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1167395Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1167582Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1167765Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-11-23T02:05:26.1167958Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1168151Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1168357Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1168564Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1168769Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1168970Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1169169Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1169438Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1169624Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1169827Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1170023Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1170220Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1170417Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1170617Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1170811Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1171005Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1171199Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1173507Z test_schema_correctness_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.986s) 2022-11-23T02:05:26.1173739Z test_schema_correctness_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.528s) 2022-11-23T02:05:26.1173969Z test_schema_correctness_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.627s) 2022-11-23T02:05:26.1174186Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1174397Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1174614Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1174829Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1175040Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1175250Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1175460Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1175668Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1175877Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1176086Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1176304Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1176521Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1176735Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1176932Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1177138Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1177352Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1179014Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1179236Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1179450Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1179660Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1179864Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1180059Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1180259Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1180456Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1180653Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1180893Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1181083Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1181270Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1181463Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1181662Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1181853Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1182054Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1182254Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1182449Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1182643Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1182821Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1183019Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1183217Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1183406Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1185033Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1185232Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1185422Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1185616Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1185808Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1186029Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1186246Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1186470Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1186755Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1186977Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1187195Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1187412Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1187629Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1187843Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1188053Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1188264Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1188514Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1188740Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1188953Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1189180Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1189405Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1190432Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1191211Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1191437Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1191656Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1191873Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1192084Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1192301Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1192513Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1192717Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1192916Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1193119Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1193322Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1193524Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1193722Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1193922Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1194176Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1194376Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1194575Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1194792Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1195003Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1195220Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1195435Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1197008Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1197229Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1197488Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1197698Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1197907Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1198116Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1198334Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1198548Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1198765Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1198979Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1199184Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1199394Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1199602Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1199806Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1200016Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1200228Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1200431Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1200624Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1200822Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1201017Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1201205Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1201400Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1203023Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1203226Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1203424Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1203613Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1203794Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1204009Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.1204223Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:05:26.1204414Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1204607Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1204873Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1205113Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1205299Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1205487Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1205671Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1205867Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1206057Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1206255Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1206445Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1206634Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1206824Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1207012Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1207201Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1207390Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1208420Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1209185Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1209373Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1209581Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1209785Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1209980Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1210179Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1210371Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1210559Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1211400Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1211616Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1211810Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1212003Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1212192Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1212390Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1212584Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1212782Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1212973Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1213160Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1213398Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1214453Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1215214Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1215413Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1215592Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1215790Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1215977Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1216175Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1216369Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1216558Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1216751Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1216938Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1217129Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1217319Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1217506Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1217696Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1217882Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1218068Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1218277Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1218482Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1218686Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1218935Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1219133Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1219330Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1219521Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1221058Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1221256Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1221441Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1221626Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1221816Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1222000Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1222286Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1222502Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1222708Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1222919Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1223129Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1223341Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1223552Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1223763Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1223980Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1224190Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1224396Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1224603Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1224808Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1225017Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1225225Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1225435Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1225651Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1225864Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1226057Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1226262Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1226511Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1226716Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1226929Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1227138Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1227340Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1227538Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1227739Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1227941Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1228139Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1228381Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1228577Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1228770Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1228965Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1229158Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1229357Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-11-23T02:05:26.1229555Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-11-23T02:05:26.1229747Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-11-23T02:05:26.1229936Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-11-23T02:05:26.1230140Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1230342Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1230543Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1232116Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1232322Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1232514Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1232714Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1232913Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1233117Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.924s) 2022-11-23T02:05:26.1233322Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.875s) 2022-11-23T02:05:26.1233520Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1233712Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1233967Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1234159Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1234352Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1234544Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1234736Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1234924Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1235115Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1235307Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1235513Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1235713Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1235975Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1236182Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1236388Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1236579Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1236782Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1236987Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1237189Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1237387Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1237583Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1237786Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1237988Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1238187Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1238378Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1238581Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1238779Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1238979Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1239176Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1239371Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1239568Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1239758Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1239945Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1240173Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1240362Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1240557Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1240768Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1240968Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1241179Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1241402Z test_schema_correctness_native_dropout_backward_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1241623Z test_schema_correctness_native_dropout_backward_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1241840Z test_schema_correctness_native_dropout_backward_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1242094Z test_schema_correctness_native_dropout_backward_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1242302Z test_schema_correctness_native_dropout_backward_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1242520Z test_schema_correctness_native_dropout_backward_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1242731Z test_schema_correctness_native_dropout_backward_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1242939Z test_schema_correctness_native_dropout_backward_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1243154Z test_schema_correctness_native_dropout_backward_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1243373Z test_schema_correctness_native_dropout_backward_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1243587Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1243795Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1244002Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1244194Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1244381Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1244578Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1244862Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1245057Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1245251Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1245439Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1245626Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1245811Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1245985Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1246172Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1246410Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1246605Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1248266Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1248467Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1248666Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1248859Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1249051Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1249242Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1249432Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1249621Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1249874Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1250062Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1250252Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1250455Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1250652Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1250857Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1251064Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1251266Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1251469Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1251649Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1251850Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1252047Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1252240Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1252427Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1252626Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1252822Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1253039Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1253249Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1253465Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1253680Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1253893Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1254153Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1254364Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1254577Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1254784Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1254990Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1255192Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1255398Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1255604Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1255804Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1256044Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1256247Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1256437Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1256631Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1256832Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1257029Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1257229Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1257423Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1257619Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1257805Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1257999Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1258187Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1258388Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1258578Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1258785Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1258984Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1259186Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1259380Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1259571Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1259765Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1259958Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1260189Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1260378Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1260571Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1260748Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1260949Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1261139Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1261343Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1261549Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1261756Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1261954Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1262197Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1262395Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1262590Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1262781Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1262966Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1263161Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1263350Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1263553Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1263755Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1263957Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1264204Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-11-23T02:05:26.1264449Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-11-23T02:05:26.1264697Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-11-23T02:05:26.1264936Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1265171Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1265404Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1265631Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1265856Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1266075Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1266348Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1266570Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1266800Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1267033Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1267256Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1267479Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1267707Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1267936Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1268199Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1268424Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1268648Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1268871Z test_schema_correctness_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1269091Z test_schema_correctness_nn_functional_alpha_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T02:05:26.1269315Z test_schema_correctness_nn_functional_alpha_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1269535Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1269756Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1269969Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1270185Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1270403Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1270619Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1270833Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1271051Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1271266Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1271476Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1271691Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1271910Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1272127Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1272373Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1272593Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-11-23T02:05:26.1272809Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T02:05:26.1273020Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-11-23T02:05:26.1273234Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T02:05:26.1273447Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T02:05:26.1273651Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T02:05:26.1273863Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T02:05:26.1274074Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-11-23T02:05:26.1274344Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1274573Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1274821Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1275064Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1275309Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1275520Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1275734Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1275940Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1276157Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1276374Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-11-23T02:05:26.1276590Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-11-23T02:05:26.1276805Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1277015Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1277223Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1279433Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:05:26.1279544Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1279612Z ok (0.067s) 2022-11-23T02:05:26.1279905Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.401s) 2022-11-23T02:05:26.1280127Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-11-23T02:05:26.1280341Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-11-23T02:05:26.1280536Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T02:05:26.1280749Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-11-23T02:05:26.1280983Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-11-23T02:05:26.1281214Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-11-23T02:05:26.1281444Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1281671Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1281951Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1282180Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-11-23T02:05:26.1282408Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-11-23T02:05:26.1282632Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1282854Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.1283077Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1283304Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-11-23T02:05:26.1283536Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-11-23T02:05:26.1283761Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1283985Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1284206Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1284443Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-11-23T02:05:26.1284747Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-11-23T02:05:26.1284986Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-11-23T02:05:26.1285218Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-11-23T02:05:26.1285444Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-11-23T02:05:26.1285670Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-11-23T02:05:26.1285893Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-11-23T02:05:26.1286171Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-11-23T02:05:26.1286398Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T02:05:26.1286628Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1286855Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T02:05:26.1287081Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T02:05:26.1287293Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-11-23T02:05:26.1287516Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1287739Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1288608Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1288825Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1289640Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1289830Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:05:26.1289903Z ok (0.023s) 2022-11-23T02:05:26.1290127Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1290341Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1290562Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1290773Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1290980Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1291198Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1291413Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1291629Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1291839Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1292049Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1292257Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1292481Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-11-23T02:05:26.1292756Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-11-23T02:05:26.1292981Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-11-23T02:05:26.1293205Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1293422Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1293633Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1293841Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1294089Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1294337Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1294629Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1294881Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1295126Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1295378Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1295629Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1295866Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1296113Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1296353Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1296597Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1296839Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1297086Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1297327Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1297572Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1297809Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-11-23T02:05:26.1298041Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-11-23T02:05:26.1298272Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-11-23T02:05:26.1298500Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-11-23T02:05:26.1298782Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.732s) 2022-11-23T02:05:26.1299011Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.592s) 2022-11-23T02:05:26.1299234Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.645s) 2022-11-23T02:05:26.1299444Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1299655Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1299864Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1300075Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1300286Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1300543Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1300764Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1300985Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1301203Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1301421Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1301633Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1301854Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1302074Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1302293Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1302515Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1302722Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1302940Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1303160Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1303378Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1303591Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1303804Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1304017Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1304238Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1304452Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1304709Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1304916Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1305136Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1305371Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T02:05:26.1305600Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-11-23T02:05:26.1305832Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T02:05:26.1306051Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1306271Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1306487Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1306754Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1306976Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-11-23T02:05:26.1307198Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-11-23T02:05:26.1307420Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-11-23T02:05:26.1307648Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1307880Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1308113Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1308348Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1308579Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1308813Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1309033Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1309265Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1309500Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1309733Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1309961Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1310191Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1310421Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1310649Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1310923Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1311164Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1311396Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1311631Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1312266Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1312345Z warnings.warn( 2022-11-23T02:05:26.1312413Z ok (0.034s) 2022-11-23T02:05:26.1312672Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1312882Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1313097Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1313312Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1313526Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1313739Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1313948Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1314151Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1314370Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1314584Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1314804Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1315023Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1315240Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1315458Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1315659Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1315876Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1316093Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1316304Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1316512Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1317300Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1317521Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1317733Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1317946Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1318157Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1318388Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T02:05:26.1318619Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-11-23T02:05:26.1318853Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-11-23T02:05:26.1319082Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T02:05:26.1319354Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1319573Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1319795Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1320027Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T02:05:26.1320254Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T02:05:26.1320482Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-11-23T02:05:26.1320707Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1320932Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1321157Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T02:05:26.1321384Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1321605Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-11-23T02:05:26.1321827Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.000s) 2022-11-23T02:05:26.1322044Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.322s) 2022-11-23T02:05:26.1322262Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.184s) 2022-11-23T02:05:26.1322469Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.553s) 2022-11-23T02:05:26.1322682Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.704s) 2022-11-23T02:05:26.1322891Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.686s) 2022-11-23T02:05:26.1323110Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.268s) 2022-11-23T02:05:26.1323372Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.123s) 2022-11-23T02:05:26.1323594Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-11-23T02:05:26.1323813Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.333s) 2022-11-23T02:05:26.1324038Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-11-23T02:05:26.1324264Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-11-23T02:05:26.1324484Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-11-23T02:05:26.1324785Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-11-23T02:05:26.1325018Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T02:05:26.1325242Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-11-23T02:05:26.1325515Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-11-23T02:05:26.1325729Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-11-23T02:05:26.1325953Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-11-23T02:05:26.1326175Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T02:05:26.1326389Z test_schema_correctness_nn_functional_mish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1326603Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1326813Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1327449Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3296: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:828.) 2022-11-23T02:05:26.1327640Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-11-23T02:05:26.1327709Z ok (0.003s) 2022-11-23T02:05:26.1327929Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1328142Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1328369Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1328594Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1328825Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1329053Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1329292Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1329558Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1329796Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1330015Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-11-23T02:05:26.1330229Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T02:05:26.1330442Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-11-23T02:05:26.1330659Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1330881Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1331103Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1331361Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1331571Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1331780Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1332003Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-11-23T02:05:26.1332219Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1332445Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T02:05:26.1332672Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.1332895Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-11-23T02:05:26.1333109Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-11-23T02:05:26.1333329Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-11-23T02:05:26.1333546Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-11-23T02:05:26.1333763Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-11-23T02:05:26.1335622Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-11-23T02:05:26.1335853Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-11-23T02:05:26.1336071Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-11-23T02:05:26.1336296Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1336512Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1336737Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1336961Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1337245Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1337462Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1337686Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1337901Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1338117Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1338330Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1338545Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1338766Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1338991Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1339267Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1339489Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1339710Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1339940Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1341001Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1341793Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1342023Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1342253Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1342487Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1342721Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1342946Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1343175Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1343401Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1343628Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1343852Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1344075Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1344299Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1344522Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1344791Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1344994Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1345218Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1345436Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1345661Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1345883Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1346103Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1347690Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1347978Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1348197Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1348409Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1348627Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1348846Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1349065Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1349294Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1349517Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1349746Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1349972Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1350195Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1350417Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1350638Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1350859Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1351076Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1351293Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1351515Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1351733Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1351957Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-11-23T02:05:26.1353054Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-11-23T02:05:26.1353842Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.283s) 2022-11-23T02:05:26.1354058Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.277s) 2022-11-23T02:05:26.1354281Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.278s) 2022-11-23T02:05:26.1354501Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-11-23T02:05:26.1354719Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.296s) 2022-11-23T02:05:26.1354939Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.310s) 2022-11-23T02:05:26.1355155Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1355417Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1355631Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1355846Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1356057Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1356263Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1356471Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1356685Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1356893Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1357101Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1357307Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1357517Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1357732Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1357942Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1358152Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1358358Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1359920Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1360134Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1360340Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1360555Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1360764Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1361021Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1361233Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1361446Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1361656Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1361880Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1362102Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1362310Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1362523Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1362732Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1362996Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1363214Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1363434Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1363651Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1363875Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1364101Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1364324Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1366053Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1366276Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1366484Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1366712Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1366945Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1367175Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1367406Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1367631Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1367854Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1368075Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1368294Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1368566Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1368790Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1369012Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1369231Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1369447Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1369657Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1369876Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1370096Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1370309Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1371390Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1372172Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1372395Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1372608Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1372818Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1373029Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1373242Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1373456Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1373662Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1373875Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1374089Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1374308Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1374533Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1374756Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1374974Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1375187Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1375405Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1375615Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1375809Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1376082Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1376298Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1376514Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1378094Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1378316Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1378529Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1378737Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1378944Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1379221Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1379434Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1379666Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.1379900Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1380132Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1380362Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1380590Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1380819Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1381044Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1381268Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1381492Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T02:05:26.1381712Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1381964Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1382214Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-11-23T02:05:26.1382468Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-11-23T02:05:26.1384070Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1384319Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.1384560Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.1384862Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1385104Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1385344Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1385572Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1385786Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.436s) 2022-11-23T02:05:26.1386006Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.471s) 2022-11-23T02:05:26.1386225Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.473s) 2022-11-23T02:05:26.1386437Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-11-23T02:05:26.1386688Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-11-23T02:05:26.1386892Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.460s) 2022-11-23T02:05:26.1387393Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:05:26.1387616Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:05:26.1387686Z ok (0.011s) 2022-11-23T02:05:26.1387919Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1388153Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1390004Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:05:26.1390233Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:05:26.1390302Z ok (0.013s) 2022-11-23T02:05:26.1390532Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1390764Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1390989Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1391196Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1391392Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1391595Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1391800Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1392003Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1392264Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1392461Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1392657Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1392850Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1393028Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1393212Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1393407Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1393601Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1393796Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1393996Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1394238Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1394432Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1395992Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-11-23T02:05:26.1396186Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1396385Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1396606Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1396828Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1397027Z test_schema_correctness_norm_fro_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1397227Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1397424Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1397623Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1397826Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1398028Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1398226Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1398423Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1398621Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1398810Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1399010Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1399204Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1399401Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1399599Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1399855Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1400051Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1400242Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1400453Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1402017Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1402233Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1402442Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1402638Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1402830Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1403029Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1403991Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1404184Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1404378Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1404566Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1404854Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1405048Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1405238Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1405413Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1405604Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1405791Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1405992Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1406190Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1406395Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1408030Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1408238Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1408444Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1408639Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1408839Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1409033Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1409226Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1409415Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1409689Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1409881Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1410084Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-11-23T02:05:26.1410276Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-11-23T02:05:26.1410469Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-11-23T02:05:26.1410659Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-11-23T02:05:26.1410852Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1411043Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1411233Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1411434Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1411675Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1411863Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1412050Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1412244Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1412436Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1413999Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1414206Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1414397Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1414606Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.532s) 2022-11-23T02:05:26.1414810Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.558s) 2022-11-23T02:05:26.1415010Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1415207Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1415410Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1415613Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1415813Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1416014Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1416207Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1416394Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1416587Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1416763Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1416948Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1417202Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1417393Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1417602Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1417806Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1418007Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-11-23T02:05:26.1418205Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-11-23T02:05:26.1418399Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1419947Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1420181Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1420398Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1420677Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1420894Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1421107Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1421317Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1421522Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1421739Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1421954Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1422175Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1422386Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1422603Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1422822Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1423037Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1423249Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1423449Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1423665Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1423876Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1424094Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1424303Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1424517Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1426159Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1426380Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1426594Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1426802Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1427015Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1427223Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1427443Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1427657Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1427873Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1428126Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1428338Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1428545Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1428747Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1428959Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1429174Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1429392Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1429603Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1429819Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1430036Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1430245Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1430438Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1431997Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1432217Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1432432Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1432635Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1432839Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1433044Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1433249Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1433506Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1433706Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1433909Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1434106Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1434299Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1434489Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1434683Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1434873Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1435069Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1435266Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1435507Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1435697Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1435889Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1436078Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1436252Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1436441Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1437980Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1438176Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1438363Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1438563Z test_schema_correctness_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1438751Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1439014Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1439209Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1439403Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1439594Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1439784Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1439977Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1440166Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1440354Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1440542Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1440736Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1440924Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1441739Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1441944Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1442138Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1442317Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1443366Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1444116Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1444304Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1444492Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1444765Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1444954Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1445506Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1445674Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:05:26.1445759Z Q, R = torch.qr(A, some) 2022-11-23T02:05:26.1445845Z should be replaced with 2022-11-23T02:05:26.1446169Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:05:26.1446265Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1446336Z ok (0.023s) 2022-11-23T02:05:26.1446535Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1446735Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1446925Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1447125Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.745s) 2022-11-23T02:05:26.1447327Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.727s) 2022-11-23T02:05:26.1447527Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1447709Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1447909Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1448103Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1448295Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1448488Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1450072Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1450265Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1450458Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1450649Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1450913Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1451117Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1451325Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1451532Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1451732Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1451933Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1452128Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1452331Z test_schema_correctness_randint_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1452533Z test_schema_correctness_randint_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1452727Z test_schema_correctness_randint_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1452961Z test_schema_correctness_randint_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1453156Z test_schema_correctness_randint_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1453346Z test_schema_correctness_randint_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1453519Z test_schema_correctness_randint_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1453711Z test_schema_correctness_randint_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1453902Z test_schema_correctness_randint_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1454110Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1454318Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1455334Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1456093Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1456299Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1456494Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1456696Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1456899Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1457155Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1484605Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1485033Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1485254Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1486973Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1487188Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1487390Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1487723Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1487927Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1488133Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1488334Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1488530Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1488731Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1488930Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1489128Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1489323Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1489565Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1489756Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1489947Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1490137Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1490324Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1490507Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1490689Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1490874Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1491059Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1491243Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1491429Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1493077Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1493271Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1493449Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1493644Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1493835Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1494020Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1494207Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1494384Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1494560Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1494741Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1494922Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1495166Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1495350Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1495535Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1495735Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1495927Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1496128Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1496331Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1496528Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1496729Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1496926Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1497160Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1497353Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1498366Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1499113Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1499312Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1499512Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1499713Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1499907Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1500102Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1500291Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1500477Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1500660Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1500850Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1501036Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1501220Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1501420Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1501613Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1501802Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1501988Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1502169Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1502359Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1502609Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1502805Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1502998Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1503188Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1503366Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1504361Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1505105Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1505288Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1505467Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1505651Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1505898Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1506105Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1506309Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1506518Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1506726Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1506938Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1507146Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1507353Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1507555Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1507756Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1507957Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1508153Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1508358Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1508553Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1508749Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1508941Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1509140Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1509334Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1510344Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1511101Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1511357Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1511552Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1511745Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1511934Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1512125Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1512315Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1512506Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1512696Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1512886Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1513081Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1513325Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1513521Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1513710Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1513894Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1514076Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1514265Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1514447Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1514630Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1514815Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1514990Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1515180Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1515364Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1516911Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1517123Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1517312Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1517500Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1517683Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1517868Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1518049Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1518227Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1518411Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1518648Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1518843Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1519037Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1519236Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1519434Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1519625Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1519816Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1520006Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1520195Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1520382Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1520609Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1520797Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1520984Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1521183Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1521379Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1522950Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1523161Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1523357Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1523549Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1523740Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1523929Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1524120Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1524309Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1524502Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1524759Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1524960Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1525152Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1525350Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1525547Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1525746Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1526006Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1526203Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1526399Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1526585Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1526775Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1526963Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1527156Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1527346Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1528897Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1529090Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1529340Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1529534Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1529720Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1529905Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1530087Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1530262Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1530446Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1530630Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1530815Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1530996Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1531175Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1531365Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1531546Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1531738Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1531923Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1532107Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1532287Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1532462Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1532642Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1532823Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1533003Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1533182Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1533402Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1534951Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1535149Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1535332Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1535514Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1535694Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1535874Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1536054Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1536236Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1536442Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1536702Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1536907Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1537118Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1537324Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1537515Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1537734Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1537947Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1538155Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1538350Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1538540Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1538742Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1538940Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1539136Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1539330Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1540867Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1541071Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1541261Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1541454Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1541643Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1541837Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1542094Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1542294Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1542487Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1542675Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1542859Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1543048Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1543226Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1543416Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1543605Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1543792Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1544005Z test_schema_correctness_scalar_tensor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1544249Z test_schema_correctness_scalar_tensor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1544460Z test_schema_correctness_scalar_tensor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1544671Z test_schema_correctness_scalar_tensor_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1544877Z test_schema_correctness_scalar_tensor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1545082Z test_schema_correctness_scalar_tensor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1545287Z test_schema_correctness_scalar_tensor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1546837Z test_schema_correctness_scalar_tensor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1547053Z test_schema_correctness_scalar_tensor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1547256Z test_schema_correctness_scalar_tensor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1547455Z test_schema_correctness_scalar_tensor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1547656Z test_schema_correctness_scalar_tensor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1547855Z test_schema_correctness_scalar_tensor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1548062Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1548264Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1548476Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1548683Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1548881Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1549070Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1549270Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1549471Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1549726Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1549926Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1550127Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1550326Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1550527Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-11-23T02:05:26.1550721Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1550925Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1551128Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1551330Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-11-23T02:05:26.1552873Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1553131Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1553328Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1553517Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1553704Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1553895Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1554081Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1554717Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:05:26.1554817Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1554888Z ok (0.028s) 2022-11-23T02:05:26.1555104Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1555318Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1555517Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1555733Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1555944Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1556157Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1556368Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1556580Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1556788Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1557002Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1557258Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1558839Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1559062Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1559272Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1559482Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1559691Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1559898Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1560108Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1560313Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1561286Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1561501Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1561713Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1561926Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-11-23T02:05:26.1562133Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1562344Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1562552Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1562762Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1562955Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1563170Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1563379Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1565091Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1565313Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1565528Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1565736Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1565947Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1566156Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1566369Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1566578Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1566786Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1567067Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1567281Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1567494Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1567705Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1567912Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1568121Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1568324Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1568531Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1568735Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1571001Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T02:05:26.1571110Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1571839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T02:05:26.1571939Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1572009Z ok (0.158s) 2022-11-23T02:05:26.1572223Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-11-23T02:05:26.1572434Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-11-23T02:05:26.1572639Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-11-23T02:05:26.1572848Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-11-23T02:05:26.1573054Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-11-23T02:05:26.1573246Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-11-23T02:05:26.1573454Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-11-23T02:05:26.1573655Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-11-23T02:05:26.1573880Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.1574099Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.1574307Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-11-23T02:05:26.1574577Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-11-23T02:05:26.1574794Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-11-23T02:05:26.1575005Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-11-23T02:05:26.1575211Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-11-23T02:05:26.1575416Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-11-23T02:05:26.1576994Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1577197Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1577405Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1577608Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1577875Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1578076Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1578269Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1578458Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1578652Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1578840Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1579026Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1579219Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1579401Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1579611Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1579818Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1580026Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1580233Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1580441Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1580643Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1580851Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1581047Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1581251Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1582266Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1583021Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1583214Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1583475Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1583675Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1583868Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1584058Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1584254Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1584446Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1584634Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1584823Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1585016Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1585191Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1585428Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1585628Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1585819Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1586018Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1586217Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1586411Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1586600Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1586795Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1586986Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1587175Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1587364Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1588909Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1589106Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1589309Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1589509Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1589714Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1589919Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1590117Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1590313Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1590506Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1590695Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1590866Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1591122Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1591314Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1591502Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1591693Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1591886Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1592074Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1592260Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1592451Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1592645Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1592835Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1593068Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1593256Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1594831Z test_schema_correctness_signal_windows_cosine_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1595079Z test_schema_correctness_signal_windows_cosine_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:05:26.1595299Z test_schema_correctness_signal_windows_cosine_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1595514Z test_schema_correctness_signal_windows_cosine_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1595738Z test_schema_correctness_signal_windows_exponential_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1595984Z test_schema_correctness_signal_windows_exponential_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:05:26.1596208Z test_schema_correctness_signal_windows_exponential_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1596433Z test_schema_correctness_signal_windows_exponential_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1596652Z test_schema_correctness_signal_windows_gaussian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1596891Z test_schema_correctness_signal_windows_gaussian_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:05:26.1597100Z test_schema_correctness_signal_windows_gaussian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1597313Z test_schema_correctness_signal_windows_gaussian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1597529Z test_schema_correctness_signal_windows_kaiser_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1597760Z test_schema_correctness_signal_windows_kaiser_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... expected failure (0.014s) 2022-11-23T02:05:26.1597974Z test_schema_correctness_signal_windows_kaiser_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1598184Z test_schema_correctness_signal_windows_kaiser_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1598383Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1599366Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1601012Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1601217Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1601409Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1601603Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1601793Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1601990Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1602184Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1602376Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1602648Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1602837Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1603038Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1603234Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1603424Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1603616Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1603807Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1603979Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1604167Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1604354Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1604543Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1604806Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1604996Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1605195Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1605394Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1606955Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1607151Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1607342Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1607535Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1607724Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1607910Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1608097Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1608360Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1608550Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1608753Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1608951Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1609149Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1609338Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1609513Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1609702Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1609891Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1610078Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1610306Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1610505Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1610692Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1610895Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1611095Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1611288Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1612292Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1613038Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1613232Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1613419Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1613610Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1613800Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1613989Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1614175Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1614389Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1614595Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1614803Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1614995Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1615200Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1615402Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1615606Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1615807Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1616070Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1616272Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1616478Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1616676Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1616869Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1617085Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1617296Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1618334Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1619111Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1619384Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1619596Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1619805Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1620016Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1620223Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1620433Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1620639Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1620844Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1621041Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1621234Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1621414Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1621608Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1621797Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-11-23T02:05:26.1621989Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1622192Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1622385Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1622575Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1622761Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-11-23T02:05:26.1623036Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:05:26.1623307Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:05:26.1623602Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:05:26.1625229Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:05:26.1625448Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1625658Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1625863Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1626067Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1626268Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1626466Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1626667Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1626921Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1627129Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1627337Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1627544Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1627748Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1627952Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1628152Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1628358Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1628556Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1628757Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1628964Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1629173Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1629377Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1629576Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1631121Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1631332Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1631518Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1631719Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1631925Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1632130Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1632391Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1632590Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1632788Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1632988Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1633185Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1633384Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1633591Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1633798Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1633998Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1634237Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1634432Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1634634Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1634838Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1635064Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1635294Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1635521Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1637103Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1637334Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1637551Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1637777Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1638002Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1638218Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1638443Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1638669Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1638888Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1639106Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1639322Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1639543Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1639827Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1640128Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1640431Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1640730Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:05:26.1641022Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1641316Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1643016Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1643322Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1643613Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1643907Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1644198Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1644494Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1644862Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1645157Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1645445Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1645734Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1646022Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1646233Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1646435Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1646641Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1646911Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1647112Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1647315Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1647509Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1649073Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1649283Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1649484Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1649693Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1649902Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1650103Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1650373Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1650575Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1650760Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1650960Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1651182Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1651412Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1651638Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1651862Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1652084Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1652303Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1652523Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1652742Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1652964Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1653191Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1653416Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1654987Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1655220Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1655438Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1655657Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1655938Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1656146Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1656348Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1656551Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1656751Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1656951Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1657150Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1657349Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1657536Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1657782Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1657976Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1658174Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1658374Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1658570Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1658767Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1658961Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1659156Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1659353Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1659546Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1661113Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1661320Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1661517Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1661717Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1661914Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1662108Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1662306Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1662531Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1662758Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1662984Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1663203Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1663488Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1663711Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1663922Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1664142Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1664440Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1664742Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1665039Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1665381Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1667034Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:05:26.1667338Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1667635Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1667924Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1668136Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1668347Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1668556Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1668762Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1668968Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1669169Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1669374Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1669575Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1669790Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1670009Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1670230Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1670447Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1670722Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1670935Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1671153Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1671367Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1672940Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1673168Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1673388Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1673603Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1673814Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1674084Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1674288Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1674503Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1674717Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1674936Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1675156Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1675367Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1675580Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1675792Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1676004Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1676215Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1676426Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1676644Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1676866Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1677078Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1677288Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1677497Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1679067Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1679350Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1679561Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1679765Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1679970Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1680173Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1680374Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1680572Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1680771Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1680974Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1681161Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1681408Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1681615Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1681819Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1682018Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1682217Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1682416Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1682612Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1682808Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1683053Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1683290Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1683526Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1683757Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1683991Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1684219Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1684444Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1684742Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1684970Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1685191Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1685466Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1685694Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1685920Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1686144Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1686363Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1686588Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1686803Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1687023Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1687237Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1688111Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1688335Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1690019Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1690252Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1690476Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1690698Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1691008Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1691318Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1691613Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1692058Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1692363Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1692670Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1692968Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1693264Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1693641Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1693947Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1694245Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:05:26.1694542Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1694835Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:05:26.1695135Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1695486Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1695784Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1696085Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1696390Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:05:26.1696685Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1696982Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1697280Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1697573Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1697872Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1698167Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1698470Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1698773Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1699109Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:05:26.1699406Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1699706Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1700000Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1700299Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1700594Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:05:26.1700818Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1701088Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1701312Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1701533Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1701750Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1701967Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1702187Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1702406Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1702621Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1702830Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1703040Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1703245Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1703448Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1703654Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1703858Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1704061Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1704266Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1704465Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1706038Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1706255Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1706517Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1706721Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1706925Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1707125Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1707324Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1707521Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1707719Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1707910Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1708114Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1708312Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1708556Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1708751Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1708940Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1709124Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1709316Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1709508Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1709698Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1709891Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1710083Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1710294Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1710485Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1710696Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1710906Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1711114Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1711319Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1711523Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1711726Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1711926Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1712123Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1712324Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1712520Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1712766Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1712970Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1713184Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1713393Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1713604Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1713810Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1714015Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1714219Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1714422Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1714666Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1714865Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1715070Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1715266Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1715448Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1715642Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1715841Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1716041Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1716232Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1716420Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1716607Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1716795Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1716982Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1717169Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1717355Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1717556Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1717746Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1717949Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1718149Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1718344Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1718535Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1719343Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1719544Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1719734Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1719917Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1720094Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1720286Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1720485Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1720673Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1720879Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1721080Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1721328Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1721524Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1721716Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1721904Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1722096Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1722283Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1722470Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1722660Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1722849Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1723042Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1723232Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1723432Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1723628Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1723819Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1724009Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1724193Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1724368Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1724556Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1724853Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1725045Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1725236Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1725422Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1725671Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1725869Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1726061Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1726248Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1726437Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1726622Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1726820Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1727023Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1727226Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1727424Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1727664Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1727860Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1728391Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1728734Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T02:05:26.1728913Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:05:26.1728983Z ok (0.026s) 2022-11-23T02:05:26.1729184Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-11-23T02:05:26.1729375Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1729549Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1729735Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1729930Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1730123Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1730308Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1730498Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1730686Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1730874Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1731061Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1731245Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1731432Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1731658Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1731845Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1732037Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1732221Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1732418Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1732611Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1732797Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1732987Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1733178Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1733363Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1733582Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1733766Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1733954Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1734135Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1734340Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1734536Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1734744Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1734948Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1735148Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1735347Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1735543Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1737293Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1737498Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1737694Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1737893Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1738087Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1738305Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1738519Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1738710Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-11-23T02:05:26.1738899Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.250s) 2022-11-23T02:05:26.1739102Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.610s) 2022-11-23T02:05:26.1739367Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.367s) 2022-11-23T02:05:26.1739864Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1740105Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:05:26.1740206Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:05:26.1740279Z should be replaced with 2022-11-23T02:05:26.1740419Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:05:26.1740480Z and 2022-11-23T02:05:26.1740590Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:05:26.1740674Z should be replaced with 2022-11-23T02:05:26.1740992Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:05:26.1741087Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1741201Z ok (0.008s) 2022-11-23T02:05:26.1741407Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1741605Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1741797Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1741987Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1742173Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1742366Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1742561Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1742747Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1742924Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1743111Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1743296Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1743479Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1743656Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1743838Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1744018Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1744225Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1744430Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1744642Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1744850Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1745057Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1745260Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1745505Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1745707Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1745909Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1746104Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1746303Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1746505Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1746699Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1746889Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1747087Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1747274Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1747504Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1747689Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1747874Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1748063Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1748254Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1748441Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1748627Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1748815Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1749010Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1749196Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1749393Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1749584Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1749774Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1749962Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1750150Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1750338Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1750524Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1750710Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1750893Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1751085Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1751257Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1751453Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1751685Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1751876Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1752064Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1752253Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1752442Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1752632Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1752817Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1753000Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1753208Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1753410Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1753661Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1753867Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-11-23T02:05:26.1754071Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1754271Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1754468Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1754666Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1754866Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1755063Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1755266Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1755462Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1755647Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1755851Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1756054Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1756254Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1756455Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1756654Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1756844Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1757030Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1757225Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1757415Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1757607Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1757836Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1758034Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-11-23T02:05:26.1758233Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-11-23T02:05:26.1758426Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1758613Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1758797Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1758986Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-11-23T02:05:26.1759173Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1759362Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1759550Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-11-23T02:05:26.1759768Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-11-23T02:05:26.1759961Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T02:05:26.1760146Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-11-23T02:05:26.1760342Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-11-23T02:05:26.1760533Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-11-23T02:05:26.1760719Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1760907Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-11-23T02:05:26.1761096Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1761283Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-11-23T02:05:26.1761467Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-11-23T02:05:26.1761651Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-11-23T02:05:26.1761835Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T02:05:26.1762018Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1762220Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1762419Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1762622Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1762829Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1763030Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1763227Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1763426Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1763621Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1763813Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1764030Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1764227Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1764421Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1764613Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1764919Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1765110Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1765299Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1765490Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1765677Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1765863Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1766103Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1766306Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1766502Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1766694Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1766882Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1767074Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1767266Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1767458Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1767647Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1767836Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1768039Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1768222Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1768429Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1768633Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1768837Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1769039Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1769239Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1769437Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1769633Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1769827Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1770017Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1770256Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1770448Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1770653Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-11-23T02:05:26.1770859Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1771060Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1771264Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1771461Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1771657Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1771857Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-11-23T02:05:26.1772046Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1772275Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1772473Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1772651Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1772842Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1773041Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-11-23T02:05:26.1773240Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1773432Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-11-23T02:05:26.1773622Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1773886Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-11-23T02:05:26.1774077Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-11-23T02:05:26.1774266Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-11-23T02:05:26.1774455Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-11-23T02:05:26.1774645Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-11-23T02:05:26.1774833Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-11-23T02:05:26.1775369Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:05:26.1775574Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:05:26.1775685Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:05:26.1775769Z should be replaced with 2022-11-23T02:05:26.1776069Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:05:26.1776165Z return self.op(*args, **kwargs) 2022-11-23T02:05:26.1776232Z ok (0.006s) 2022-11-23T02:05:26.1776495Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1776710Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1776923Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1777109Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1777298Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1777495Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1777690Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1777879Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1778067Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1778248Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1778476Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1778664Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1778852Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1779038Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1779223Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1779426Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1779625Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1779817Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1780005Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1780198Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1780391Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1780578Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1780764Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1781004Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1781179Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1781368Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1781557Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1781741Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1781925Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1782121Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1782318Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1782566Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1782765Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1782974Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1783177Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1783377Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1783579Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1783776Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1783976Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1784175Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1784372Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1784610Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1784806Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1785001Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1785194Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1785381Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1785557Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1785748Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1785939Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1786133Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1786321Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1786518Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1786708Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1786908Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1787106Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1787306Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1787503Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1787698Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1787884Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1788075Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1788260Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1788442Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1788672Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1788863Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1789067Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1789261Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1789467Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1789670Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1789857Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1790059Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1790261Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1790460Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1791279Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1791472Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1791661Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1793434Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1793636Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1793841Z test_schema_correctness_unfold_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1794043Z test_schema_correctness_unfold_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-11-23T02:05:26.1794252Z test_schema_correctness_unfold_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1794463Z test_schema_correctness_unfold_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1794670Z test_schema_correctness_unfold_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1794871Z test_schema_correctness_unfold_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1795071Z test_schema_correctness_unfold_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1795268Z test_schema_correctness_unfold_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1795466Z test_schema_correctness_unfold_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1795664Z test_schema_correctness_unfold_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1795863Z test_schema_correctness_unfold_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1796059Z test_schema_correctness_unfold_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1796255Z test_schema_correctness_unfold_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1796440Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-11-23T02:05:26.1796630Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1796826Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1797090Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1797289Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1797487Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1797678Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1797865Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1798057Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1798244Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-11-23T02:05:26.1798426Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1798619Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1798809Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1799053Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1799256Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1799457Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1799654Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1799846Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-11-23T02:05:26.1800033Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1800250Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-11-23T02:05:26.1800459Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-11-23T02:05:26.1800673Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-11-23T02:05:26.1800872Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-11-23T02:05:26.1801077Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-11-23T02:05:26.1801287Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-11-23T02:05:26.1801493Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-11-23T02:05:26.1801702Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-11-23T02:05:26.1801910Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-11-23T02:05:26.1802110Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-11-23T02:05:26.1802301Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-11-23T02:05:26.1802496Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-11-23T02:05:26.1802687Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-11-23T02:05:26.1802875Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-11-23T02:05:26.1803058Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-11-23T02:05:26.1803282Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-11-23T02:05:26.1803471Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-11-23T02:05:26.1803663Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-11-23T02:05:26.1803864Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1804057Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1804261Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1804464Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1804753Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1804955Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1805198Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1805396Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1805579Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1805771Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1805960Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1806154Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1806348Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1806542Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1806740Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1806933Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1807122Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1807315Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1807506Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1807704Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1807909Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1808111Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-11-23T02:05:26.1808309Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1808505Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1808700Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1808896Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1809111Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1809362Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:05:26.1809553Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1809742Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1809918Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1810106Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1810293Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1810482Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1810670Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1810880Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1811084Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1811325Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1811521Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1811715Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1811916Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1812115Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1812315Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1812515Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1812708Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1812895Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1813086Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1813271Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1813463Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1813652Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1813842Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1814051Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1814247Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-11-23T02:05:26.1814450Z test_schema_correctness_view_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1814645Z test_schema_correctness_view_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1814844Z test_schema_correctness_view_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1815040Z test_schema_correctness_view_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1815236Z test_schema_correctness_view_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1815470Z test_schema_correctness_view_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1815663Z test_schema_correctness_view_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1815851Z test_schema_correctness_view_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1816045Z test_schema_correctness_view_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1816233Z test_schema_correctness_view_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1816424Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1816612Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1816808Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1817006Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1817196Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1817425Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1817611Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1817793Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1817981Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1818170Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1818345Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1818534Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1818721Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1818922Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1819113Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1819314Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1819514Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1819713Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1819906Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1820097Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1820283Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1820475Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1820663Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1820845Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1821035Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1821226Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1821422Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1822202Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1822418Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1822621Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-11-23T02:05:26.1822820Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1823018Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1823198Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1823386Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1823575Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1823764Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1823947Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1824181Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1824372Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1824568Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1824760Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1824962Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1825158Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1825352Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1825544Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1825735Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1825920Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1826109Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1826298Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1826485Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1826677Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1826865Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1827059Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1827238Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1827432Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1827621Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1827808Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1827994Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1828652Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1828847Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1829039Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1829225Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1829420Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1829608Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1829808Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1830006Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-11-23T02:05:26.1830199Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1830386Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1830615Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1830802Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1830989Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-11-23T02:05:26.1831178Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1831368Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1831555Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1831740Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1831929Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1832130Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1832326Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1832518Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-11-23T02:05:26.1832709Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-11-23T02:05:26.1832896Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1833080Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1833268Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1833456Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1833643Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1833830Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-11-23T02:05:26.1834015Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-11-23T02:05:26.1834218Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1834411Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1834616Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1835277Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1835486Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-11-23T02:05:26.1835688Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1835886Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-11-23T02:05:26.1836085Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-11-23T02:05:26.1836279Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-11-23T02:05:26.1836462Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-11-23T02:05:26.1836657Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1836853Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-11-23T02:05:26.1837048Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-11-23T02:05:26.1837100Z 2022-11-23T02:05:26.1837260Z ---------------------------------------------------------------------- 2022-11-23T02:05:26.1837344Z Ran 5274 tests in 201.344s 2022-11-23T02:05:26.1837349Z 2022-11-23T02:05:26.1837453Z OK (skipped=172, expected failures=4) 2022-11-23T02:05:26.1837458Z 2022-11-23T02:05:26.1837549Z Generating XML reports... 2022-11-23T02:05:26.1837792Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221123020203.xml 2022-11-23T02:05:26.1838075Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheckModeOpInfoCPU-20221123020203.xml 2022-11-23T02:05:26.1838081Z 2022-11-23T02:05:26.1838490Z ##[endgroup] 2022-11-23T02:05:26.1838758Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_mjozgbf4) 2022-11-23T02:05:26.1838766Z 2022-11-23T02:05:28.8035208Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:05:28.9591106Z Running test_dataloader ... [2022-11-23 02:05:28.952578] 2022-11-23T02:05:28.9599375Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:05:28.952578] 2022-11-23T02:05:28.9600086Z Ignoring disabled issues: [] 2022-11-23T02:09:17.3047251Z 2022-11-23T02:09:17.3047839Z Expand the folded group to see the log file of test_dataloader 2022-11-23T02:09:17.3059380Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_17y6d92c) 2022-11-23T02:09:17.3059699Z 2022-11-23T02:09:17.3059802Z Running tests... 2022-11-23T02:09:17.3060103Z ---------------------------------------------------------------------- 2022-11-23T02:09:17.3060481Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-11-23T02:09:17.3060904Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T02:09:17.3061371Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:09:17.3061782Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.439s) 2022-11-23T02:09:17.3062128Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.003s) 2022-11-23T02:09:17.3062476Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T02:09:17.3062918Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T02:09:17.3063353Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.006s) 2022-11-23T02:09:17.3064827Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T02:09:17.3065341Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.000s) 2022-11-23T02:09:17.3065895Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:17.3066500Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:17.3067472Z test_batch_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3068290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3069063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3069838Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3070693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3071624Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3072394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3073172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3073944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3074671Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3075448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3076222Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3077082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3077786Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3078556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3079311Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3080072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3080793Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3081549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3082317Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3083149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3083877Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3084630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3085391Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3086167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3086884Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3088587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3089415Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3090188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3090913Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3091663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3092402Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3092829Z ok (6.600s) 2022-11-23T02:09:17.3093612Z 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.006s) 2022-11-23T02:09:17.3094499Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3095094Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3095563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3096007Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3096444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3096847Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3097283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3097709Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3098153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3098549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3098981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3099410Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3099849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3100261Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3100732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3101169Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3101448Z ok (3.354s) 2022-11-23T02:09:17.3101894Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3102372Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3102797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3103228Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3104387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3104829Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3105264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3105703Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3105938Z ok (4.983s) 2022-11-23T02:09:17.3106216Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:09:17.3106572Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T02:09:17.3106964Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:09:17.3107343Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3108373Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T02:09:17.3109420Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-11-23T02:09:17.3109685Z ok (0.004s) 2022-11-23T02:09:17.3109971Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T02:09:17.3110330Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3110661Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:09:17.3111014Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T02:09:17.3111372Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3111736Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T02:09:17.3112094Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T02:09:17.3112451Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:09:17.3112811Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3113314Z test_error_in_init (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3113781Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3114221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3114663Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3115116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3115537Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3115969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3116384Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3116824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3117235Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3118201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3118696Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3119152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3119616Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3120032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3120466Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3120718Z ok (5.423s) 2022-11-23T02:09:17.3121152Z test_error_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3121616Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3122051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3122535Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3122960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3123377Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3123809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3124245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3124732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3125151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3125632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3126046Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3126485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3126893Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3127324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3127750Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3128004Z ok (2.802s) 2022-11-23T02:09:17.3128285Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T02:09:17.3128650Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T02:09:17.3129182Z test_get_worker_info (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3129656Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3130089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3130533Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3130822Z ok (5.059s) 2022-11-23T02:09:17.3131054Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3131421Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3132290Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T02:09:17.3132819Z test_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3133300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3133733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3134172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3134613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3135008Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3135440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3135871Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3136363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3136826Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3137304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3137736Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3138156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3138562Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3138993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3139424Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3139869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3140280Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3140708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3141120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3141560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3141972Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3142402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3142883Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3143367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3143782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3144284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3144718Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3145162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3146097Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3146540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3146973Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3147410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3147803Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3148234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3148715Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3149195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3149611Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3150044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3150529Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3150953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3151366Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3151797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3152228Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3152667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3153080Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3153885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3154320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3154786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3155231Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3155664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3156096Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3156538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3156952Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3157384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3157799Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3158238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3158653Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3159085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3159513Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3160520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3160956Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3161425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3161856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3162297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3162714Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3163147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3163582Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3164024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3164474Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3164909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3165345Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3165790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3166205Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3166682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3167158Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3167587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3168008Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3168437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3168872Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3169312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3169723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3170153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3170569Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3171008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3171422Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3171856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3172288Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3172781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3173239Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3174164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3174605Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3175047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3175461Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3175894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3176331Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3176772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3177167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3177601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3178034Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3178585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3179044Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3179485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3179920Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3180345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3180761Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3181190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3181622Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3182065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3182481Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3182914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3183323Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3183766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3184262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3184739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3185217Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3185658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3186076Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3186490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3186926Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3187367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3188292Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3188727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3189142Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3189570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3190003Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3190476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3190906Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3191389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3191811Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3192252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3193312Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3193755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3194148Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3194584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3195014Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3195456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3195872Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3196297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3196751Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3197203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3197638Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3198085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3198517Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3198959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3199372Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3199809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3200225Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3200666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3201075Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3201505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3201937Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3202954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3203390Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3203808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3204244Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3204686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3205103Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3205536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3205969Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3206413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3206807Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3207295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3207726Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3208164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3208627Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3209102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3209536Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3209959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3210378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3210810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3211242Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3211680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3212090Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3212515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3212925Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3213368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3213780Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3214255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3214691Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3214983Z ok (39.212s) 2022-11-23T02:09:17.3215243Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:09:17.3215736Z test_large_sampler_indices (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3216729Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3217180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3217616Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3217871Z ok (4.755s) 2022-11-23T02:09:17.3218106Z test_len (__main__.TestDataLoader) ... ok (0.025s) 2022-11-23T02:09:17.3218604Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3219075Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3219512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3219945Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3220436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3220912Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3221384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3221818Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3222243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3222657Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3223086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3223520Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3223969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3224476Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3224909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3225323Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3225763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3226174Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3226654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3227098Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3227588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3228006Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3228418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3228854Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3229108Z ok (7.898s) 2022-11-23T02:09:17.3229553Z test_multiple_dataloaders (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3230033Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3230986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3231429Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3231857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3232271Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3232758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3233195Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3233680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3234097Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3234534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3235007Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3235458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3235870Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3236302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3236734Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3237174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3237586Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3237997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3238426Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3238915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3239375Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3239810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3240240Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3240491Z ok (5.977s) 2022-11-23T02:09:17.3241103Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:09:17.3242127Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T02:09:17.3242778Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.001s) 2022-11-23T02:09:17.3243069Z test_numpy (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3243368Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T02:09:17.3244197Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:09:17.3244500Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T02:09:17.3244896Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-11-23T02:09:17.3245247Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T02:09:17.3245999Z 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.006s) 2022-11-23T02:09:17.3246712Z test_random_sampler (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:09:17.3247056Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T02:09:17.3247430Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3247957Z test_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3248486Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3248926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3249369Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3249797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3250213Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3250701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3251142Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3251636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3252056Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3252486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3252898Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3253346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3253756Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3254195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3254630Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3255073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3255489Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3255903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3256341Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3256830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3257284Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3257784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3258220Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3258662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3259052Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3259485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3259917Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3260357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3260771Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3261206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3261690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3261921Z ok (5.729s) 2022-11-23T02:09:17.3262191Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.025s) 2022-11-23T02:09:17.3262736Z test_segfault (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3263244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3263678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3264196Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3264454Z ok (4.873s) 2022-11-23T02:09:17.3264879Z test_seqential_batch_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3265362Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3265790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3266206Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3266639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3267074Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3267519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3267932Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3268378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3268838Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3269318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3269757Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3270198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3270611Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3271079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3271515Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3271773Z ok (3.131s) 2022-11-23T02:09:17.3272229Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3272725Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3273159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3273595Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3274013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3274476Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3274918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3275446Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3275887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3276300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3276734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3277144Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3277583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3277998Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3278432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3278870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3279123Z ok (3.237s) 2022-11-23T02:09:17.3279379Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.059s) 2022-11-23T02:09:17.3279679Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.033s) 2022-11-23T02:09:17.3280030Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:17.3280597Z test_sequential_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3281118Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3281556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3282000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3282437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3282832Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3283272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3283704Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3284143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3284614Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3285051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3285485Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3285905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3286317Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3286794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3287271Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3287522Z ok (3.242s) 2022-11-23T02:09:17.3287765Z test_shuffle (__main__.TestDataLoader) ... ok (0.088s) 2022-11-23T02:09:17.3288044Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.101s) 2022-11-23T02:09:17.3288354Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.089s) 2022-11-23T02:09:17.3289075Z 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-23T02:09:17.3289906Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3290392Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3290826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3291263Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3291713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3292127Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3292545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3292978Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3293422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3293837Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3294273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3294711Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3295151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3295550Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3295984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3296414Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3296666Z ok (2.922s) 2022-11-23T02:09:17.3296948Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:17.3297582Z test_shuffle_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3298114Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3298538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3298972Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3299411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3299826Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3300255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3300692Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3301133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3301528Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3302009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3302441Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3302880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3303291Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3303722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3304239Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3304476Z ok (5.255s) 2022-11-23T02:09:17.3304912Z test_shuffle_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3305386Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3305821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3306255Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3306698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3307114Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3307529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3307962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3308403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3308817Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3309249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3309673Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3310120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3310514Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3310998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3311438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3311693Z ok (2.902s) 2022-11-23T02:09:17.3312117Z test_timeout (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3312573Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3313006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3313462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3313719Z ok (3.468s) 2022-11-23T02:09:17.3313959Z test_typing (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:09:17.3314491Z test_worker_init_fn (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3314955Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3315437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3315849Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3316294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3316709Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3317143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3317572Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3317826Z ok (2.809s) 2022-11-23T02:09:17.3318253Z test_worker_seed (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3318696Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3319133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3319568Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3320010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3320431Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3320864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3321297Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3321723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3322139Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3322575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3323008Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3323450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3323864Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3324345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3324778Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3325201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3325610Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3326040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3326471Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3326909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3327318Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3327750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3328158Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3328457Z ok (3.781s) 2022-11-23T02:09:17.3328911Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3329397Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3329831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3330261Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3330704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3331100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3331534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3331973Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3332415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3332831Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3333262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3333694Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3334115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3334524Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3334959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3335388Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3335825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3336245Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3336676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3337086Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3337570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3337982Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3338419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3338852Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3339294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3339708Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3340118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3340553Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3340996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3341404Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3341886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3342319Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3342761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3343151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3343584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3344104Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3344606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3345068Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3345504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3345935Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3346353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3346763Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3347195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3347623Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3348061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3348475Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3348906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3349316Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3349569Z ok (7.471s) 2022-11-23T02:09:17.3350210Z 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-23T02:09:17.3351326Z 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-23T02:09:17.3352215Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3352725Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3353161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3353596Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3354039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3354501Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3354918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3355352Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3355794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3356206Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3356636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3357071Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3357510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3357904Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3358336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3358766Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3359020Z ok (3.296s) 2022-11-23T02:09:17.3359510Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3360040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3360472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3360889Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3361337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3361749Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3362180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3362611Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3362861Z ok (5.029s) 2022-11-23T02:09:17.3363326Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3363856Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3364293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3364729Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3365171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3365587Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3366020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3366450Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3366682Z ok (2.714s) 2022-11-23T02:09:17.3367000Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3367425Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T02:09:17.3367885Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3368303Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3384604Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3385137Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3385588Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.011s) 2022-11-23T02:09:17.3386020Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T02:09:17.3386459Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T02:09:17.3386895Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T02:09:17.3387319Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T02:09:17.3387753Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T02:09:17.3388181Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T02:09:17.3388593Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T02:09:17.3388975Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T02:09:17.3389531Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3390033Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3390476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3390898Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3391341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3391754Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3392182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3392617Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3393207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3393620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3394033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3394471Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3394906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3395316Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3395745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3396172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3396420Z ok (5.429s) 2022-11-23T02:09:17.3396869Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3397428Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3397864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3398290Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3398733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3399139Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3399566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3399984Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3400426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3400898Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3401372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3401797Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3402233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3402650Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3403059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3403490Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3403729Z ok (2.927s) 2022-11-23T02:09:17.3404043Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T02:09:17.3404505Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T02:09:17.3405106Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3405610Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3406022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3406440Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3406729Z ok (5.629s) 2022-11-23T02:09:17.3407012Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3407401Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3407809Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.014s) 2022-11-23T02:09:17.3408565Z 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.006s) 2022-11-23T02:09:17.3409277Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T02:09:17.3409840Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3410385Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3410811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3411237Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3411478Z ok (5.118s) 2022-11-23T02:09:17.3411741Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.014s) 2022-11-23T02:09:17.3412302Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3412800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3413222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3413647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3414081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3414491Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3414911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3415336Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3415561Z ok (2.751s) 2022-11-23T02:09:17.3416194Z 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-23T02:09:17.3417236Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:09:17.3418332Z 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.002s) 2022-11-23T02:09:17.3419045Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T02:09:17.3419422Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T02:09:17.3419785Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T02:09:17.3420154Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T02:09:17.3420516Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T02:09:17.3420882Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.002s) 2022-11-23T02:09:17.3421223Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T02:09:17.3421979Z 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.007s) 2022-11-23T02:09:17.3423626Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T02:09:17.3424130Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T02:09:17.3424565Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3425142Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3425638Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3426071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3426503Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3426929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3427339Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3427764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3428186Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3428618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3429019Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3429436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3429854Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3430272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3430671Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3431091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3431511Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3431940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3432344Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3432823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3433235Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3433665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3434063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3434483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3434903Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3435337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3435742Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3436149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3436611Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3437038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3437439Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3437857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3438275Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3438511Z ok (6.654s) 2022-11-23T02:09:17.3438795Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.028s) 2022-11-23T02:09:17.3439364Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3439851Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3440278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3440699Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3440938Z ok (4.923s) 2022-11-23T02:09:17.3441396Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3441897Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3442324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3442749Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3443183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3443591Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3444013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3444431Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3444844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3445244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3445706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3446128Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3446560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3446955Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3447369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3447771Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3448008Z ok (3.021s) 2022-11-23T02:09:17.3448494Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3449006Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3449424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3449891Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3450317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3450707Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3451122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3451541Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3451974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3452371Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3452787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3453204Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3453621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3454021Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3454436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3454850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3455087Z ok (2.820s) 2022-11-23T02:09:17.3455368Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.042s) 2022-11-23T02:09:17.3455736Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.035s) 2022-11-23T02:09:17.3456156Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:17.3456747Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3457243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3457659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3458078Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3458551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3458949Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3459354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3459768Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3460190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3460579Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3460993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3461407Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3461834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3462264Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3462675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3463088Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3463320Z ok (2.857s) 2022-11-23T02:09:17.3463582Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.081s) 2022-11-23T02:09:17.3463940Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-11-23T02:09:17.3464390Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.085s) 2022-11-23T02:09:17.3465124Z 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-23T02:09:17.3466010Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3466515Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3466935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3467357Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3467790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3468187Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3468601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3469010Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3469434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3469824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3470239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3470657Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3471138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3471540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3471947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3472367Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3472606Z ok (2.881s) 2022-11-23T02:09:17.3472920Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:17.3473515Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3474025Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3474449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3474855Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3475338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3475739Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3476157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3476574Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3477007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3477408Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3477829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3478236Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3478663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3479063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3479481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3479895Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3480133Z ok (5.349s) 2022-11-23T02:09:17.3480577Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3481066Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3481493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3481910Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3482338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3482737Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3483154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3483577Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3484655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3485314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3486045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3486712Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3487391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3487989Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3488623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3489242Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3489488Z ok (2.917s) 2022-11-23T02:09:17.3490112Z 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.006s) 2022-11-23T02:09:17.3491369Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:09:17.3491916Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3492562Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3492994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3493519Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3493958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3494356Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3494778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3495320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3495655Z ok (2.577s) 2022-11-23T02:09:17.3496295Z 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.002s) 2022-11-23T02:09:17.3497306Z 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.001s) 2022-11-23T02:09:17.3498002Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T02:09:17.3498372Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T02:09:17.3498735Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T02:09:17.3499080Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T02:09:17.3499518Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T02:09:17.3499870Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T02:09:17.3500218Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-11-23T02:09:17.3500552Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T02:09:17.3500843Z Indices generated by random_split ... ok (0.006s) 2022-11-23T02:09:17.3501177Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.010s) 2022-11-23T02:09:17.3501643Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:17.3502077Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:17.3502504Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:09:17.3503045Z test_sequential_batch (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:09:17.3503511Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:09:17.3504088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:09:17.3504505Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:09:17.3504744Z ok (2.456s) 2022-11-23T02:09:17.3505365Z 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-23T02:09:17.3506046Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-11-23T02:09:17.3506455Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-11-23T02:09:17.3506856Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:09:17.3507187Z test_getitem (__main__.TestTensorDataset) ... ok (0.007s) 2022-11-23T02:09:17.3507474Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.005s) 2022-11-23T02:09:17.3507741Z test_len (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T02:09:17.3508024Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.005s) 2022-11-23T02:09:17.3508322Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T02:09:17.3508490Z 2022-11-23T02:09:17.3508647Z ---------------------------------------------------------------------- 2022-11-23T02:09:17.3508907Z Ran 164 tests in 225.719s 2022-11-23T02:09:17.3509029Z 2022-11-23T02:09:17.3509103Z OK (skipped=37) 2022-11-23T02:09:17.3509215Z 2022-11-23T02:09:17.3509296Z Generating XML reports... 2022-11-23T02:09:17.3509667Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221123020531.xml 2022-11-23T02:09:17.3510163Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221123020531.xml 2022-11-23T02:09:17.3510686Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221123020531.xml 2022-11-23T02:09:17.3511241Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221123020531.xml 2022-11-23T02:09:17.3511755Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221123020531.xml 2022-11-23T02:09:17.3512277Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221123020531.xml 2022-11-23T02:09:17.3512829Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221123020531.xml 2022-11-23T02:09:17.3513371Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221123020531.xml 2022-11-23T02:09:17.3513916Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221123020531.xml 2022-11-23T02:09:17.3514401Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221123020531.xml 2022-11-23T02:09:17.3514910Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221123020531.xml 2022-11-23T02:09:17.3515410Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221123020531.xml 2022-11-23T02:09:17.3515907Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221123020531.xml 2022-11-23T02:09:17.3516177Z 2022-11-23T02:09:17.3516500Z ##[endgroup] 2022-11-23T02:09:17.3516896Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_17y6d92c) 2022-11-23T02:09:17.3517168Z 2022-11-23T02:09:20.0485772Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:20.2064006Z Running test_serialization ... [2022-11-23 02:09:20.205946] 2022-11-23T02:09:20.2069337Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:20.206552] 2022-11-23T02:09:20.2072738Z Ignoring disabled issues: [] 2022-11-23T02:12:29.3920190Z 2022-11-23T02:12:29.3920726Z Expand the folded group to see the log file of test_serialization 2022-11-23T02:12:29.3921682Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_94ctdkqo) 2022-11-23T02:12:29.3921978Z 2022-11-23T02:12:29.3922062Z Running tests... 2022-11-23T02:12:29.3922364Z ---------------------------------------------------------------------- 2022-11-23T02:12:29.3925715Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... Test results will be stored in test-reports\python-unittest\test_serialization 2022-11-23T02:12:29.3926223Z skip: NamedTemporaryFile on windows (0.001s) 2022-11-23T02:12:29.3926629Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... skip: NamedTemporaryFile on windows (0.001s) 2022-11-23T02:12:29.3927212Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3927639Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:12:29.3928008Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.076s) 2022-11-23T02:12:29.3928368Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3929072Z test_save_different_dtype_error (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:12:29.3929745Z warnings.warn(message, UserWarning) 2022-11-23T02:12:29.3929971Z ok (0.003s) 2022-11-23T02:12:29.3930267Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.142s) 2022-11-23T02:12:29.3930687Z test_serialization (__main__.TestOldSerialization) ... ok (0.035s) 2022-11-23T02:12:29.3931120Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.040s) 2022-11-23T02:12:29.3931527Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.017s) 2022-11-23T02:12:29.3931934Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.014s) 2022-11-23T02:12:29.3932467Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.012s) 2022-11-23T02:12:29.3932887Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T02:12:29.3933414Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T02:12:29.3933837Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3934511Z test_serialization_filelike (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:12:29.3935117Z warnings.warn(message, UserWarning) 2022-11-23T02:12:29.3935336Z ok (0.006s) 2022-11-23T02:12:29.3935636Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.006s) 2022-11-23T02:12:29.3936027Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3936508Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3936886Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.336s) 2022-11-23T02:12:29.3937249Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:12:29.3937614Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.062s) 2022-11-23T02:12:29.3937969Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.032s) 2022-11-23T02:12:29.3938323Z test_serialization_offset (__main__.TestOldSerialization) ... ok (156.001s) 2022-11-23T02:12:29.3938714Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (9.497s) 2022-11-23T02:12:29.3939129Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (8.568s) 2022-11-23T02:12:29.3939508Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.020s) 2022-11-23T02:12:29.3939841Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.031s) 2022-11-23T02:12:29.3940200Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-11-23T02:12:29.3940894Z test_serialization_sparse (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:12:29.3941494Z warnings.warn(message, UserWarning) 2022-11-23T02:12:29.3941710Z ok (0.025s) 2022-11-23T02:12:29.3942497Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:12:29.3943236Z x = x.to_sparse_csr() 2022-11-23T02:12:29.3943426Z ok (0.006s) 2022-11-23T02:12:29.3943686Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.796s) 2022-11-23T02:12:29.3944059Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.022s) 2022-11-23T02:12:29.3944417Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.009s) 2022-11-23T02:12:29.3944780Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.016s) 2022-11-23T02:12:29.3945126Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3945511Z test_load_error_msg (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3945820Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3946165Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.015s) 2022-11-23T02:12:29.3946500Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T02:12:29.3946856Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3947230Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:12:29.3947613Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.016s) 2022-11-23T02:12:29.3948333Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:12:29.3948943Z warnings.warn(message, UserWarning) 2022-11-23T02:12:29.3949195Z ok (0.021s) 2022-11-23T02:12:29.3949466Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:12:29.3949822Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.157s) 2022-11-23T02:12:29.3950195Z test_serialization (__main__.TestSerialization) ... ok (0.035s) 2022-11-23T02:12:29.3950520Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (9.178s) 2022-11-23T02:12:29.3950869Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.018s) 2022-11-23T02:12:29.3951241Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.015s) 2022-11-23T02:12:29.3951631Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-11-23T02:12:29.3952079Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T02:12:29.3952520Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... ok (0.006s) 2022-11-23T02:12:29.3952940Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3953310Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3953651Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.015s) 2022-11-23T02:12:29.3954008Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3954369Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3954747Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3955111Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.586s) 2022-11-23T02:12:29.3955476Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:12:29.3955825Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.020s) 2022-11-23T02:12:29.3956162Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:12:29.3956515Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3956894Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:12:29.3957255Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:12:29.3957601Z test_serialization_python_attr (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3957936Z test_serialization_safe (__main__.TestSerialization) ... ok (0.030s) 2022-11-23T02:12:29.3958320Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:12:29.3959005Z test_serialization_sparse (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:12:29.3959598Z warnings.warn(message, UserWarning) 2022-11-23T02:12:29.3959799Z ok (0.031s) 2022-11-23T02:12:29.3960080Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T02:12:29.3960440Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T02:12:29.3960788Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.033s) 2022-11-23T02:12:29.3961141Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3961830Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:12:29.3962552Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-11-23T02:12:29.3962810Z ok (0.021s) 2022-11-23T02:12:29.3963080Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:12:29.3963451Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.031s) 2022-11-23T02:12:29.3963836Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.045s) 2022-11-23T02:12:29.3964188Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3964521Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-11-23T02:12:29.3964759Z ok (0.002s) 2022-11-23T02:12:29.3965060Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3965465Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3965858Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T02:12:29.3966238Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3966627Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T02:12:29.3967014Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:12:29.3967334Z 2022-11-23T02:12:29.3967502Z ---------------------------------------------------------------------- 2022-11-23T02:12:29.3967780Z Ran 87 tests in 186.187s 2022-11-23T02:12:29.3967910Z 2022-11-23T02:12:29.3967989Z OK (skipped=6) 2022-11-23T02:12:29.3968106Z 2022-11-23T02:12:29.3968202Z Generating XML reports... 2022-11-23T02:12:29.3968600Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221123020922.xml 2022-11-23T02:12:29.3969133Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221123020922.xml 2022-11-23T02:12:29.3969659Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221123020922.xml 2022-11-23T02:12:29.3970225Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestBothSerializationCPU-20221123020922.xml 2022-11-23T02:12:29.3970519Z 2022-11-23T02:12:29.3970859Z ##[endgroup] 2022-11-23T02:12:29.3971242Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_94ctdkqo) 2022-11-23T02:12:29.3971525Z 2022-11-23T02:12:32.1358344Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:32.3012352Z Running test_mkldnn_fusion ... [2022-11-23 02:12:32.299959] 2022-11-23T02:12:32.3017390Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:32.299959] 2022-11-23T02:12:32.3019347Z Ignoring disabled issues: [] 2022-11-23T02:13:15.2435614Z 2022-11-23T02:13:15.2438798Z Expand the folded group to see the log file of test_decomp 2022-11-23T02:13:15.2440138Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_bxvkbcy9) 2022-11-23T02:13:15.2533584Z 2022-11-23T02:13:15.2533965Z Running tests... 2022-11-23T02:13:15.2534382Z ---------------------------------------------------------------------- 2022-11-23T02:13:15.2538602Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-11-23T02:13:15.2539243Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.039s) 2022-11-23T02:13:15.2539801Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... ok (0.002s) 2022-11-23T02:13:15.2540591Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2541092Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2541601Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.2542076Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.2542672Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T02:13:15.2543475Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2544187Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.2544783Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2545391Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2545902Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2546389Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2546862Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.2547380Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2547917Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2548419Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2548984Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.2549812Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.2550575Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.2551152Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2551685Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.2552195Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.2552691Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2553301Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2553864Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2554325Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2554827Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2555559Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.2556611Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.2557335Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.670s) 2022-11-23T02:13:15.2557906Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.406s) 2022-11-23T02:13:15.2558445Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.757s) 2022-11-23T02:13:15.2558954Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.2559493Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.523s) 2022-11-23T02:13:15.2560022Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.519s) 2022-11-23T02:13:15.2560539Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T02:13:15.2561072Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.2561640Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T02:13:15.2562720Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T02:13:15.2563436Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T02:13:15.2564014Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2564583Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.2565155Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.722s) 2022-11-23T02:13:15.2565751Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.723s) 2022-11-23T02:13:15.2566340Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2566868Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.365s) 2022-11-23T02:13:15.2599480Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.395s) 2022-11-23T02:13:15.2602158Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.2603045Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.2603790Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.2604503Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2605301Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.2606045Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.2606737Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.2607493Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2608150Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.2608746Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.2609362Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.2609987Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.2610620Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T02:13:15.2611260Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (2.758s) 2022-11-23T02:13:15.2611921Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (2.902s) 2022-11-23T02:13:15.2612540Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.2613173Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (1.308s) 2022-11-23T02:13:15.2614129Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (1.541s) 2022-11-23T02:13:15.2614802Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T02:13:15.2615419Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T02:13:15.2616038Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-11-23T02:13:15.2616641Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.186s) 2022-11-23T02:13:15.2617241Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T02:13:15.2617895Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.2618561Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (4.424s) 2022-11-23T02:13:15.2619232Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (4.773s) 2022-11-23T02:13:15.2619946Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (2.152s) 2022-11-23T02:13:15.2620673Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (2.102s) 2022-11-23T02:13:15.2621451Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.874s) 2022-11-23T02:13:15.2622037Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.757s) 2022-11-23T02:13:15.2622595Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.763s) 2022-11-23T02:13:15.2623161Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.880s) 2022-11-23T02:13:15.2623723Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.863s) 2022-11-23T02:13:15.2624279Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.2624842Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.2625369Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.927s) 2022-11-23T02:13:15.2625946Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.915s) 2022-11-23T02:13:15.2626557Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.2627101Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2627720Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.698s) 2022-11-23T02:13:15.2632821Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.689s) 2022-11-23T02:13:15.2633333Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.2633954Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.711s) 2022-11-23T02:13:15.2634464Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.928s) 2022-11-23T02:13:15.2634953Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2635427Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.2635906Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.2636368Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.2636855Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.2637330Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.2637804Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2638286Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2638750Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2639377Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.2639926Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.2640433Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T02:13:15.2640946Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (2.635s) 2022-11-23T02:13:15.2641456Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (2.510s) 2022-11-23T02:13:15.2641961Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2642454Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (1.101s) 2022-11-23T02:13:15.2642908Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (1.013s) 2022-11-23T02:13:15.2643404Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.2643903Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.2644366Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.2644962Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.2645309Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.2645686Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.2646043Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.882s) 2022-11-23T02:13:15.2646514Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.926s) 2022-11-23T02:13:15.2646927Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2647274Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.485s) 2022-11-23T02:13:15.2647617Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.450s) 2022-11-23T02:13:15.2647957Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.2648280Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.2648616Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.2648956Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.2649294Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.2649635Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.2649974Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.2650298Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.2650641Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2651027Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2651370Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2651870Z test_comprehensive__softmax_backward_data_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: _softmax_backward_data in torch.bfloat16 not supported (0.001s) 2022-11-23T02:13:15.2652334Z test_comprehensive__softmax_backward_data_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.2652888Z test_comprehensive__softmax_backward_data_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.2653506Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2653935Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.195s) 2022-11-23T02:13:15.2654287Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.2654726Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T02:13:15.2655078Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2655422Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-11-23T02:13:15.2655754Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T02:13:15.2656089Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2656403Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2656736Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2657141Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2657476Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2657867Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2658206Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2658595Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.2658949Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.2659296Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.2659639Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.2659978Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2660312Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2660620Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2660948Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2661282Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2661627Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2661968Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2662306Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.2662639Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.2663037Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.2663385Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.2663773Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2664112Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2664449Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2664779Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2665093Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2665431Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.2665769Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.2666111Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.723s) 2022-11-23T02:13:15.2666459Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.2666804Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.743s) 2022-11-23T02:13:15.2667131Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.2667525Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.454s) 2022-11-23T02:13:15.2667863Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.403s) 2022-11-23T02:13:15.2668195Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2668528Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.2668853Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2669214Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.2669584Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.2669937Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.2670290Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.848s) 2022-11-23T02:13:15.2670651Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.031s) 2022-11-23T02:13:15.2671005Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.747s) 2022-11-23T02:13:15.2671353Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.687s) 2022-11-23T02:13:15.2672464Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2672809Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2673150Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2673487Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2673916Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2674273Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T02:13:15.2674614Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.883s) 2022-11-23T02:13:15.2675045Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.924s) 2022-11-23T02:13:15.2675405Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.954s) 2022-11-23T02:13:15.2675806Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.971s) 2022-11-23T02:13:15.2676160Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.2676513Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.345s) 2022-11-23T02:13:15.2676853Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.378s) 2022-11-23T02:13:15.2677210Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.689s) 2022-11-23T02:13:15.2677554Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.630s) 2022-11-23T02:13:15.2677897Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.2678242Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.2678584Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.2678931Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.2679254Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.2679598Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2679951Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T02:13:15.2680305Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-11-23T02:13:15.2680645Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2681031Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.2681416Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2681797Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2682120Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2682446Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2682769Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2683124Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2683500Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.2683863Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.2684239Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.2684606Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.2684972Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2685391Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2685757Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2686104Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2686471Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2686825Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.2687233Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.350s) 2022-11-23T02:13:15.2687628Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.418s) 2022-11-23T02:13:15.2687983Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T02:13:15.2688324Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T02:13:15.2688642Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2688972Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2689298Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2689631Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2689969Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2690310Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2690632Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2690978Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.326s) 2022-11-23T02:13:15.2691323Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.293s) 2022-11-23T02:13:15.2691662Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2691999Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.195s) 2022-11-23T02:13:15.2692337Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T02:13:15.2692657Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2693032Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2693358Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2693679Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2694062Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2694444Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2694783Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.2695113Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.2695462Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.2695805Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.2696145Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.2696478Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.2696811Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2697123Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2697457Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2697782Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2698114Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.2698517Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2698881Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2699228Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2699640Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2700041Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2700390Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2700736Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T02:13:15.2701079Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.2701415Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.196s) 2022-11-23T02:13:15.2701742Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.420s) 2022-11-23T02:13:15.2702087Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.368s) 2022-11-23T02:13:15.2702442Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.2702780Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.2703105Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.2703430Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2703750Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.2704089Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T02:13:15.2704429Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.2704769Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.173s) 2022-11-23T02:13:15.2705115Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.427s) 2022-11-23T02:13:15.2705508Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.400s) 2022-11-23T02:13:15.2705826Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2706212Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.2706543Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2706876Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.2707208Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2707597Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2707928Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2708281Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2708630Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2708975Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2709315Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2709659Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2710005Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2710336Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2710674Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2711022Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.525s) 2022-11-23T02:13:15.2711479Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.532s) 2022-11-23T02:13:15.2711824Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2712210Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2712532Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2712871Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2713202Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2713534Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2713974Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2714315Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2714633Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.2714973Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2715313Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.2715662Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.2715995Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.2716334Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.2716667Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.2716979Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2717342Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2717686Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2718063Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.2718399Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2718736Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2719072Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2719420Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2719769Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.2720110Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2720511Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.2720851Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2721173Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2721510Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2721859Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2722209Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2722558Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2722901Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2723246Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2723625Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2723993Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2724347Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2724738Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2725078Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2725421Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2725751Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2726095Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2726430Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2726764Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2727107Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2727436Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2727753Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2728088Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2728423Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2728762Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2729099Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2729482Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2729818Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2730187Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2730515Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2730845Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2731173Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2731511Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2731850Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2732183Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2732538Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2732882Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2734045Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2734405Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2734742Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2735085Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2735468Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2735800Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2736190Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2736535Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2736879Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2737232Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.2737575Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2737931Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.2738336Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.2738683Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.2739025Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.2739364Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2739691Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2740025Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2740366Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2740704Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2741122Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2741663Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2742196Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2742686Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2743156Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2743638Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2744112Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2744587Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2745055Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.2745523Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-11-23T02:13:15.2745982Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.2746500Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.2746970Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.2747396Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2747727Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2748110Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.641s) 2022-11-23T02:13:15.2748449Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.619s) 2022-11-23T02:13:15.2748784Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.299s) 2022-11-23T02:13:15.2749116Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T02:13:15.2749434Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.2749763Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2750137Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2750460Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2750786Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.2751112Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2751444Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2751768Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.510s) 2022-11-23T02:13:15.2752111Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.502s) 2022-11-23T02:13:15.2752447Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T02:13:15.2752782Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.2753109Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2753494Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.2753915Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2754259Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.2754584Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.2754915Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.2755244Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.2755579Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (1.849s) 2022-11-23T02:13:15.2755901Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (1.784s) 2022-11-23T02:13:15.2756234Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.2756561Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.2756882Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.2757200Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.2757523Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.2757848Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2758164Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2758501Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.395s) 2022-11-23T02:13:15.2758897Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.408s) 2022-11-23T02:13:15.2759264Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-11-23T02:13:15.2759612Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.2759990Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2760302Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2760629Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2760950Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2761275Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2761601Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2761929Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2762256Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.483s) 2022-11-23T02:13:15.2762602Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.529s) 2022-11-23T02:13:15.2762991Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T02:13:15.2763325Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.198s) 2022-11-23T02:13:15.2763659Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2763987Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2764297Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2764621Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2764947Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2765341Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2765685Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2766084Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2766438Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2766777Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2767132Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2767473Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2767809Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2768148Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2768480Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2768802Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2769135Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2769472Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2769810Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2770154Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2770505Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.2770860Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2771248Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.2771649Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2772047Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2772387Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2772724Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2773059Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2773379Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2773710Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2774049Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2774387Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2774732Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2775077Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.2775483Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.2775824Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.2776171Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2776515Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2776857Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.2777239Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2777577Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2777945Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2778283Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2778618Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2778948Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2779292Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.662s) 2022-11-23T02:13:15.2779639Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.880s) 2022-11-23T02:13:15.2779980Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.577s) 2022-11-23T02:13:15.2780306Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.495s) 2022-11-23T02:13:15.2780637Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2780973Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2781303Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2781638Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2781969Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2782301Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2782648Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2782991Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2783383Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2783719Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2784167Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.2784518Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2784851Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.2785196Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2785529Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.2785862Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2786192Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2786532Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2786852Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2787179Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2787511Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2787892Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2788223Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2788551Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2788870Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2789253Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2789594Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2789986Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.2790327Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.2790671Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.2791009Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2791334Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.2791684Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.2792039Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2792386Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2792732Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.2793079Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.2793434Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2793872Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2794223Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2794561Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2794898Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2795293Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2795629Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.2796002Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.2796338Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.2796724Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.2797060Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.2797397Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.2797759Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.2798104Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.2798458Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.2798815Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.2799170Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.2799514Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.2799854Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.2800190Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.2800556Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.2800894Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2801227Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.2801567Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2801910Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2802259Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.258s) 2022-11-23T02:13:15.2802605Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2802960Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.449s) 2022-11-23T02:13:15.2803310Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.2803658Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T02:13:15.2804000Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-11-23T02:13:15.2804337Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2804670Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2804994Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2805330Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2805668Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2806003Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2806393Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.2806758Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T02:13:15.2807096Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.2807426Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.2807751Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2808071Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2808388Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2808702Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2809068Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2809380Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2809706Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2810031Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2810374Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2810711Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.2811121Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2811442Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2811768Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2812092Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2812415Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2812733Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2813105Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2813413Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2813756Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2814125Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2814491Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2814860Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.2815239Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.2815611Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2816032Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.2816401Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2816757Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2817111Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2817464Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2817818Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2818173Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2818519Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2818875Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2819230Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T02:13:15.2819586Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.2819941Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2820289Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.2820626Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2820969Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2821309Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2821692Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2822032Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2822427Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2822795Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.2823140Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.2823484Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T02:13:15.2823826Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T02:13:15.2824163Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.2824500Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.2824839Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.2825162Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.2825554Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.2825884Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2826214Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.2826543Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2826878Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2827197Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2827526Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2827857Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2828186Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2828509Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2828823Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2829140Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2829448Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2830190Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84150 for platform(s) win, windows, mac, macos. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:13:15.2830911Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2831275Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.150s) 2022-11-23T02:13:15.2831646Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.2832375Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84213 for platform(s) mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:13:15.2833061Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.2833476Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.2833919Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2834264Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2834622Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2834969Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.2835320Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2835660Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.2835991Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2836328Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.198s) 2022-11-23T02:13:15.2836652Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.2836988Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T02:13:15.2837322Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.2837708Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.2838032Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.2838352Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.2838661Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2838982Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.2839299Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.2839618Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2846380Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (5.733s) 2022-11-23T02:13:15.2846899Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (6.127s) 2022-11-23T02:13:15.2847378Z test_comprehensive_cdouble_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2847802Z test_comprehensive_cdouble_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.2848169Z test_comprehensive_cdouble_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2848532Z test_comprehensive_cdouble_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.2848878Z test_comprehensive_cdouble_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2849224Z test_comprehensive_cdouble_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2849647Z test_comprehensive_cdouble_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.2850352Z test_comprehensive_cdouble_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2851156Z test_comprehensive_cdouble_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2851489Z test_comprehensive_cdouble_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2851823Z test_comprehensive_cdouble_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2852154Z test_comprehensive_cdouble_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2852486Z test_comprehensive_cdouble_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2852815Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2853132Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.2853536Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.2853863Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2854369Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2854695Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2855012Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2855324Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.2855651Z test_comprehensive_cfloat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.2855982Z test_comprehensive_cfloat_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2856318Z test_comprehensive_cfloat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.2856664Z test_comprehensive_cfloat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.2857007Z test_comprehensive_cfloat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2857354Z test_comprehensive_cfloat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2857675Z test_comprehensive_cfloat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.2858006Z test_comprehensive_cfloat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.2858336Z test_comprehensive_cfloat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2858665Z test_comprehensive_cfloat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2858995Z test_comprehensive_cfloat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2859327Z test_comprehensive_cfloat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2859641Z test_comprehensive_cfloat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2859972Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2860303Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2861639Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.2861985Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2862322Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.2862658Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2862980Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.2863305Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.2863632Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2863959Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2864281Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.2864613Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2864926Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2865255Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2865584Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2865918Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.2866259Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.2866595Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.2866917Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.2867246Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2867640Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.2867972Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2868294Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2868608Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2868912Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2869231Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2869570Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.866s) 2022-11-23T02:13:15.2869924Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.881s) 2022-11-23T02:13:15.2870270Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.530s) 2022-11-23T02:13:15.2870613Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.529s) 2022-11-23T02:13:15.2870974Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.058s) 2022-11-23T02:13:15.2871333Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.955s) 2022-11-23T02:13:15.2871698Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.491s) 2022-11-23T02:13:15.2872056Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.457s) 2022-11-23T02:13:15.2872412Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.934s) 2022-11-23T02:13:15.2872768Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.897s) 2022-11-23T02:13:15.2873120Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.481s) 2022-11-23T02:13:15.2873470Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.502s) 2022-11-23T02:13:15.2874189Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2874540Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.2874874Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.472s) 2022-11-23T02:13:15.2875212Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.374s) 2022-11-23T02:13:15.2875550Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.464s) 2022-11-23T02:13:15.2875885Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2876204Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-11-23T02:13:15.2876527Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.219s) 2022-11-23T02:13:15.2876857Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.2877182Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.2877502Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.2877824Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.2878135Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T02:13:15.2878465Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.505s) 2022-11-23T02:13:15.2878802Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (1.790s) 2022-11-23T02:13:15.2879132Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (1.716s) 2022-11-23T02:13:15.2879462Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T02:13:15.2879783Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T02:13:15.2880164Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.2880477Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.2880803Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.2881143Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.2881487Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.2881845Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.199s) 2022-11-23T02:13:15.2882181Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (1.248s) 2022-11-23T02:13:15.2882507Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (1.193s) 2022-11-23T02:13:15.2882843Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.2883179Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.2883515Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.2883851Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.2884249Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.2884807Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.150s) 2022-11-23T02:13:15.2885215Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.2885615Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T02:13:15.2886023Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (1.201s) 2022-11-23T02:13:15.2886414Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (1.232s) 2022-11-23T02:13:15.2886806Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.2887514Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.2887870Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.2888262Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.2888653Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.2889052Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.2889447Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2889844Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.2890204Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.2890596Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.2890995Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2891379Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2891767Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.2892150Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2892531Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2892873Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.2893256Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.2893638Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.2894490Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84191 for platform(s) mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:13:15.2895251Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.2895662Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.2896089Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.2896466Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.2897243Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84122 for platform(s) mac, macos, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:13:15.2897975Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.2898382Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.2898789Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2899185Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.2899584Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.2899983Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.2900339Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2900754Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.591s) 2022-11-23T02:13:15.2901212Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.772s) 2022-11-23T02:13:15.2901621Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.900s) 2022-11-23T02:13:15.2902045Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.927s) 2022-11-23T02:13:15.2902466Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.557s) 2022-11-23T02:13:15.2902888Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (1.725s) 2022-11-23T02:13:15.2903254Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (1.653s) 2022-11-23T02:13:15.2903661Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.715s) 2022-11-23T02:13:15.2904065Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.747s) 2022-11-23T02:13:15.2943350Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.669s) 2022-11-23T02:13:15.2944068Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.790s) 2022-11-23T02:13:15.2944575Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.713s) 2022-11-23T02:13:15.2945085Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.2945603Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.603s) 2022-11-23T02:13:15.2946118Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.331s) 2022-11-23T02:13:15.2946616Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2947099Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2947578Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2948304Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2948833Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2949324Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2949812Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2950286Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2950764Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2951232Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2951689Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2952164Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2952640Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2953145Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2953676Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.2954321Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2954845Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2955369Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2955906Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2956426Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2956928Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2957477Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2958177Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2958734Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2959239Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2959732Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2960254Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T02:13:15.2960783Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.249s) 2022-11-23T02:13:15.2961323Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.661s) 2022-11-23T02:13:15.2961870Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.892s) 2022-11-23T02:13:15.2962411Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.2962948Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (1.028s) 2022-11-23T02:13:15.2963462Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (1.053s) 2022-11-23T02:13:15.2963995Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.227s) 2022-11-23T02:13:15.2964511Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.261s) 2022-11-23T02:13:15.2965032Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-11-23T02:13:15.2965555Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.229s) 2022-11-23T02:13:15.2966089Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T02:13:15.2966603Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2967268Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2967777Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2968283Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2968801Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2969329Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2969855Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2970374Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2970887Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2971394Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.2971896Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2972393Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.2972892Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.2973402Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.2973915Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.2974427Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T02:13:15.2974927Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.955s) 2022-11-23T02:13:15.2975429Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.987s) 2022-11-23T02:13:15.2975935Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.2976589Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.2977086Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.2977599Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.2978101Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.2978593Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.160s) 2022-11-23T02:13:15.2979111Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.903s) 2022-11-23T02:13:15.2979647Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.934s) 2022-11-23T02:13:15.2980161Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.583s) 2022-11-23T02:13:15.2980671Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.444s) 2022-11-23T02:13:15.2981179Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.2981698Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.2982171Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.2982663Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.148s) 2022-11-23T02:13:15.2983175Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T02:13:15.2983681Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2984185Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2984679Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.2985156Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.2985756Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.2986239Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.2986721Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2987199Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2987677Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2988157Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2988678Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2989213Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.2989745Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2990291Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.2990869Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.2991411Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.2991954Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.2992468Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.2992958Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2993456Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2994024Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2994509Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.2995013Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2995545Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.2996216Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2996769Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.2997328Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.2997879Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.2998412Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2998952Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.2999490Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3000002Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3000528Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3001104Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3001604Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.954s) 2022-11-23T02:13:15.3002111Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.324s) 2022-11-23T02:13:15.3002626Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.775s) 2022-11-23T02:13:15.3003132Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (3.686s) 2022-11-23T02:13:15.3003631Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (3.164s) 2022-11-23T02:13:15.3004118Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (1.491s) 2022-11-23T02:13:15.3004605Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (1.430s) 2022-11-23T02:13:15.3006045Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (1.442s) 2022-11-23T02:13:15.3006566Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (1.620s) 2022-11-23T02:13:15.3007060Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.588s) 2022-11-23T02:13:15.3007563Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3008087Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3008607Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3009114Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3009620Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3010109Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3010604Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3011100Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3011598Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3012161Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3012672Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3013226Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3013729Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3014255Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3014758Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3015249Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3015912Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3016410Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3016902Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3017406Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3017916Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3018417Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3018935Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3019445Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3019924Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3020418Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3020925Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3021426Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3021936Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.310s) 2022-11-23T02:13:15.3022460Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.551s) 2022-11-23T02:13:15.3022976Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.753s) 2022-11-23T02:13:15.3023499Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (3.052s) 2022-11-23T02:13:15.3024025Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (3.039s) 2022-11-23T02:13:15.3024534Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3025155Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3025669Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3026177Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3026664Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3027234Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3027752Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T02:13:15.3028269Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.311s) 2022-11-23T02:13:15.3028776Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T02:13:15.3029282Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-11-23T02:13:15.3029764Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3030252Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3030729Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3031212Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3031686Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3032210Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T02:13:15.3032797Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.831s) 2022-11-23T02:13:15.3033367Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.963s) 2022-11-23T02:13:15.3034025Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.608s) 2022-11-23T02:13:15.3034606Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.554s) 2022-11-23T02:13:15.3035744Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3036288Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3036812Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.3037323Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.116s) 2022-11-23T02:13:15.3037873Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3038404Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3038908Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3039412Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3039901Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3040395Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3040891Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3041386Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3041886Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3042388Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3042880Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3043445Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: diag in torch.bfloat16 not supported (0.002s) 2022-11-23T02:13:15.3044051Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: diag in torch.bool not supported (0.002s) 2022-11-23T02:13:15.3044809Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: diag in torch.complex128 not supported (0.002s) 2022-11-23T02:13:15.3045467Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: diag in torch.complex64 not supported (0.002s) 2022-11-23T02:13:15.3046105Z test_comprehensive_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: diag in torch.float16 not supported (0.002s) 2022-11-23T02:13:15.3046730Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: diag in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.3047349Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: diag in torch.float64 not supported (0.003s) 2022-11-23T02:13:15.3047954Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: diag in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.3048558Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: diag in torch.int32 not supported (0.006s) 2022-11-23T02:13:15.3049160Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: diag in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.3049770Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: diag in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.3050362Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: diag in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.3050928Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3051438Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3051957Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.076s) 2022-11-23T02:13:15.3052479Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T02:13:15.3052973Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.010s) 2022-11-23T02:13:15.3053614Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3054119Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.503s) 2022-11-23T02:13:15.3054633Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.538s) 2022-11-23T02:13:15.3055142Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3055652Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3056157Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3056636Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3056875Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3057112Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3057356Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3057609Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3057855Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3058096Z test_comprehensive_diagflat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3058325Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3058560Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3058794Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3059033Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3059272Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3059616Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3059859Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3060118Z test_comprehensive_diagonal_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3060366Z test_comprehensive_diagonal_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.3060618Z test_comprehensive_diagonal_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.255s) 2022-11-23T02:13:15.3060874Z test_comprehensive_diagonal_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.3061137Z test_comprehensive_diagonal_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.3061388Z test_comprehensive_diagonal_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3061636Z test_comprehensive_diagonal_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T02:13:15.3061891Z test_comprehensive_diagonal_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T02:13:15.3062130Z test_comprehensive_diagonal_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3062366Z test_comprehensive_diagonal_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3062605Z test_comprehensive_diagonal_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3062856Z test_comprehensive_diagonal_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.3063096Z test_comprehensive_diagonal_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3063335Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3063573Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3063831Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.188s) 2022-11-23T02:13:15.3064170Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T02:13:15.3064412Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3064658Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3064894Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3065136Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3065363Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3065596Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3065837Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3066077Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3066315Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3066581Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3066835Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.267s) 2022-11-23T02:13:15.3067101Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3067364Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (1.122s) 2022-11-23T02:13:15.3067621Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (1.055s) 2022-11-23T02:13:15.3067878Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.3068134Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.297s) 2022-11-23T02:13:15.3068488Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T02:13:15.3068741Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.252s) 2022-11-23T02:13:15.3068994Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.220s) 2022-11-23T02:13:15.3069232Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.041s) 2022-11-23T02:13:15.3069456Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (1.964s) 2022-11-23T02:13:15.3069707Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (12.265s) 2022-11-23T02:13:15.3069934Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (12.751s) 2022-11-23T02:13:15.3070168Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.998s) 2022-11-23T02:13:15.3070397Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (7.069s) 2022-11-23T02:13:15.3070632Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (6.817s) 2022-11-23T02:13:15.3070861Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (1.645s) 2022-11-23T02:13:15.3071097Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (1.642s) 2022-11-23T02:13:15.3071317Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (1.729s) 2022-11-23T02:13:15.3071542Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (1.583s) 2022-11-23T02:13:15.3071762Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.665s) 2022-11-23T02:13:15.3072010Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3072236Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3072472Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3072711Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3073045Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3073269Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3073492Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3073716Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3074038Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3074258Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.669s) 2022-11-23T02:13:15.3074497Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.623s) 2022-11-23T02:13:15.3074735Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (9.584s) 2022-11-23T02:13:15.3074966Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.821s) 2022-11-23T02:13:15.3075199Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (5.583s) 2022-11-23T02:13:15.3075421Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (5.659s) 2022-11-23T02:13:15.3075686Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3075946Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.3076202Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.267s) 2022-11-23T02:13:15.3076461Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T02:13:15.3076719Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3076964Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3077330Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3077594Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3077841Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3078100Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3078350Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3078615Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.431s) 2022-11-23T02:13:15.3078874Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.153s) 2022-11-23T02:13:15.3079121Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3079379Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (1.420s) 2022-11-23T02:13:15.3079640Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (1.393s) 2022-11-23T02:13:15.3079891Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3080129Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3080373Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3080614Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3080842Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3081081Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3081334Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3081600Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.3081966Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.220s) 2022-11-23T02:13:15.3082220Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3082473Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3082706Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3082950Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3083210Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3083446Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3083694Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.3083934Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3084166Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3084403Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3084639Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3084861Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3085081Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3085307Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3085528Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3085765Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3086089Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3086343Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3086584Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3086822Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.3087058Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3087293Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3087529Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3087756Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3087987Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3088201Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3088432Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3088661Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3088913Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3089150Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3089402Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.292s) 2022-11-23T02:13:15.3089643Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T02:13:15.3089879Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.350s) 2022-11-23T02:13:15.3090113Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3090350Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.3090674Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.3090903Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3091126Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3091352Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3091586Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.3091821Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3092060Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3092280Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3092507Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T02:13:15.3092756Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3092986Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.3093220Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3093448Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.3093678Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.3093906Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3094121Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3094350Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3094583Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3094918Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3095164Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3095416Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.019s) 2022-11-23T02:13:15.3095660Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.133s) 2022-11-23T02:13:15.3095899Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.630s) 2022-11-23T02:13:15.3096137Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.732s) 2022-11-23T02:13:15.3096368Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.160s) 2022-11-23T02:13:15.3096594Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T02:13:15.3096801Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.3097027Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.3097255Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T02:13:15.3097577Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.002s) 2022-11-23T02:13:15.3097891Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-11-23T02:13:15.3098222Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.003s) 2022-11-23T02:13:15.3098552Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-11-23T02:13:15.3098861Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.3099168Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.006s) 2022-11-23T02:13:15.3099575Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.3099883Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.3100181Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.3100473Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.3100750Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.3101045Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.3101344Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.010s) 2022-11-23T02:13:15.3101684Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.3102015Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.000s) 2022-11-23T02:13:15.3102363Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.3102699Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-11-23T02:13:15.3103029Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.3103354Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.010s) 2022-11-23T02:13:15.3103767Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.3104103Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.002s) 2022-11-23T02:13:15.3104426Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.002s) 2022-11-23T02:13:15.3104741Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-11-23T02:13:15.3105037Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.002s) 2022-11-23T02:13:15.3105348Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.002s) 2022-11-23T02:13:15.3105672Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-11-23T02:13:15.3105912Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.3106138Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.3106377Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.303s) 2022-11-23T02:13:15.3106610Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.324s) 2022-11-23T02:13:15.3106836Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.304s) 2022-11-23T02:13:15.3107065Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3107293Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.3107520Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.151s) 2022-11-23T02:13:15.3107738Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.3108055Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.3108272Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3108488Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3108707Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.3108944Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3109169Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3109412Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3109638Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3109879Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3110119Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3110362Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3110584Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3110810Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3111042Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3111273Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3111501Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3111727Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3111951Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3112175Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T02:13:15.3112471Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.304s) 2022-11-23T02:13:15.3112703Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3112931Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3113155Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3113430Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3113644Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3113953Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3114212Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3114468Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3114697Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3114927Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3115151Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3115377Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3115603Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3115833Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3116076Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3116309Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3116547Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.349s) 2022-11-23T02:13:15.3116780Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.309s) 2022-11-23T02:13:15.3117525Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3117747Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3117972Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3118190Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3118420Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3118650Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3118879Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3119096Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3119329Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3119610Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3119843Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3120061Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3120286Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3120508Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3120770Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3120995Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3121219Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3121446Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3121676Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.3122001Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3122226Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3122423Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3122645Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3122863Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3123073Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3123295Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3123540Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3123778Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3124033Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3124289Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3124536Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3124775Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3125009Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3125252Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3125493Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3125728Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3126008Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3126246Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3127000Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3127220Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3127473Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.237s) 2022-11-23T02:13:15.3127719Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-11-23T02:13:15.3127957Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3128190Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T02:13:15.3128431Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3128662Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3128898Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3129130Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3129361Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3129593Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3129825Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3130045Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3130269Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.173s) 2022-11-23T02:13:15.3130491Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T02:13:15.3130721Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3130941Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3131248Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3131469Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3131690Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3131913Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3132205Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.3132443Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3132702Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3132931Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3133155Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3133387Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.3133617Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3133835Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3134049Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3134262Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3134499Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.3134747Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T02:13:15.3134986Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.260s) 2022-11-23T02:13:15.3135225Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.356s) 2022-11-23T02:13:15.3135446Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.362s) 2022-11-23T02:13:15.3135771Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T02:13:15.3136006Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.234s) 2022-11-23T02:13:15.3136231Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-11-23T02:13:15.3136458Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.277s) 2022-11-23T02:13:15.3136680Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.263s) 2022-11-23T02:13:15.3136901Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T02:13:15.3137146Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.3137389Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.3137623Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3137865Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3138148Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.3138376Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.147s) 2022-11-23T02:13:15.3138594Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-11-23T02:13:15.3138859Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.3139084Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T02:13:15.3139305Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.3139557Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.244s) 2022-11-23T02:13:15.3139788Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T02:13:15.3140116Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.379s) 2022-11-23T02:13:15.3140358Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.328s) 2022-11-23T02:13:15.3140590Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.3140821Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.168s) 2022-11-23T02:13:15.3141052Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.3141278Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.260s) 2022-11-23T02:13:15.3141505Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.239s) 2022-11-23T02:13:15.3141755Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3141992Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3142259Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T02:13:15.3142517Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3142764Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.3143019Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3143266Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3143512Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3143742Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3143974Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3144257Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3144608Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3144887Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3145113Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.383s) 2022-11-23T02:13:15.3145350Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.013s) 2022-11-23T02:13:15.3145590Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.118s) 2022-11-23T02:13:15.3145834Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (1.149s) 2022-11-23T02:13:15.3146063Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (1.151s) 2022-11-23T02:13:15.3146298Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.407s) 2022-11-23T02:13:15.3146530Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.404s) 2022-11-23T02:13:15.3146771Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.474s) 2022-11-23T02:13:15.3147000Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.442s) 2022-11-23T02:13:15.3147222Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.398s) 2022-11-23T02:13:15.3147452Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.286s) 2022-11-23T02:13:15.3147697Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.781s) 2022-11-23T02:13:15.3147935Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.742s) 2022-11-23T02:13:15.3148169Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.855s) 2022-11-23T02:13:15.3148408Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.835s) 2022-11-23T02:13:15.3148629Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.325s) 2022-11-23T02:13:15.3148965Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.362s) 2022-11-23T02:13:15.3149197Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.321s) 2022-11-23T02:13:15.3149414Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.344s) 2022-11-23T02:13:15.3149643Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.372s) 2022-11-23T02:13:15.3155817Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.309s) 2022-11-23T02:13:15.3156262Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.951s) 2022-11-23T02:13:15.3156561Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.056s) 2022-11-23T02:13:15.3156823Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (1.125s) 2022-11-23T02:13:15.3157068Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (1.104s) 2022-11-23T02:13:15.3157350Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.484s) 2022-11-23T02:13:15.3157600Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.490s) 2022-11-23T02:13:15.3157841Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.460s) 2022-11-23T02:13:15.3158080Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.467s) 2022-11-23T02:13:15.3158322Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.443s) 2022-11-23T02:13:15.3158627Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.3158878Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.226s) 2022-11-23T02:13:15.3159120Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.3159352Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.349s) 2022-11-23T02:13:15.3159584Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.386s) 2022-11-23T02:13:15.3159949Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T02:13:15.3160167Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.3160406Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.3160634Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.3160866Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.199s) 2022-11-23T02:13:15.3161101Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3161348Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3161590Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.3161823Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.661s) 2022-11-23T02:13:15.3162064Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.600s) 2022-11-23T02:13:15.3162297Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T02:13:15.3162531Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.3162750Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-11-23T02:13:15.3163022Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T02:13:15.3163257Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T02:13:15.3163479Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T02:13:15.3163760Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T02:13:15.3163997Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.238s) 2022-11-23T02:13:15.3164235Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.376s) 2022-11-23T02:13:15.3164453Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-11-23T02:13:15.3164690Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.203s) 2022-11-23T02:13:15.3164912Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.219s) 2022-11-23T02:13:15.3166345Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3166614Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T02:13:15.3166850Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.218s) 2022-11-23T02:13:15.3167105Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3167356Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3167616Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T02:13:15.3167871Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3168124Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3168386Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3168644Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3168893Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.3169190Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3169435Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3169782Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3170057Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3170301Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3170529Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T02:13:15.3170783Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.396s) 2022-11-23T02:13:15.3171030Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.399s) 2022-11-23T02:13:15.3171274Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T02:13:15.3171507Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-11-23T02:13:15.3171739Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.3171980Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.169s) 2022-11-23T02:13:15.3172224Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.3172463Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.3172708Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.687s) 2022-11-23T02:13:15.3172959Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.657s) 2022-11-23T02:13:15.3173196Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.3173438Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3173678Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T02:13:15.3173910Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.148s) 2022-11-23T02:13:15.3174137Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T02:13:15.3174379Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.170s) 2022-11-23T02:13:15.3174623Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.634s) 2022-11-23T02:13:15.3174863Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.576s) 2022-11-23T02:13:15.3175109Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T02:13:15.3175811Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.3176066Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T02:13:15.3176310Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T02:13:15.3176593Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.278s) 2022-11-23T02:13:15.3176826Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.3177092Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.614s) 2022-11-23T02:13:15.3177349Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.604s) 2022-11-23T02:13:15.3177593Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.658s) 2022-11-23T02:13:15.3177839Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.704s) 2022-11-23T02:13:15.3178076Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.204s) 2022-11-23T02:13:15.3178308Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T02:13:15.3178538Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.186s) 2022-11-23T02:13:15.3178767Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.3179003Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T02:13:15.3179327Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.3179583Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.580s) 2022-11-23T02:13:15.3179836Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.582s) 2022-11-23T02:13:15.3180068Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.684s) 2022-11-23T02:13:15.3180310Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.774s) 2022-11-23T02:13:15.3180535Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.3180761Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T02:13:15.3180991Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-11-23T02:13:15.3181218Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T02:13:15.3181457Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.150s) 2022-11-23T02:13:15.3181691Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.196s) 2022-11-23T02:13:15.3181944Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.778s) 2022-11-23T02:13:15.3182233Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.716s) 2022-11-23T02:13:15.3182473Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.814s) 2022-11-23T02:13:15.3182695Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.870s) 2022-11-23T02:13:15.3182963Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.271s) 2022-11-23T02:13:15.3183180Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T02:13:15.3183389Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T02:13:15.3183612Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.257s) 2022-11-23T02:13:15.3183835Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.267s) 2022-11-23T02:13:15.3184066Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.174s) 2022-11-23T02:13:15.3184285Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.303s) 2022-11-23T02:13:15.3184909Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.278s) 2022-11-23T02:13:15.3185142Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T02:13:15.3185366Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.241s) 2022-11-23T02:13:15.3185598Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.280s) 2022-11-23T02:13:15.3185822Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.310s) 2022-11-23T02:13:15.3186050Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.304s) 2022-11-23T02:13:15.3186287Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T02:13:15.3186525Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.318s) 2022-11-23T02:13:15.3186756Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.316s) 2022-11-23T02:13:15.3186985Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T02:13:15.3187216Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T02:13:15.3187453Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T02:13:15.3187675Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T02:13:15.3187909Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.3188224Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T02:13:15.3188518Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-11-23T02:13:15.3188753Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.383s) 2022-11-23T02:13:15.3188967Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.198s) 2022-11-23T02:13:15.3189236Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.3189469Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T02:13:15.3189703Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3189944Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T02:13:15.3190179Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3190406Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3190635Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3190863Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3191094Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3191333Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3191559Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3191781Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3192000Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3192217Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3192446Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3192673Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3192884Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3193119Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3193355Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3194116Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.3194376Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3194616Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.3194894Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3195124Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.3195365Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.3195627Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3195848Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3196066Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3196292Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3196506Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3196729Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3196948Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3197180Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.431s) 2022-11-23T02:13:15.3197526Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.398s) 2022-11-23T02:13:15.3197734Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3197960Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.3198190Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.3198421Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3198647Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.3198872Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3199097Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3199321Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3199564Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3199800Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3200048Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.3200297Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3200536Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3200771Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3201003Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3201275Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3201513Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3201738Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3201993Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3202230Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3202473Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3202696Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3203055Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.3203304Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3203538Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3203769Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.3204003Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.3204250Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3204472Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3204698Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3204935Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3205161Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3205391Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3205619Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3205853Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3206064Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3206385Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3206615Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3206844Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3207072Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3207295Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3207560Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3207788Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3208015Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3208234Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3208523Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.252s) 2022-11-23T02:13:15.3208765Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.283s) 2022-11-23T02:13:15.3209019Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.634s) 2022-11-23T02:13:15.3209275Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.224s) 2022-11-23T02:13:15.3209520Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.255s) 2022-11-23T02:13:15.3209763Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (2.560s) 2022-11-23T02:13:15.3209997Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (2.308s) 2022-11-23T02:13:15.3210224Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.237s) 2022-11-23T02:13:15.3210451Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.3210671Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-11-23T02:13:15.3210910Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.312s) 2022-11-23T02:13:15.3211147Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.237s) 2022-11-23T02:13:15.3211383Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3211725Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3211954Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3212183Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3212404Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3212625Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3212850Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3213075Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3213317Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3213550Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3213781Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.3214066Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T02:13:15.3214297Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3214521Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3214746Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.3214988Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.3215320Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3215549Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.398s) 2022-11-23T02:13:15.3215779Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3216018Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.401s) 2022-11-23T02:13:15.3216255Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (1.514s) 2022-11-23T02:13:15.3216493Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (1.520s) 2022-11-23T02:13:15.3216720Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3216949Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3217175Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3217411Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3217640Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3217877Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.425s) 2022-11-23T02:13:15.3218114Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3218355Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.500s) 2022-11-23T02:13:15.3218592Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (1.751s) 2022-11-23T02:13:15.3218826Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (1.679s) 2022-11-23T02:13:15.3219037Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.3219255Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.3219477Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3219711Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3219935Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3220166Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3220449Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.3220807Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.061s) 2022-11-23T02:13:15.3221053Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.995s) 2022-11-23T02:13:15.3221327Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T02:13:15.3221561Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.147s) 2022-11-23T02:13:15.3221798Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3222038Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3222277Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3222522Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3222766Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3223003Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3223226Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.3223470Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3223717Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3223957Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3224291Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3224530Z test_comprehensive_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3224765Z test_comprehensive_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3225016Z test_comprehensive_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3225272Z test_comprehensive_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3225525Z test_comprehensive_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3225764Z test_comprehensive_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3226010Z test_comprehensive_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3226253Z test_comprehensive_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3226500Z test_comprehensive_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3226788Z test_comprehensive_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3227016Z test_comprehensive_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3227251Z test_comprehensive_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3227495Z test_comprehensive_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3227782Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3228021Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3228282Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3228532Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3228785Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3229040Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3229284Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3229529Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3229771Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3230122Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3230362Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3230606Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3230853Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3231099Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3231364Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3231621Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3231872Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3232114Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3232353Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3232588Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3232835Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3233076Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3233357Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3233704Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3234057Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3234307Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3234546Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.3234777Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.3235010Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3235252Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3235483Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3235722Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3235954Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.3236185Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3236411Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3236625Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3236849Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3237083Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3237319Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3237576Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3237831Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3238086Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3238335Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3238603Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.630s) 2022-11-23T02:13:15.3238862Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.472s) 2022-11-23T02:13:15.3239128Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.691s) 2022-11-23T02:13:15.3239388Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.594s) 2022-11-23T02:13:15.3239798Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (3.328s) 2022-11-23T02:13:15.3240060Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (3.082s) 2022-11-23T02:13:15.3240348Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.956s) 2022-11-23T02:13:15.3240604Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (1.026s) 2022-11-23T02:13:15.3240846Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (1.012s) 2022-11-23T02:13:15.3241096Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (1.070s) 2022-11-23T02:13:15.3241350Z test_comprehensive_grid_sampler_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.343s) 2022-11-23T02:13:15.3241614Z test_comprehensive_grid_sampler_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.242s) 2022-11-23T02:13:15.3241856Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3242086Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3242325Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3242558Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.3242791Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T02:13:15.3243017Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.3243336Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3243562Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3243787Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3244018Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.3244256Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3244494Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3244744Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3244995Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3245242Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3245465Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3245712Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3245992Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3246222Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3246461Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3246738Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3246971Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3247225Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3247472Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3247730Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3247981Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3248227Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.3248481Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.3248732Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3249088Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3249336Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3249584Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.3249834Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3250064Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3250311Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3250570Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3250823Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3251086Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.3251344Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3251599Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3251842Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3252109Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.240s) 2022-11-23T02:13:15.3252409Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3252758Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.199s) 2022-11-23T02:13:15.3253011Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3253257Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3253544Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.3253786Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3254032Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3254274Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3254524Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3254750Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3255004Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3255246Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3255507Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3255763Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3256013Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3256265Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3256512Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.3256759Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3256999Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3257240Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3257456Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3257681Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3257915Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3258154Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.3258496Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (1.404s) 2022-11-23T02:13:15.3258736Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (1.470s) 2022-11-23T02:13:15.3259016Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3259227Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3259453Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3259727Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3259952Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3260168Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3260389Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3260610Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3260827Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3261067Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3261304Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3261543Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.3261784Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T02:13:15.3262127Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3262370Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3262609Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.3262846Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.3263094Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3263318Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3263553Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3263803Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3264032Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3264281Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.3264526Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3264766Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T02:13:15.3265005Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3265295Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T02:13:15.3265536Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.3265780Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3266056Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3266290Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3266528Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3266760Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3267001Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3267234Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3267596Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3267847Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3268080Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3268331Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3268566Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3268809Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3269034Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3269265Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3269500Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3269741Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3269987Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3270227Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3270484Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3270731Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3271066Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3271311Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3271588Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3271830Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3272074Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3272344Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3272569Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3272800Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3273049Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3273287Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3273545Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3273798Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3274151Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3274475Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3274717Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3274954Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3275189Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3275415Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3275658Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3275898Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3276123Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3276371Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.651s) 2022-11-23T02:13:15.3276733Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.679s) 2022-11-23T02:13:15.3276986Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (3.849s) 2022-11-23T02:13:15.3277207Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (3.976s) 2022-11-23T02:13:15.3277453Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3277700Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3277981Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3278231Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3278461Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3278746Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3278989Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3279246Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.3279482Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3279707Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3280031Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3280246Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3280457Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3280687Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3280933Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3281162Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3281382Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3281622Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3281822Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3282040Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.3282266Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.3282492Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3282732Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3282959Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3283191Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3283413Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3283634Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3283844Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3284063Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3284337Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3284572Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3284804Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3285073Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3285412Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3285628Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3285827Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3286058Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3286271Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3286490Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3286707Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3286952Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.896s) 2022-11-23T02:13:15.3287174Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (2.221s) 2022-11-23T02:13:15.3287416Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.887s) 2022-11-23T02:13:15.3287650Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.976s) 2022-11-23T02:13:15.3287955Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.842s) 2022-11-23T02:13:15.3288184Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (2.054s) 2022-11-23T02:13:15.3288412Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (2.019s) 2022-11-23T02:13:15.3288736Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (2.571s) 2022-11-23T02:13:15.3288953Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (2.450s) 2022-11-23T02:13:15.3289162Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (2.584s) 2022-11-23T02:13:15.3289373Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (2.611s) 2022-11-23T02:13:15.3289598Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.671s) 2022-11-23T02:13:15.3289832Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3290034Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3290261Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3290549Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3290792Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3291028Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3291287Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3291507Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3291740Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3291970Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3292194Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3292417Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3292642Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3292876Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3293100Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3293320Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3293535Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3293747Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3294076Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3294270Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3294498Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3294716Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3294942Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3295173Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.3295406Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3295627Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3295854Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3296082Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3296303Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3296569Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3296790Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3297001Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3297346Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3297568Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3297787Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3298015Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3298231Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3298456Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3298678Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3298896Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3299110Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3299333Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3299555Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3299772Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3300003Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3300246Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3300486Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3300726Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3300959Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.3301194Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3301423Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3301664Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3301892Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3302125Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3302348Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3302760Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3302999Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3303270Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3303497Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3303727Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3303949Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3304185Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3304423Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3304669Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3304913Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3305152Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3305373Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3305608Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3305839Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3306192Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3306407Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3306636Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3306852Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3307074Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3307305Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3307526Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3307741Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3307961Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3308197Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.973s) 2022-11-23T02:13:15.3308477Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.882s) 2022-11-23T02:13:15.3308790Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3309127Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3309436Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3309721Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3310016Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:13:15.3310301Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3310605Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:13:15.3310872Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:13:15.3311143Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3312047Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3312375Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3312689Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3313022Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3313351Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3313668Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:13:15.3314095Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3314417Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3314774Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:13:15.3315095Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3315551Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3315848Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3316146Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3316439Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:13:15.3316737Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3317030Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3317314Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3317627Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3317910Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3318196Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3318474Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3318749Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3319024Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3319397Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3319710Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3319990Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3320267Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3320766Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3321068Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3321474Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3321797Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3322096Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3322390Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3322700Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3322962Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:13:15.3323234Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3323515Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3323801Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:13:15.3324196Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3324476Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3324762Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3325080Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3325381Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:13:15.3325688Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3325971Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3326268Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3326561Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3326887Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3327185Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3327524Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3327809Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:13:15.3328045Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3328270Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.154s) 2022-11-23T02:13:15.3328515Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.713s) 2022-11-23T02:13:15.3328747Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.738s) 2022-11-23T02:13:15.3328969Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3329308Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.925s) 2022-11-23T02:13:15.3329522Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.915s) 2022-11-23T02:13:15.3329743Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.158s) 2022-11-23T02:13:15.3329969Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T02:13:15.3330195Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.3330416Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.160s) 2022-11-23T02:13:15.3330632Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T02:13:15.3330856Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3331093Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3331321Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3331555Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3331781Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3332010Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3332235Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3332473Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3332851Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3333075Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.3333290Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3333526Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3333739Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3333968Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3334187Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T02:13:15.3334421Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.498s) 2022-11-23T02:13:15.3334646Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.370s) 2022-11-23T02:13:15.3334878Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.3335103Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (1.081s) 2022-11-23T02:13:15.3335336Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (1.185s) 2022-11-23T02:13:15.3335562Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T02:13:15.3335794Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T02:13:15.3336012Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-11-23T02:13:15.3336235Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.3336446Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T02:13:15.3336660Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3336866Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3337096Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3337305Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.133s) 2022-11-23T02:13:15.3337525Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T02:13:15.3337745Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3338070Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.3338294Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3338513Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3338781Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.3339019Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.3339249Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.758s) 2022-11-23T02:13:15.3339520Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.822s) 2022-11-23T02:13:15.3339737Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.755s) 2022-11-23T02:13:15.3339959Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.644s) 2022-11-23T02:13:15.3340201Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3340431Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3340654Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3340865Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3341091Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3341320Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3341702Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3341940Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3342164Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3342421Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.893s) 2022-11-23T02:13:15.3342682Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.069s) 2022-11-23T02:13:15.3342930Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.592s) 2022-11-23T02:13:15.3343183Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.535s) 2022-11-23T02:13:15.3343439Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.943s) 2022-11-23T02:13:15.3343714Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.027s) 2022-11-23T02:13:15.3343959Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.546s) 2022-11-23T02:13:15.3344219Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.527s) 2022-11-23T02:13:15.3344475Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.319s) 2022-11-23T02:13:15.3344820Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.344s) 2022-11-23T02:13:15.3345070Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.3345307Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-11-23T02:13:15.3345583Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3345832Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3346082Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3346360Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3346572Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3346867Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3347260Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3347526Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3347791Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3348055Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3348333Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.295s) 2022-11-23T02:13:15.3348600Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.293s) 2022-11-23T02:13:15.3348853Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T02:13:15.3349112Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T02:13:15.3349407Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.358s) 2022-11-23T02:13:15.3349702Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.389s) 2022-11-23T02:13:15.3349990Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (1.453s) 2022-11-23T02:13:15.3350278Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (1.369s) 2022-11-23T02:13:15.3350552Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.422s) 2022-11-23T02:13:15.3350967Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.463s) 2022-11-23T02:13:15.3351241Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (1.324s) 2022-11-23T02:13:15.3351544Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (1.302s) 2022-11-23T02:13:15.3351822Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.935s) 2022-11-23T02:13:15.3352053Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.062s) 2022-11-23T02:13:15.3352314Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.649s) 2022-11-23T02:13:15.3352584Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.713s) 2022-11-23T02:13:15.3352868Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.250s) 2022-11-23T02:13:15.3353144Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.284s) 2022-11-23T02:13:15.3353415Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.259s) 2022-11-23T02:13:15.3353682Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T02:13:15.3354048Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.216s) 2022-11-23T02:13:15.3354329Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.3354601Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.164s) 2022-11-23T02:13:15.3354877Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T02:13:15.3355198Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (10.297s) 2022-11-23T02:13:15.3355519Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.946s) 2022-11-23T02:13:15.3355831Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (6.085s) 2022-11-23T02:13:15.3356127Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (5.639s) 2022-11-23T02:13:15.3356404Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.414s) 2022-11-23T02:13:15.3356672Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.409s) 2022-11-23T02:13:15.3357100Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.270s) 2022-11-23T02:13:15.3357363Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-11-23T02:13:15.3357630Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.424s) 2022-11-23T02:13:15.3357906Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.442s) 2022-11-23T02:13:15.3358182Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.261s) 2022-11-23T02:13:15.3358452Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.3358751Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3359103Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3359455Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3359800Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3360170Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3360536Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3360846Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3361279Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3361557Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3361828Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3362104Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3362384Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3362661Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (26.026s) 2022-11-23T02:13:15.3362982Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (27.295s) 2022-11-23T02:13:15.3363264Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (14.065s) 2022-11-23T02:13:15.3363559Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (14.022s) 2022-11-23T02:13:15.3363851Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (25.814s) 2022-11-23T02:13:15.3364261Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (26.932s) 2022-11-23T02:13:15.3364588Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (15.210s) 2022-11-23T02:13:15.3364922Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (12.933s) 2022-11-23T02:13:15.3365215Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.456s) 2022-11-23T02:13:15.3365495Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.530s) 2022-11-23T02:13:15.3365757Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (4.420s) 2022-11-23T02:13:15.3366024Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (4.259s) 2022-11-23T02:13:15.3366310Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.517s) 2022-11-23T02:13:15.3366598Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.510s) 2022-11-23T02:13:15.3366885Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (4.253s) 2022-11-23T02:13:15.3367281Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (4.308s) 2022-11-23T02:13:15.3367585Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.274s) 2022-11-23T02:13:15.3367882Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.858s) 2022-11-23T02:13:15.3368148Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (4.294s) 2022-11-23T02:13:15.3368429Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (4.621s) 2022-11-23T02:13:15.3368721Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.852s) 2022-11-23T02:13:15.3368999Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.078s) 2022-11-23T02:13:15.3369326Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (6.525s) 2022-11-23T02:13:15.3369591Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (5.941s) 2022-11-23T02:13:15.3369840Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.355s) 2022-11-23T02:13:15.3370174Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.411s) 2022-11-23T02:13:15.3370469Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.496s) 2022-11-23T02:13:15.3370743Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.377s) 2022-11-23T02:13:15.3371131Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.928s) 2022-11-23T02:13:15.3371409Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.904s) 2022-11-23T02:13:15.3371707Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.962s) 2022-11-23T02:13:15.3371995Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.079s) 2022-11-23T02:13:15.3372283Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.694s) 2022-11-23T02:13:15.3372565Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.654s) 2022-11-23T02:13:15.3372853Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.744s) 2022-11-23T02:13:15.3373139Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.708s) 2022-11-23T02:13:15.3373415Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.650s) 2022-11-23T02:13:15.3373690Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.649s) 2022-11-23T02:13:15.3373996Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3374315Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3374624Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3374926Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3375207Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3375534Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.137s) 2022-11-23T02:13:15.3375830Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.3376096Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.3376383Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3376652Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3377026Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3377284Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3377556Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3377827Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3378095Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.490s) 2022-11-23T02:13:15.3378369Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.201s) 2022-11-23T02:13:15.3378637Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.257s) 2022-11-23T02:13:15.3378913Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.476s) 2022-11-23T02:13:15.3379176Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.908s) 2022-11-23T02:13:15.3379454Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.572s) 2022-11-23T02:13:15.3379771Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.379s) 2022-11-23T02:13:15.3380099Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.118s) 2022-11-23T02:13:15.3380418Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.159s) 2022-11-23T02:13:15.3380821Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.369s) 2022-11-23T02:13:15.3381130Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (1.068s) 2022-11-23T02:13:15.3381486Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (1.152s) 2022-11-23T02:13:15.3381764Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.029s) 2022-11-23T02:13:15.3382018Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.452s) 2022-11-23T02:13:15.3382288Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (1.911s) 2022-11-23T02:13:15.3382551Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (2.064s) 2022-11-23T02:13:15.3382848Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.524s) 2022-11-23T02:13:15.3383149Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.495s) 2022-11-23T02:13:15.3383437Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.879s) 2022-11-23T02:13:15.3383720Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.850s) 2022-11-23T02:13:15.3384132Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:13:15.3384525Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:13:15.3384912Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:13:15.3385297Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:13:15.3385576Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.370s) 2022-11-23T02:13:15.3385846Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.504s) 2022-11-23T02:13:15.3386117Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (1.558s) 2022-11-23T02:13:15.3386491Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (1.575s) 2022-11-23T02:13:15.3386783Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.244s) 2022-11-23T02:13:15.3401574Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.265s) 2022-11-23T02:13:15.3401990Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3402255Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.3402516Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.403s) 2022-11-23T02:13:15.3402767Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.424s) 2022-11-23T02:13:15.3403008Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.288s) 2022-11-23T02:13:15.3403241Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-11-23T02:13:15.3403499Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.426s) 2022-11-23T02:13:15.3403757Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.362s) 2022-11-23T02:13:15.3404002Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.266s) 2022-11-23T02:13:15.3404252Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.271s) 2022-11-23T02:13:15.3404533Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.010s) 2022-11-23T02:13:15.3404976Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.287s) 2022-11-23T02:13:15.3405242Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (3.770s) 2022-11-23T02:13:15.3405551Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (3.672s) 2022-11-23T02:13:15.3405805Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (23.841s) 2022-11-23T02:13:15.3406077Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (24.132s) 2022-11-23T02:13:15.3406320Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (14.807s) 2022-11-23T02:13:15.3406544Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (13.394s) 2022-11-23T02:13:15.3406795Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.618s) 2022-11-23T02:13:15.3407048Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.644s) 2022-11-23T02:13:15.3407277Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.422s) 2022-11-23T02:13:15.3407514Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.431s) 2022-11-23T02:13:15.3407772Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.370s) 2022-11-23T02:13:15.3408028Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.368s) 2022-11-23T02:13:15.3408270Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-11-23T02:13:15.3408518Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-11-23T02:13:15.3408786Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.602s) 2022-11-23T02:13:15.3409055Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.493s) 2022-11-23T02:13:15.3409313Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.345s) 2022-11-23T02:13:15.3409564Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.293s) 2022-11-23T02:13:15.3409819Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.850s) 2022-11-23T02:13:15.3410193Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.999s) 2022-11-23T02:13:15.3410450Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (1.657s) 2022-11-23T02:13:15.3410699Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (1.439s) 2022-11-23T02:13:15.3410942Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3411174Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.3411443Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3411693Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3411930Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3412206Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.168s) 2022-11-23T02:13:15.3412466Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.050s) 2022-11-23T02:13:15.3412715Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.126s) 2022-11-23T02:13:15.3412957Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.624s) 2022-11-23T02:13:15.3413191Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.580s) 2022-11-23T02:13:15.3413446Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.435s) 2022-11-23T02:13:15.3413815Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.535s) 2022-11-23T02:13:15.3414058Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.929s) 2022-11-23T02:13:15.3414297Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (1.546s) 2022-11-23T02:13:15.3414548Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (4.945s) 2022-11-23T02:13:15.3414792Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (4.273s) 2022-11-23T02:13:15.3415023Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3415254Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3415498Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3415745Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3415976Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3416203Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3416437Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3416665Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3416872Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3417092Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3417328Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3417597Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3417833Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3418087Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3418311Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3418525Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3418860Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3419078Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3419292Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3419521Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3419745Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3419968Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3420199Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3420410Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3420626Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.3420845Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.170s) 2022-11-23T02:13:15.3421055Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3421284Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3421510Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3421754Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3421978Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3422300Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3422508Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3422733Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.3422960Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3423198Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3423469Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3423681Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3423893Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3424139Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3424353Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3424572Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3424797Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3424996Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3425218Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3425450Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3425678Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3425912Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3426149Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3426364Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3426573Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3426784Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3426993Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3427232Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3427592Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.3427828Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.3428084Z test_comprehensive_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3428331Z test_comprehensive_log_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3428596Z test_comprehensive_log_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T02:13:15.3428854Z test_comprehensive_log_softmax_with_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3429103Z test_comprehensive_log_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.206s) 2022-11-23T02:13:15.3429402Z test_comprehensive_log_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3429652Z test_comprehensive_log_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.3429963Z test_comprehensive_log_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3430211Z test_comprehensive_log_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3430473Z test_comprehensive_log_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3430720Z test_comprehensive_log_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3431617Z test_comprehensive_log_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3431868Z test_comprehensive_log_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3432113Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3432355Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3432590Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3432829Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3433066Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3433309Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.3433554Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.3433791Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (1.332s) 2022-11-23T02:13:15.3434124Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (1.371s) 2022-11-23T02:13:15.3434360Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.415s) 2022-11-23T02:13:15.3434599Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.430s) 2022-11-23T02:13:15.3434822Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T02:13:15.3435042Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-11-23T02:13:15.3435325Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.3435558Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3435806Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.3436088Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-11-23T02:13:15.3436320Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3436548Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3436906Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.3437143Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3437367Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3437593Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3437823Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3438057Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3438291Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3438514Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3438754Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3438990Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3439217Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3439427Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3439652Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3439875Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3440189Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3440401Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3440628Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3440860Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3441096Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3441359Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3441594Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.242s) 2022-11-23T02:13:15.3441829Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-11-23T02:13:15.3442104Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.3442337Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.3442562Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3442787Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3443007Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3443218Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3443440Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3443666Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3443886Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3444116Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3444362Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T02:13:15.3444590Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-11-23T02:13:15.3444811Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3445029Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T02:13:15.3445370Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3445611Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3445840Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3446057Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3446286Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3446520Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.3446748Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3446972Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3447195Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3447464Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3447689Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3447939Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3448138Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3448355Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3448673Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3448909Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.240s) 2022-11-23T02:13:15.3449147Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.333s) 2022-11-23T02:13:15.3449394Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.376s) 2022-11-23T02:13:15.3449628Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.336s) 2022-11-23T02:13:15.3449862Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.298s) 2022-11-23T02:13:15.3450093Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.251s) 2022-11-23T02:13:15.3450318Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.282s) 2022-11-23T02:13:15.3450541Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.215s) 2022-11-23T02:13:15.3450767Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3450993Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3451228Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3451459Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3451697Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.393s) 2022-11-23T02:13:15.3451930Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.356s) 2022-11-23T02:13:15.3452156Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3452370Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3452598Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3452823Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3453048Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3453316Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3453543Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3453775Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3454136Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3454365Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3454581Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3454796Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3455020Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3455252Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3455479Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3455707Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3455933Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3456165Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3456372Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.3456591Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3456816Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.3457040Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3457362Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3457594Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3457811Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3458029Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3458241Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3458469Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.3458705Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (14.749s) 2022-11-23T02:13:15.3458933Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (14.652s) 2022-11-23T02:13:15.3459161Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (8.559s) 2022-11-23T02:13:15.3459381Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (8.566s) 2022-11-23T02:13:15.3459626Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.861s) 2022-11-23T02:13:15.3459859Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.121s) 2022-11-23T02:13:15.3460099Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (1.389s) 2022-11-23T02:13:15.3460318Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (1.335s) 2022-11-23T02:13:15.3460570Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.705s) 2022-11-23T02:13:15.3460822Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.899s) 2022-11-23T02:13:15.3461066Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.964s) 2022-11-23T02:13:15.3461305Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (1.007s) 2022-11-23T02:13:15.3461534Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3461758Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.3461997Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.759s) 2022-11-23T02:13:15.3462225Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T02:13:15.3462453Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.776s) 2022-11-23T02:13:15.3462785Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3463024Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-11-23T02:13:15.3463247Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-11-23T02:13:15.3463470Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.3463693Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.3463909Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3464128Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.3464398Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.3464607Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3464826Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3465093Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.491s) 2022-11-23T02:13:15.3465314Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.225s) 2022-11-23T02:13:15.3465540Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.490s) 2022-11-23T02:13:15.3465758Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3465977Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T02:13:15.3466300Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.276s) 2022-11-23T02:13:15.3466519Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3466735Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.3466959Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.3467184Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.3467407Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.3467655Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.878s) 2022-11-23T02:13:15.3467900Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.951s) 2022-11-23T02:13:15.3468143Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (2.382s) 2022-11-23T02:13:15.3468379Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (2.225s) 2022-11-23T02:13:15.3468607Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.514s) 2022-11-23T02:13:15.3468854Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.539s) 2022-11-23T02:13:15.3469089Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.456s) 2022-11-23T02:13:15.3469333Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.546s) 2022-11-23T02:13:15.3469568Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.451s) 2022-11-23T02:13:15.3469815Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.776s) 2022-11-23T02:13:15.3470055Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.880s) 2022-11-23T02:13:15.3470307Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (2.449s) 2022-11-23T02:13:15.3470549Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (2.369s) 2022-11-23T02:13:15.3470788Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.516s) 2022-11-23T02:13:15.3471026Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.470s) 2022-11-23T02:13:15.3471256Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.454s) 2022-11-23T02:13:15.3472027Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.562s) 2022-11-23T02:13:15.3472295Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.410s) 2022-11-23T02:13:15.3472547Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3472797Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.3473054Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.458s) 2022-11-23T02:13:15.3473315Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.378s) 2022-11-23T02:13:15.3473566Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.219s) 2022-11-23T02:13:15.3473805Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.3474155Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.3474418Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.215s) 2022-11-23T02:13:15.3474657Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.239s) 2022-11-23T02:13:15.3474892Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.3475131Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.3475372Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.366s) 2022-11-23T02:13:15.3475731Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.384s) 2022-11-23T02:13:15.3475968Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.320s) 2022-11-23T02:13:15.3476205Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T02:13:15.3476446Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T02:13:15.3476693Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T02:13:15.3476930Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T02:13:15.3477177Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.376s) 2022-11-23T02:13:15.3477442Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (11.870s) 2022-11-23T02:13:15.3477695Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (11.735s) 2022-11-23T02:13:15.3477951Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (7.389s) 2022-11-23T02:13:15.3478192Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (6.650s) 2022-11-23T02:13:15.3478449Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3478675Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-11-23T02:13:15.3478916Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-11-23T02:13:15.3479159Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.219s) 2022-11-23T02:13:15.3479412Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T02:13:15.3479651Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3479892Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.749s) 2022-11-23T02:13:15.3480127Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.003s) 2022-11-23T02:13:15.3480420Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (1.204s) 2022-11-23T02:13:15.3480670Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (1.114s) 2022-11-23T02:13:15.3481019Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T02:13:15.3481251Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.408s) 2022-11-23T02:13:15.3481535Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.449s) 2022-11-23T02:13:15.3481782Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.359s) 2022-11-23T02:13:15.3482020Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.415s) 2022-11-23T02:13:15.3482279Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3482529Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3482782Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.199s) 2022-11-23T02:13:15.3483039Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3483295Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T02:13:15.3483530Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3483775Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.3484022Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.3484258Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3484600Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3484826Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3485071Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3485298Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3485571Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3485821Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.921s) 2022-11-23T02:13:15.3486087Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (1.079s) 2022-11-23T02:13:15.3486339Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T02:13:15.3486595Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (2.397s) 2022-11-23T02:13:15.3486841Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (2.300s) 2022-11-23T02:13:15.3487114Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:13:15.3487391Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:13:15.3487671Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:13:15.3487960Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:13:15.3488230Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:13:15.3488498Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:13:15.3488767Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:13:15.3489041Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:13:15.3489302Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.803s) 2022-11-23T02:13:15.3489532Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (1.124s) 2022-11-23T02:13:15.3489879Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.126s) 2022-11-23T02:13:15.3490127Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.105s) 2022-11-23T02:13:15.3490376Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.792s) 2022-11-23T02:13:15.3490601Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (2.472s) 2022-11-23T02:13:15.3490830Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (2.251s) 2022-11-23T02:13:15.3491057Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (1.007s) 2022-11-23T02:13:15.3491277Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.999s) 2022-11-23T02:13:15.3491486Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.955s) 2022-11-23T02:13:15.3491701Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (1.102s) 2022-11-23T02:13:15.3491915Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.145s) 2022-11-23T02:13:15.3492163Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3492410Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.548s) 2022-11-23T02:13:15.3492655Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.519s) 2022-11-23T02:13:15.3492878Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (4.146s) 2022-11-23T02:13:15.3493236Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (4.296s) 2022-11-23T02:13:15.3493457Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (12.239s) 2022-11-23T02:13:15.3493681Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (11.496s) 2022-11-23T02:13:15.3493937Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.791s) 2022-11-23T02:13:15.3494193Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.940s) 2022-11-23T02:13:15.3494458Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.996s) 2022-11-23T02:13:15.3494725Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.799s) 2022-11-23T02:13:15.3494994Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (4.271s) 2022-11-23T02:13:15.3495257Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (4.000s) 2022-11-23T02:13:15.3495507Z test_comprehensive_masked_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.196s) 2022-11-23T02:13:15.3495755Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.608s) 2022-11-23T02:13:15.3496015Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (8.033s) 2022-11-23T02:13:15.3496283Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (8.176s) 2022-11-23T02:13:15.3496531Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (5.036s) 2022-11-23T02:13:15.3496789Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (4.856s) 2022-11-23T02:13:15.3497040Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.582s) 2022-11-23T02:13:15.3497280Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.606s) 2022-11-23T02:13:15.3497522Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.469s) 2022-11-23T02:13:15.3497759Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.580s) 2022-11-23T02:13:15.3497988Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.609s) 2022-11-23T02:13:15.3498253Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3498615Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3498895Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3499159Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.3499412Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3499663Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3499923Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3500173Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3500421Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3500677Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3500930Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3501172Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3501434Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3501690Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3501971Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.3502347Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.3502604Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3502862Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3503108Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.3503344Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3503588Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3503821Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3504061Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3504309Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3504561Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3504821Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.916s) 2022-11-23T02:13:15.3505080Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.856s) 2022-11-23T02:13:15.3505337Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3505592Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (1.164s) 2022-11-23T02:13:15.3505836Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (1.094s) 2022-11-23T02:13:15.3506079Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.740s) 2022-11-23T02:13:15.3506336Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (10.622s) 2022-11-23T02:13:15.3506603Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (10.945s) 2022-11-23T02:13:15.3506854Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (6.404s) 2022-11-23T02:13:15.3507099Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (6.509s) 2022-11-23T02:13:15.3507349Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (5.547s) 2022-11-23T02:13:15.3507698Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (5.638s) 2022-11-23T02:13:15.3507935Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (5.715s) 2022-11-23T02:13:15.3508180Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (5.648s) 2022-11-23T02:13:15.3508424Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (5.564s) 2022-11-23T02:13:15.3508675Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.325s) 2022-11-23T02:13:15.3508926Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.411s) 2022-11-23T02:13:15.3509182Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.887s) 2022-11-23T02:13:15.3509440Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.038s) 2022-11-23T02:13:15.3509695Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.326s) 2022-11-23T02:13:15.3509950Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (1.261s) 2022-11-23T02:13:15.3510191Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (1.260s) 2022-11-23T02:13:15.3510414Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.412s) 2022-11-23T02:13:15.3510634Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.430s) 2022-11-23T02:13:15.3510850Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.404s) 2022-11-23T02:13:15.3511190Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.427s) 2022-11-23T02:13:15.3511416Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.411s) 2022-11-23T02:13:15.3511651Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.501s) 2022-11-23T02:13:15.3511938Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (10.787s) 2022-11-23T02:13:15.3512180Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (11.361s) 2022-11-23T02:13:15.3512412Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (1.830s) 2022-11-23T02:13:15.3512659Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (6.114s) 2022-11-23T02:13:15.3512883Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (6.349s) 2022-11-23T02:13:15.3513110Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (5.482s) 2022-11-23T02:13:15.3513336Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (5.567s) 2022-11-23T02:13:15.3513557Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (5.749s) 2022-11-23T02:13:15.3513779Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (5.243s) 2022-11-23T02:13:15.3514082Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (5.743s) 2022-11-23T02:13:15.3514328Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3514560Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.673s) 2022-11-23T02:13:15.3514790Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.580s) 2022-11-23T02:13:15.3515024Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (1.796s) 2022-11-23T02:13:15.3515254Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (1.837s) 2022-11-23T02:13:15.3515492Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.751s) 2022-11-23T02:13:15.3515723Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.808s) 2022-11-23T02:13:15.3515939Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.822s) 2022-11-23T02:13:15.3516156Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.799s) 2022-11-23T02:13:15.3516495Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.782s) 2022-11-23T02:13:15.3516741Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3516980Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.462s) 2022-11-23T02:13:15.3517227Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.468s) 2022-11-23T02:13:15.3517465Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T02:13:15.3517701Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.3517933Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.297s) 2022-11-23T02:13:15.3518165Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3518405Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.313s) 2022-11-23T02:13:15.3518646Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (1.709s) 2022-11-23T02:13:15.3518884Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (1.648s) 2022-11-23T02:13:15.3519116Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3519366Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3519592Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3519924Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3520163Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3520446Z test_comprehensive_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.880s) 2022-11-23T02:13:15.3520732Z test_comprehensive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestDecompCPU) ... ok (1.997s) 2022-11-23T02:13:15.3521014Z test_comprehensive_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestDecompCPU) ... ok (1.869s) 2022-11-23T02:13:15.3521291Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.3521544Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3521778Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3522034Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.3522279Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3522526Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3522771Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3523031Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3523283Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3523530Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3523794Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3524054Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3524321Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3524587Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3524848Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3525209Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3525463Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3525704Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3525992Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3526331Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3526643Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.302s) 2022-11-23T02:13:15.3526949Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3527248Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.283s) 2022-11-23T02:13:15.3527553Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (1.622s) 2022-11-23T02:13:15.3527866Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (1.588s) 2022-11-23T02:13:15.3528162Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3528466Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3528766Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3529060Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3529462Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3529758Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3530061Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.290s) 2022-11-23T02:13:15.3530372Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.334s) 2022-11-23T02:13:15.3530676Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3530971Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.3531265Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.3531573Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3531875Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3532183Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.3532483Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3532764Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3533058Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3533361Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3533655Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3534108Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.002s) 2022-11-23T02:13:15.3534561Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-11-23T02:13:15.3535044Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.3535515Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.002s) 2022-11-23T02:13:15.3535966Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-11-23T02:13:15.3536533Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.002s) 2022-11-23T02:13:15.3537003Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.002s) 2022-11-23T02:13:15.3537444Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.002s) 2022-11-23T02:13:15.3537893Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.002s) 2022-11-23T02:13:15.3538325Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-11-23T02:13:15.3538750Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.002s) 2022-11-23T02:13:15.3539190Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.002s) 2022-11-23T02:13:15.3539659Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.002s) 2022-11-23T02:13:15.3540112Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.002s) 2022-11-23T02:13:15.3540690Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.3541164Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-11-23T02:13:15.3541620Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.002s) 2022-11-23T02:13:15.3542075Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.002s) 2022-11-23T02:13:15.3542533Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.002s) 2022-11-23T02:13:15.3542973Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.002s) 2022-11-23T02:13:15.3543418Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-11-23T02:13:15.3543854Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-11-23T02:13:15.3544298Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.002s) 2022-11-23T02:13:15.3544748Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-11-23T02:13:15.3545063Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.329s) 2022-11-23T02:13:15.3545379Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3545683Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.297s) 2022-11-23T02:13:15.3545987Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (1.687s) 2022-11-23T02:13:15.3546303Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (1.703s) 2022-11-23T02:13:15.3546604Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3546906Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3547308Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3547625Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3547937Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3548288Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3548622Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3548968Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3549310Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3549651Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.3549985Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3550322Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3550652Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3550987Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3551315Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3551758Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3552092Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3552420Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3552767Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3553110Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3553456Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3553795Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3554246Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3554588Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3554927Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3555239Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.284s) 2022-11-23T02:13:15.3555539Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3555855Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.286s) 2022-11-23T02:13:15.3556167Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (1.680s) 2022-11-23T02:13:15.3556480Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (1.673s) 2022-11-23T02:13:15.3556780Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3557070Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3557365Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3557652Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3557952Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3558230Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3558527Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3558944Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3559243Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3559532Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3559819Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3560105Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3560394Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3560684Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3560968Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3561269Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3561558Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3561838Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3562071Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3562292Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3562593Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3562889Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3563288Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3563563Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3563845Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3564157Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3564459Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3564777Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3565086Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3565391Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3565679Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3565988Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3566291Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3566595Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3566891Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3567194Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3567493Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3567794Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3568139Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3568444Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3568786Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3569184Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3569524Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3569815Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3570228Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3570520Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3570867Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3571159Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3571454Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3571742Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3572048Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.200s) 2022-11-23T02:13:15.3572348Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.3572639Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.163s) 2022-11-23T02:13:15.3572936Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.3573232Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (1.041s) 2022-11-23T02:13:15.3573512Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.977s) 2022-11-23T02:13:15.3573801Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3574098Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3574377Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3574743Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3575031Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3575361Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3575676Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3575996Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3576296Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3576589Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3576891Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3577183Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3577475Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3577768Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3578056Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3578336Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3578621Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3578911Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3579267Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3579616Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.302s) 2022-11-23T02:13:15.3579950Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.284s) 2022-11-23T02:13:15.3580293Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3580621Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3580955Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3581295Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3581731Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3582088Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3582431Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.359s) 2022-11-23T02:13:15.3582776Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.278s) 2022-11-23T02:13:15.3583111Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3583450Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3583779Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3584113Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3584451Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3584800Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3585142Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.271s) 2022-11-23T02:13:15.3585480Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-11-23T02:13:15.3585820Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3586790Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3587128Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3587432Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3587769Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3588089Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3588393Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3588702Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3589011Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3589319Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3589629Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3589937Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3590242Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3590551Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3590864Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3591174Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.339s) 2022-11-23T02:13:15.3591481Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.357s) 2022-11-23T02:13:15.3591789Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.756s) 2022-11-23T02:13:15.3592097Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.682s) 2022-11-23T02:13:15.3592407Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3592719Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.3593013Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3593439Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3593753Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3594159Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3594472Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3594782Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3595106Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (4.336s) 2022-11-23T02:13:15.3595433Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (4.248s) 2022-11-23T02:13:15.3595734Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T02:13:15.3596030Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3596331Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.162s) 2022-11-23T02:13:15.3596619Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.379s) 2022-11-23T02:13:15.3596906Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.357s) 2022-11-23T02:13:15.3597193Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3597486Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3597787Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3598198Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3598496Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3598797Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3599111Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3599443Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3599762Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3600084Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.3600402Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3600723Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3601044Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3601350Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.3601658Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3601965Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3602276Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3602588Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3602895Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3603200Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3603514Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.282s) 2022-11-23T02:13:15.3603823Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T02:13:15.3604135Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-11-23T02:13:15.3604446Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3604744Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.194s) 2022-11-23T02:13:15.3605173Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T02:13:15.3605488Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3605796Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3606103Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3606405Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3606718Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3607059Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3607400Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.737s) 2022-11-23T02:13:15.3607735Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.727s) 2022-11-23T02:13:15.3608107Z test_comprehensive_native_dropout_backward_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3608462Z test_comprehensive_native_dropout_backward_cpu_bool (__main__.TestDecompCPU) ... ok (0.220s) 2022-11-23T02:13:15.3608814Z test_comprehensive_native_dropout_backward_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3609157Z test_comprehensive_native_dropout_backward_cpu_float32 (__main__.TestDecompCPU) ... ok (0.804s) 2022-11-23T02:13:15.3609623Z test_comprehensive_native_dropout_backward_cpu_float64 (__main__.TestDecompCPU) ... ok (0.823s) 2022-11-23T02:13:15.3609965Z test_comprehensive_native_dropout_backward_cpu_int16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.3610280Z test_comprehensive_native_dropout_backward_cpu_int32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3610625Z test_comprehensive_native_dropout_backward_cpu_int64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.3610963Z test_comprehensive_native_dropout_backward_cpu_int8 (__main__.TestDecompCPU) ... ok (0.216s) 2022-11-23T02:13:15.3611282Z test_comprehensive_native_dropout_backward_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.211s) 2022-11-23T02:13:15.3611608Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3611930Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.565s) 2022-11-23T02:13:15.3612258Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.533s) 2022-11-23T02:13:15.3612556Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3612843Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3613147Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.3613444Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.3613745Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.3614005Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.3614247Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.3614488Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.3614736Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3614981Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3615232Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3615481Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3615739Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3616113Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.3616376Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3616638Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.3616892Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3617148Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.3617397Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3617655Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3617911Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3618168Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3618424Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3618676Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3619049Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-11-23T02:13:15.3619404Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-11-23T02:13:15.3619773Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.3620258Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-11-23T02:13:15.3620622Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.002s) 2022-11-23T02:13:15.3620988Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.3621358Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.002s) 2022-11-23T02:13:15.3621716Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.3622070Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.003s) 2022-11-23T02:13:15.3622421Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.3622755Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.3623096Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.3623432Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.3623831Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.006s) 2022-11-23T02:13:15.3624215Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3624625Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3625052Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3625467Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3625954Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3626356Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3626740Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3627121Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3627458Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3627842Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3628229Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3628607Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3628882Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3629140Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3629412Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3629796Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3630076Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3630350Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3630640Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3630911Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3631180Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3631429Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3631695Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3631938Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3632205Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3632477Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3632742Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3633020Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3633307Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3633573Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3633841Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3634211Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3634474Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3634740Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3634983Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3635235Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3635488Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3636288Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3636578Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3636849Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3637128Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3637402Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3637687Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3637974Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3638251Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3638528Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3638803Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3639068Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3639327Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3639587Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3639854Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3640237Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3640510Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.3640784Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.3641168Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.001s) 2022-11-23T02:13:15.3641558Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.001s) 2022-11-23T02:13:15.3641927Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.001s) 2022-11-23T02:13:15.3642261Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3642594Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.310s) 2022-11-23T02:13:15.3642917Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-11-23T02:13:15.3643251Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3643583Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.296s) 2022-11-23T02:13:15.3643875Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.261s) 2022-11-23T02:13:15.3644196Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3644510Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.261s) 2022-11-23T02:13:15.3644802Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-11-23T02:13:15.3645102Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3645397Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T02:13:15.3645715Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T02:13:15.3646152Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3646488Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3646802Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3647112Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3647441Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3647765Z test_comprehensive_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3648080Z test_comprehensive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T02:13:15.3648386Z test_comprehensive_nn_functional_alpha_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.3648696Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3649004Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.3649302Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3649592Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.3650001Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3650305Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3650606Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3650899Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3651197Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3651489Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3651783Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3652084Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3652391Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.722s) 2022-11-23T02:13:15.3652689Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.669s) 2022-11-23T02:13:15.3652997Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T02:13:15.3653299Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.529s) 2022-11-23T02:13:15.3653607Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.505s) 2022-11-23T02:13:15.3653905Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.3654204Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-11-23T02:13:15.3654497Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.3654793Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.3655068Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.133s) 2022-11-23T02:13:15.3655374Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.512s) 2022-11-23T02:13:15.3655789Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.555s) 2022-11-23T02:13:15.3656118Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.291s) 2022-11-23T02:13:15.3656454Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (1.647s) 2022-11-23T02:13:15.3656788Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (1.530s) 2022-11-23T02:13:15.3657069Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3657362Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3657640Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3657941Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3658247Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.683s) 2022-11-23T02:13:15.3658549Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.779s) 2022-11-23T02:13:15.3658849Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3659143Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3659429Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3659827Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.3660128Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (12.877s) 2022-11-23T02:13:15.3660437Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (13.350s) 2022-11-23T02:13:15.3660735Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.639s) 2022-11-23T02:13:15.3661034Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.679s) 2022-11-23T02:13:15.3661316Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T02:13:15.3661642Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.174s) 2022-11-23T02:13:15.3661967Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.213s) 2022-11-23T02:13:15.3662283Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.3662597Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3662903Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3663231Z test_comprehensive_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.609s) 2022-11-23T02:13:15.3663555Z test_comprehensive_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.774s) 2022-11-23T02:13:15.3663875Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.246s) 2022-11-23T02:13:15.3664181Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.298s) 2022-11-23T02:13:15.3664496Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.3664811Z test_comprehensive_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (23.341s) 2022-11-23T02:13:15.3665121Z test_comprehensive_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (22.832s) 2022-11-23T02:13:15.3665556Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.971s) 2022-11-23T02:13:15.3665885Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.002s) 2022-11-23T02:13:15.3666213Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.394s) 2022-11-23T02:13:15.3666511Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T02:13:15.3666806Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.249s) 2022-11-23T02:13:15.3667129Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (1.052s) 2022-11-23T02:13:15.3667463Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.981s) 2022-11-23T02:13:15.3667793Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.252s) 2022-11-23T02:13:15.3668112Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-11-23T02:13:15.3668435Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-11-23T02:13:15.3668768Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.255s) 2022-11-23T02:13:15.3669092Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.259s) 2022-11-23T02:13:15.3669574Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.299s) 2022-11-23T02:13:15.3669897Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (2.254s) 2022-11-23T02:13:15.3670247Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (2.131s) 2022-11-23T02:13:15.3670579Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T02:13:15.3670892Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.687s) 2022-11-23T02:13:15.3671195Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.590s) 2022-11-23T02:13:15.3671506Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3671789Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3672107Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3672421Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.607s) 2022-11-23T02:13:15.3672734Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.515s) 2022-11-23T02:13:15.3673053Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3673350Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (3.959s) 2022-11-23T02:13:15.3673648Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (3.939s) 2022-11-23T02:13:15.3674042Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3674363Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T02:13:15.3674665Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.3674955Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3675248Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3675684Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3676010Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T02:13:15.3676323Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-11-23T02:13:15.3676661Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.3676973Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3677288Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3677590Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3677896Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3678267Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3678620Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (1.778s) 2022-11-23T02:13:15.3678966Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (1.659s) 2022-11-23T02:13:15.3679332Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3679794Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3680164Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3680528Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3680889Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3681243Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3681593Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3681985Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3682356Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3682741Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3683089Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3683437Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3683766Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3684106Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3684429Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3684752Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3685081Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (7.940s) 2022-11-23T02:13:15.3685406Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (58.011s) 2022-11-23T02:13:15.3685835Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (56.343s) 2022-11-23T02:13:15.3686116Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3686407Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.240s) 2022-11-23T02:13:15.3686708Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T02:13:15.3687006Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.3687284Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (3.599s) 2022-11-23T02:13:15.3687573Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (3.389s) 2022-11-23T02:13:15.3687895Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.664s) 2022-11-23T02:13:15.3688228Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.638s) 2022-11-23T02:13:15.3688516Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.3688834Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.838s) 2022-11-23T02:13:15.3689119Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.865s) 2022-11-23T02:13:15.3689526Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3689822Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3690107Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3690398Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3690719Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3691034Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3691347Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3691650Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3691964Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T02:13:15.3692263Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3692544Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3692857Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3693157Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3693461Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3693733Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3694067Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3694408Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.209s) 2022-11-23T02:13:15.3694756Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (1.128s) 2022-11-23T02:13:15.3695082Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (1.025s) 2022-11-23T02:13:15.3695386Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3695797Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3696092Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.352s) 2022-11-23T02:13:15.3696375Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-11-23T02:13:15.3696690Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3697004Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.084s) 2022-11-23T02:13:15.3697317Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.178s) 2022-11-23T02:13:15.3697636Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.157s) 2022-11-23T02:13:15.3697958Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.3698287Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.3698634Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T02:13:15.3698989Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.3699326Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.508s) 2022-11-23T02:13:15.3699751Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (5.356s) 2022-11-23T02:13:15.3700098Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (5.404s) 2022-11-23T02:13:15.3700400Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3700736Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3701046Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3701326Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3701622Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3701921Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3702216Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3702519Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3702838Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3703146Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3703417Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T02:13:15.3703688Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.706s) 2022-11-23T02:13:15.3703955Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.648s) 2022-11-23T02:13:15.3704239Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3704513Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.361s) 2022-11-23T02:13:15.3704790Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.383s) 2022-11-23T02:13:15.3705190Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3705479Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T02:13:15.3705741Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.3706064Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3706341Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.3706603Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.3706920Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3707189Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.242s) 2022-11-23T02:13:15.3707447Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.3707715Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3707997Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.918s) 2022-11-23T02:13:15.3708278Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.966s) 2022-11-23T02:13:15.3708546Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.661s) 2022-11-23T02:13:15.3708953Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.653s) 2022-11-23T02:13:15.3709217Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T02:13:15.3709483Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T02:13:15.3709750Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.3710010Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.3710299Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.119s) 2022-11-23T02:13:15.3710630Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.251s) 2022-11-23T02:13:15.3710977Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.568s) 2022-11-23T02:13:15.3711312Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.489s) 2022-11-23T02:13:15.3711634Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.333s) 2022-11-23T02:13:15.3711944Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3712302Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3712613Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3712965Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.323s) 2022-11-23T02:13:15.3713285Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (1.880s) 2022-11-23T02:13:15.3713604Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (1.681s) 2022-11-23T02:13:15.3714016Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.745s) 2022-11-23T02:13:15.3714329Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.662s) 2022-11-23T02:13:15.3714645Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.590s) 2022-11-23T02:13:15.3715086Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.669s) 2022-11-23T02:13:15.3715411Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.674s) 2022-11-23T02:13:15.3715709Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (3.943s) 2022-11-23T02:13:15.3715992Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (15.345s) 2022-11-23T02:13:15.3716287Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (14.114s) 2022-11-23T02:13:15.3716588Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.963s) 2022-11-23T02:13:15.3716882Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.812s) 2022-11-23T02:13:15.3717232Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.760s) 2022-11-23T02:13:15.3717570Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-11-23T02:13:15.3717906Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.353s) 2022-11-23T02:13:15.3718293Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (4.101s) 2022-11-23T02:13:15.3718643Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (3.807s) 2022-11-23T02:13:15.3719153Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.463s) 2022-11-23T02:13:15.3719520Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.471s) 2022-11-23T02:13:15.3719876Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (5.979s) 2022-11-23T02:13:15.3720229Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (6.403s) 2022-11-23T02:13:15.3720594Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.348s) 2022-11-23T02:13:15.3720957Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.356s) 2022-11-23T02:13:15.3721312Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (5.836s) 2022-11-23T02:13:15.3721660Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (5.317s) 2022-11-23T02:13:15.3722015Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.572s) 2022-11-23T02:13:15.3722382Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.378s) 2022-11-23T02:13:15.3722720Z test_comprehensive_nn_functional_mish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3723059Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3723390Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3723731Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3724100Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-11-23T02:13:15.3724448Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T02:13:15.3724838Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3725204Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3725586Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3726065Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3726459Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.3726848Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.456s) 2022-11-23T02:13:15.3727238Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.442s) 2022-11-23T02:13:15.3727589Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T02:13:15.3727930Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.955s) 2022-11-23T02:13:15.3728270Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.861s) 2022-11-23T02:13:15.3728625Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.182s) 2022-11-23T02:13:15.3728984Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.452s) 2022-11-23T02:13:15.3729339Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.543s) 2022-11-23T02:13:15.3729675Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.505s) 2022-11-23T02:13:15.3730026Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.480s) 2022-11-23T02:13:15.3730490Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3730993Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3731470Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3731944Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3732419Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-11-23T02:13:15.3732886Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.3733357Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.3733814Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3734275Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3734727Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.3735189Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.3735646Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:13:15.3736142Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.3736508Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.3736984Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.262s) 2022-11-23T02:13:15.3737352Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.785s) 2022-11-23T02:13:15.3737718Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.819s) 2022-11-23T02:13:15.3738077Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3738429Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.943s) 2022-11-23T02:13:15.3738788Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.940s) 2022-11-23T02:13:15.3739140Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.241s) 2022-11-23T02:13:15.3739483Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3739827Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.252s) 2022-11-23T02:13:15.3740172Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.277s) 2022-11-23T02:13:15.3740520Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.290s) 2022-11-23T02:13:15.3740884Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3741229Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3741670Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3742016Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3742422Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3742818Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3743178Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3743535Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3743911Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3744295Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.330s) 2022-11-23T02:13:15.3744672Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.293s) 2022-11-23T02:13:15.3745041Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.3745414Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.3745784Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.3746146Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3746509Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3746870Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3747240Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3747599Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.3747931Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3748414Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3748782Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3749169Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3749519Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3749886Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3750248Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3750604Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3750953Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3751310Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3751661Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3752008Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3752357Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3752706Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3753658Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3754101Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3754513Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3754920Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3755285Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3755649Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3756007Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3756364Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3756714Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3757060Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3757418Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3757780Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3758130Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.649s) 2022-11-23T02:13:15.3758493Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (14.573s) 2022-11-23T02:13:15.3758855Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (15.918s) 2022-11-23T02:13:15.3759216Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (5.505s) 2022-11-23T02:13:15.3759565Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (5.426s) 2022-11-23T02:13:15.3759921Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (5.367s) 2022-11-23T02:13:15.3760415Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (5.192s) 2022-11-23T02:13:15.3760775Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (5.270s) 2022-11-23T02:13:15.3761152Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3761492Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.062s) 2022-11-23T02:13:15.3761828Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.927s) 2022-11-23T02:13:15.3762310Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.3762781Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.3763251Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.011s) 2022-11-23T02:13:15.3763701Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-11-23T02:13:15.3764154Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-11-23T02:13:15.3764607Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-11-23T02:13:15.3765160Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-11-23T02:13:15.3765610Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-11-23T02:13:15.3765951Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3766319Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3766651Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3767007Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3767335Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3767660Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3767969Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3768295Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3768635Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3768977Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3769312Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3769646Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3769981Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3770313Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3770681Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3771043Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3771383Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3771817Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3772152Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3772546Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3772929Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3773287Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3773635Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3774003Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3774367Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-11-23T02:13:15.3774730Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.3775078Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3775404Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.3775749Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.3776209Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3776588Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.336s) 2022-11-23T02:13:15.3776965Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.409s) 2022-11-23T02:13:15.3777339Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3777709Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.279s) 2022-11-23T02:13:15.3778070Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.3778463Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.3778826Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.3779221Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.3779587Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.3779950Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.3785996Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3789090Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3789363Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3789558Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3789812Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3790080Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.3790297Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3790487Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.3790929Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.149s) 2022-11-23T02:13:15.3791107Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3791292Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T02:13:15.3791477Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3791728Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3791957Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3792132Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3792309Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3792531Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3792720Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3792908Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3793097Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3793347Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3793525Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.3793708Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3793890Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3794158Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3794342Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3794522Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3794705Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3794884Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3795067Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3795234Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3795413Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3795591Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3795769Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3795946Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3796147Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.3796347Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.423s) 2022-11-23T02:13:15.3796548Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.575s) 2022-11-23T02:13:15.3796741Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (1.049s) 2022-11-23T02:13:15.3796934Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.954s) 2022-11-23T02:13:15.3797176Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.353s) 2022-11-23T02:13:15.3797368Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.394s) 2022-11-23T02:13:15.3797606Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.302s) 2022-11-23T02:13:15.3797798Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.312s) 2022-11-23T02:13:15.3797992Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.300s) 2022-11-23T02:13:15.3798205Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.3798462Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.470s) 2022-11-23T02:13:15.3798681Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.629s) 2022-11-23T02:13:15.3798895Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (1.060s) 2022-11-23T02:13:15.3799104Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.954s) 2022-11-23T02:13:15.3799312Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.318s) 2022-11-23T02:13:15.3799559Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.320s) 2022-11-23T02:13:15.3799766Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-11-23T02:13:15.3799973Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.312s) 2022-11-23T02:13:15.3800168Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.323s) 2022-11-23T02:13:15.3800348Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.556s) 2022-11-23T02:13:15.3800538Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (21.205s) 2022-11-23T02:13:15.3800720Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (21.481s) 2022-11-23T02:13:15.3800900Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (1.904s) 2022-11-23T02:13:15.3801079Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (10.698s) 2022-11-23T02:13:15.3801257Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (10.168s) 2022-11-23T02:13:15.3801455Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.188s) 2022-11-23T02:13:15.3801650Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (1.936s) 2022-11-23T02:13:15.3801845Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (1.693s) 2022-11-23T02:13:15.3802037Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3802228Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3802423Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3802614Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3802778Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3803407Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3803584Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3803754Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3803960Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3804122Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3804272Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3804430Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.3804628Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3804788Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3804946Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3805104Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3805259Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3805474Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.3805690Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.006s) 2022-11-23T02:13:15.3805957Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.3806164Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.3806366Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.3806573Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.3806786Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.3807007Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.3807225Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.3807435Z test_comprehensive_norm_fro_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T02:13:15.3807646Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.3807854Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T02:13:15.3808064Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T02:13:15.3808283Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.3808499Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T02:13:15.3808705Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T02:13:15.3808913Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.3809111Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T02:13:15.3809361Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.3809578Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T02:13:15.3809787Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.002s) 2022-11-23T02:13:15.3809992Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T02:13:15.3810203Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3810368Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3810526Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3810685Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3810905Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3811082Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3811254Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3811423Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3811582Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3811780Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3811943Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3812105Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3812263Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3812421Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3812576Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3812730Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3812871Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3813021Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3813170Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3813320Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3813465Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3813630Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3813787Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3813955Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3814118Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3814278Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3814440Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3814603Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3814759Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3814914Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3815069Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3815260Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3815417Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3815570Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3815722Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (46.534s) 2022-11-23T02:13:15.3815884Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (49.609s) 2022-11-23T02:13:15.3816042Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (29.485s) 2022-11-23T02:13:15.3816202Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (28.448s) 2022-11-23T02:13:15.3816401Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3816554Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3816716Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3816874Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.3817075Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3817230Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3817383Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3817535Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3817729Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3817876Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3818029Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3818176Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3818367Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (1.088s) 2022-11-23T02:13:15.3818541Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (1.030s) 2022-11-23T02:13:15.3818704Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3818861Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3819029Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3819196Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3819360Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.3819520Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3819681Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3819838Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3819994Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3820150Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3820305Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3820458Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3820613Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3820783Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.481s) 2022-11-23T02:13:15.3820947Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.333s) 2022-11-23T02:13:15.3821109Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.882s) 2022-11-23T02:13:15.3821308Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.837s) 2022-11-23T02:13:15.3821464Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (2.354s) 2022-11-23T02:13:15.3821607Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (2.245s) 2022-11-23T02:13:15.3821797Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3821977Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3822162Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3822344Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3822575Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3822761Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3822938Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3823113Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3823331Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3823517Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3823738Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3823917Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3824095Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.3824278Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3824452Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3824624Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3824800Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3824971Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3825154Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3825320Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3825499Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3825680Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.3825854Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3826029Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3826206Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3826380Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3826557Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3826741Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3826917Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3827144Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3827327Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3827501Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3827674Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3827848Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3828027Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3828202Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3828383Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3828559Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3828788Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.3828969Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.3829130Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3829303Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3829568Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3829745Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3829918Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3830083Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3830250Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3830419Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3830581Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3830744Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3830901Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3831056Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3831217Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3831375Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3831531Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3831688Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3831846Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3832002Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.215s) 2022-11-23T02:13:15.3832147Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.530s) 2022-11-23T02:13:15.3832306Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.642s) 2022-11-23T02:13:15.3832461Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3832615Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (2.394s) 2022-11-23T02:13:15.3832763Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (2.175s) 2022-11-23T02:13:15.3832915Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3833111Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.3833261Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3833411Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3833561Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3833720Z test_comprehensive_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.234s) 2022-11-23T02:13:15.3833870Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.181s) 2022-11-23T02:13:15.3834128Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (5.145s) 2022-11-23T02:13:15.3834292Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (5.090s) 2022-11-23T02:13:15.3834449Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (2.758s) 2022-11-23T02:13:15.3834604Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (2.695s) 2022-11-23T02:13:15.3834761Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.195s) 2022-11-23T02:13:15.3834913Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.203s) 2022-11-23T02:13:15.3835097Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.182s) 2022-11-23T02:13:15.3835251Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T02:13:15.3835403Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.3835604Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3835861Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3836032Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3836189Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.3836346Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3836499Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3836647Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3836795Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3836943Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3837089Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3837243Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3837392Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3837550Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.658s) 2022-11-23T02:13:15.3837704Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.860s) 2022-11-23T02:13:15.3837847Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (1.871s) 2022-11-23T02:13:15.3837997Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (1.733s) 2022-11-23T02:13:15.3838161Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (4.394s) 2022-11-23T02:13:15.3838322Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (4.342s) 2022-11-23T02:13:15.3838482Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3838643Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3838806Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3838967Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3839124Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3839333Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3839488Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3839643Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3839798Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3839950Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3840119Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3840284Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3840449Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3840606Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3840756Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3840918Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3841075Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3841282Z test_comprehensive_randint_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3841442Z test_comprehensive_randint_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3841644Z test_comprehensive_randint_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3841808Z test_comprehensive_randint_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3842051Z test_comprehensive_randint_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3842212Z test_comprehensive_randint_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3842369Z test_comprehensive_randint_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3842526Z test_comprehensive_randint_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3842679Z test_comprehensive_randint_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3842848Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3843014Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3843179Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3843342Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3843505Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3843665Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3843814Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3843975Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3844134Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3844317Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.3844503Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-11-23T02:13:15.3844688Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-11-23T02:13:15.3844867Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-11-23T02:13:15.3845043Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.3845216Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.3845431Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-11-23T02:13:15.3845600Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3845768Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3845932Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3846098Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3846261Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3846423Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3846579Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3846740Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3846895Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3847044Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T02:13:15.3847205Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.3847413Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.3847572Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3847778Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.3847932Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3848086Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3848238Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3848393Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3848546Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3848697Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.3848854Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3849005Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3849204Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3849417Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3849577Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3849732Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3849889Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3850029Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3850183Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3850334Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3850485Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3850636Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3850785Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3850952Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3851115Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3851339Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3851511Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.3851676Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3851838Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.3851996Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3852160Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3852317Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3852471Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3852630Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3852793Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3852946Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3853112Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.3853273Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (1.024s) 2022-11-23T02:13:15.3853430Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.874s) 2022-11-23T02:13:15.3853632Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.3853792Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3853949Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3854107Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3854266Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3854423Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3854588Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.227s) 2022-11-23T02:13:15.3854798Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.206s) 2022-11-23T02:13:15.3855000Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.001s) 2022-11-23T02:13:15.3855161Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.724s) 2022-11-23T02:13:15.3855317Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.698s) 2022-11-23T02:13:15.3855475Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.3855631Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3855842Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.215s) 2022-11-23T02:13:15.3855992Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T02:13:15.3856153Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3856313Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.3856468Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.3856624Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.3856781Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3856932Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3857087Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3857239Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3857465Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3857638Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3857818Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.147s) 2022-11-23T02:13:15.3857997Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3858178Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.3858352Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3858527Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.3858697Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.3858870Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3859040Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3859194Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3859365Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3859532Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3859738Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3859900Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3860071Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T02:13:15.3860236Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3860406Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.3860568Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3860728Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3860886Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3861051Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3861253Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3861406Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3861563Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3861723Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3861881Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3862036Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3862189Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.220s) 2022-11-23T02:13:15.3862392Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.3862620Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.243s) 2022-11-23T02:13:15.3862803Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3888930Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.3889203Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.3889362Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3889669Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3889816Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3890015Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3890164Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.3890318Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3890467Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3890624Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3890777Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3890936Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3891085Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3891233Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3891382Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3891521Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3891665Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3891865Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3892007Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3892162Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3892309Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3892470Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.3892628Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3892781Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3892929Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3893073Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3893226Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3893370Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3893513Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3893662Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3893814Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3893970Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3894120Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3894278Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3894440Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3894598Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3894755Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3894904Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3895053Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3895246Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3895428Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3895576Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3895721Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3895875Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3896032Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3896190Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3896345Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3896503Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3896659Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3896851Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3897001Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3897152Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3897293Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3897896Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3898049Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3898195Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3898342Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3898486Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.3898639Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.390s) 2022-11-23T02:13:15.3898790Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.256s) 2022-11-23T02:13:15.3898941Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.433s) 2022-11-23T02:13:15.3899088Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.3899236Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.200s) 2022-11-23T02:13:15.3899380Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-11-23T02:13:15.3899525Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.3899666Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.3899807Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3899949Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.3900086Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3900228Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.3900370Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.272s) 2022-11-23T02:13:15.3900525Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.592s) 2022-11-23T02:13:15.3900676Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.507s) 2022-11-23T02:13:15.3900820Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.3900964Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.862s) 2022-11-23T02:13:15.3901154Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.856s) 2022-11-23T02:13:15.3901300Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.254s) 2022-11-23T02:13:15.3901442Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.267s) 2022-11-23T02:13:15.3901582Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.294s) 2022-11-23T02:13:15.3901722Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.316s) 2022-11-23T02:13:15.3901859Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.272s) 2022-11-23T02:13:15.3902010Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3902157Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3902351Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3902496Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3902640Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3902779Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3902919Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3903057Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3903221Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3903430Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3903590Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3903752Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3903956Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3904118Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3904288Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3904456Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3904620Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3904771Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3904914Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3905065Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.3905223Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.3905380Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3905535Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3905688Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3905839Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3905974Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3906123Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3906272Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3906426Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3906586Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.952s) 2022-11-23T02:13:15.3906745Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.964s) 2022-11-23T02:13:15.3906946Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3907097Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.589s) 2022-11-23T02:13:15.3907250Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.483s) 2022-11-23T02:13:15.3907401Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3907551Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.3907700Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.3907849Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3907993Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.3908162Z test_comprehensive_scalar_tensor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3908329Z test_comprehensive_scalar_tensor_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3908505Z test_comprehensive_scalar_tensor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3908663Z test_comprehensive_scalar_tensor_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3908831Z test_comprehensive_scalar_tensor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3908999Z test_comprehensive_scalar_tensor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3909250Z test_comprehensive_scalar_tensor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3909417Z test_comprehensive_scalar_tensor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3909579Z test_comprehensive_scalar_tensor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3909735Z test_comprehensive_scalar_tensor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3909890Z test_comprehensive_scalar_tensor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3910056Z test_comprehensive_scalar_tensor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3910213Z test_comprehensive_scalar_tensor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3910376Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3910538Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3910709Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3910876Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3911039Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3911248Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3911408Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3911573Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3911731Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3911873Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3912031Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3912188Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3912345Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3912503Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3912664Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3912872Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3913032Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3913190Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3913346Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3913502Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3913657Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3913812Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3914055Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3914210Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3914395Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.547s) 2022-11-23T02:13:15.3914568Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3914747Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.527s) 2022-11-23T02:13:15.3914910Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (1.418s) 2022-11-23T02:13:15.3915081Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (1.419s) 2022-11-23T02:13:15.3915303Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3915474Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3915640Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3915811Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3915978Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3916154Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.536s) 2022-11-23T02:13:15.3916324Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3916543Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.493s) 2022-11-23T02:13:15.3916723Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (1.375s) 2022-11-23T02:13:15.3916891Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (1.420s) 2022-11-23T02:13:15.3917062Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3917231Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3917400Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3917567Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3917730Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3917948Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T02:13:15.3918125Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.3918299Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.642s) 2022-11-23T02:13:15.3918456Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.541s) 2022-11-23T02:13:15.3918627Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3918842Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3919008Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3919178Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3919342Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3919520Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.478s) 2022-11-23T02:13:15.3919691Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3919865Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.461s) 2022-11-23T02:13:15.3920042Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (2.069s) 2022-11-23T02:13:15.3920213Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.990s) 2022-11-23T02:13:15.3920381Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3920550Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3920718Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3920888Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3921098Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3921270Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3921439Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3921610Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3921784Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3921940Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3922106Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3922275Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3922441Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3922607Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3922774Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3922943Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.3923112Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3923317Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3923484Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3923649Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3923808Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3923969Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.3924134Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3924296Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.3924478Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.3925039Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.3925232Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.3925412Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3925588Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3925753Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3925931Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3926103Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.3926263Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3926419Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3926582Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3926742Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3926897Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3927055Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3927258Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3927414Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3927568Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3927721Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3927875Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3928030Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3928181Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3928351Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3928517Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3928674Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3928840Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3929001Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3929168Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3929337Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3929499Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3929662Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3929821Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3929976Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3930128Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3930291Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.641s) 2022-11-23T02:13:15.3930494Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3930651Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.732s) 2022-11-23T02:13:15.3930849Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3931030Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3931254Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.3931405Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3931555Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3931686Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3931836Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3931980Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3932139Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3932295Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3932459Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3932618Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3932773Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3932931Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3933087Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.3933294Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3933444Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3933591Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3933743Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3933896Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3934061Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3934215Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3934378Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3934528Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3934689Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3934847Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3935003Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3935161Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3935317Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3935472Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3935627Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3935779Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3935928Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3936080Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3936235Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3936387Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3936547Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3936733Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3936926Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3937075Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3937229Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3937482Z test_comprehensive_signal_windows_cosine_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3937686Z test_comprehensive_signal_windows_cosine_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.729s) 2022-11-23T02:13:15.3937868Z test_comprehensive_signal_windows_cosine_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3938044Z test_comprehensive_signal_windows_cosine_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.3938234Z test_comprehensive_signal_windows_exponential_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3938444Z test_comprehensive_signal_windows_exponential_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-11-23T02:13:15.3938635Z test_comprehensive_signal_windows_exponential_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.3938819Z test_comprehensive_signal_windows_exponential_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.3939001Z test_comprehensive_signal_windows_gaussian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3939202Z test_comprehensive_signal_windows_gaussian_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.005s) 2022-11-23T02:13:15.3939435Z test_comprehensive_signal_windows_gaussian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3939622Z test_comprehensive_signal_windows_gaussian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.3939802Z test_comprehensive_signal_windows_kaiser_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.3940004Z test_comprehensive_signal_windows_kaiser_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-11-23T02:13:15.3940182Z test_comprehensive_signal_windows_kaiser_cpu_float32 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T02:13:15.3940359Z test_comprehensive_signal_windows_kaiser_cpu_float64 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.3940520Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3940676Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.3940840Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3940998Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3941143Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.3941298Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3941456Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.3941611Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3941765Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3941916Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3942071Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.3942222Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3942381Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.3942537Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.3942690Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.3942940Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.3943089Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3943237Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3943385Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3943622Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3943768Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3943912Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3944061Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3944218Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.173s) 2022-11-23T02:13:15.3944375Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T02:13:15.3944535Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.3944687Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.3944837Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3944985Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3945130Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3945331Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3945478Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3945633Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3945768Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.3945930Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.288s) 2022-11-23T02:13:15.3946090Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.323s) 2022-11-23T02:13:15.3946245Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.3946397Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.3946547Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.3946700Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3946846Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.3946993Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.3947139Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.3947300Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3947450Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3947615Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.306s) 2022-11-23T02:13:15.3947775Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.152s) 2022-11-23T02:13:15.3947932Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-11-23T02:13:15.3948086Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.3948243Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-11-23T02:13:15.3948395Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.151s) 2022-11-23T02:13:15.3948535Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.3948685Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3948879Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3949077Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.3949225Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.3949395Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.3949646Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3949816Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.3949981Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-11-23T02:13:15.3950142Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-11-23T02:13:15.3950307Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3950469Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3950627Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3950786Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3950945Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3951105Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3951312Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.116s) 2022-11-23T02:13:15.3951469Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.3951632Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.3951801Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.3951982Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.3952159Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-11-23T02:13:15.3952331Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.3952504Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.3952676Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.3952845Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.3953012Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.3953175Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.3953344Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.3953512Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.3953668Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.3953820Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3954056Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.3954215Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3954368Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.3954518Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3954669Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.3954852Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3955008Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3955199Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3955441Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:13:15.3955703Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:13:15.3955992Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:13:15.3956224Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:13:15.3956393Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3956568Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3956735Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3956902Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3957065Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3957279Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3957445Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3957611Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3957778Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3957952Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3958120Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3958285Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3958449Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3958601Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3958766Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3958927Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3959094Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3959262Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3959434Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3959596Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.3959763Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3959927Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3960090Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3960253Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3960416Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3960583Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3960798Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3960963Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3961127Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3961333Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3961497Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3961659Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3961853Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3962059Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3962227Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3962390Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3962552Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3962713Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3962874Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.3963034Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3963276Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3963471Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3963665Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3963856Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3964045Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3964233Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3964419Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3964607Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3964796Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3964986Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3965180Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3965367Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3965553Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3965738Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3965911Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3966098Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3966362Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3966672Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3966937Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3967197Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3967495Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3967742Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3968070Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3968321Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3968565Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3968818Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3969131Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3969386Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:13:15.3969638Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3969881Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3970130Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3970377Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3970545Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3970712Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3970880Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.3971043Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.3971204Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3971364Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3971521Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3971684Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3971841Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3971998Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3972163Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.3972378Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.3972530Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3972691Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3972851Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3973013Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3973177Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3973364Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3973602Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3973794Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3973984Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3974255Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3974434Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3974616Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3974855Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3975036Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3975224Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3975415Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3975603Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3975785Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3975962Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3976146Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3976325Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3976478Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3976641Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3976806Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.3976963Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.3977121Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3977276Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3977428Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3977588Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3977742Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3977900Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3978060Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.3978271Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.3978427Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3978579Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3978730Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3978883Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3979045Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3979202Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3979365Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.3979511Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.3979719Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3979879Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3980033Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.3980193Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3980432Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3980671Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3980862Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3981052Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3981240Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3981420Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3981600Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3981787Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3981970Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3982235Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:13:15.3982497Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3982752Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3983010Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3983257Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3983500Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3983754Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3984041Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.3984210Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3984384Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.3984555Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.3984708Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3984875Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.3985039Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3985203Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3985366Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3985553Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3985781Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3985966Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3986147Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3986332Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3986618Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3986798Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3986976Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3987157Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3987340Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3987518Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3987693Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3987867Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3988040Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3988215Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3988394Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3988560Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3988743Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3988919Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3989095Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3989270Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3989441Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.3989616Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3989788Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3990015Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3990196Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3990375Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3990553Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3990728Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3990898Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3991071Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3991249Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3991484Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.3991709Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bool not supported (0.010s) 2022-11-23T02:13:15.3991984Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.3992684Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.3992909Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.3993129Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.3993354Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.3993574Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.3993777Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.3994035Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3994211Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.3994379Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.3994545Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3994740Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3994897Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3995059Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.3995218Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.3995428Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.3995632Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3995839Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.3996041Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.3996303Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3996503Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3996696Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.3996892Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3997093Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3997288Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.3997480Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.3997674Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3997867Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3998089Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3998280Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3998466Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3998785Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3998980Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.3999171Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3999364Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3999549Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3999736Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.3999920Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4000105Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4000290Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4000562Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:13:15.4000835Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:13:15.4001105Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:13:15.4001371Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:13:15.4001637Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:13:15.4001895Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4002217Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:13:15.4002475Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4002733Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4003003Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:13:15.4003272Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4003535Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4003792Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4004046Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4004396Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4004664Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4004926Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:13:15.4005189Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4005455Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4005810Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4006072Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4006329Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4006589Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4006843Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4007100Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4007365Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4007685Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4007945Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:13:15.4008200Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4008454Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4008715Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4008979Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:13:15.4009165Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4009354Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4009535Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4009708Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4009937Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4010111Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4010288Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4010465Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4010637Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4010804Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4010975Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.161s) 2022-11-23T02:13:15.4011185Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (1.327s) 2022-11-23T02:13:15.4011357Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (1.338s) 2022-11-23T02:13:15.4011521Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4011687Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4011874Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.4012104Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4012269Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.4012432Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4012592Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.4012753Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4012917Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4013061Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4013214Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4013426Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4013581Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4013739Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4013893Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4014054Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.4014216Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.4014377Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-11-23T02:13:15.4014534Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4014690Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4014846Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4014999Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4015150Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4015296Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4015446Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4015595Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.4015811Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4015963Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4016139Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.253s) 2022-11-23T02:13:15.4016310Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.318s) 2022-11-23T02:13:15.4016479Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4016644Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-11-23T02:13:15.4016811Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.151s) 2022-11-23T02:13:15.4016975Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4017142Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4017315Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4017519Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4017680Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4017852Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4018019Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.4018197Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.425s) 2022-11-23T02:13:15.4018372Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.266s) 2022-11-23T02:13:15.4018542Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.352s) 2022-11-23T02:13:15.4018799Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.4018966Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.233s) 2022-11-23T02:13:15.4019128Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.4019280Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.4019770Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.4019941Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.4020104Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.4020267Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.4020424Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4020577Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4020736Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.280s) 2022-11-23T02:13:15.4020896Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.313s) 2022-11-23T02:13:15.4021050Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.116s) 2022-11-23T02:13:15.4021205Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.4021358Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4021507Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4021654Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.4021800Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.4021991Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4022151Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4022305Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4022455Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.4022617Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4022775Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4022931Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.4023086Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4023238Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4023394Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4023544Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4023694Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4023842Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4024004Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4024208Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4024374Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.4024536Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4024692Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.4024849Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4025011Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4025258Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.4025440Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4025669Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4025888Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4026042Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4026195Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4026354Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4026508Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4026672Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.4026831Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4026987Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.4027140Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4027297Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4027451Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4027604Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4027754Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4027903Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4028101Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4028245Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4028386Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4028545Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.977s) 2022-11-23T02:13:15.4028704Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.022s) 2022-11-23T02:13:15.4028855Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.4029007Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.626s) 2022-11-23T02:13:15.4029156Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.566s) 2022-11-23T02:13:15.4029316Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.4029479Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.691s) 2022-11-23T02:13:15.4029645Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.858s) 2022-11-23T02:13:15.4029804Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.4029959Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (1.023s) 2022-11-23T02:13:15.4030112Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (1.050s) 2022-11-23T02:13:15.4030272Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.777s) 2022-11-23T02:13:15.4030429Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.884s) 2022-11-23T02:13:15.4030583Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (4.077s) 2022-11-23T02:13:15.4030734Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (3.794s) 2022-11-23T02:13:15.4030887Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.4031089Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.012s) 2022-11-23T02:13:15.4031234Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.264s) 2022-11-23T02:13:15.4031390Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.996s) 2022-11-23T02:13:15.4031540Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.4031740Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.595s) 2022-11-23T02:13:15.4031889Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.503s) 2022-11-23T02:13:15.4032081Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.4032272Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4032417Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4032567Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4032711Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4032865Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4033014Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4033172Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.200s) 2022-11-23T02:13:15.4033327Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-11-23T02:13:15.4033478Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.4033626Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T02:13:15.4033772Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-11-23T02:13:15.4033907Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4034202Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4034345Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4034491Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4034633Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4034800Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.4034959Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4035124Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T02:13:15.4035287Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.263s) 2022-11-23T02:13:15.4035450Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4035609Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.4035764Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.4035923Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.4036081Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.4036235Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4036392Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4036545Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.4036702Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (26.975s) 2022-11-23T02:13:15.4036849Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (25.886s) 2022-11-23T02:13:15.4037005Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (14.844s) 2022-11-23T02:13:15.4037158Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (15.577s) 2022-11-23T02:13:15.4037348Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (1.189s) 2022-11-23T02:13:15.4037577Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (1.121s) 2022-11-23T02:13:15.4037798Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.898s) 2022-11-23T02:13:15.4037960Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.925s) 2022-11-23T02:13:15.4038118Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.656s) 2022-11-23T02:13:15.4038275Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.639s) 2022-11-23T02:13:15.4038427Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4038577Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4038731Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4038882Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.4039029Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4039273Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4039422Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4039568Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4039714Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4039844Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4040039Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4040183Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4040352Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4040515Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4040688Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4040857Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4041023Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4041189Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4041355Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.4041520Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4041682Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4041845Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4042006Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4042171Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.4042329Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4042481Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4042643Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4042787Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4042944Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4043099Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4043251Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4043403Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4043602Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4043750Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4043900Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4044047Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4044199Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4044349Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4044509Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.337s) 2022-11-23T02:13:15.4044712Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.382s) 2022-11-23T02:13:15.4044866Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.157s) 2022-11-23T02:13:15.4045016Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.166s) 2022-11-23T02:13:15.4045166Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.4045313Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4045456Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4045591Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.4045734Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4045942Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4046173Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4046338Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.215s) 2022-11-23T02:13:15.4046497Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-11-23T02:13:15.4046653Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.4046812Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4046962Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4047114Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4047263Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4047410Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4047559Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.4047727Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4047889Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.4048060Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.549s) 2022-11-23T02:13:15.4048234Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.518s) 2022-11-23T02:13:15.4048387Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4048552Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.833s) 2022-11-23T02:13:15.4048714Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.843s) 2022-11-23T02:13:15.4048877Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.246s) 2022-11-23T02:13:15.4049037Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.246s) 2022-11-23T02:13:15.4049190Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.227s) 2022-11-23T02:13:15.4049352Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.260s) 2022-11-23T02:13:15.4049508Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.4049728Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4049898Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.4050063Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4050228Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4050388Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4050549Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4050708Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4050866Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4051025Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4051182Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4051339Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-11-23T02:13:15.4051520Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.4051677Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.244s) 2022-11-23T02:13:15.4051837Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-11-23T02:13:15.4052037Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4052193Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.201s) 2022-11-23T02:13:15.4052346Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-11-23T02:13:15.4052498Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.4052648Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4052797Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.4052945Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4053180Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4053335Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4053487Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.856s) 2022-11-23T02:13:15.4053643Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.605s) 2022-11-23T02:13:15.4053796Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.598s) 2022-11-23T02:13:15.4053946Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.4054093Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (2.497s) 2022-11-23T02:13:15.4054225Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.921s) 2022-11-23T02:13:15.4054373Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.829s) 2022-11-23T02:13:15.4054522Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.874s) 2022-11-23T02:13:15.4054665Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.877s) 2022-11-23T02:13:15.4054810Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.900s) 2022-11-23T02:13:15.4054959Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.867s) 2022-11-23T02:13:15.4055124Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4055282Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4055449Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4055675Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4055839Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4055995Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4056147Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4056302Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4056463Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4056619Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4056777Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4056930Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4057075Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4057230Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4057382Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4057532Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4057681Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4057875Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4058023Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4058167Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4058329Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4058535Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4058696Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.4058850Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4059004Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4059156Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4059305Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4059458Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4059604Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4059755Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4059912Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4060171Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T02:13:15.4060340Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4060501Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.4060663Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4060821Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4060976Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4061132Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4061288Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4061446Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4061655Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4061812Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4061978Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.4062145Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.811s) 2022-11-23T02:13:15.4062307Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.919s) 2022-11-23T02:13:15.4062467Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4062624Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.499s) 2022-11-23T02:13:15.4062779Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.458s) 2022-11-23T02:13:15.4062924Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.4063082Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4063239Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.4063396Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.4063552Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.4063709Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.4063917Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.811s) 2022-11-23T02:13:15.4064076Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.896s) 2022-11-23T02:13:15.4064231Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-11-23T02:13:15.4064386Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.539s) 2022-11-23T02:13:15.4064539Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.456s) 2022-11-23T02:13:15.4064691Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4064842Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.4064990Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.4065141Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.4065292Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.4065515Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.371s) 2022-11-23T02:13:15.4065683Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.423s) 2022-11-23T02:13:15.4065856Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.231s) 2022-11-23T02:13:15.4066027Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.233s) 2022-11-23T02:13:15.4066183Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4066332Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4066490Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.383s) 2022-11-23T02:13:15.4066649Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.405s) 2022-11-23T02:13:15.4066804Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4066977Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.263s) 2022-11-23T02:13:15.4067201Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.264s) 2022-11-23T02:13:15.4067352Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.4067555Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.4067701Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4067850Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4067994Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.4068154Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4068310Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4068465Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4068603Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.4068762Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.392s) 2022-11-23T02:13:15.4068918Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.411s) 2022-11-23T02:13:15.4069071Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4069222Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-11-23T02:13:15.4069374Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-11-23T02:13:15.4069524Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.4069670Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.4069861Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4070009Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4070153Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.4070317Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4070478Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4070645Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.4070807Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.4070977Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.527s) 2022-11-23T02:13:15.4071140Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.475s) 2022-11-23T02:13:15.4071305Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.4071452Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (1.181s) 2022-11-23T02:13:15.4071605Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (1.154s) 2022-11-23T02:13:15.4071767Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4071923Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4072077Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.4072236Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4072388Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.4072590Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4072749Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4072902Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4073055Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4073207Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4073409Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4073561Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4073709Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4073867Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4074208Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.4074382Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.296s) 2022-11-23T02:13:15.4074530Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.229s) 2022-11-23T02:13:15.4074685Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.308s) 2022-11-23T02:13:15.4074842Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4075000Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T02:13:15.4075159Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.157s) 2022-11-23T02:13:15.4075313Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4075465Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4075617Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4075769Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.4075976Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4076141Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4076297Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4076465Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.4076632Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.4076794Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-11-23T02:13:15.4076953Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4077108Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.4077261Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4077408Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4077568Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4077725Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4077883Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4078041Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4078209Z test_comprehensive_unfold_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4078369Z test_comprehensive_unfold_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.513s) 2022-11-23T02:13:15.4078537Z test_comprehensive_unfold_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.571s) 2022-11-23T02:13:15.4078704Z test_comprehensive_unfold_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (1.438s) 2022-11-23T02:13:15.4078871Z test_comprehensive_unfold_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.571s) 2022-11-23T02:13:15.4079034Z test_comprehensive_unfold_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4079190Z test_comprehensive_unfold_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (2.019s) 2022-11-23T02:13:15.4079391Z test_comprehensive_unfold_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (1.881s) 2022-11-23T02:13:15.4079596Z test_comprehensive_unfold_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.502s) 2022-11-23T02:13:15.4079753Z test_comprehensive_unfold_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.508s) 2022-11-23T02:13:15.4079904Z test_comprehensive_unfold_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.498s) 2022-11-23T02:13:15.4080061Z test_comprehensive_unfold_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.500s) 2022-11-23T02:13:15.4080217Z test_comprehensive_unfold_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.502s) 2022-11-23T02:13:15.4080361Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4080515Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.498s) 2022-11-23T02:13:15.4080678Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.439s) 2022-11-23T02:13:15.4080838Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (1.410s) 2022-11-23T02:13:15.4081008Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.450s) 2022-11-23T02:13:15.4081243Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4081401Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.894s) 2022-11-23T02:13:15.4081558Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.885s) 2022-11-23T02:13:15.4081713Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.492s) 2022-11-23T02:13:15.4081915Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.492s) 2022-11-23T02:13:15.4082069Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.519s) 2022-11-23T02:13:15.4082219Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.502s) 2022-11-23T02:13:15.4082369Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.495s) 2022-11-23T02:13:15.4082530Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4082693Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4082852Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4083008Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4083165Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4083311Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4083491Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4083662Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4083834Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4084008Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4084181Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4084347Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4084510Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4084679Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4084848Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4085005Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.167s) 2022-11-23T02:13:15.4085159Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4085368Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4085527Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-11-23T02:13:15.4085678Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T02:13:15.4085830Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4085980Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4086135Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.181s) 2022-11-23T02:13:15.4086284Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4086436Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4086639Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4086811Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.4086978Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4087137Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4087297Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4087452Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4087606Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4088156Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4088418Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4088581Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4088740Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4088896Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4089052Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4089210Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.752s) 2022-11-23T02:13:15.4089367Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.752s) 2022-11-23T02:13:15.4089521Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4089674Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.436s) 2022-11-23T02:13:15.4089809Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.435s) 2022-11-23T02:13:15.4089970Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4090132Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.447s) 2022-11-23T02:13:15.4090295Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.482s) 2022-11-23T02:13:15.4090454Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4090608Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.845s) 2022-11-23T02:13:15.4090757Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.818s) 2022-11-23T02:13:15.4090913Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4091076Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4091236Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4091390Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4091542Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4091746Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4091898Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4092045Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4092196Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4092343Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4092514Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4092670Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4092835Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4092994Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4093149Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4093312Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.4093473Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4093629Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4093832Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4094038Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4094194Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4094347Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4094500Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4094655Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4094808Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4094959Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4095128Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4095298Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4095511Z test_comprehensive_view_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4095659Z test_comprehensive_view_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4095819Z test_comprehensive_view_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4095974Z test_comprehensive_view_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4096131Z test_comprehensive_view_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4096287Z test_comprehensive_view_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4096442Z test_comprehensive_view_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4096598Z test_comprehensive_view_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4096753Z test_comprehensive_view_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4096909Z test_comprehensive_view_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4097063Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4097215Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4097366Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.4097569Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4097728Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T02:13:15.4097882Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4098035Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4098186Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4098337Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4098476Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4098623Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4098772Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4098919Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4099076Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4099231Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4099395Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T02:13:15.4099557Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4099715Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.4099915Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4100070Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.4100226Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.4100378Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4100532Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4100681Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4100874Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4101027Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4101188Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4101327Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4101489Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4101649Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4101803Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4101961Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4102117Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4102269Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4102424Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4102617Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4102770Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4102921Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4103071Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4103225Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4103378Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4103582Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.122s) 2022-11-23T02:13:15.4103742Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4103897Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.124s) 2022-11-23T02:13:15.4104040Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4104194Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.616s) 2022-11-23T02:13:15.4104345Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.622s) 2022-11-23T02:13:15.4104497Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4104645Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4104792Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4104945Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4105092Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4105247Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4105399Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4105550Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4105751Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (1.234s) 2022-11-23T02:13:15.4105903Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (1.209s) 2022-11-23T02:13:15.4106050Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4106198Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4106344Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4106493Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4106638Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4106783Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4106935Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4107094Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4107252Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4107405Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4107557Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4107709Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4107904Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4108056Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4108201Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4108348Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4108491Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4108648Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4108799Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4108960Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4109120Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4109330Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4109488Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4109675Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4109829Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4109980Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4110131Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4110281Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4110431Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4110578Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4110742Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4110899Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4111066Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4111234Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4111399Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4111558Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4111764Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4111917Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4112074Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4112230Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4112381Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.4112525Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4112682Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4112926Z test_quick__softmax_backward_data_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: _softmax_backward_data in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4113095Z test_quick__softmax_backward_data_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4113259Z test_quick__softmax_backward_data_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4113401Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4113547Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4113691Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4113832Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4114054Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4114194Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4114327Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4114461Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4114596Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4114726Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4114864Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4115040Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4115489Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4115629Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4115774Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4115919Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4116061Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4116201Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4116342Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4116479Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4116662Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4116798Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4116930Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4117074Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4117212Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4117356Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4117502Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4117643Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4117822Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4117960Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4118094Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4118226Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4118361Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-11-23T02:13:15.4118494Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4118636Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4118771Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4118917Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T02:13:15.4119059Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-11-23T02:13:15.4119204Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T02:13:15.4119340Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4119472Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4119605Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.4119740Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.4119874Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4120001Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4120122Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4120253Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4120398Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4120549Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.149s) 2022-11-23T02:13:15.4120703Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-11-23T02:13:15.4120846Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4120990Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.4121135Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4121337Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-11-23T02:13:15.4121485Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T02:13:15.4121627Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4121769Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4121913Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4122101Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4122243Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4122383Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4122510Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4122652Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4122799Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4122944Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4123085Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4123222Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4123358Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4123546Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4123726Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4123864Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4123995Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4124155Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4124321Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4124481Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4124639Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4124793Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4124949Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4125107Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4125249Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4125405Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4125557Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4125701Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4125840Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4125986Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4126130Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4126267Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4126407Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4126547Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4126684Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4126817Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4126950Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4127129Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4127265Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4127404Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4127526Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4127670Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4127813Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4127953Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4128092Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4128228Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4128361Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4128494Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4128624Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4128756Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4128890Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4129076Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4129215Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4129404Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4129544Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4129681Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4129807Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4129940Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4130071Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4130206Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4130338Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4130481Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4130660Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4130804Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4130943Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4131080Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4131216Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4131348Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4131480Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4131617Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4131751Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4131888Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4132010Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4132157Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4132302Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.4132440Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4132575Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4132706Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4132885Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4133018Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4133148Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4133283Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4133415Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4133562Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4133707Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4133850Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4133993Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4134133Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4134272Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4134399Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4134538Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4134675Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4134815Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4134950Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4135139Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4135283Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4135419Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4135555Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.4135694Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4135829Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4135966Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4136142Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4136278Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4136419Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4136559Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4136692Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4136838Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4136980Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.4137120Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4137260Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4137395Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4137527Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4137659Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4137791Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4137935Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4138114Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4138256Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4138394Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4138528Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4138709Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4138841Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4138963Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4139096Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4139237Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4139373Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4139520Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4139666Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4139805Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4139945Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4140084Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4140219Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4140353Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4140489Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4140623Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4140763Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4140943Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4141089Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4141232Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4141360Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4141503Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4141641Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4141776Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4141906Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4142044Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4142176Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4142324Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4142468Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4142613Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4142754Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4142897Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4143038Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4143191Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4143343Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4143539Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4143694Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4143835Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4143978Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4144122Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4144266Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4144452Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4144592Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4144776Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4144920Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4145062Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4145205Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4145343Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4145484Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4145624Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4145785Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4145937Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4146084Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4146238Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4146376Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4146568Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.076s) 2022-11-23T02:13:15.4146711Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4146854Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4146995Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4147138Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4147279Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4147430Z test_quick_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4147573Z test_quick_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4147719Z test_quick_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.4147866Z test_quick_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4148012Z test_quick_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4148154Z test_quick_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4148296Z test_quick_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4148440Z test_quick_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4148586Z test_quick_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4148728Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4148852Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4148996Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4149137Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4149278Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4149420Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4149555Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4149688Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4149825Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4149957Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4150139Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4150311Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4150443Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4150582Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4150721Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4150861Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4151045Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4151169Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4151300Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4151434Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4151566Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4151710Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4151853Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.4151993Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.4152133Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.123s) 2022-11-23T02:13:15.4152313Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4152445Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4152580Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.4152717Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4152865Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4153010Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4153156Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4153300Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4153442Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4153574Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4153718Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4153857Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.4154073Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4154219Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4154368Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4154510Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4154655Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4154799Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4154942Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4155082Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4155223Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4155362Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.4155504Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4155645Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.4155785Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4155969Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4156103Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4156246Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4156388Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4156530Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4156672Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4156812Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4156950Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4157084Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4157214Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4157353Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4157489Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4157631Z test_quick_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4157772Z test_quick_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.4157914Z test_quick_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4158109Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4158344Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4158502Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4158727Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4158885Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4159041Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4159193Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4159344Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4159575Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4159802Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4160023Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T02:13:15.4160251Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4160470Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4160628Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4160780Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T02:13:15.4160943Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.493s) 2022-11-23T02:13:15.4161102Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.491s) 2022-11-23T02:13:15.4161255Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4161458Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.291s) 2022-11-23T02:13:15.4161665Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.4161816Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.203s) 2022-11-23T02:13:15.4161967Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.181s) 2022-11-23T02:13:15.4162213Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-11-23T02:13:15.4162370Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4162509Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T02:13:15.4162657Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4162801Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4162946Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4163092Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4163235Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-11-23T02:13:15.4163379Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4163520Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4163662Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4163803Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4163992Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4164135Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4164270Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4164410Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4164555Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4164693Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4164824Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4164950Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4165079Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4165208Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4165342Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4165471Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4165612Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4165746Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4165891Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4166037Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4166176Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4166317Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4166453Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4166586Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4166720Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4166850Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4166983Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4167114Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4167260Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4167449Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4167595Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4167733Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4167874Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4168010Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4173137Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4173365Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4173575Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4173874Z test_quick_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: diag in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4174161Z test_quick_diag_cpu_bool (__main__.TestDecompCPU) ... skip: diag in torch.bool not supported (0.000s) 2022-11-23T02:13:15.4174471Z test_quick_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: diag in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.4174682Z test_quick_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: diag in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.4174877Z test_quick_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: diag in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.4175069Z test_quick_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: diag in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4175374Z test_quick_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: diag in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4175560Z test_quick_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: diag in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4175747Z test_quick_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: diag in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.4175934Z test_quick_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: diag in torch.int64 not supported (0.016s) 2022-11-23T02:13:15.4176121Z test_quick_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: diag in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4176303Z test_quick_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: diag in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4176456Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4176605Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4176761Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.4176903Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.139s) 2022-11-23T02:13:15.4177060Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T02:13:15.4177214Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4177372Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4177519Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4177673Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4177866Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4178008Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4178154Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4178296Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4178454Z test_quick_diagonal_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4178610Z test_quick_diagonal_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4178854Z test_quick_diagonal_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4179076Z test_quick_diagonal_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4179234Z test_quick_diagonal_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4179387Z test_quick_diagonal_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4179540Z test_quick_diagonal_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4179697Z test_quick_diagonal_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4179835Z test_quick_diagonal_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.4179986Z test_quick_diagonal_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-11-23T02:13:15.4180132Z test_quick_diagonal_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4180283Z test_quick_diagonal_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4180428Z test_quick_diagonal_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4180574Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4180718Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4180868Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.4181019Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-11-23T02:13:15.4181220Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.4181368Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4181514Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.4181661Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4181811Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4181958Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4182100Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4182242Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4182371Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4182535Z test_quick_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4182691Z test_quick_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.4182851Z test_quick_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4183004Z test_quick_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.316s) 2022-11-23T02:13:15.4183156Z test_quick_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.307s) 2022-11-23T02:13:15.4183314Z test_quick_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.4183471Z test_quick_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.4183627Z test_quick_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T02:13:15.4183775Z test_quick_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.4183934Z test_quick_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.195s) 2022-11-23T02:13:15.4184081Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4184224Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4184367Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4184511Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4184702Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4184845Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4184975Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4185116Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4185255Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4185417Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4185579Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.4185734Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T02:13:15.4185885Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4186042Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4186194Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4186341Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4186494Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4186649Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4186812Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4188416Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4188580Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.4188746Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4188914Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4189079Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4189226Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4189384Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4189534Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4189686Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4189840Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4189992Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4190150Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4190303Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4190454Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4190603Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4190753Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4190904Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4191051Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4191203Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.4191358Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4191498Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4191694Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4191840Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4191967Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4192101Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4192236Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4192369Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4192501Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4192636Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4192768Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4192970Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4193162Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-11-23T02:13:15.4193369Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.4193572Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-11-23T02:13:15.4193769Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.4194103Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.4194300Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4194492Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4194684Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4194870Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.016s) 2022-11-23T02:13:15.4195055Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.4195241Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4195427Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4195638Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4195823Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.000s) 2022-11-23T02:13:15.4196040Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.4196252Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-11-23T02:13:15.4196464Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.010s) 2022-11-23T02:13:15.4196669Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.4196874Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4197077Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4197275Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4197514Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.4197703Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.4197901Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4198090Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4198232Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4198366Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4198510Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.203s) 2022-11-23T02:13:15.4198653Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T02:13:15.4198794Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.4198935Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4199070Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4199201Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.4199338Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4199454Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4199626Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4199757Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4199889Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4200028Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4200158Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4200301Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4200437Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4200573Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4200702Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4200836Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4200968Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4201108Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4201249Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4201385Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4201525Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4201654Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4201792Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4201924Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4202054Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4202186Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4202320Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4202470Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4202609Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4202751Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4202894Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4203036Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4203218Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4203358Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4203499Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4203635Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4203779Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4203917Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4204042Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4204178Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4204316Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4204451Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4204585Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4204715Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4204848Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4204981Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4205120Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4205254Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4205447Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4205589Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4205726Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4205862Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4205998Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4206134Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4206251Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4206383Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4206515Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4206662Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4206805Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4206955Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4207103Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4207246Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4207384Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4207527Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4207666Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4207805Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4207943Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4208081Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4208219Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4208363Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4208490Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4208627Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4208805Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4208943Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4209076Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4209209Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4209348Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4209544Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4209684Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4209834Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4209978Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4210114Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4210247Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4210381Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4210515Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4210650Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4210781Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4210902Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4211130Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4211357Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4211510Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4211661Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4211808Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.4211954Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.4212173Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4212394Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4212613Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4212833Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4213052Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4213273Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4213424Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.4213573Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4213717Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4213860Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4214081Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4214296Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4214504Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4215066Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4215283Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4215491Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4215632Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4215782Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4215927Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4216071Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4216295Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4216512Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4216731Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4216948Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4217207Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4217429Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4217583Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.243s) 2022-11-23T02:13:15.4217734Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-11-23T02:13:15.4217876Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.4218021Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.4218241Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4218458Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4218676Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4218892Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4219113Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4219331Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4219484Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.4219633Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.4219781Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.4219912Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.4220133Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4220351Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4220609Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4220828Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4221045Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4221259Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4221412Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-11-23T02:13:15.4221561Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.287s) 2022-11-23T02:13:15.4221706Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-11-23T02:13:15.4221854Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.327s) 2022-11-23T02:13:15.4222072Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4222291Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4222507Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4222769Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4222984Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4223201Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4223353Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4223501Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4223645Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.154s) 2022-11-23T02:13:15.4223787Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T02:13:15.4224005Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4224220Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4224437Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4224654Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4224866Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4225071Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4225222Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4225374Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4225518Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4225661Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4225877Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4226139Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4226356Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4226571Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4226787Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4227003Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4227155Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4227305Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4227452Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4227597Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4227816Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4228031Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4228293Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4228509Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4228729Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4228945Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4229094Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4229246Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4229466Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4229675Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4229896Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4230113Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4230330Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T02:13:15.4230545Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4230689Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4230835Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4231049Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4231268Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4231525Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4231740Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4231952Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4232167Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4232315Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.4232463Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4232681Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4232902Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4233121Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4233336Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4233552Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4233817Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4234056Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4234219Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.4234368Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T02:13:15.4234514Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-11-23T02:13:15.4234727Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4234944Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4235162Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4235377Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4235588Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4235807Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4235959Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4236112Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4236258Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.4236402Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-11-23T02:13:15.4236619Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4236836Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4237107Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4237324Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4237534Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4237751Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4237907Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.4238060Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4238212Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.165s) 2022-11-23T02:13:15.4238362Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4238572Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4238791Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4239009Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4239226Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4239491Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4239710Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4239856Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4240001Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4240217Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4240435Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4240649Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4240868Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4241079Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4241301Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4241449Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4241594Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4241812Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4242030Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-11-23T02:13:15.4242245Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4242459Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4242716Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4242934Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4243080Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4243224Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4243442Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T02:13:15.4243658Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4243874Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4244091Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4244290Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4244435Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4244574Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4244766Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4244914Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.186s) 2022-11-23T02:13:15.4245059Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4245199Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4245338Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.4245479Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4245612Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4245744Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4245878Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4246010Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4246154Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4246296Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4246435Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4246573Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4246694Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4246827Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4246960Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4247092Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4247243Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4247394Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4247547Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4247697Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-11-23T02:13:15.4247844Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4247991Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4248134Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4248322Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4248465Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4248606Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4248743Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4248882Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4249024Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4249149Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4249287Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4249418Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4249548Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4249683Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4249815Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4249957Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4250095Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4250233Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4250424Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4250560Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4250697Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4250827Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4250959Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4251094Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4251225Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4251351Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4251490Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4251625Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4251763Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4251903Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4252034Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4252163Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4252298Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4252430Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4252570Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4252709Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4252845Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4252982Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4253119Z test_quick_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4253256Z test_quick_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4253403Z test_quick_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4253533Z test_quick_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4253674Z test_quick_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4253852Z test_quick_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4253990Z test_quick_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4254126Z test_quick_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4254262Z test_quick_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4254396Z test_quick_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4254527Z test_quick_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4254664Z test_quick_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4254796Z test_quick_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4254929Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4255058Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4255186Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4255320Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4255451Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4255591Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4255711Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4255849Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4255981Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4256157Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4256292Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4256425Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4256552Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4256683Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4256814Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4256970Z test_quick_grid_sampler_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.098s) 2022-11-23T02:13:15.4257126Z test_quick_grid_sampler_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.065s) 2022-11-23T02:13:15.4257264Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4257396Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4257532Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4257663Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-11-23T02:13:15.4257793Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4257925Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4258044Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4258173Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4258304Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4258435Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4258586Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4258731Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4258878Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4259026Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.4259169Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4259315Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4259501Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4259645Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4259788Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4259929Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4260071Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4260212Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4260341Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4260485Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4260626Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4260768Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4260913Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4261062Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4261204Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4261346Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4261485Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4261633Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4261821Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4261973Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4262123Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-11-23T02:13:15.4262271Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4262417Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4262559Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4262699Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.4262827Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4262967Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4263109Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4263250Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4263390Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4263540Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4263681Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4263834Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4263985Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4264132Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4264278Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4264422Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4264568Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4264710Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4264848Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4264989Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4265179Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4265315Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4265458Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4265609Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4265758Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4265902Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4266050Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4266194Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4266335Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4266479Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4266699Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4266843Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4266986Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4267138Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4267284Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4267490Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4267647Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4267802Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4267950Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4268090Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4268239Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4268384Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4268529Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4268673Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4268862Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4269010Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4269153Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4269292Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4269438Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4269582Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4269726Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4269867Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4270007Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4270147Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4270284Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4270407Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4270540Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4270676Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4270813Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4271004Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4271143Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4271288Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4271433Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4271573Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4271714Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4271856Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4271988Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4272120Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4272248Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4272385Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4272523Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4272672Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4272801Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4272946Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4273091Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4273285Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4273428Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4273571Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4273711Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4273855Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4274079Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4274230Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4274372Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4274518Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4274660Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4274804Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4274944Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4275087Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4275227Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4275357Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4275499Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4275636Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4275769Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4275899Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4276032Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4276164Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4276301Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4276434Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4276573Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4276708Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4276892Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.4277026Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4277155Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4277282Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4277414Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4277535Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4277675Z test_quick_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4277822Z test_quick_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.264s) 2022-11-23T02:13:15.4277966Z test_quick_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.264s) 2022-11-23T02:13:15.4278108Z test_quick_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.4278249Z test_quick_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4278392Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4278534Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4278674Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4278816Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4279309Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4279450Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4279588Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4279727Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4279868Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4280035Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4280188Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.807s) 2022-11-23T02:13:15.4280351Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.849s) 2022-11-23T02:13:15.4280510Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.4280665Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.523s) 2022-11-23T02:13:15.4280823Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.506s) 2022-11-23T02:13:15.4280971Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4281124Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4281276Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4281423Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4281568Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4281710Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4281855Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4281998Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4282142Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4282283Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4282425Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4282562Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4282688Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4282878Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4283022Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4283160Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4283298Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4283434Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4284263Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4284394Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4284531Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4284662Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4284806Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4284947Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4285088Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4285226Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4285359Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4285488Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4285616Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4285796Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4285916Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4286055Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4286193Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4286338Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4286481Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4286620Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4286756Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4286890Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4287021Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4287153Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4287285Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4287416Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4287554Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4287690Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4287831Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4287971Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4288093Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4288230Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4288365Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4288496Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4288627Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4288759Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4288893Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4289044Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4289237Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4289387Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4289537Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4289686Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.4289842Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.174s) 2022-11-23T02:13:15.4289997Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-11-23T02:13:15.4290145Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4290293Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4290438Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4290574Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4290718Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4290860Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4291006Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4291146Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4291296Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4291484Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4291638Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4291791Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4291939Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4292088Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4292232Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4292376Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4292520Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4292657Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4292800Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4292939Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4293073Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.4293216Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4293370Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.4293522Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.4293671Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4293818Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4293960Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.4294102Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4294246Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4294386Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4294529Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4294673Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4294870Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4295013Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4295168Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T02:13:15.4295320Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4295469Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4295607Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4295751Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4295900Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4296046Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4296187Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4296329Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4296469Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.4296612Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4296750Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4296890Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4297074Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-11-23T02:13:15.4297211Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4297345Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4297476Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4297612Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4297748Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4297895Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.4298033Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.342s) 2022-11-23T02:13:15.4298184Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-11-23T02:13:15.4298328Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.327s) 2022-11-23T02:13:15.4298474Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-11-23T02:13:15.4298616Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T02:13:15.4298759Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.208s) 2022-11-23T02:13:15.4298901Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.213s) 2022-11-23T02:13:15.4299044Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4299184Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4299334Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4299478Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4299624Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4299769Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4299916Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4300059Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4300203Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4300344Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4300528Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4300669Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4300802Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4300939Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4301072Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4301203Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4301339Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4301469Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4301595Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4301725Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.4301855Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4302008Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4302155Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4302309Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4302464Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4302616Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4302797Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4302946Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4303092Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4303237Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4303382Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4303522Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4303667Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4303805Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4303948Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4304091Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4304234Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4304376Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.4304521Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.4304661Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4304803Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4304940Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4305079Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4305203Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4305341Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4305486Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4305632Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4305771Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4305911Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4306047Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4306578Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4306807Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T02:13:15.4307042Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.4307273Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.4307498Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.4307712Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4307925Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4308137Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4308352Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.016s) 2022-11-23T02:13:15.4308563Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.4308821Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4309033Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4309265Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4309482Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T02:13:15.4309718Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.4309949Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.4310173Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.4310396Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4310619Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4310839Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4311038Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.4311244Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.016s) 2022-11-23T02:13:15.4311462Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4311677Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4311826Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4311967Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4312159Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4312301Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4312441Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4312581Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.4312721Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-11-23T02:13:15.4312863Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4313002Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.4313141Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4313280Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4313414Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4313560Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.190s) 2022-11-23T02:13:15.4313700Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.4313829Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-11-23T02:13:15.4313970Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4314222Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4314408Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4314543Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4314676Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4314803Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4314936Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4315070Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4315207Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4315352Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4315496Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4315637Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4315773Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4315910Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4316040Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4316171Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4316289Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4316427Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4316595Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4316761Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4316924Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4317083Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4317238Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4317390Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4317549Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4317710Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4317919Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4318080Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4318240Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4318394Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4318546Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4318711Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4318867Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4319023Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4319171Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4319334Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4319490Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4319643Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4319796Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4319946Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4320144Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4320295Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4320444Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4320585Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4320732Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4320878Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4321019Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4321163Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4321305Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4321446Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4321588Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4321729Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4321870Z test_quick_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4322014Z test_quick_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.4322176Z test_quick_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.4322333Z test_quick_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4322488Z test_quick_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4322638Z test_quick_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4322787Z test_quick_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4322937Z test_quick_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4323083Z test_quick_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4323231Z test_quick_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4323373Z test_quick_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4323562Z test_quick_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.4323704Z test_quick_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4323860Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4324018Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.4324171Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.244s) 2022-11-23T02:13:15.4324343Z test_quick_native_dropout_backward_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4324493Z test_quick_native_dropout_backward_cpu_bool (__main__.TestDecompCPU) ... ok (0.196s) 2022-11-23T02:13:15.4324660Z test_quick_native_dropout_backward_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4324828Z test_quick_native_dropout_backward_cpu_float32 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.4324993Z test_quick_native_dropout_backward_cpu_float64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-11-23T02:13:15.4325157Z test_quick_native_dropout_backward_cpu_int16 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.4325321Z test_quick_native_dropout_backward_cpu_int32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-11-23T02:13:15.4325484Z test_quick_native_dropout_backward_cpu_int64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T02:13:15.4325644Z test_quick_native_dropout_backward_cpu_int8 (__main__.TestDecompCPU) ... ok (0.212s) 2022-11-23T02:13:15.4325845Z test_quick_native_dropout_backward_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.214s) 2022-11-23T02:13:15.4326024Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4326179Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.183s) 2022-11-23T02:13:15.4326328Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.188s) 2022-11-23T02:13:15.4326473Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4326608Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.4326751Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4326891Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-11-23T02:13:15.4327029Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4327165Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4327283Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.4327416Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4327545Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4327672Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4327804Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4327934Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4328074Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4328220Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4328362Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4328503Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.4328643Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4328777Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4328910Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4329044Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4329222Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4329352Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4329473Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4329603Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4329815Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4330017Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.000s) 2022-11-23T02:13:15.4330232Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.000s) 2022-11-23T02:13:15.4330443Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.000s) 2022-11-23T02:13:15.4330655Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.4330857Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-11-23T02:13:15.4331059Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.016s) 2022-11-23T02:13:15.4331258Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4331504Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4331694Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.4331879Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.4332076Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4332271Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4332491Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4332708Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4332933Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4333156Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4333379Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4333597Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4333809Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4334015Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4334230Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4334435Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4334636Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4334892Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4335107Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:13:15.4335242Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4335384Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4335535Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4335685Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4335832Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4335974Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4336117Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4336257Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4336398Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4336539Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4336677Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4336818Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4336997Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4337144Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4337282Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4337431Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4337579Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4337714Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4337856Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4337998Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4338135Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4338272Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4338412Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4338550Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4338688Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4338826Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4338975Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4339115Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4339265Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4339414Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4339560Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4339705Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4339850Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4339990Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4340120Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4340260Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4340446Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4340587Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4340731Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4340881Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4341030Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-11-23T02:13:15.4341174Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-11-23T02:13:15.4341361Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.484s) 2022-11-23T02:13:15.4341538Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.447s) 2022-11-23T02:13:15.4341735Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4341934Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T02:13:15.4342129Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T02:13:15.4342289Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4342446Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4342649Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4342818Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4342988Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4343152Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4343305Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4343465Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4343623Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T02:13:15.4343782Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.206s) 2022-11-23T02:13:15.4343937Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4344096Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.286s) 2022-11-23T02:13:15.4344250Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.276s) 2022-11-23T02:13:15.4344422Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4344590Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4344760Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4344933Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4345104Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4345273Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4345437Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4345603Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4345768Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4345932Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4346142Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4346309Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4346458Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4346620Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4346781Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4346944Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4347108Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4347270Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4347431Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.348s) 2022-11-23T02:13:15.4347590Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.322s) 2022-11-23T02:13:15.4347753Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4347913Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.233s) 2022-11-23T02:13:15.4348075Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-11-23T02:13:15.4348244Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4348457Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4348617Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4348778Z test_quick_nn_functional_mish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4348935Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4349091Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4349335Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4349496Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4349657Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-11-23T02:13:15.4349817Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4349983Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4350162Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.503s) 2022-11-23T02:13:15.4350337Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.498s) 2022-11-23T02:13:15.4350507Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4350673Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.296s) 2022-11-23T02:13:15.4350840Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-11-23T02:13:15.4351004Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4351171Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4351331Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-11-23T02:13:15.4351496Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.187s) 2022-11-23T02:13:15.4351660Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.197s) 2022-11-23T02:13:15.4351868Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4352030Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.794s) 2022-11-23T02:13:15.4352186Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.773s) 2022-11-23T02:13:15.4352424Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-11-23T02:13:15.4352660Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4352890Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-11-23T02:13:15.4353114Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-11-23T02:13:15.4353343Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-11-23T02:13:15.4353564Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-11-23T02:13:15.4353791Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-11-23T02:13:15.4354103Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.000s) 2022-11-23T02:13:15.4354311Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4354472Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4354629Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4354788Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4354939Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4355087Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4355242Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4355398Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4355562Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4355720Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4355871Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4356025Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4356189Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4356342Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4356510Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4356677Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4356845Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4357016Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4357183Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-11-23T02:13:15.4357337Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4357501Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.587s) 2022-11-23T02:13:15.4357723Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.888s) 2022-11-23T02:13:15.4357891Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.163s) 2022-11-23T02:13:15.4358052Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.685s) 2022-11-23T02:13:15.4358213Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (3.599s) 2022-11-23T02:13:15.4358374Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (3.418s) 2022-11-23T02:13:15.4358575Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.002s) 2022-11-23T02:13:15.4358774Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.4358972Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T02:13:15.4359169Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.002s) 2022-11-23T02:13:15.4359358Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.4359548Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T02:13:15.4359749Z test_quick_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T02:13:15.4359998Z test_quick_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.4360199Z test_quick_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T02:13:15.4360393Z test_quick_norm_fro_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T02:13:15.4360587Z test_quick_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.4360777Z test_quick_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.002s) 2022-11-23T02:13:15.4360976Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T02:13:15.4361181Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T02:13:15.4361383Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T02:13:15.4361570Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T02:13:15.4361749Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.4361941Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T02:13:15.4362150Z test_quick_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: norm in torch.complex128 not supported (0.002s) 2022-11-23T02:13:15.4362353Z test_quick_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T02:13:15.4362549Z test_quick_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T02:13:15.4362741Z test_quick_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: norm in torch.float64 not supported (0.003s) 2022-11-23T02:13:15.4362888Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4363028Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4363173Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4363365Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4363510Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4363651Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4363792Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4363931Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4364072Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4364210Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4364341Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4364475Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4364598Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4364746Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4364888Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4365040Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4365189Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.4365336Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4365536Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4365679Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4365822Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4365965Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4366105Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.4366247Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4366387Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4366526Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4366664Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4366812Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.193s) 2022-11-23T02:13:15.4366957Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-11-23T02:13:15.4367083Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4367220Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.4367354Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.4367489Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.4367626Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4367757Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4367893Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4368027Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.4368171Z test_quick_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.4368306Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.176s) 2022-11-23T02:13:15.4368452Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.459s) 2022-11-23T02:13:15.4368598Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.480s) 2022-11-23T02:13:15.4368738Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-11-23T02:13:15.4368877Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-11-23T02:13:15.4369061Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.182s) 2022-11-23T02:13:15.4369196Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.199s) 2022-11-23T02:13:15.4369315Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T02:13:15.4369451Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.171s) 2022-11-23T02:13:15.4369582Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.184s) 2022-11-23T02:13:15.4369750Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4369998Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4370171Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4370334Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.006s) 2022-11-23T02:13:15.4370497Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4370657Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-11-23T02:13:15.4370861Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-11-23T02:13:15.4371019Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4371168Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4371324Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4371899Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4372054Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4372206Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4372354Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4372506Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4372639Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4372785Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4372933Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4373081Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4373236Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4373385Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4373534Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4373679Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.4373826Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-11-23T02:13:15.4373971Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4374114Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4374261Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4374405Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.4374546Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4374688Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.4374833Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4374979Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.4375109Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4375249Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4375445Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.4375590Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4375729Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.4375869Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.4376009Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4376151Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.4376293Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4376430Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4376573Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.191s) 2022-11-23T02:13:15.4376716Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.4376862Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.223s) 2022-11-23T02:13:15.4377002Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4377144Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.4377286Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-11-23T02:13:15.4377409Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.087s) 2022-11-23T02:13:15.4377590Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.4377720Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4377854Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.061s) 2022-11-23T02:13:15.4377991Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4378131Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4378267Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.272s) 2022-11-23T02:13:15.4378411Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.719s) 2022-11-23T02:13:15.4378554Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.717s) 2022-11-23T02:13:15.4378696Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.4378833Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.423s) 2022-11-23T02:13:15.4378973Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.401s) 2022-11-23T02:13:15.4379109Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.271s) 2022-11-23T02:13:15.4379242Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.314s) 2022-11-23T02:13:15.4379372Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-11-23T02:13:15.4379509Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.249s) 2022-11-23T02:13:15.4379644Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.266s) 2022-11-23T02:13:15.4379775Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4379913Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4380057Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4380202Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.4380346Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4380488Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4380623Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4380756Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4380886Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4381095Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4381232Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4381371Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4381516Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.215s) 2022-11-23T02:13:15.4381659Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-11-23T02:13:15.4381802Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4381943Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T02:13:15.4382068Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-11-23T02:13:15.4382204Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4382337Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4382470Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4382607Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4382739Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.080s) 2022-11-23T02:13:15.4382884Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4383113Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T02:13:15.4383308Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4383539Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T02:13:15.4383686Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4383830Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4383973Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4384116Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4384339Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T02:13:15.4384552Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T02:13:15.4384774Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T02:13:15.4384995Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T02:13:15.4385211Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-11-23T02:13:15.4385354Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4385479Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4385625Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4385773Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.4385921Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4386062Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4386199Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4386330Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4386465Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4386595Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.4386769Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.4386904Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4387034Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.4387179Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4387318Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4387469Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4387619Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4387751Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.4387894Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.4388036Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4388177Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4388310Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4388452Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4388593Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4388734Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4388872Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4389057Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4389193Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4389330Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.4389467Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4389596Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4389728Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.4389861Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4389997Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4390131Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4390277Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4390422Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4390563Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4390704Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4390845Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4390988Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4391131Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4391271Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4391410Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4391548Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4391683Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.4391828Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.4391967Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.4392106Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.4392241Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4392363Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.4392537Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.4392668Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4392799Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4392929Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.4393069Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4393204Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4393349Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4393493Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4393633Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4393772Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4393909Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4394152Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4394294Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4394429Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4394562Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4394689Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4394877Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.4395020Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-11-23T02:13:15.4395164Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.4395302Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-11-23T02:13:15.4395444Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4395580Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4395712Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4395843Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4395978Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4396108Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4396253Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4396387Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4396533Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.145s) 2022-11-23T02:13:15.4396676Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-11-23T02:13:15.4396822Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.153s) 2022-11-23T02:13:15.4396963Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4397090Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4397231Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4397370Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4397505Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4397638Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4397771Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-11-23T02:13:15.4397910Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.4398057Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4398202Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.109s) 2022-11-23T02:13:15.4398852Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.4399104Z test_quick_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4399254Z test_quick_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4399405Z test_quick_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4399617Z test_quick_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4399779Z test_quick_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4399927Z test_quick_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4400070Z test_quick_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4400205Z test_quick_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4400352Z test_quick_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4400498Z test_quick_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4400650Z test_quick_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4400802Z test_quick_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4400951Z test_quick_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4401168Z test_quick_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4401315Z test_quick_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4401460Z test_quick_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4401604Z test_quick_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4401757Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4401905Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4402054Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4402203Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4402349Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4402495Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4402642Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4402772Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4402914Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4403059Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4403206Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4403351Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4403495Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4403638Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4403780Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4403921Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4404065Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4404210Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4404356Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4404506Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-11-23T02:13:15.4404723Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4404869Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4405009Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4405150Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4405276Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4405431Z test_quick_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4405590Z test_quick_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4405746Z test_quick_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4405900Z test_quick_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4406055Z test_quick_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4406207Z test_quick_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4406358Z test_quick_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4406508Z test_quick_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4406730Z test_quick_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bfloat16 not supported (0.001s) 2022-11-23T02:13:15.4406992Z test_quick_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: special.ndtr in torch.bool not supported (0.001s) 2022-11-23T02:13:15.4407206Z test_quick_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float32 not supported (0.001s) 2022-11-23T02:13:15.4407420Z test_quick_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.float64 not supported (0.001s) 2022-11-23T02:13:15.4407632Z test_quick_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int16 not supported (0.001s) 2022-11-23T02:13:15.4407839Z test_quick_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int32 not supported (0.001s) 2022-11-23T02:13:15.4408044Z test_quick_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int64 not supported (0.001s) 2022-11-23T02:13:15.4408250Z test_quick_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.int8 not supported (0.001s) 2022-11-23T02:13:15.4408455Z test_quick_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: special.ndtr in torch.uint8 not supported (0.001s) 2022-11-23T02:13:15.4408607Z test_quick_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4408760Z test_quick_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4408914Z test_quick_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4409052Z test_quick_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4409201Z test_quick_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4409347Z test_quick_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4409500Z test_quick_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4409647Z test_quick_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4409809Z test_quick_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-11-23T02:13:15.4409963Z test_quick_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4410121Z test_quick_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4410279Z test_quick_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.4410481Z test_quick_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-11-23T02:13:15.4410635Z test_quick_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4410786Z test_quick_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4410937Z test_quick_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.4411090Z test_quick_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4411241Z test_quick_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.071s) 2022-11-23T02:13:15.4411389Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4411538Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.4411686Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.4411823Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-11-23T02:13:15.4411972Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4412117Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.085s) 2022-11-23T02:13:15.4412263Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4412406Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.4412593Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4412733Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4412879Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.4413024Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.081s) 2022-11-23T02:13:15.4413168Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-11-23T02:13:15.4413312Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4413455Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4413594Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4413731Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.4413864Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4413998Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-11-23T02:13:15.4414122Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4414255Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-11-23T02:13:15.4414414Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4414566Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.065s) 2022-11-23T02:13:15.4414730Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T02:13:15.4414888Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.183s) 2022-11-23T02:13:15.4415042Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4415196Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.106s) 2022-11-23T02:13:15.4415350Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.100s) 2022-11-23T02:13:15.4415502Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4415651Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-11-23T02:13:15.4415799Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4415950Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4416137Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-11-23T02:13:15.4416292Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4416439Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.4416599Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.257s) 2022-11-23T02:13:15.4416756Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.262s) 2022-11-23T02:13:15.4416902Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-11-23T02:13:15.4417055Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4417203Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.134s) 2022-11-23T02:13:15.4417353Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-11-23T02:13:15.4417508Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.4417663Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.091s) 2022-11-23T02:13:15.4417812Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.4417958Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.4418106Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4418289Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4418425Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4418571Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-11-23T02:13:15.4418716Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-11-23T02:13:15.4418855Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.4418997Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4419134Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4419266Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4419384Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4419518Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4419653Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4419800Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4419942Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4420092Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4420237Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-11-23T02:13:15.4420387Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4420531Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4420673Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-11-23T02:13:15.4420813Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-11-23T02:13:15.4420953Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4421096Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4421235Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4421372Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4421510Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4421653Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4421819Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4421966Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-11-23T02:13:15.4422111Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4422253Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.4422393Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4422533Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4422673Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4422813Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4422947Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4423078Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4423217Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4423356Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4423496Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4423640Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.230s) 2022-11-23T02:13:15.4423782Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-11-23T02:13:15.4423961Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4424084Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4424220Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.4424368Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4424517Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.355s) 2022-11-23T02:13:15.4424667Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.379s) 2022-11-23T02:13:15.4424810Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4424951Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.221s) 2022-11-23T02:13:15.4425090Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.203s) 2022-11-23T02:13:15.4425227Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4425371Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.217s) 2022-11-23T02:13:15.4425512Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.295s) 2022-11-23T02:13:15.4425652Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.329s) 2022-11-23T02:13:15.4425789Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:13:15.4425921Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.168s) 2022-11-23T02:13:15.4426054Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.169s) 2022-11-23T02:13:15.4426191Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.110s) 2022-11-23T02:13:15.4426322Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4426438Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-11-23T02:13:15.4426571Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4426702Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.084s) 2022-11-23T02:13:15.4426844Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4426980Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.048s) 2022-11-23T02:13:15.4427121Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.128s) 2022-11-23T02:13:15.4427259Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.136s) 2022-11-23T02:13:15.4427438Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4427573Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-11-23T02:13:15.4427710Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-11-23T02:13:15.4427840Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4427969Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-11-23T02:13:15.4428095Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.4428227Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4428354Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4428493Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4428611Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4428753Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4428893Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-11-23T02:13:15.4429024Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4429154Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4429283Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4429416Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4429590Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4429720Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4429851Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4429982Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4430124Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4430261Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4430406Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4430547Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-11-23T02:13:15.4430684Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.4430807Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4430941Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-11-23T02:13:15.4431076Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4431205Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4431337Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-11-23T02:13:15.4431473Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-11-23T02:13:15.4431616Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4431751Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4431894Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.210s) 2022-11-23T02:13:15.4432038Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.277s) 2022-11-23T02:13:15.4432180Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.4432319Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-11-23T02:13:15.4432458Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4432592Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-11-23T02:13:15.4432725Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-11-23T02:13:15.4432859Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.4432991Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4433167Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4433313Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4433455Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4433597Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4433735Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4433875Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4434092Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4434235Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4434369Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-11-23T02:13:15.4434519Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-11-23T02:13:15.4434669Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4434825Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.4434978Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4435130Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-11-23T02:13:15.4435280Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4435480Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4435611Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4435754Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.4435898Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4436042Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4436185Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4436324Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-11-23T02:13:15.4436465Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4436604Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.4436746Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.280s) 2022-11-23T02:13:15.4436889Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.277s) 2022-11-23T02:13:15.4437029Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4437169Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.144s) 2022-11-23T02:13:15.4437305Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.138s) 2022-11-23T02:13:15.4437441Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.4437580Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.112s) 2022-11-23T02:13:15.4437710Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.4437845Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.118s) 2022-11-23T02:13:15.4437965Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4438111Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4438261Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4438402Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-11-23T02:13:15.4438537Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.4438681Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.268s) 2022-11-23T02:13:15.4438869Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-11-23T02:13:15.4439009Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4439147Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.170s) 2022-11-23T02:13:15.4439284Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-11-23T02:13:15.4439416Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-11-23T02:13:15.4444500Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4444673Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-11-23T02:13:15.4444813Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.4444950Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.4445101Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4445251Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4445399Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4445545Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4445687Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-11-23T02:13:15.4445814Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4445949Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4446180Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-11-23T02:13:15.4446318Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4446455Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-11-23T02:13:15.4446602Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-11-23T02:13:15.4446742Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.102s) 2022-11-23T02:13:15.4446895Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.275s) 2022-11-23T02:13:15.4447047Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.286s) 2022-11-23T02:13:15.4447194Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.346s) 2022-11-23T02:13:15.4447338Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-11-23T02:13:15.4447480Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.154s) 2022-11-23T02:13:15.4447625Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-11-23T02:13:15.4447767Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.090s) 2022-11-23T02:13:15.4447908Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-11-23T02:13:15.4448046Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-11-23T02:13:15.4448170Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.097s) 2022-11-23T02:13:15.4448313Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.089s) 2022-11-23T02:13:15.4448466Z test_quick_unfold_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4448611Z test_quick_unfold_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.633s) 2022-11-23T02:13:15.4448768Z test_quick_unfold_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.702s) 2022-11-23T02:13:15.4448923Z test_quick_unfold_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (1.832s) 2022-11-23T02:13:15.4449079Z test_quick_unfold_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.878s) 2022-11-23T02:13:15.4449228Z test_quick_unfold_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4449377Z test_quick_unfold_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (1.046s) 2022-11-23T02:13:15.4449524Z test_quick_unfold_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.855s) 2022-11-23T02:13:15.4449722Z test_quick_unfold_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.640s) 2022-11-23T02:13:15.4449870Z test_quick_unfold_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.684s) 2022-11-23T02:13:15.4450013Z test_quick_unfold_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.655s) 2022-11-23T02:13:15.4450158Z test_quick_unfold_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.604s) 2022-11-23T02:13:15.4450297Z test_quick_unfold_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.593s) 2022-11-23T02:13:15.4450443Z test_quick_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-11-23T02:13:15.4450588Z test_quick_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.665s) 2022-11-23T02:13:15.4450735Z test_quick_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.917s) 2022-11-23T02:13:15.4450869Z test_quick_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (1.887s) 2022-11-23T02:13:15.4451015Z test_quick_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.985s) 2022-11-23T02:13:15.4451159Z test_quick_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-11-23T02:13:15.4451303Z test_quick_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.005s) 2022-11-23T02:13:15.4451446Z test_quick_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.923s) 2022-11-23T02:13:15.4451587Z test_quick_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.760s) 2022-11-23T02:13:15.4451730Z test_quick_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.636s) 2022-11-23T02:13:15.4451912Z test_quick_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.757s) 2022-11-23T02:13:15.4452051Z test_quick_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.755s) 2022-11-23T02:13:15.4452190Z test_quick_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.699s) 2022-11-23T02:13:15.4452362Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4452536Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4452705Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-11-23T02:13:15.4452870Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-11-23T02:13:15.4453035Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-11-23T02:13:15.4453199Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.006s) 2022-11-23T02:13:15.4453350Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4453486Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4453641Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4453793Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4453945Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-11-23T02:13:15.4454093Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-11-23T02:13:15.4454240Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-11-23T02:13:15.4454382Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-11-23T02:13:15.4454524Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-11-23T02:13:15.4454669Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-11-23T02:13:15.4454815Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-11-23T02:13:15.4454960Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-11-23T02:13:15.4455101Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-11-23T02:13:15.4455242Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4455383Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.259s) 2022-11-23T02:13:15.4455571Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-11-23T02:13:15.4455711Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-11-23T02:13:15.4455847Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-11-23T02:13:15.4455967Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.4456113Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-11-23T02:13:15.4456265Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.506s) 2022-11-23T02:13:15.4456413Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.416s) 2022-11-23T02:13:15.4456556Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4456698Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.235s) 2022-11-23T02:13:15.4456839Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.277s) 2022-11-23T02:13:15.4456981Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4457120Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.060s) 2022-11-23T02:13:15.4457266Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.155s) 2022-11-23T02:13:15.4457409Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.175s) 2022-11-23T02:13:15.4457553Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-11-23T02:13:15.4457734Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T02:13:15.4457873Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-11-23T02:13:15.4458012Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-11-23T02:13:15.4458149Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-11-23T02:13:15.4458270Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-11-23T02:13:15.4458410Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-11-23T02:13:15.4458545Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4458679Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-11-23T02:13:15.4458821Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4458959Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.069s) 2022-11-23T02:13:15.4459107Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-11-23T02:13:15.4459252Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-11-23T02:13:15.4459394Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.225s) 2022-11-23T02:13:15.4459536Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-11-23T02:13:15.4459674Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-11-23T02:13:15.4459818Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-11-23T02:13:15.4459954Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-11-23T02:13:15.4460088Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.086s) 2022-11-23T02:13:15.4460219Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.4460355Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.094s) 2022-11-23T02:13:15.4460490Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.082s) 2022-11-23T02:13:15.4460618Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-11-23T02:13:15.4460756Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.099s) 2022-11-23T02:13:15.4460897Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-11-23T02:13:15.4461036Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.178s) 2022-11-23T02:13:15.4461216Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.169s) 2022-11-23T02:13:15.4461351Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.103s) 2022-11-23T02:13:15.4461487Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-11-23T02:13:15.4461622Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-11-23T02:13:15.4461758Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-11-23T02:13:15.4461895Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-11-23T02:13:15.4462038Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:13:15.4462174Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-11-23T02:13:15.4462319Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4462463Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4462607Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4462750Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4462877Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4463015Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4463149Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4463281Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4463458Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4463598Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T02:13:15.4463734Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-11-23T02:13:15.4463748Z 2022-11-23T02:13:15.4463911Z ---------------------------------------------------------------------- 2022-11-23T02:13:15.4463999Z Ran 7423 tests in 2749.563s 2022-11-23T02:13:15.4464006Z 2022-11-23T02:13:15.4464112Z OK (skipped=544, expected failures=28) 2022-11-23T02:13:15.4464118Z 2022-11-23T02:13:15.4464209Z Generating XML reports... 2022-11-23T02:13:15.4464485Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-DecompContiguousTestsCPU-20221123012723.xml 2022-11-23T02:13:15.4464720Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-TestDecompCPU-20221123012723.xml 2022-11-23T02:13:15.4464729Z 2022-11-23T02:13:15.4465104Z ##[endgroup] 2022-11-23T02:13:15.4465352Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_bxvkbcy9) 2022-11-23T02:13:15.4465358Z 2022-11-23T02:13:18.7366374Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:18.9070720Z Running test_proxy_tensor ... [2022-11-23 02:13:18.906825] 2022-11-23T02:13:18.9078939Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:13:18.907451] 2022-11-23T02:13:18.9081552Z Ignoring disabled issues: [] 2022-11-23T02:13:50.2793076Z 2022-11-23T02:13:50.2793879Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T02:13:50.2795160Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_i897g2xy) 2022-11-23T02:13:50.2795716Z 2022-11-23T02:13:50.2795835Z Running tests... 2022-11-23T02:13:50.2796527Z ---------------------------------------------------------------------- 2022-11-23T02:13:50.2797164Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-11-23T02:13:50.2797907Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:13:50.2798922Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:13:50.2799621Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (59.914s) 2022-11-23T02:13:50.2800228Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.021s) 2022-11-23T02:13:50.2800805Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.015s) 2022-11-23T02:13:50.2801412Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.735s) 2022-11-23T02:13:50.2802017Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (13.711s) 2022-11-23T02:13:50.2802365Z 2022-11-23T02:13:50.2802635Z ---------------------------------------------------------------------- 2022-11-23T02:13:50.2803086Z Ran 7 tests in 75.391s 2022-11-23T02:13:50.2803298Z 2022-11-23T02:13:50.2803430Z OK (skipped=2) 2022-11-23T02:13:50.2803631Z 2022-11-23T02:13:50.2803803Z Generating XML reports... 2022-11-23T02:13:50.2804445Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221123021234.xml 2022-11-23T02:13:50.2804906Z 2022-11-23T02:13:50.2805340Z ##[endgroup] 2022-11-23T02:13:50.2805968Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_i897g2xy) 2022-11-23T02:13:50.2806434Z 2022-11-23T02:13:53.1091235Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:53.2766821Z Running test_foreach ... [2022-11-23 02:13:53.274243] 2022-11-23T02:13:53.2772033Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:13:53.274243] 2022-11-23T02:13:53.2773825Z Ignoring disabled issues: [] 2022-11-23T02:14:50.0804562Z 2022-11-23T02:14:50.0805065Z Expand the folded group to see the log file of test_foreach 2022-11-23T02:14:50.0805946Z ##[group]PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_qa5308n7) 2022-11-23T02:14:50.0821900Z 2022-11-23T02:14:50.0822006Z Running tests... 2022-11-23T02:14:50.0822302Z ---------------------------------------------------------------------- 2022-11-23T02:14:50.0822658Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-11-23T02:14:50.0823063Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0826053Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0826577Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0826999Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0827632Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.0828134Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0828527Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0828924Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0829315Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0829795Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0830341Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0830717Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0831341Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.709s) 2022-11-23T02:14:50.0831734Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0832129Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T02:14:50.0832592Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0833125Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0833650Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0834164Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0834687Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.0835202Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0835720Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.0836250Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0837029Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0837621Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0838112Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0838504Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0838932Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0839476Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0839991Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.0840384Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0840767Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0841291Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0841789Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0842308Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0842861Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0843430Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.0843965Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0844552Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0845135Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0845690Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0846269Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0846844Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.0847392Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0848046Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0848569Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0849117Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0849647Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.0850208Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0850771Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0851335Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0851900Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0852322Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0852760Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0853183Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.0853583Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0854031Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0854458Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.0854882Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.0855308Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T02:14:50.0855739Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.006s) 2022-11-23T02:14:50.0856175Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0856634Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0857109Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0857582Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.011s) 2022-11-23T02:14:50.0858045Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0858508Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0858919Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0859378Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0859818Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0860270Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0860723Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0861130Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0861642Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0862119Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0862594Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0863062Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.006s) 2022-11-23T02:14:50.0863506Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0863971Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0864382Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0864843Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.012s) 2022-11-23T02:14:50.0865299Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0865750Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0866205Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0866619Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0867096Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0867565Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0868039Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0868503Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0868959Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0869411Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0869827Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0870357Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0870813Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0871221Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0871628Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0872034Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0872448Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0872922Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0873625Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0874331Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0875127Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0875802Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0876502Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0877168Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0877831Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T02:14:50.0878447Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-11-23T02:14:50.0879990Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-11-23T02:14:50.0880397Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0880790Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.0881187Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T02:14:50.0881587Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T02:14:50.0882394Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:14:50.0883229Z actual = self.func(*inputs, **kwargs) 2022-11-23T02:14:50.0883495Z ok (0.050s) 2022-11-23T02:14:50.0883789Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.0884205Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0884596Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.0885023Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T02:14:50.0885397Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.0885829Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T02:14:50.0886246Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.0886633Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-11-23T02:14:50.0887043Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.0887439Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T02:14:50.0887880Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T02:14:50.0888269Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T02:14:50.0888700Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-11-23T02:14:50.0889086Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T02:14:50.0889504Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T02:14:50.0889907Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.0890845Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T02:14:50.0891250Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.0891683Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T02:14:50.0892112Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T02:14:50.0892499Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.0892937Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T02:14:50.0893313Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-11-23T02:14:50.0893750Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.0894135Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.0894566Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-11-23T02:14:50.0894943Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T02:14:50.0895363Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-11-23T02:14:50.0895773Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T02:14:50.0896194Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.0896610Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T02:14:50.0896998Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T02:14:50.0897434Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.0897825Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T02:14:50.0898269Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T02:14:50.0898655Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-11-23T02:14:50.0899068Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.0899492Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.0899875Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.0900294Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T02:14:50.0900668Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T02:14:50.0901088Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T02:14:50.0901461Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.0901875Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.078s) 2022-11-23T02:14:50.0902257Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T02:14:50.0902693Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T02:14:50.0903095Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T02:14:50.0903516Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T02:14:50.0903994Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0904379Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T02:14:50.0904740Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.0905113Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T02:14:50.0905484Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T02:14:50.0905868Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.0906246Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T02:14:50.0906630Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T02:14:50.0907017Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.068s) 2022-11-23T02:14:50.0907386Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.089s) 2022-11-23T02:14:50.0907778Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-11-23T02:14:50.0908164Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T02:14:50.0908544Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T02:14:50.0908972Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T02:14:50.0909398Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-11-23T02:14:50.0909774Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0910272Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T02:14:50.0910653Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.0911072Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-11-23T02:14:50.0911455Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0911840Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.067s) 2022-11-23T02:14:50.0912233Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T02:14:50.0912627Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-11-23T02:14:50.0912996Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0913387Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-11-23T02:14:50.0913768Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-11-23T02:14:50.0914146Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-11-23T02:14:50.0914517Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-11-23T02:14:50.0914890Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T02:14:50.0915263Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.054s) 2022-11-23T02:14:50.0915616Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T02:14:50.0915994Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-11-23T02:14:50.0916476Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.0916867Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.076s) 2022-11-23T02:14:50.0917308Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-11-23T02:14:50.0917698Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-11-23T02:14:50.0918125Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-11-23T02:14:50.0918486Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T02:14:50.0918863Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0919237Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T02:14:50.0919609Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-11-23T02:14:50.0919985Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.0920357Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-11-23T02:14:50.0920761Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0921220Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0921644Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0922069Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0922498Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0922921Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0923392Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0923830Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0924305Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0924754Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0925177Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0925598Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0926013Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0926422Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0926839Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0927252Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0927654Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0928072Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0928546Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0928977Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0929404Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.0929822Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0930246Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0930660Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0931049Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0931459Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0931875Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0932286Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0932704Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0933168Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0933592Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0934022Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0934434Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0934852Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0935317Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T02:14:50.0935735Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0936193Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0936646Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0937061Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.0937461Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0937878Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0938294Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.0938714Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.0939142Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0939565Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0939981Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0940444Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0940837Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0941245Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0941648Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0942063Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0942474Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T02:14:50.0942881Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-11-23T02:14:50.0943284Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T02:14:50.0943678Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-11-23T02:14:50.0944083Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-11-23T02:14:50.0944485Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-11-23T02:14:50.0944886Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T02:14:50.0945322Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-11-23T02:14:50.0945714Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0946105Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.051s) 2022-11-23T02:14:50.0946471Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T02:14:50.0946858Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-11-23T02:14:50.0947251Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T02:14:50.0947646Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T02:14:50.0948039Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.055s) 2022-11-23T02:14:50.0948442Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-11-23T02:14:50.0948847Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.0949242Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-11-23T02:14:50.0949622Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-11-23T02:14:50.0950015Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T02:14:50.0950497Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T02:14:50.0950889Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T02:14:50.0951279Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-11-23T02:14:50.0951666Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T02:14:50.0952060Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-11-23T02:14:50.0952541Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T02:14:50.0952981Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.0953383Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T02:14:50.0953832Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-11-23T02:14:50.0954239Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T02:14:50.0954641Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-11-23T02:14:50.0955034Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-11-23T02:14:50.0955404Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T02:14:50.0955794Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T02:14:50.0956174Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T02:14:50.0956557Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.0956944Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-11-23T02:14:50.0957338Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-11-23T02:14:50.0957780Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T02:14:50.0958161Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.0958561Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-11-23T02:14:50.0958960Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-11-23T02:14:50.0959351Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T02:14:50.0959740Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-11-23T02:14:50.0960132Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.0960523Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0960888Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.0961274Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.0961663Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-11-23T02:14:50.0962056Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-11-23T02:14:50.0962446Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0962846Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.116s) 2022-11-23T02:14:50.0963254Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.115s) 2022-11-23T02:14:50.0963636Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.107s) 2022-11-23T02:14:50.0964032Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.099s) 2022-11-23T02:14:50.0964421Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-11-23T02:14:50.0964854Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-11-23T02:14:50.0965244Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.082s) 2022-11-23T02:14:50.0965626Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-11-23T02:14:50.0966012Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.085s) 2022-11-23T02:14:50.0966384Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.078s) 2022-11-23T02:14:50.0966780Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-11-23T02:14:50.0967172Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.0967569Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.091s) 2022-11-23T02:14:50.0967977Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.130s) 2022-11-23T02:14:50.0968378Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-11-23T02:14:50.0968775Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.102s) 2022-11-23T02:14:50.0969152Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.087s) 2022-11-23T02:14:50.0969589Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-11-23T02:14:50.0969977Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-11-23T02:14:50.0970361Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0970742Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.076s) 2022-11-23T02:14:50.0971133Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.092s) 2022-11-23T02:14:50.0971529Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.109s) 2022-11-23T02:14:50.0971900Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.090s) 2022-11-23T02:14:50.0972297Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.133s) 2022-11-23T02:14:50.0972703Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.136s) 2022-11-23T02:14:50.0973109Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.102s) 2022-11-23T02:14:50.0973504Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.105s) 2022-11-23T02:14:50.0973893Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.109s) 2022-11-23T02:14:50.0974284Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.0974672Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.078s) 2022-11-23T02:14:50.0975037Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-11-23T02:14:50.0975423Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-11-23T02:14:50.0975811Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.0976204Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T02:14:50.0977021Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.0977472Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.103s) 2022-11-23T02:14:50.0977879Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.113s) 2022-11-23T02:14:50.0978259Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0978652Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-11-23T02:14:50.0979043Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T02:14:50.0979509Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T02:14:50.0979946Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.068s) 2022-11-23T02:14:50.0980335Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T02:14:50.0980723Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T02:14:50.0981091Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.068s) 2022-11-23T02:14:50.0981491Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T02:14:50.0981891Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.0982344Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T02:14:50.0982762Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T02:14:50.0983169Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.0983573Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T02:14:50.0983956Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T02:14:50.0984352Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T02:14:50.0984747Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T02:14:50.0985137Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.0985537Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.0985934Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.0986334Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.0986730Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.0987112Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.0987518Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T02:14:50.0987917Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T02:14:50.0988320Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.0988714Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.0989107Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.0989553Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T02:14:50.0989925Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.0990404Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.0990796Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.0991193Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.0991596Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.0991997Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.0992412Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.0992797Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.0993194Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.0993584Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.0993977Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.0994367Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.0994802Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.0995195Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.0995568Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.0995963Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-11-23T02:14:50.0996355Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.0996755Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.051s) 2022-11-23T02:14:50.0997165Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T02:14:50.0997569Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-11-23T02:14:50.0997971Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T02:14:50.0998348Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-11-23T02:14:50.0998744Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.0999131Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.0999518Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.0999905Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.1000295Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T02:14:50.1000752Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T02:14:50.1001132Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.1001573Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-11-23T02:14:50.1002032Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-11-23T02:14:50.1002518Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.104s) 2022-11-23T02:14:50.1002921Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-11-23T02:14:50.1003374Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-11-23T02:14:50.1003774Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.1004217Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-11-23T02:14:50.1004589Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T02:14:50.1004981Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T02:14:50.1005376Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T02:14:50.1005771Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-11-23T02:14:50.1006165Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.1006560Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.1007020Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-11-23T02:14:50.1007400Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-11-23T02:14:50.1007796Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T02:14:50.1008192Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T02:14:50.1008585Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.1008981Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.1009369Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T02:14:50.1009809Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T02:14:50.1010185Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.1010580Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T02:14:50.1010975Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T02:14:50.1011378Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T02:14:50.1011783Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-11-23T02:14:50.1012180Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-11-23T02:14:50.1012571Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-11-23T02:14:50.1012950Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-11-23T02:14:50.1013342Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T02:14:50.1013728Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T02:14:50.1014163Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T02:14:50.1014554Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.1014944Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.1015339Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-11-23T02:14:50.1015715Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.1016117Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.076s) 2022-11-23T02:14:50.1016523Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-11-23T02:14:50.1016923Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.088s) 2022-11-23T02:14:50.1017322Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T02:14:50.1017770Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T02:14:50.1018162Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T02:14:50.1018534Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.1018919Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T02:14:50.1019357Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T02:14:50.1019744Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.1020174Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1020633Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1021093Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1021556Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1022000Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1022457Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1022958Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1023410Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1023856Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1024305Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:14:50.1024749Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1025199Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1025652Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1026132Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:14:50.1026590Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1027049Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1027504Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1027956Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1028403Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1028843Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1029292Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1029716Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1030235Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1031266Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1031776Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1032230Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1032740Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1033204Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1033660Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:14:50.1034116Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1034546Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1034995Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1035441Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:14:50.1035880Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1036322Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1052578Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1053117Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T02:14:50.1053582Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1054202Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1054673Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1055131Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1055583Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1056030Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1056474Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1056905Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1057354Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1057801Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1058246Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1058744Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1059180Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1059586Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1059969Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1060325Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1060702Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1061073Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1061438Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1061805Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1062159Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1062498Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1062860Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1063231Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1063597Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1063958Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1064322Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1064688Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1065032Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1065392Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1065753Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1066154Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1066516Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1066887Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1067267Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1067626Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1068007Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1068377Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1068748Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1069116Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1069479Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T02:14:50.1069846Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.1070296Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1070670Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T02:14:50.1071096Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1071453Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.1071802Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1072156Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1072504Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1072837Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1073191Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1073553Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.1073914Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1074280Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T02:14:50.1074641Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.1074991Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1075349Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1075713Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1076070Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1076423Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1076785Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1077165Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.190s) 2022-11-23T02:14:50.1077550Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.050s) 2022-11-23T02:14:50.1077945Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (0.811s) 2022-11-23T02:14:50.1078378Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (0.839s) 2022-11-23T02:14:50.1078762Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (0.553s) 2022-11-23T02:14:50.1079134Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (0.604s) 2022-11-23T02:14:50.1079514Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (0.543s) 2022-11-23T02:14:50.1079900Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (0.525s) 2022-11-23T02:14:50.1080268Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.535s) 2022-11-23T02:14:50.1080664Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.102s) 2022-11-23T02:14:50.1081063Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.282s) 2022-11-23T02:14:50.1081460Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.982s) 2022-11-23T02:14:50.1081834Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.954s) 2022-11-23T02:14:50.1082207Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.668s) 2022-11-23T02:14:50.1082591Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.626s) 2022-11-23T02:14:50.1082996Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.609s) 2022-11-23T02:14:50.1083378Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.662s) 2022-11-23T02:14:50.1083754Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.655s) 2022-11-23T02:14:50.1084147Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.904s) 2022-11-23T02:14:50.1084532Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.989s) 2022-11-23T02:14:50.1084918Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (0.773s) 2022-11-23T02:14:50.1085299Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (0.811s) 2022-11-23T02:14:50.1085665Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (0.621s) 2022-11-23T02:14:50.1086041Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (0.552s) 2022-11-23T02:14:50.1086411Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (0.630s) 2022-11-23T02:14:50.1086775Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (0.554s) 2022-11-23T02:14:50.1087140Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.560s) 2022-11-23T02:14:50.1087517Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.927s) 2022-11-23T02:14:50.1087914Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.952s) 2022-11-23T02:14:50.1088285Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.833s) 2022-11-23T02:14:50.1088666Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.829s) 2022-11-23T02:14:50.1089049Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.638s) 2022-11-23T02:14:50.1089424Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.746s) 2022-11-23T02:14:50.1089799Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.622s) 2022-11-23T02:14:50.1090213Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.697s) 2022-11-23T02:14:50.1090575Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.608s) 2022-11-23T02:14:50.1090987Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1091458Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1091918Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:14:50.1092375Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:14:50.1092787Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.1093163Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T02:14:50.1093536Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1093905Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T02:14:50.1094251Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-11-23T02:14:50.1094613Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T02:14:50.1095018Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T02:14:50.1095387Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-11-23T02:14:50.1095757Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T02:14:50.1096122Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T02:14:50.1096466Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T02:14:50.1096822Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-11-23T02:14:50.1097187Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1097550Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1097918Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1098279Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1098633Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1098972Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1099328Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1099679Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1100027Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1100376Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1100722Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1101073Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T02:14:50.1101425Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1101789Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1102143Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1103045Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1103435Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1103794Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1104133Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1104500Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1104869Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1105223Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1105572Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1105934Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1106295Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1106645Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1107001Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1107331Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1107740Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1108095Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1108450Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1108810Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1109177Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1109539Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1109884Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1110342Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1110738Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1111099Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1111456Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1111816Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1112179Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1112516Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1112878Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1113242Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1113599Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1113962Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1114329Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1114674Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1115032Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1115458Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1115820Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1116179Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1116541Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1116903Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1117239Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1117593Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1117947Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1118299Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1118655Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1119004Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1119356Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1119697Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1120104Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1120471Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1120838Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1121197Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1121553Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1121893Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1122253Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1122616Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1122977Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1123344Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1123695Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1124048Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1124394Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1124757Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1125115Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1125465Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1125821Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1126187Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1126549Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1126883Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1127228Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1127617Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1127955Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1128293Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1128631Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1128976Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1129350Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1129719Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1130080Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1130440Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1130787Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1131131Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1131465Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1131810Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1132197Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1132542Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1132894Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1133342Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1133707Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1134086Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1134525Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1135028Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1135470Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1136007Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1136464Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1136896Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1137356Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1137822Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1138190Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1138610Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1139103Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1139455Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1139932Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1140288Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1140689Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1141347Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1141866Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1142225Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1142576Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1142914Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1143262Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1143615Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1144035Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1144427Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1144775Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1145119Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1145498Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1145902Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1146486Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1147001Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1147460Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1147964Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1148407Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1148894Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1149378Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:14:50.1149809Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1150400Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1150832Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1151266Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:14:50.1151756Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1152212Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1152708Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1153135Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:14:50.1153639Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1154089Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1154531Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1154970Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:14:50.1155409Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1155853Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1156302Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1156728Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1157168Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T02:14:50.1157610Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1158149Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1158629Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1159066Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1159492Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1159927Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1160362Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1160788Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1161236Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1161677Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1162119Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1162561Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1163006Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1163448Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1163937Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1164403Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1164886Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1165323Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1165766Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1166207Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1166642Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1167080Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1167527Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1167970Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T02:14:50.1168391Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1168835Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1169326Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1169816Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1170266Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1170760Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1171198Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1171635Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1172057Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1172490Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1172926Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1173366Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1173800Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1174241Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1174683Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1175131Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1175583Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1176112Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1176556Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:14:50.1177043Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1177482Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1177925Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1178368Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:14:50.1178816Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1179254Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1179675Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1180111Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:14:50.1180600Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1181040Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1181472Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1181909Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1182401Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1182889Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1183326Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1183742Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1184165Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1184597Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1185029Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1185459Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1185907Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1186366Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1186819Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1187304Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:14:50.1187747Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:14:50.1188234Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1188677Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:14:50.1189158Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1189589Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:14:50.1190021Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:14:50.1190532Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1190972Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1191407Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1191904Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1192353Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1192797Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1193236Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1193665Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1194104Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1194603Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1195080Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1195519Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1195954Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1196396Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1196844Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1197289Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1197719Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1198153Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1198640Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1199070Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1199499Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1199941Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1200383Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1200872Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1201355Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1201793Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1202230Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1202658Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1203145Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1203577Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1204015Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1204443Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1204872Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:14:50.1205256Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1205601Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1205939Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1206292Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1206693Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1207043Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1207432Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1207773Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1208114Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1208440Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1208783Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-11-23T02:14:50.1209126Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1209471Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1209868Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1210223Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-11-23T02:14:50.1210570Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.1210923Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1211277Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1211626Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1211970Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1212310Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1212656Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1213039Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1213426Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1213775Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1214122Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1214473Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1214879Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T02:14:50.1215232Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1215567Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1215909Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1216257Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1216600Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1216941Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1217283Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1217613Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1217958Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1218309Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1218661Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.1219074Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1219426Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1219823Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1220156Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1220498Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1220841Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1221179Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1221524Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1221867Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1222263Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1222601Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1222952Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1223310Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1223660Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1224008Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1224354Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1224682Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1225070Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1225416Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1225801Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1226146Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1226489Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1226885Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1227224Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.1227576Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T02:14:50.1227927Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1228277Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1228621Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1228968Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1229300Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1229638Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1229979Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1230428Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1230772Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1231171Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1231529Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1231920Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1232276Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1232625Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1232971Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1233316Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1233653Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1233992Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1234369Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1234713Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1235059Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1235404Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1235752Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1236107Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1236445Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1236792Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1237137Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1237535Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1237922Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1238264Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1238603Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1238926Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1239774Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1240124Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1240477Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1240840Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1241194Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1241544Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T02:14:50.1241878Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1242222Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1242566Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1242905Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1243246Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1243645Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1243985Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1244372Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1244723Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1245078Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T02:14:50.1245428Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1245777Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1246125Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1246454Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1246796Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1247186Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1247528Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1247871Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1248215Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1248550Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1248907Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1249266Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1249667Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1250018Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.1250412Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1250751Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1251081Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1251424Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1251820Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1252164Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1252511Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1252858Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1253213Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1253558Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1253910Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1254261Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1254599Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1254940Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1255283Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1255656Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1256004Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1256391Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1256737Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1257083Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T02:14:50.1257435Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1257797Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1258132Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1258479Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1258821Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1259216Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1259561Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1259900Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1260240Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1260570Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1260919Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T02:14:50.1261261Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1261612Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1262022Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.1262190Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1262401Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1262560Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1262723Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1262931Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1263074Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1263234Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1263395Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1263565Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1263726Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1263901Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1264068Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T02:14:50.1264235Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1264400Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1264560Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1264721Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1264884Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1265045Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1265206Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1265366Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1265528Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1265693Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1265863Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T02:14:50.1266032Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T02:14:50.1266186Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1266385Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1266550Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T02:14:50.1266713Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1266873Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1267035Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1267199Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1267358Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1267524Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1267685Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1267902Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1268072Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1268236Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1268398Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1268606Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1268768Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1268973Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1269136Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1269297Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1269444Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1269607Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-11-23T02:14:50.1269768Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1269939Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1270203Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1270370Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1270533Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1270690Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1270851Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1271010Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1271167Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1271327Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1271486Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1271673Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1271845Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1272031Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1272259Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1272437Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1272614Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1272789Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1272950Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1273124Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1273296Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1273469Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1273640Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1273808Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1273971Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1274137Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1274354Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1274566Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1274733Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1274894Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1275109Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1275277Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1275440Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1275602Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1275764Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1275935Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1276104Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1276282Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T02:14:50.1276445Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1276616Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1276784Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1276952Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1277117Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1277282Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1277446Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1277612Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1277775Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1277938Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1278470Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1278649Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1278813Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1278979Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1279142Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1279307Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1279469Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1279627Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1279791Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1279939Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1280099Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1280270Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1280479Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1280700Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T02:14:50.1280868Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1281081Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1281245Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T02:14:50.1281407Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1281569Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1281729Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1281891Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1282053Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1282219Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1282385Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1282545Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1282716Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1282888Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1283050Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T02:14:50.1283202Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1283368Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T02:14:50.1283531Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1283691Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1283849Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1284012Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1284213Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T02:14:50.1284380Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T02:14:50.1284543Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1284713Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1284880Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T02:14:50.1285046Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1285205Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1285367Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1285527Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T02:14:50.1285688Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1285846Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1286007Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1286165Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1286367Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1286572Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1286746Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1286960Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1287128Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1287291Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1287453Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T02:14:50.1287615Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1287775Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1287938Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1288097Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T02:14:50.1288260Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1288428Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T02:14:50.1288590Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T02:14:50.1288764Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T02:14:50.1288933Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1289099Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T02:14:50.1289265Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T02:14:50.1289429Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T02:14:50.1289592Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T02:14:50.1289739Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T02:14:50.1289901Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T02:14:50.1290106Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1290271Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T02:14:50.1290282Z 2022-11-23T02:14:50.1290446Z ---------------------------------------------------------------------- 2022-11-23T02:14:50.1290531Z Ran 1182 tests in 52.906s 2022-11-23T02:14:50.1290537Z 2022-11-23T02:14:50.1290613Z OK (skipped=232) 2022-11-23T02:14:50.1290621Z 2022-11-23T02:14:50.1290713Z Generating XML reports... 2022-11-23T02:14:50.1290953Z Generated XML report: test-reports\python-unittest\test_foreach\TEST-TestForeachCPU-20221123021356.xml 2022-11-23T02:14:50.1290959Z 2022-11-23T02:14:50.1291354Z ##[endgroup] 2022-11-23T02:14:50.1291606Z FINISHED PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_qa5308n7) 2022-11-23T02:14:50.1291612Z 2022-11-23T02:14:52.9638922Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:53.1198716Z Running test_fx_experimental ... [2022-11-23 02:14:53.118509] 2022-11-23T02:14:53.1203743Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:53.118509] 2022-11-23T02:14:53.1205468Z Ignoring disabled issues: [] 2022-11-23T02:15:46.4894288Z 2022-11-23T02:15:46.4894980Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T02:15:46.4895770Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_6jovoldf) 2022-11-23T02:15:46.4904364Z 2022-11-23T02:15:46.4904607Z Running tests... 2022-11-23T02:15:46.4908331Z ---------------------------------------------------------------------- 2022-11-23T02:15:46.4908763Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-11-23T02:15:46.4909233Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T02:15:46.4909622Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.016s) 2022-11-23T02:15:46.4910090Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T02:15:46.4910605Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:15:46.4911174Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:15:46.4911773Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T02:15:46.4912167Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T02:15:46.4912545Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T02:15:46.4913039Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.015s) 2022-11-23T02:15:46.4913477Z test_fetch (__main__.TestFXExperimental) ... ok (0.000s) 2022-11-23T02:15:46.4913922Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T02:15:46.4914462Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.000s) 2022-11-23T02:15:46.4914899Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T02:15:46.4915381Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T02:15:46.4915855Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.039s) 2022-11-23T02:15:46.4916351Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.036s) 2022-11-23T02:15:46.4916823Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T02:15:46.4917834Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-11-23T02:15:46.4918529Z warnings.warn( 2022-11-23T02:15:46.4918789Z ok (0.017s) 2022-11-23T02:15:46.4919151Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T02:15:46.4919658Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.065s) 2022-11-23T02:15:46.4920089Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T02:15:46.4921122Z Exhaustively test `Node.normalized_arguments` on all standard ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:15:46.4922245Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:15:46.4922570Z ok (1.981s) 2022-11-23T02:15:46.4923039Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.593s) 2022-11-23T02:15:46.4923695Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T02:15:46.4924158Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T02:15:46.4924532Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T02:15:46.4924880Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T02:15:46.4925397Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T02:15:46.4925761Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-11-23T02:15:46.4926036Z [1, 2] 2022-11-23T02:15:46.4926244Z ok (0.011s) 2022-11-23T02:15:46.4926506Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.009s) 2022-11-23T02:15:46.4926883Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.225s) 2022-11-23T02:15:46.4927261Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T02:15:46.4927656Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T02:15:46.4928095Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T02:15:46.4928470Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T02:15:46.4928914Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T02:15:46.4929280Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T02:15:46.4929897Z test_to_folder (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.4930505Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-11-23T02:15:46.4930808Z ok (0.057s) 2022-11-23T02:15:46.4931137Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:15:46.4931522Z test_type_matches (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T02:15:46.4931916Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-11-23T02:15:46.4932347Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.4932841Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.4933342Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.4933926Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.026s) 2022-11-23T02:15:46.4934479Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-11-23T02:15:46.4935025Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.017s) 2022-11-23T02:15:46.4935530Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.4936001Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4949484Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.4950303Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:15:46.4950589Z expected failure (0.009s) 2022-11-23T02:15:46.4950961Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.4951444Z test_normalize_operator_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.4952053Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.4952485Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.4952958Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.4953391Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-11-23T02:15:46.4953868Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T02:15:46.4954307Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.4954748Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-11-23T02:15:46.4955182Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.4955629Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.4956059Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-11-23T02:15:46.4956495Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.4956920Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-11-23T02:15:46.4957352Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-11-23T02:15:46.4957788Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-11-23T02:15:46.4958210Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.192s) 2022-11-23T02:15:46.4959413Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:15:46.4960388Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.4961261Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:15:46.4962127Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-11-23T02:15:46.4962959Z .1876: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:15:46.4963803Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-11-23T02:15:46.4964657Z .1877: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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:15:46.4965466Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-11-23T02:15:46.4965716Z ok (0.030s) 2022-11-23T02:15:46.4966041Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.4966523Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-11-23T02:15:46.4966958Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.026s) 2022-11-23T02:15:46.4967420Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.4967861Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-11-23T02:15:46.4968295Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-11-23T02:15:46.4968738Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.4969181Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.4969633Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T02:15:46.4970080Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.4970500Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.4970927Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T02:15:46.4971352Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.4971877Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.4972335Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T02:15:46.4972859Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-11-23T02:15:46.4973337Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.4973776Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.4974238Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-11-23T02:15:46.4974709Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4975182Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4975628Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.4976077Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4976551Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4977098Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4977553Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T02:15:46.4978045Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.097s) 2022-11-23T02:15:46.4978505Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4979032Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4979486Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.4979918Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.784s) 2022-11-23T02:15:46.4980373Z test_normalize_operator_exhaustive_cdouble_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4980821Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.4981253Z test_normalize_operator_exhaustive_cfloat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4982116Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:15:46.4982854Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T02:15:46.4983105Z expected failure (0.005s) 2022-11-23T02:15:46.4983459Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.4984250Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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-23T02:15:46.4984807Z L = torch.cholesky(A) 2022-11-23T02:15:46.4985408Z should be replaced with 2022-11-23T02:15:46.4985616Z L = torch.linalg.cholesky(A) 2022-11-23T02:15:46.4985821Z and 2022-11-23T02:15:46.4986016Z U = torch.cholesky(A, upper=True) 2022-11-23T02:15:46.4986237Z should be replaced with 2022-11-23T02:15:46.4986466Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:15:46.4986976Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T02:15:46.4987451Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.4987663Z ok (0.061s) 2022-11-23T02:15:46.4987994Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.4988455Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-11-23T02:15:46.4988895Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T02:15:46.4989329Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.4989764Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-11-23T02:15:46.4990234Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-11-23T02:15:46.4990706Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.4991162Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.4991683Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-11-23T02:15:46.4992128Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.4992560Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.4992997Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.4993428Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.150s) 2022-11-23T02:15:46.4993894Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.4994355Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.4994793Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.4995224Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.4995646Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.4996083Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-11-23T02:15:46.4996512Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.125s) 2022-11-23T02:15:46.4996969Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.4997398Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.4997866Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-11-23T02:15:46.4998349Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.4998784Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.4999237Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.4999691Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5000106Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-11-23T02:15:46.5000541Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-11-23T02:15:46.5000983Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5001439Z test_normalize_operator_exhaustive_diagonal_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5001881Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.5002328Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.5002769Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.197s) 2022-11-23T02:15:46.5003325Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5003741Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.154s) 2022-11-23T02:15:46.5004189Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T02:15:46.5004642Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.5005106Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T02:15:46.5005546Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5005994Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5006448Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5006878Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T02:15:46.5007323Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-11-23T02:15:46.5007772Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.5008290Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:15:46.5008736Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-11-23T02:15:46.5009211Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5009641Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T02:15:46.5010065Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5010493Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5010952Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5011378Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5011830Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T02:15:46.5012300Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T02:15:46.5012749Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-11-23T02:15:46.5013192Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-11-23T02:15:46.5013639Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5014074Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5014486Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5014928Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T02:15:46.5015366Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5015802Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5016290Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-11-23T02:15:46.5016719Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5017154Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5017572Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-11-23T02:15:46.5018014Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-11-23T02:15:46.5018456Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5018893Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5019330Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5019767Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5020202Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5020641Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-11-23T02:15:46.5021063Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5021494Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5021931Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5022362Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5022793Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T02:15:46.5023223Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-11-23T02:15:46.5023698Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5024116Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5024619Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5025076Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-11-23T02:15:46.5025560Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5025994Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5026426Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-11-23T02:15:46.5026855Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T02:15:46.5027260Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5027680Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5028110Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5028534Z test_normalize_operator_exhaustive_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5029009Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5029450Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5029884Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5030315Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-11-23T02:15:46.5030750Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.055s) 2022-11-23T02:15:46.5031216Z test_normalize_operator_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-11-23T02:15:46.5031653Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5032103Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-11-23T02:15:46.5032558Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5032990Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.292s) 2022-11-23T02:15:46.5033427Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.762s) 2022-11-23T02:15:46.5033869Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5034329Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5034759Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-11-23T02:15:46.5035187Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-11-23T02:15:46.5035614Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5036040Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-11-23T02:15:46.5036521Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5036957Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5037378Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T02:15:46.5037822Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5038548Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.5039117Z warnings.warn( 2022-11-23T02:15:46.5039327Z expected failure (0.007s) 2022-11-23T02:15:46.5040035Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:15:46.5040706Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5040923Z ok (0.107s) 2022-11-23T02:15:46.5041233Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5042270Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.5042721Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T02:15:46.5043270Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T02:15:46.5043725Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5044163Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5044598Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.5045013Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5045453Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T02:15:46.5045886Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5046325Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5046808Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:15:46.5047341Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:15:46.5047856Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T02:15:46.5048374Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:15:46.5048880Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:15:46.5049322Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.5049828Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-11-23T02:15:46.5050269Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5050700Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T02:15:46.5051128Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-11-23T02:15:46.5051560Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5052007Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-11-23T02:15:46.5052451Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-11-23T02:15:46.5052905Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5053352Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5053797Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5054257Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.127s) 2022-11-23T02:15:46.5054761Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-11-23T02:15:46.5055216Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-11-23T02:15:46.5055665Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5056164Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-11-23T02:15:46.5056692Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5057157Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5057601Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T02:15:46.5058054Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5058510Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5058969Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-11-23T02:15:46.5059403Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.189s) 2022-11-23T02:15:46.5059867Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.152s) 2022-11-23T02:15:46.5060323Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-11-23T02:15:46.5060768Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-11-23T02:15:46.5061234Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-11-23T02:15:46.5061689Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.542s) 2022-11-23T02:15:46.5062142Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.292s) 2022-11-23T02:15:46.5062647Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-11-23T02:15:46.5063092Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.357s) 2022-11-23T02:15:46.5063562Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.5064027Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5064475Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.408s) 2022-11-23T02:15:46.5064946Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.274s) 2022-11-23T02:15:46.5065411Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-11-23T02:15:46.5065872Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-11-23T02:15:46.5066413Z 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.004s) 2022-11-23T02:15:46.5066911Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.117s) 2022-11-23T02:15:46.5067409Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-11-23T02:15:46.5067863Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.082s) 2022-11-23T02:15:46.5068310Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-11-23T02:15:46.5068776Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.553s) 2022-11-23T02:15:46.5069232Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.813s) 2022-11-23T02:15:46.5069681Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.149s) 2022-11-23T02:15:46.5070134Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5070575Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T02:15:46.5071032Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5071484Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.135s) 2022-11-23T02:15:46.5071940Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.578s) 2022-11-23T02:15:46.5072390Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.129s) 2022-11-23T02:15:46.5072827Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5073258Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.5073687Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5074094Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5074528Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5075036Z test_normalize_operator_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T02:15:46.5075497Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5075944Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5076392Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5076837Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5077254Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5077697Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5078145Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T02:15:46.5078588Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5079028Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5079465Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.029s) 2022-11-23T02:15:46.5079908Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-11-23T02:15:46.5080409Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T02:15:46.5080833Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-11-23T02:15:46.5081558Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.5082169Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:15:46.5082404Z should be replaced with 2022-11-23T02:15:46.5082670Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:15:46.5082898Z and 2022-11-23T02:15:46.5083122Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:15:46.5083510Z should be replaced with 2022-11-23T02:15:46.5083960Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:15:46.5084453Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T02:15:46.5084705Z ok (0.120s) 2022-11-23T02:15:46.5085275Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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-23T02:15:46.5085868Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:15:46.5086120Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:15:46.5086346Z should be replaced with 2022-11-23T02:15:46.5086772Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T02:15:46.5087203Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5087418Z ok (0.098s) 2022-11-23T02:15:46.5087743Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-11-23T02:15:46.5088249Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.5088716Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.5089190Z test_normalize_operator_exhaustive_masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T02:15:46.5089669Z test_normalize_operator_exhaustive_masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.5090156Z test_normalize_operator_exhaustive_masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5090644Z test_normalize_operator_exhaustive_masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5091134Z test_normalize_operator_exhaustive_masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.5091622Z test_normalize_operator_exhaustive_masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5092084Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5092542Z test_normalize_operator_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T02:15:46.5093037Z test_normalize_operator_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-11-23T02:15:46.5093575Z test_normalize_operator_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:15:46.5094059Z test_normalize_operator_exhaustive_masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.012s) 2022-11-23T02:15:46.5094539Z test_normalize_operator_exhaustive_masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.011s) 2022-11-23T02:15:46.5095022Z test_normalize_operator_exhaustive_masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T02:15:46.5095507Z test_normalize_operator_exhaustive_masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5095991Z test_normalize_operator_exhaustive_masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.017s) 2022-11-23T02:15:46.5096441Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T02:15:46.5096897Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5097362Z test_normalize_operator_exhaustive_masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-11-23T02:15:46.5097844Z test_normalize_operator_exhaustive_masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5098320Z test_normalize_operator_exhaustive_masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5098799Z test_normalize_operator_exhaustive_masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5099272Z test_normalize_operator_exhaustive_masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5099729Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.5100152Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5100594Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-11-23T02:15:46.5101529Z test_normalize_operator_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5102043Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5102513Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5102971Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-11-23T02:15:46.5103407Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.112s) 2022-11-23T02:15:46.5103843Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-11-23T02:15:46.5104299Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T02:15:46.5104812Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:15:46.5105287Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-11-23T02:15:46.5105744Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5106263Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.5106710Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-11-23T02:15:46.5107139Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5107550Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-11-23T02:15:46.5107984Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.5108419Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5108846Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-11-23T02:15:46.5109296Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5109751Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5110197Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T02:15:46.5110669Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5111116Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-11-23T02:15:46.5111559Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5111997Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-11-23T02:15:46.5112509Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-11-23T02:15:46.5112956Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.248s) 2022-11-23T02:15:46.5113447Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-11-23T02:15:46.5113957Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.5114383Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5114833Z test_normalize_operator_exhaustive_native_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-11-23T02:15:46.5115358Z test_normalize_operator_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.010s) 2022-11-23T02:15:46.5115882Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-11-23T02:15:46.5116322Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-11-23T02:15:46.5116748Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5117201Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T02:15:46.5117690Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5118154Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5118673Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5119200Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5119701Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-11-23T02:15:46.5120197Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:15:46.5120722Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-11-23T02:15:46.5121218Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T02:15:46.5121713Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-11-23T02:15:46.5122204Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5122672Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-11-23T02:15:46.5123156Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-11-23T02:15:46.5123748Z test_normalize_operator_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5124237Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T02:15:46.5124710Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-11-23T02:15:46.5125233Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5125752Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-11-23T02:15:46.5126224Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-11-23T02:15:46.5126745Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5127253Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-11-23T02:15:46.5127739Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5128197Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.072s) 2022-11-23T02:15:46.5128662Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-11-23T02:15:46.5129134Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-11-23T02:15:46.5129621Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-11-23T02:15:46.5130104Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-11-23T02:15:46.5130599Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T02:15:46.5131120Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5131668Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-11-23T02:15:46.5132183Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5133246Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.5134227Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:15:46.5134536Z expected failure (0.007s) 2022-11-23T02:15:46.5134915Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5135421Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5135903Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5136393Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5136888Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-11-23T02:15:46.5137466Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5138032Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5138623Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5139202Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5139711Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.208s) 2022-11-23T02:15:46.5140192Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5140654Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.147s) 2022-11-23T02:15:46.5141127Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.109s) 2022-11-23T02:15:46.5141582Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.086s) 2022-11-23T02:15:46.5142060Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T02:15:46.5142536Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5143012Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T02:15:46.5143488Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T02:15:46.5144069Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5144554Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5145077Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-11-23T02:15:46.5145544Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5146036Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-11-23T02:15:46.5146533Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-11-23T02:15:46.5147032Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T02:15:46.5147523Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T02:15:46.5148025Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-11-23T02:15:46.5148924Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.5149628Z warnings.warn( 2022-11-23T02:15:46.5149824Z ok (0.051s) 2022-11-23T02:15:46.5150145Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5150653Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T02:15:46.5151169Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5151692Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T02:15:46.5152172Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-11-23T02:15:46.5152656Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T02:15:46.5153139Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.122s) 2022-11-23T02:15:46.5153611Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (3.223s) 2022-11-23T02:15:46.5154078Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (5.644s) 2022-11-23T02:15:46.5154532Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.216s) 2022-11-23T02:15:46.5155000Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.515s) 2022-11-23T02:15:46.5155485Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-11-23T02:15:46.5155966Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.032s) 2022-11-23T02:15:46.5156546Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.117s) 2022-11-23T02:15:46.5157039Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.386s) 2022-11-23T02:15:46.5157562Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-11-23T02:15:46.5158036Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5158478Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5158952Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5159445Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5159947Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.5160433Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.172s) 2022-11-23T02:15:46.5160905Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5161379Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-11-23T02:15:46.5161857Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.154s) 2022-11-23T02:15:46.5162315Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-11-23T02:15:46.5162844Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-11-23T02:15:46.5163415Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-11-23T02:15:46.5163985Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5164458Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T02:15:46.5164938Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T02:15:46.5165415Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.269s) 2022-11-23T02:15:46.5165890Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.093s) 2022-11-23T02:15:46.5166331Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T02:15:46.5166794Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5167277Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5167758Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5168213Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T02:15:46.5168681Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5169259Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5169736Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T02:15:46.5170244Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5170720Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T02:15:46.5171194Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T02:15:46.5171657Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5172127Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5172598Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T02:15:46.5173081Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T02:15:46.5173611Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.5174117Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.526s) 2022-11-23T02:15:46.5174835Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:15:46.5175612Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:15:46.5175929Z ok (0.016s) 2022-11-23T02:15:46.5176616Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:15:46.5177317Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:15:46.5177628Z ok (0.052s) 2022-11-23T02:15:46.5177967Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5178426Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.121s) 2022-11-23T02:15:46.5178843Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5179284Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5179715Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5180168Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5180646Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-11-23T02:15:46.5181106Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5181637Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5182077Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.538s) 2022-11-23T02:15:46.5182532Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5182992Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5183448Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.5183887Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5184323Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5184794Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5185301Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:15:46.5185804Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:15:46.5186291Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:15:46.5186787Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:15:46.5187248Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5187680Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-11-23T02:15:46.5188159Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.166s) 2022-11-23T02:15:46.5188588Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.091s) 2022-11-23T02:15:46.5189336Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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-23T02:15:46.5189948Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:15:46.5190214Z Q, R = torch.qr(A, some) 2022-11-23T02:15:46.5190428Z should be replaced with 2022-11-23T02:15:46.5190879Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:15:46.5191321Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5191536Z ok (0.165s) 2022-11-23T02:15:46.5191857Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.297s) 2022-11-23T02:15:46.5192281Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5192747Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5193222Z test_normalize_operator_exhaustive_randint_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-11-23T02:15:46.5193700Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.5194217Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-11-23T02:15:46.5194743Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-11-23T02:15:46.5195242Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5195677Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5196100Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5196548Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-11-23T02:15:46.5196986Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T02:15:46.5197439Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.5197907Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-11-23T02:15:46.5198380Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5198833Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5199291Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-11-23T02:15:46.5199730Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5200172Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5200663Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T02:15:46.5201102Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-11-23T02:15:46.5201573Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-11-23T02:15:46.5202002Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5202495Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5202935Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-11-23T02:15:46.5203480Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T02:15:46.5203925Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5204356Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-11-23T02:15:46.5204810Z test_normalize_operator_exhaustive_scalar_tensor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5205272Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5205716Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.153s) 2022-11-23T02:15:46.5206526Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:15:46.5207301Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5207542Z ok (0.247s) 2022-11-23T02:15:46.5207877Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.072s) 2022-11-23T02:15:46.5208344Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-11-23T02:15:46.5208808Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.086s) 2022-11-23T02:15:46.5209270Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-11-23T02:15:46.5210332Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T02:15:46.5211241Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5212069Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T02:15:46.5212848Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5213103Z ok (0.854s) 2022-11-23T02:15:46.5213428Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.376s) 2022-11-23T02:15:46.5213957Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.337s) 2022-11-23T02:15:46.5214416Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5214920Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T02:15:46.5215362Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.5215812Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-11-23T02:15:46.5216271Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5216706Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5217136Z test_normalize_operator_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5217610Z test_normalize_operator_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T02:15:46.5218092Z test_normalize_operator_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-11-23T02:15:46.5218560Z test_normalize_operator_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5219006Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5219485Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5219910Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5220412Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5220896Z test_normalize_operator_exhaustive_slice_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.006s) 2022-11-23T02:15:46.5221394Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-11-23T02:15:46.5221835Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5222283Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5222727Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.291s) 2022-11-23T02:15:46.5223224Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:15:46.5223733Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5224166Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5224621Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5225080Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5225581Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5226058Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5226602Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5227166Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:15:46.5227839Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:15:46.5228375Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5228808Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5229281Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-11-23T02:15:46.5229774Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5230243Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5230690Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5231130Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5231636Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5232202Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:15:46.5232870Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5233320Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5233798Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5234274Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5234746Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T02:15:46.5235209Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T02:15:46.5235657Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T02:15:46.5236160Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5236675Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5237148Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5237762Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:15:46.5238437Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:15:46.5239063Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:15:46.5239669Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:15:46.5240252Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5240718Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5241159Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T02:15:46.5241590Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T02:15:46.5242031Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T02:15:46.5242460Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T02:15:46.5242901Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5243419Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5243901Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T02:15:46.5244375Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5244804Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-11-23T02:15:46.5246004Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-11-23T02:15:46.5246751Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:15:46.5247648Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T02:15:46.5248157Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:15:46.5248430Z ok (0.032s) 2022-11-23T02:15:46.5248731Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T02:15:46.5249154Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-11-23T02:15:46.5249608Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5250117Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.804s) 2022-11-23T02:15:46.5250618Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5251307Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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-23T02:15:46.5252006Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:15:46.5252364Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:15:46.5252583Z should be replaced with 2022-11-23T02:15:46.5252840Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:15:46.5253063Z and 2022-11-23T02:15:46.5253251Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:15:46.5253473Z should be replaced with 2022-11-23T02:15:46.5253969Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:15:46.5254407Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5254620Z ok (0.031s) 2022-11-23T02:15:46.5254926Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T02:15:46.5255358Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T02:15:46.5255778Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T02:15:46.5256252Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T02:15:46.5256720Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T02:15:46.5257165Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-11-23T02:15:46.5257608Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T02:15:46.5258033Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.154s) 2022-11-23T02:15:46.5258475Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:15:46.5258968Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5259420Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-11-23T02:15:46.5259853Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T02:15:46.5260363Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T02:15:46.5266606Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T02:15:46.5267171Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-11-23T02:15:46.5267908Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-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-23T02:15:46.5268636Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:15:46.5268951Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:15:46.5269188Z should be replaced with 2022-11-23T02:15:46.5269630Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:15:46.5270063Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T02:15:46.5270279Z ok (0.051s) 2022-11-23T02:15:46.5270594Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T02:15:46.5271008Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T02:15:46.5271446Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5271890Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5272367Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T02:15:46.5272991Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-11-23T02:15:46.5273439Z test_normalize_operator_exhaustive_unfold_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-11-23T02:15:46.5273897Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5274367Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5274836Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-11-23T02:15:46.5275317Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T02:15:46.5275770Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T02:15:46.5276205Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-11-23T02:15:46.5276642Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-11-23T02:15:46.5277075Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T02:15:46.5277517Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T02:15:46.5278043Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5278526Z test_normalize_operator_exhaustive_view_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T02:15:46.5278981Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T02:15:46.5279469Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5279900Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T02:15:46.5280408Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-11-23T02:15:46.5288371Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py", line 269, in __call__ 2022-11-23T02:15:46.5288877Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-11-23T02:15:46.5289352Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py", line 1427, in _call_impl 2022-11-23T02:15:46.5289728Z return forward_call(*input, **kwargs) 2022-11-23T02:15:46.5290008Z File ".24184", line 5, in forward 2022-11-23T02:15:46.5290284Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-11-23T02:15:46.5290653Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-11-23T02:15:46.5290932Z 2022-11-23T02:15:46.5291126Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-11-23T02:15:46.5291425Z def forward(self, arg_0, arg_1, arg_2): 2022-11-23T02:15:46.5291749Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-11-23T02:15:46.5291921Z 2022-11-23T02:15:46.5292044Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T02:15:46.5292263Z return where 2022-11-23T02:15:46.5292362Z 2022-11-23T02:15:46.5292429Z 2022-11-23T02:15:46.5292529Z 2022-11-23T02:15:46.5292622Z expected failure (0.674s) 2022-11-23T02:15:46.5292963Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5293563Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T02:15:46.5293994Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-11-23T02:15:46.5294430Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T02:15:46.5294819Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-11-23T02:15:46.5295033Z 2022-11-23T02:15:46.5295194Z ---------------------------------------------------------------------- 2022-11-23T02:15:46.5295467Z Ran 658 tests in 49.188s 2022-11-23T02:15:46.5295593Z 2022-11-23T02:15:46.5295703Z OK (skipped=30, expected failures=107) 2022-11-23T02:15:46.5295848Z 2022-11-23T02:15:46.5295941Z Generating XML reports... 2022-11-23T02:15:46.5296330Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221123021456.xml 2022-11-23T02:15:46.5296889Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestNormalizeOperatorsCPU-20221123021456.xml 2022-11-23T02:15:46.5297237Z 2022-11-23T02:15:46.5297578Z ##[endgroup] 2022-11-23T02:15:46.5298007Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_6jovoldf) 2022-11-23T02:15:46.5298289Z 2022-11-23T02:15:49.3953946Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:49.5436951Z Running test_mkldnn ... [2022-11-23 02:15:49.543355] 2022-11-23T02:15:49.5442254Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:15:49.543990] 2022-11-23T02:15:49.5443729Z Ignoring disabled issues: [] 2022-11-23T02:16:11.9620923Z 2022-11-23T02:16:11.9621560Z Expand the folded group to see the log file of test_proxy_tensor 2022-11-23T02:16:11.9624756Z ##[group]PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_gz8mn9yq) 2022-11-23T02:16:11.9658996Z C:\actions-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-23T02:16:11.9660062Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:16:11.9660445Z 2022-11-23T02:16:11.9660562Z Running tests... 2022-11-23T02:16:11.9661047Z ---------------------------------------------------------------------- 2022-11-23T02:16:11.9661594Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-11-23T02:16:11.9662144Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.012s) 2022-11-23T02:16:11.9662653Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.019s) 2022-11-23T02:16:11.9663174Z test_meta (__main__.TestFakeProxyTensor) ... ok (0.020s) 2022-11-23T02:16:11.9663647Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.011s) 2022-11-23T02:16:11.9664241Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:16:11.9664686Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-11-23T02:16:11.9665261Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:16:11.9675095Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T02:16:11.9675884Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:16:11.9676532Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T02:16:11.9677122Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.020s) 2022-11-23T02:16:11.9678002Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.014s) 2022-11-23T02:16:11.9678639Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:16:11.9679262Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:16:11.9679912Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.205s) 2022-11-23T02:16:11.9680582Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.016s) 2022-11-23T02:16:11.9681252Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.045s) 2022-11-23T02:16:11.9681930Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.046s) 2022-11-23T02:16:11.9682593Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.016s) 2022-11-23T02:16:11.9683236Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-11-23T02:16:11.9683893Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T02:16:11.9684543Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T02:16:11.9685202Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.018s) 2022-11-23T02:16:11.9685806Z test_pr_86917 (__main__.TestGenericProxyTensorFake) ... ok (0.018s) 2022-11-23T02:16:11.9686396Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.035s) 2022-11-23T02:16:11.9687281Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T02:16:11.9688045Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.000s) 2022-11-23T02:16:11.9688756Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T02:16:11.9689366Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.014s) 2022-11-23T02:16:11.9689985Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:16:11.9690615Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-11-23T02:16:11.9691259Z test_val_metadata_mutation (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T02:16:11.9691881Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:16:11.9692455Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T02:16:11.9693088Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.003s) 2022-11-23T02:16:11.9693749Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T02:16:11.9694386Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T02:16:11.9695025Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:16:11.9695646Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:16:11.9696261Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:16:11.9696929Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-11-23T02:16:11.9697572Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T02:16:11.9698193Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T02:16:11.9698840Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.071s) 2022-11-23T02:16:11.9699515Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.024s) 2022-11-23T02:16:11.9700155Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.038s) 2022-11-23T02:16:11.9700779Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.039s) 2022-11-23T02:16:11.9701417Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T02:16:11.9702740Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:16:11.9703407Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:16:11.9704164Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:16:11.9704812Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.025s) 2022-11-23T02:16:11.9705377Z test_pr_86917 (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:16:11.9705959Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.037s) 2022-11-23T02:16:11.9706642Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T02:16:11.9707403Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-11-23T02:16:11.9708087Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:16:11.9708680Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T02:16:11.9709255Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:16:11.9709876Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.020s) 2022-11-23T02:16:11.9710508Z test_val_metadata_mutation (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:16:11.9711115Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:16:11.9711906Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9712575Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9713256Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9713968Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9714681Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9715379Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9716071Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9716816Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:16:11.9717538Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9718224Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9718926Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.006s) 2022-11-23T02:16:11.9719667Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:16:11.9720401Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.003s) 2022-11-23T02:16:11.9721138Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:16:11.9721862Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.006s) 2022-11-23T02:16:11.9722596Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:16:11.9723309Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9724021Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9724750Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.003s) 2022-11-23T02:16:11.9725422Z test_pr_86917 (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9726279Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9728731Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9729537Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:16:11.9730252Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9730929Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:16:11.9731605Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9732307Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9733073Z test_val_metadata_mutation (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:16:11.9733670Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:16:11.9734067Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:11.9734452Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:11.9734824Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-11-23T02:16:11.9735350Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:11.9735745Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:11.9736149Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-11-23T02:16:11.9736544Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:11.9736935Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9737666Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:11.9738357Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:11.9738585Z ok (0.077s) 2022-11-23T02:16:11.9738870Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:11.9739346Z test_make_fx_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9739746Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9740180Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9740563Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9740932Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:11.9741317Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:11.9741709Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T02:16:11.9742096Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-11-23T02:16:11.9742482Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9742883Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9743340Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:11.9743717Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9744185Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:11.9744593Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:16:11.9745007Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:11.9745432Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-11-23T02:16:11.9746510Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:16:11.9747394Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9748131Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\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-23T02:16:11.9749360Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\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-23T02:16:11.9750026Z ok (0.044s) 2022-11-23T02:16:11.9750320Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:11.9750712Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T02:16:11.9751102Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-11-23T02:16:11.9751494Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:11.9751925Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:11.9752315Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-11-23T02:16:11.9752761Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:11.9753158Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:11.9753565Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:11.9753964Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9754346Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9754713Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:11.9755135Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9755516Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9755909Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:11.9756300Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:11.9756693Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9757080Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:11.9757459Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:11.9757853Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9758308Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:11.9758714Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:11.9759130Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T02:16:11.9759529Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:11.9759997Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:11.9760398Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9760794Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-11-23T02:16:11.9761185Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9761583Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:11.9761974Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:11.9762358Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.689s) 2022-11-23T02:16:11.9762749Z test_make_fx_exhaustive_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:11.9763123Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:11.9763506Z test_make_fx_exhaustive_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:11.9764355Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:16:11.9765111Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T02:16:11.9765327Z ok (0.022s) 2022-11-23T02:16:11.9765609Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:11.9766239Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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-23T02:16:11.9766752Z L = torch.cholesky(A) 2022-11-23T02:16:11.9766957Z should be replaced with 2022-11-23T02:16:11.9767158Z L = torch.linalg.cholesky(A) 2022-11-23T02:16:11.9767343Z and 2022-11-23T02:16:11.9767529Z U = torch.cholesky(A, upper=True) 2022-11-23T02:16:11.9767791Z should be replaced with 2022-11-23T02:16:11.9768013Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:16:11.9768501Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T02:16:11.9768950Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9769136Z ok (0.978s) 2022-11-23T02:16:11.9769441Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:11.9769860Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-11-23T02:16:11.9770262Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:11.9770681Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T02:16:11.9771074Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9771513Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9771901Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:11.9772295Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9772700Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.392s) 2022-11-23T02:16:11.9773145Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:11.9773519Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9773916Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:11.9774331Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-11-23T02:16:11.9774738Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9775136Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9775552Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:16:11.9775955Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9776322Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9776721Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T02:16:11.9777183Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:16:11.9777626Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:11.9778149Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9778540Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9778930Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T02:16:11.9779307Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9779712Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-11-23T02:16:11.9780117Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:11.9780502Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T02:16:11.9780944Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T02:16:11.9781349Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9781756Z test_make_fx_exhaustive_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-11-23T02:16:11.9782146Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T02:16:11.9782558Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T02:16:11.9782958Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.909s) 2022-11-23T02:16:11.9783397Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:11.9783781Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.259s) 2022-11-23T02:16:11.9784355Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:11.9784773Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:11.9785180Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:11.9785581Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:11.9786024Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:11.9786409Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:11.9786797Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9787183Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-11-23T02:16:11.9787590Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:11.9787999Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:11.9788398Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:11.9788802Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:16:11.9789202Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:11.9789633Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9790022Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:11.9790493Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9790859Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9791247Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:11.9791638Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:11.9792023Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:11.9792407Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.408s) 2022-11-23T02:16:11.9792787Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:11.9793168Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9793589Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-11-23T02:16:11.9793986Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9794383Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T02:16:11.9794766Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T02:16:11.9795152Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-11-23T02:16:11.9795545Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:11.9795980Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:11.9796353Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:11.9796849Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9797246Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:11.9797635Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:11.9798023Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:11.9798411Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:11.9798851Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9799225Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:11.9799614Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9799998Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T02:16:11.9800399Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:11.9800780Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9801166Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:11.9801550Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T02:16:11.9801925Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9802361Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:11.9802750Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:11.9803220Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-11-23T02:16:11.9803609Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:11.9803998Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:11.9804385Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:11.9804745Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:11.9805120Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:11.9805491Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:11.9805870Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9806294Z test_make_fx_exhaustive_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9806679Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9807065Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9807434Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:11.9807816Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-11-23T02:16:11.9808211Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.458s) 2022-11-23T02:16:11.9808667Z test_make_fx_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-11-23T02:16:11.9809099Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:11.9809528Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9809915Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:11.9810289Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.493s) 2022-11-23T02:16:11.9810678Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.702s) 2022-11-23T02:16:11.9811075Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.369s) 2022-11-23T02:16:11.9811523Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9811902Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:11.9812285Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:11.9812663Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9813030Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:11.9813419Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:11.9813811Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9814203Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9814646Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:11.9815035Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:11.9815885Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:16:11.9816497Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9816672Z ok (0.230s) 2022-11-23T02:16:11.9816963Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:11.9817353Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9817739Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9818121Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.261s) 2022-11-23T02:16:11.9818511Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:11.9818931Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:11.9819313Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:11.9819687Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:11.9820073Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:11.9820462Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9820855Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9821348Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:16:11.9821920Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:11.9822397Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:11.9822861Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:11.9823325Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:11.9823789Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9824265Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:11.9824657Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:11.9825042Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T02:16:11.9825412Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T02:16:11.9825798Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9826200Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T02:16:11.9826615Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-11-23T02:16:11.9827021Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9827470Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9827864Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:11.9828354Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.228s) 2022-11-23T02:16:11.9828762Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:11.9829160Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:11.9829559Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T02:16:11.9829964Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T02:16:11.9830389Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9830807Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:11.9831191Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:11.9831653Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:11.9832075Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9832489Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-11-23T02:16:11.9832909Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:11.9833363Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:16:11.9833837Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-11-23T02:16:11.9834266Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-11-23T02:16:11.9834738Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-11-23T02:16:11.9835151Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.690s) 2022-11-23T02:16:11.9835560Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.504s) 2022-11-23T02:16:11.9835972Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.237s) 2022-11-23T02:16:11.9836388Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.041s) 2022-11-23T02:16:11.9836867Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-11-23T02:16:11.9837288Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T02:16:11.9837677Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.698s) 2022-11-23T02:16:11.9838110Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.520s) 2022-11-23T02:16:11.9838531Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-11-23T02:16:11.9838942Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T02:16:11.9839439Z 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.002s) 2022-11-23T02:16:11.9839963Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.276s) 2022-11-23T02:16:11.9840364Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-11-23T02:16:11.9840876Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.169s) 2022-11-23T02:16:11.9841276Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-11-23T02:16:11.9841694Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.705s) 2022-11-23T02:16:11.9842105Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.772s) 2022-11-23T02:16:11.9842501Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.293s) 2022-11-23T02:16:11.9842912Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9843328Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:11.9843739Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-11-23T02:16:11.9844182Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.317s) 2022-11-23T02:16:11.9844594Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.530s) 2022-11-23T02:16:11.9845000Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-11-23T02:16:11.9845387Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:11.9845770Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9846207Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9846591Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9847057Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:11.9847475Z test_make_fx_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:11.9847887Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9848282Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9848689Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T02:16:11.9849088Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T02:16:11.9849536Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:11.9849918Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:11.9850315Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:11.9850707Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:11.9851096Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9851484Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.481s) 2022-11-23T02:16:11.9851883Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T02:16:11.9852276Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9852760Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:11.9853525Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:11.9854195Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:16:11.9854478Z should be replaced with 2022-11-23T02:16:11.9854734Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:16:11.9854958Z and 2022-11-23T02:16:11.9855172Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:16:11.9855423Z should be replaced with 2022-11-23T02:16:11.9855871Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:16:11.9856359Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T02:16:11.9856599Z ok (0.213s) 2022-11-23T02:16:11.9857209Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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-23T02:16:11.9857781Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:16:11.9858027Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:16:11.9858243Z should be replaced with 2022-11-23T02:16:11.9858746Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T02:16:11.9859157Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9859377Z ok (0.188s) 2022-11-23T02:16:11.9859733Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-11-23T02:16:11.9860107Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:11.9860488Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9860881Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.650s) 2022-11-23T02:16:11.9861282Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.640s) 2022-11-23T02:16:11.9861681Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.585s) 2022-11-23T02:16:11.9862084Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.397s) 2022-11-23T02:16:11.9862491Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T02:16:11.9863459Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T02:16:11.9863865Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:11.9864366Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T02:16:11.9864791Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-11-23T02:16:11.9865267Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.626s) 2022-11-23T02:16:11.9865668Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.044s) 2022-11-23T02:16:11.9866172Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-11-23T02:16:11.9866561Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.694s) 2022-11-23T02:16:11.9866971Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-11-23T02:16:11.9867374Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.703s) 2022-11-23T02:16:11.9867781Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9868184Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9868583Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:11.9868982Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-11-23T02:16:11.9869384Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.894s) 2022-11-23T02:16:11.9869768Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.626s) 2022-11-23T02:16:11.9870159Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.054s) 2022-11-23T02:16:11.9870551Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T02:16:11.9871007Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9871453Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:11.9871879Z test_make_fx_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.991s) 2022-11-23T02:16:11.9872404Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:11.9872816Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9873266Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:11.9873659Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-11-23T02:16:11.9874041Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-11-23T02:16:11.9874455Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T02:16:11.9874890Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T02:16:11.9875300Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:11.9875694Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:11.9876169Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9876571Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:11.9876952Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:11.9877332Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9877763Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9878151Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9878600Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:11.9878993Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:11.9879383Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9879782Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:11.9880197Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9880612Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9881015Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9881389Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.370s) 2022-11-23T02:16:11.9881780Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:11.9882196Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:16:11.9882615Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-11-23T02:16:11.9883008Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:11.9883428Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:16:11.9883935Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T02:16:11.9884351Z test_make_fx_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:11.9884865Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-11-23T02:16:11.9885261Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:11.9885637Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9886041Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:11.9886519Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:16:11.9886972Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9887361Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:11.9887740Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:11.9888143Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9888636Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.440s) 2022-11-23T02:16:11.9889098Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:11.9889550Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:11.9889999Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T02:16:11.9890501Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:11.9891020Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-11-23T02:16:11.9891464Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-11-23T02:16:11.9891908Z test_make_fx_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-11-23T02:16:11.9892342Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:11.9892770Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:11.9893201Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T02:16:11.9893628Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-11-23T02:16:11.9894056Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-11-23T02:16:11.9894481Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T02:16:11.9894953Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-11-23T02:16:11.9895397Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9895822Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-11-23T02:16:11.9896759Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:16:11.9897548Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9897737Z ok (0.303s) 2022-11-23T02:16:11.9898063Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-11-23T02:16:11.9898499Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T02:16:11.9898950Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-11-23T02:16:11.9899407Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-11-23T02:16:11.9899866Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-11-23T02:16:11.9900308Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.198s) 2022-11-23T02:16:11.9900735Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T02:16:11.9901799Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:11.9902781Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:11.9903058Z ok (0.091s) 2022-11-23T02:16:11.9903386Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-11-23T02:16:11.9904089Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-11-23T02:16:11.9904528Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9904957Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.559s) 2022-11-23T02:16:11.9905394Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:11.9905857Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:11.9906344Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:11.9906818Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-11-23T02:16:11.9907273Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.461s) 2022-11-23T02:16:11.9907725Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:16:11.9908168Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9908636Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-11-23T02:16:11.9909056Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-11-23T02:16:11.9909533Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-11-23T02:16:11.9909969Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:11.9910502Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9910931Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:11.9911344Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:11.9911783Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-11-23T02:16:11.9912223Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9912651Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-11-23T02:16:11.9913087Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:11.9913588Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T02:16:11.9914039Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:11.9914475Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:11.9914923Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:11.9915379Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:11.9916279Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:11.9917068Z warnings.warn( 2022-11-23T02:16:11.9917254Z ok (0.116s) 2022-11-23T02:16:11.9917563Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:11.9917997Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:11.9918432Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T02:16:11.9918844Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:11.9919279Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-11-23T02:16:11.9919719Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:11.9920154Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.415s) 2022-11-23T02:16:11.9920588Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.035s) 2022-11-23T02:16:11.9921722Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.696s) 2022-11-23T02:16:11.9922230Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.699s) 2022-11-23T02:16:11.9922768Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:11.9923215Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-11-23T02:16:11.9923673Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:11.9924127Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-11-23T02:16:11.9924584Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:11.9925038Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-11-23T02:16:11.9925467Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9925884Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:11.9926301Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:11.9926814Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:11.9927282Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T02:16:11.9927733Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.402s) 2022-11-23T02:16:11.9928204Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:11.9928648Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-11-23T02:16:11.9929181Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-11-23T02:16:11.9929619Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:11.9930042Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:11.9930487Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:11.9930919Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:11.9931345Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9931780Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:11.9932218Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.915s) 2022-11-23T02:16:11.9932652Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-11-23T02:16:11.9933064Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9933466Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9933927Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9934346Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9934810Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:11.9935238Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9935759Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T02:16:11.9936194Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T02:16:11.9936614Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:11.9937048Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:11.9937472Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9937898Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:11.9938325Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:11.9938749Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9939237Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:11.9939702Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T02:16:11.9940140Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.441s) 2022-11-23T02:16:11.9940882Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:11.9941631Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:11.9941978Z ok (0.019s) 2022-11-23T02:16:11.9942554Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:11.9943240Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:11.9943543Z ok (0.053s) 2022-11-23T02:16:11.9943834Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-11-23T02:16:11.9944299Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-11-23T02:16:11.9944690Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9945083Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9945480Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9945872Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:11.9946275Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9946730Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9947150Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:11.9947545Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.540s) 2022-11-23T02:16:11.9948025Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9948422Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (5.787s) 2022-11-23T02:16:11.9948818Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9949211Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:11.9949595Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:11.9949995Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:11.9950417Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9950837Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:11.9951254Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:11.9951664Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9952129Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:11.9952519Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:11.9952900Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-11-23T02:16:11.9953268Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-11-23T02:16:11.9953929Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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-23T02:16:11.9954607Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:16:11.9954883Z Q, R = torch.qr(A, some) 2022-11-23T02:16:11.9955086Z should be replaced with 2022-11-23T02:16:11.9955527Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:16:11.9955939Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9956113Z ok (0.200s) 2022-11-23T02:16:11.9956432Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:16:11.9956847Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9957246Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9957643Z test_make_fx_exhaustive_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-11-23T02:16:11.9958041Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-11-23T02:16:11.9958426Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:11.9958822Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9959211Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9959727Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9960130Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:11.9960621Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:11.9961021Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9961393Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-11-23T02:16:11.9961804Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9962218Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:11.9962612Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:11.9963001Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:11.9963390Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:11.9963786Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:11.9964174Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9964565Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-11-23T02:16:11.9965005Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-11-23T02:16:11.9965387Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:11.9965785Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9966257Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9966720Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9967150Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9967534Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-11-23T02:16:11.9967926Z test_make_fx_exhaustive_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:11.9968328Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:11.9968723Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-11-23T02:16:11.9969494Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:16:11.9970127Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9970313Z ok (0.110s) 2022-11-23T02:16:11.9970604Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-11-23T02:16:11.9971026Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T02:16:11.9971454Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-11-23T02:16:11.9971869Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-11-23T02:16:11.9972996Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T02:16:11.9973886Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9974689Z C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T02:16:11.9975434Z return fn(*args, **kwargs) 2022-11-23T02:16:11.9975622Z ok (0.485s) 2022-11-23T02:16:11.9975936Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.433s) 2022-11-23T02:16:11.9976353Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.447s) 2022-11-23T02:16:11.9976763Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:11.9977209Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9977600Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:11.9977977Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:11.9978369Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9978813Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:11.9979259Z test_make_fx_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:11.9979729Z test_make_fx_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:11.9980164Z test_make_fx_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-11-23T02:16:11.9980591Z test_make_fx_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:11.9980996Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9981376Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:11.9981754Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9982113Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:11.9982492Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:11.9982881Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T02:16:11.9983271Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:11.9983673Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9984151Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.356s) 2022-11-23T02:16:11.9984608Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:16:11.9985163Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:11.9985672Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:11.9986087Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9986490Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:11.9986890Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:11.9987313Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9987763Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:11.9988286Z 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-23T02:16:11.9988849Z 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-23T02:16:11.9989333Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9989789Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9990218Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:11.9990658Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:11.9991135Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9991539Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:11.9992023Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:11.9992438Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9992958Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:11.9993454Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:11.9993876Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9994308Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:11.9994740Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:11.9995165Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:11.9995574Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:11.9995968Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:11.9996409Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:11.9996869Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:11.9997411Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:11.9997939Z 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-23T02:16:11.9998625Z 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-23T02:16:11.9999222Z 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-23T02:16:11.9999820Z 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-23T02:16:12.0000336Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:12.0000751Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T02:16:12.0001161Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:12.0001552Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0001952Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0002413Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:12.0002806Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:12.0003193Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0003614Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0004005Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0004479Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:12.0004869Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:12.0005584Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0006426Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T02:16:12.0006934Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:16:12.0007195Z ok (0.104s) 2022-11-23T02:16:12.0007474Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:12.0007840Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-11-23T02:16:12.0008230Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T02:16:12.0008615Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.769s) 2022-11-23T02:16:12.0009000Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (8.174s) 2022-11-23T02:16:12.0009691Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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-23T02:16:12.0010407Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:16:12.0010859Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:16:12.0011067Z should be replaced with 2022-11-23T02:16:12.0011327Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:16:12.0011559Z and 2022-11-23T02:16:12.0011763Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:16:12.0011989Z should be replaced with 2022-11-23T02:16:12.0012424Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:16:12.0012821Z return fn(*args, **kwargs) 2022-11-23T02:16:12.0013007Z ok (0.060s) 2022-11-23T02:16:12.0013294Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0013693Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:12.0014093Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:12.0014477Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0014898Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0015316Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T02:16:12.0015734Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:12.0016170Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.234s) 2022-11-23T02:16:12.0016554Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-11-23T02:16:12.0017050Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0017579Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T02:16:12.0017948Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0018344Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:12.0018746Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-11-23T02:16:12.0019137Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-11-23T02:16:12.0019803Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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-23T02:16:12.0020466Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:16:12.0020795Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:16:12.0021025Z should be replaced with 2022-11-23T02:16:12.0021438Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:16:12.0021833Z return fn(*args, **kwargs) 2022-11-23T02:16:12.0022022Z ok (0.104s) 2022-11-23T02:16:12.0022308Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:12.0022729Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0023191Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:12.0023661Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:12.0024134Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0024534Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0024936Z test_make_fx_exhaustive_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-11-23T02:16:12.0025330Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:12.0025722Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0026130Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.641s) 2022-11-23T02:16:12.0026522Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.597s) 2022-11-23T02:16:12.0026910Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0027299Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:12.0027685Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:12.0028133Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:12.0028527Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0028925Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0029353Z test_make_fx_exhaustive_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:12.0029783Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0030207Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0030589Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:12.0030972Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0031351Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T02:16:12.0031722Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0032079Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0032502Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:12.0032949Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0033378Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0033881Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.097s) 2022-11-23T02:16:12.0034381Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0034832Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:12.0035291Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-11-23T02:16:12.0053651Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0054419Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:12.0055278Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0055951Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0056550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0057107Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0057683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0058236Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0058815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0059424Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0059985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0060582Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0061204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0061762Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0062339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0062883Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0063459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0064090Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0064659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0065200Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:16:12.0065424Z ok (0.072s) 2022-11-23T02:16:12.0065705Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:12.0066171Z test_make_fx_fake_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0066620Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0067010Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0067436Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:12.0067822Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0068209Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0068590Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T02:16:12.0068984Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-11-23T02:16:12.0069370Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:12.0069772Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0070169Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:12.0070552Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:12.0070977Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0071373Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:16:12.0071779Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T02:16:12.0072157Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T02:16:12.0073227Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:16:12.0074144Z return fn(*args, **kwargs) 2022-11-23T02:16:12.0074866Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\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-23T02:16:12.0076068Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\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-23T02:16:12.0076713Z ok (0.033s) 2022-11-23T02:16:12.0077003Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:12.0077395Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0077836Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-11-23T02:16:12.0078235Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0078612Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:12.0079006Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-11-23T02:16:12.0079468Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-11-23T02:16:12.0079921Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0080340Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:12.0080749Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0081142Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0081529Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0081907Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0082297Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0083190Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0083594Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0083995Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:12.0084487Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:12.0084897Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:12.0085343Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0085765Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0086167Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0086559Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:12.0086965Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:12.0087394Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0087814Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0088220Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.336s) 2022-11-23T02:16:12.0088615Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:12.0089018Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:12.0089411Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0089803Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.713s) 2022-11-23T02:16:12.0090198Z test_make_fx_fake_exhaustive_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0090648Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0091046Z test_make_fx_fake_exhaustive_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0091442Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:12.0091833Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0092238Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:16:12.0092686Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.048s) 2022-11-23T02:16:12.0093120Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T02:16:12.0093527Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0093923Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:12.0094319Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:12.0094720Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T02:16:12.0095099Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0095526Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0095981Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.014s) 2022-11-23T02:16:12.0096437Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:12.0096828Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0097234Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:12.0097653Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-11-23T02:16:12.0098051Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0098460Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0098885Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T02:16:12.0099298Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0099688Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0100088Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T02:16:12.0100557Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T02:16:12.0100965Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0101389Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0101782Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0102175Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0102566Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0103028Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-11-23T02:16:12.0103444Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0103840Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:12.0104313Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-11-23T02:16:12.0104720Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0105129Z test_make_fx_fake_exhaustive_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:12.0105539Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:12.0105950Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T02:16:12.0106357Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.081s) 2022-11-23T02:16:12.0106753Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0107133Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-11-23T02:16:12.0107542Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T02:16:12.0108017Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0108441Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0108847Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0109239Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0109627Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0109996Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0110377Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:12.0110791Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0111221Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0111625Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:12.0112037Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-11-23T02:16:12.0112447Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:12.0112826Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0113216Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:12.0113604Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0113996Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0114390Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0114785Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:12.0115226Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:12.0115612Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.390s) 2022-11-23T02:16:12.0115995Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:12.0116386Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0116783Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0117188Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T02:16:12.0117590Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:12.0117986Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0118384Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:12.0118768Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:12.0119162Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:12.0119552Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:12.0119999Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0120406Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0120804Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:12.0121201Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:12.0121585Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:12.0121978Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0122375Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:12.0122767Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:12.0123159Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0123553Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0123945Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0124331Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:12.0124723Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0125115Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0125508Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0125899Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0126298Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:12.0126694Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:12.0127082Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:12.0127524Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0127914Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:12.0128301Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:12.0128681Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0129074Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0129458Z test_make_fx_fake_exhaustive_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0129837Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:12.0130232Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0130624Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:12.0131013Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.233s) 2022-11-23T02:16:12.0131411Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.447s) 2022-11-23T02:16:12.0131881Z test_make_fx_fake_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.445s) 2022-11-23T02:16:12.0132343Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0132769Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0133169Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0133571Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.470s) 2022-11-23T02:16:12.0133963Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.640s) 2022-11-23T02:16:12.0134370Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.208s) 2022-11-23T02:16:12.0134773Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0135166Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0135549Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:12.0135933Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0136323Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:12.0136717Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0137120Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0137525Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0137927Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:12.0138322Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0138727Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.199s) 2022-11-23T02:16:12.0139132Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0139530Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0140325Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:12.0140735Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.279s) 2022-11-23T02:16:12.0141133Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:12.0141531Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0141913Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0142306Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0142705Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:12.0143111Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0143508Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0144070Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:12.0144568Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:12.0145096Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:12.0145574Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:16:12.0146051Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:16:12.0146476Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0146875Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-11-23T02:16:12.0147270Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T02:16:12.0147658Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-11-23T02:16:12.0148047Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-11-23T02:16:12.0148430Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0148838Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:12.0149262Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T02:16:12.0149679Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T02:16:12.0150087Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0150492Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:12.0150907Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-11-23T02:16:12.0151314Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0151725Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T02:16:12.0152139Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T02:16:12.0152604Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:12.0152824Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:12.0153017Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:12.0153215Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:12.0153424Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0153630Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:12.0153831Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:12.0154048Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0154280Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0154475Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-11-23T02:16:12.0154679Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T02:16:12.0154921Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:12.0155121Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.620s) 2022-11-23T02:16:12.0155326Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.518s) 2022-11-23T02:16:12.0155522Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-11-23T02:16:12.0155727Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.944s) 2022-11-23T02:16:12.0155941Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-11-23T02:16:12.0156144Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:12.0156341Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.555s) 2022-11-23T02:16:12.0156563Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.392s) 2022-11-23T02:16:12.0156756Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-11-23T02:16:12.0156970Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:12.0157251Z 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.002s) 2022-11-23T02:16:12.0157445Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-11-23T02:16:12.0157644Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:12.0157840Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T02:16:12.0158039Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-11-23T02:16:12.0158252Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.717s) 2022-11-23T02:16:12.0158490Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.617s) 2022-11-23T02:16:12.0158694Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-11-23T02:16:12.0158898Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0159104Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0159307Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T02:16:12.0159504Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-11-23T02:16:12.0159709Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.463s) 2022-11-23T02:16:12.0159907Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-11-23T02:16:12.0160094Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0160287Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0160473Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0160646Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0160888Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0161095Z test_make_fx_fake_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:12.0161292Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0161491Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0161692Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0161883Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T02:16:12.0162080Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0162275Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0162469Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T02:16:12.0162659Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:12.0162849Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:12.0163045Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.579s) 2022-11-23T02:16:12.0163242Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-11-23T02:16:12.0163429Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0163617Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0163801Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.210s) 2022-11-23T02:16:12.0163993Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-11-23T02:16:12.0164185Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-11-23T02:16:12.0164410Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:12.0164595Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:12.0164789Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.761s) 2022-11-23T02:16:12.0164972Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.727s) 2022-11-23T02:16:12.0165176Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.476s) 2022-11-23T02:16:12.0165374Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.532s) 2022-11-23T02:16:12.0165575Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T02:16:12.0165770Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-11-23T02:16:12.0165963Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:12.0166167Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-11-23T02:16:12.0166374Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-11-23T02:16:12.0166580Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.097s) 2022-11-23T02:16:12.0166818Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.166s) 2022-11-23T02:16:12.0167018Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-11-23T02:16:12.0167210Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.786s) 2022-11-23T02:16:12.0167415Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.304s) 2022-11-23T02:16:12.0167612Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.874s) 2022-11-23T02:16:12.0167812Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0168068Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-11-23T02:16:12.0168272Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-11-23T02:16:12.0168467Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-11-23T02:16:12.0168662Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.436s) 2022-11-23T02:16:12.0168854Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.673s) 2022-11-23T02:16:12.0169049Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.142s) 2022-11-23T02:16:12.0169237Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-11-23T02:16:12.0169432Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0169629Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0169840Z test_make_fx_fake_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.225s) 2022-11-23T02:16:12.0170048Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:12.0170300Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:12.0170493Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-11-23T02:16:12.0170679Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-11-23T02:16:12.0170868Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-11-23T02:16:12.0171080Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T02:16:12.0171299Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T02:16:12.0171493Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:12.0171699Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0171907Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:12.0172098Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0172281Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:12.0172467Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T02:16:12.0172701Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:12.0172892Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0173078Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0173295Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:16:12.0173477Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0173687Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:12.0173890Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:12.0174100Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:12.0174293Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0174482Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.379s) 2022-11-23T02:16:12.0174667Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-11-23T02:16:12.0174885Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T02:16:12.0175077Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-11-23T02:16:12.0175276Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:12.0175485Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:16:12.0175691Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-11-23T02:16:12.0175904Z test_make_fx_fake_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-11-23T02:16:12.0176110Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.228s) 2022-11-23T02:16:12.0176336Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:12.0176522Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0176734Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0176998Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T02:16:12.0177191Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T02:16:12.0177382Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0177576Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:12.0177772Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:12.0178009Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.598s) 2022-11-23T02:16:12.0178234Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0178457Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:12.0178721Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T02:16:12.0178941Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-11-23T02:16:12.0179160Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-11-23T02:16:12.0179383Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-11-23T02:16:12.0179601Z test_make_fx_fake_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-11-23T02:16:12.0179813Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T02:16:12.0180022Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0180221Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:12.0180432Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-11-23T02:16:12.0180644Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-11-23T02:16:12.0180869Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-11-23T02:16:12.0181105Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.352s) 2022-11-23T02:16:12.0181307Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0181517Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-11-23T02:16:12.0181724Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.265s) 2022-11-23T02:16:12.0181944Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T02:16:12.0182204Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-11-23T02:16:12.0182419Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T02:16:12.0182649Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-11-23T02:16:12.0182868Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-11-23T02:16:12.0183085Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.316s) 2022-11-23T02:16:12.0183346Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-11-23T02:16:12.0184242Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0184485Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:12.0185155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0185340Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:12.0185989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0186172Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:12.0186803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0186987Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:12.0187667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0187850Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:12.0188531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0188714Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:16:12.0188782Z ok (0.108s) 2022-11-23T02:16:12.0189002Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.105s) 2022-11-23T02:16:12.0189251Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-11-23T02:16:12.0189462Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0189681Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.578s) 2022-11-23T02:16:12.0189945Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T02:16:12.0190186Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:12.0190432Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0190662Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.361s) 2022-11-23T02:16:12.0190884Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.474s) 2022-11-23T02:16:12.0191123Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:16:12.0191327Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0191533Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-11-23T02:16:12.0191746Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.678s) 2022-11-23T02:16:12.0191960Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-11-23T02:16:12.0192174Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0192388Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0192598Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0192809Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:12.0193036Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-11-23T02:16:12.0193248Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:12.0193510Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.255s) 2022-11-23T02:16:12.0193731Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T02:16:12.0193956Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.838s) 2022-11-23T02:16:12.0194184Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.337s) 2022-11-23T02:16:12.0194413Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0194635Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0194864Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0195487Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0195565Z warnings.warn( 2022-11-23T02:16:12.0196107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0196182Z warnings.warn( 2022-11-23T02:16:12.0196678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0196756Z warnings.warn( 2022-11-23T02:16:12.0197251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:12.0197329Z warnings.warn( 2022-11-23T02:16:12.0197396Z ok (0.131s) 2022-11-23T02:16:12.0197610Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:12.0197817Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0198029Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T02:16:12.0198239Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-11-23T02:16:12.0198466Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-11-23T02:16:12.0198685Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0198910Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.288s) 2022-11-23T02:16:12.0199120Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.892s) 2022-11-23T02:16:12.0199371Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.838s) 2022-11-23T02:16:12.0199577Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.813s) 2022-11-23T02:16:12.0199807Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0200028Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.159s) 2022-11-23T02:16:12.0200261Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:16:12.0200484Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.228s) 2022-11-23T02:16:12.0200716Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0200936Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-11-23T02:16:12.0201140Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0201350Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:12.0201611Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:12.0201837Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0202069Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-11-23T02:16:12.0202294Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0202507Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-11-23T02:16:12.0202724Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-11-23T02:16:12.0202938Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-11-23T02:16:12.0203155Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:12.0203373Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:12.0203594Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:12.0203799Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0204012Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:12.0204218Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0204436Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.976s) 2022-11-23T02:16:12.0204645Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-11-23T02:16:12.0204850Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0205101Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T02:16:12.0205309Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0205512Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0205717Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0205931Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:12.0206149Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0206357Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T02:16:12.0206580Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0206788Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0206998Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:12.0207207Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0207458Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0207670Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0207891Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-11-23T02:16:12.0208133Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-11-23T02:16:12.0208339Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.212s) 2022-11-23T02:16:12.0208818Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0209040Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0209383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0209604Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0209946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0210164Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0210503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0210722Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0210791Z ok (0.092s) 2022-11-23T02:16:12.0211301Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0211522Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0211857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0212076Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0212398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0212615Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0212951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0213165Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0213496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0214107Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0214445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0214659Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0214989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0215207Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0215541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0215757Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0216085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0216304Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0216636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0216852Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0217181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0217400Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0217728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:16:12.0217991Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:16:12.0218060Z ok (0.047s) 2022-11-23T02:16:12.0218310Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-11-23T02:16:12.0218503Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-11-23T02:16:12.0218698Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0218892Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0219083Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0219274Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0219483Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0219670Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0219862Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0220052Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.658s) 2022-11-23T02:16:12.0220227Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0220469Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (5.288s) 2022-11-23T02:16:12.0220758Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:12.0221050Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T02:16:12.0221349Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T02:16:12.0221694Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0222028Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T02:16:12.0222355Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0222685Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T02:16:12.0228053Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T02:16:12.0228422Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0228700Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:12.0228970Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-11-23T02:16:12.0229233Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-11-23T02:16:12.0229516Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-11-23T02:16:12.0229808Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:16:12.0230128Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:12.0230442Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:12.0230744Z test_make_fx_fake_exhaustive_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T02:16:12.0231161Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-11-23T02:16:12.0231358Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0231609Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0231802Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0231982Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0232180Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0232379Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:12.0232575Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0232853Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.227s) 2022-11-23T02:16:12.0233162Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-11-23T02:16:12.0233359Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:12.0233618Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:12.0233810Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0234004Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:12.0234202Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0234404Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0234593Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T02:16:12.0234780Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-11-23T02:16:12.0234965Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:12.0235174Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:12.0235375Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0235649Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:12.0235842Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0236029Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:12.0236227Z test_make_fx_fake_exhaustive_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0236424Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:12.0236616Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-11-23T02:16:12.0236817Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T02:16:12.0237017Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-11-23T02:16:12.0237222Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.383s) 2022-11-23T02:16:12.0237472Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-11-23T02:16:12.0237678Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-11-23T02:16:12.0237879Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.701s) 2022-11-23T02:16:12.0238112Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T02:16:12.0238323Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.690s) 2022-11-23T02:16:12.0238512Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:12.0238713Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0238900Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0239088Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:12.0239279Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0239469Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0239722Z test_make_fx_fake_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-11-23T02:16:12.0239939Z test_make_fx_fake_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:12.0240152Z test_make_fx_fake_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-11-23T02:16:12.0240365Z test_make_fx_fake_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T02:16:12.0240554Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0240739Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0240927Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:12.0241111Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0241298Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:12.0241496Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0241675Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T02:16:12.0241882Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:12.0242069Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.336s) 2022-11-23T02:16:12.0242326Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:16:12.0242529Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0242738Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0242942Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0243144Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0243383Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0243607Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:12.0243830Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:12.0244124Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0244416Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0244618Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0244819Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0245039Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0245259Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:12.0245456Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0245696Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0245893Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0246116Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-11-23T02:16:12.0246411Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0246617Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0246830Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0247043Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0247256Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0247473Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:12.0247674Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:12.0247865Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0248099Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:12.0248322Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0248549Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:12.0248849Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0249557Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0249852Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0250153Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0250374Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0250579Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T02:16:12.0250779Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T02:16:12.0250978Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0251178Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0251382Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T02:16:12.0251569Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0251807Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0252001Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T02:16:12.0252193Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:12.0252384Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T02:16:12.0252578Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T02:16:12.0252763Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-11-23T02:16:12.0252946Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-11-23T02:16:12.0253125Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-11-23T02:16:12.0253323Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T02:16:12.0253509Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.786s) 2022-11-23T02:16:12.0253705Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (7.840s) 2022-11-23T02:16:12.0253897Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T02:16:12.0254069Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:12.0254270Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:12.0254459Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-11-23T02:16:12.0254642Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:12.0254828Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:12.0255045Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T02:16:12.0255245Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:12.0255472Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.282s) 2022-11-23T02:16:12.0255657Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-11-23T02:16:12.0255869Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0256056Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T02:16:12.0256246Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:12.0256441Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T02:16:12.0256638Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-11-23T02:16:12.0256833Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-11-23T02:16:12.0257038Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T02:16:12.0257224Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-11-23T02:16:12.0257405Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:12.0257604Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T02:16:12.0257835Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:12.0258024Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T02:16:12.0258216Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T02:16:12.0258415Z test_make_fx_fake_exhaustive_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T02:16:12.0258593Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:12.0258786Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0259045Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T02:16:12.0259294Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-11-23T02:16:12.0259487Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:12.0259672Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:12.0259869Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:12.0260056Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:12.0260258Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:12.0260447Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:12.0260639Z test_make_fx_fake_exhaustive_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0260824Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0261015Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:12.0261201Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-11-23T02:16:12.0261431Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:12.0261621Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T02:16:12.0261805Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:12.0261986Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:12.0262184Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:12.0262390Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0262597Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0262816Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0263029Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0263231Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0263446Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0263699Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0263905Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0264204Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0264411Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0264644Z test_make_fx_symbolic_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0264852Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0265059Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0265269Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0265474Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0265683Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0265896Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0266104Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0266312Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0266535Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0266748Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0266957Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0267162Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0267417Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0267625Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0267829Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0268038Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0268246Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0268452Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0268662Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0268870Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0269059Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0269268Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0269480Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0269737Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0269964Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0270171Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0270381Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0270584Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0270788Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0270994Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0271213Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0271427Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0271643Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0271855Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0272071Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0272283Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0272499Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0272706Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0272912Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0273175Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0273400Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0273617Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0273831Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0274038Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0274256Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0274461Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0274672Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0274873Z test_make_fx_symbolic_exhaustive_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0275081Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0275291Z test_make_fx_symbolic_exhaustive_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0275540Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0275747Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0275959Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0276184Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0276402Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0276611Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0276814Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0277030Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0277238Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0277446Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0277666Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0277887Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0278099Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0278308Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0278529Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0278750Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0279004Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0279219Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0279432Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0279635Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0279843Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0280062Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0280266Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0280475Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0280670Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0280875Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0281087Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0281335Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0281568Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0281777Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0281986Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0282203Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0282416Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0282633Z test_make_fx_symbolic_exhaustive_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0282846Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0283068Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0283273Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0283485Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0283689Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0283911Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0284135Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0284360Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0284567Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0284774Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0285025Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0285232Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0285435Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0285647Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0285861Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0286067Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0286274Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0286469Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0286677Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0286888Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0287091Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0287337Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0287552Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0287764Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0287975Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0288180Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0288392Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0288599Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0288811Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0289027Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0289241Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0289448Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0289659Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0289959Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0290267Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0290534Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0290895Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0291188Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0291402Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0291616Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0291826Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0292038Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0292248Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0292457Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0292656Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0292871Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0293077Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0293288Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0293540Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0293748Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0293956Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0294168Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0294382Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0294593Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0294809Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0295017Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0295221Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0295421Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0295631Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0295840Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0296043Z test_make_fx_symbolic_exhaustive_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0296256Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0296467Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0296672Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0296882Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0297136Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0297356Z test_make_fx_symbolic_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0297560Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0297763Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0297977Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0298181Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0298383Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0298602Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0298811Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0299019Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0299226Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0299468Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0299677Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0299891Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0300104Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0300318Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0300531Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0300743Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0300964Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0301180Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0301388Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0301597Z test_make_fx_symbolic_exhaustive_inplace_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0301811Z test_make_fx_symbolic_exhaustive_inplace_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0302033Z test_make_fx_symbolic_exhaustive_inplace___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0302254Z test_make_fx_symbolic_exhaustive_inplace___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0302473Z test_make_fx_symbolic_exhaustive_inplace___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0302698Z test_make_fx_symbolic_exhaustive_inplace___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0302954Z test_make_fx_symbolic_exhaustive_inplace___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0303173Z test_make_fx_symbolic_exhaustive_inplace___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0303390Z test_make_fx_symbolic_exhaustive_inplace___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0303603Z test_make_fx_symbolic_exhaustive_inplace___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0303845Z test_make_fx_symbolic_exhaustive_inplace__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0304147Z test_make_fx_symbolic_exhaustive_inplace_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0304371Z test_make_fx_symbolic_exhaustive_inplace_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0304578Z test_make_fx_symbolic_exhaustive_inplace_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0304793Z test_make_fx_symbolic_exhaustive_inplace_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0305013Z test_make_fx_symbolic_exhaustive_inplace_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0305283Z test_make_fx_symbolic_exhaustive_inplace_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0305503Z test_make_fx_symbolic_exhaustive_inplace_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0305722Z test_make_fx_symbolic_exhaustive_inplace_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0305958Z test_make_fx_symbolic_exhaustive_inplace_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0306177Z test_make_fx_symbolic_exhaustive_inplace_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0306396Z test_make_fx_symbolic_exhaustive_inplace_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0306613Z test_make_fx_symbolic_exhaustive_inplace_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0306839Z test_make_fx_symbolic_exhaustive_inplace_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0307054Z test_make_fx_symbolic_exhaustive_inplace_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0307269Z test_make_fx_symbolic_exhaustive_inplace_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0307491Z test_make_fx_symbolic_exhaustive_inplace_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0307711Z test_make_fx_symbolic_exhaustive_inplace_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0307922Z test_make_fx_symbolic_exhaustive_inplace_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0308144Z test_make_fx_symbolic_exhaustive_inplace_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0308363Z test_make_fx_symbolic_exhaustive_inplace_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0308579Z test_make_fx_symbolic_exhaustive_inplace_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0308849Z test_make_fx_symbolic_exhaustive_inplace_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0309070Z test_make_fx_symbolic_exhaustive_inplace_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0309296Z test_make_fx_symbolic_exhaustive_inplace_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0309530Z test_make_fx_symbolic_exhaustive_inplace_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0309746Z test_make_fx_symbolic_exhaustive_inplace_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0309962Z test_make_fx_symbolic_exhaustive_inplace_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0310179Z test_make_fx_symbolic_exhaustive_inplace_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0310392Z test_make_fx_symbolic_exhaustive_inplace_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0310608Z test_make_fx_symbolic_exhaustive_inplace_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0310832Z test_make_fx_symbolic_exhaustive_inplace_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0311099Z test_make_fx_symbolic_exhaustive_inplace_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0311311Z test_make_fx_symbolic_exhaustive_inplace_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0311533Z test_make_fx_symbolic_exhaustive_inplace_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0311757Z test_make_fx_symbolic_exhaustive_inplace_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0311976Z test_make_fx_symbolic_exhaustive_inplace_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0312201Z test_make_fx_symbolic_exhaustive_inplace_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0312414Z test_make_fx_symbolic_exhaustive_inplace_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0312631Z test_make_fx_symbolic_exhaustive_inplace_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0312867Z test_make_fx_symbolic_exhaustive_inplace_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0313109Z test_make_fx_symbolic_exhaustive_inplace_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0313340Z test_make_fx_symbolic_exhaustive_inplace_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0313563Z test_make_fx_symbolic_exhaustive_inplace_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0313779Z test_make_fx_symbolic_exhaustive_inplace_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0314014Z test_make_fx_symbolic_exhaustive_inplace_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0314226Z test_make_fx_symbolic_exhaustive_inplace_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0314444Z test_make_fx_symbolic_exhaustive_inplace_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0314706Z test_make_fx_symbolic_exhaustive_inplace_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0314919Z test_make_fx_symbolic_exhaustive_inplace_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0315135Z test_make_fx_symbolic_exhaustive_inplace_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0315352Z test_make_fx_symbolic_exhaustive_inplace_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0315571Z test_make_fx_symbolic_exhaustive_inplace_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0315793Z test_make_fx_symbolic_exhaustive_inplace_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0316027Z test_make_fx_symbolic_exhaustive_inplace_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0316255Z test_make_fx_symbolic_exhaustive_inplace_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0316471Z test_make_fx_symbolic_exhaustive_inplace_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0316686Z test_make_fx_symbolic_exhaustive_inplace_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0317351Z test_make_fx_symbolic_exhaustive_inplace_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0317579Z test_make_fx_symbolic_exhaustive_inplace_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0317795Z test_make_fx_symbolic_exhaustive_inplace_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0318023Z test_make_fx_symbolic_exhaustive_inplace_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0318249Z test_make_fx_symbolic_exhaustive_inplace_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0318456Z test_make_fx_symbolic_exhaustive_inplace_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0318672Z test_make_fx_symbolic_exhaustive_inplace_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0318904Z test_make_fx_symbolic_exhaustive_inplace_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0319138Z test_make_fx_symbolic_exhaustive_inplace_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0319368Z test_make_fx_symbolic_exhaustive_inplace_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0319590Z test_make_fx_symbolic_exhaustive_inplace_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0319812Z test_make_fx_symbolic_exhaustive_inplace_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0320026Z test_make_fx_symbolic_exhaustive_inplace_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0320242Z test_make_fx_symbolic_exhaustive_inplace_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0320469Z test_make_fx_symbolic_exhaustive_inplace_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0320682Z test_make_fx_symbolic_exhaustive_inplace_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0320949Z test_make_fx_symbolic_exhaustive_inplace_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0321169Z test_make_fx_symbolic_exhaustive_inplace_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0321387Z test_make_fx_symbolic_exhaustive_inplace_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0321607Z test_make_fx_symbolic_exhaustive_inplace_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0321823Z test_make_fx_symbolic_exhaustive_inplace_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0322064Z test_make_fx_symbolic_exhaustive_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0322290Z test_make_fx_symbolic_exhaustive_inplace_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0322506Z test_make_fx_symbolic_exhaustive_inplace_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0322732Z test_make_fx_symbolic_exhaustive_inplace_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0322954Z test_make_fx_symbolic_exhaustive_inplace_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0323225Z test_make_fx_symbolic_exhaustive_inplace_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0323446Z test_make_fx_symbolic_exhaustive_inplace_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0323678Z test_make_fx_symbolic_exhaustive_inplace_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0323894Z test_make_fx_symbolic_exhaustive_inplace_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0324114Z test_make_fx_symbolic_exhaustive_inplace_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0324330Z test_make_fx_symbolic_exhaustive_inplace_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0324561Z test_make_fx_symbolic_exhaustive_inplace_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0324799Z test_make_fx_symbolic_exhaustive_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0325032Z test_make_fx_symbolic_exhaustive_inplace_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0325247Z test_make_fx_symbolic_exhaustive_inplace_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0325451Z test_make_fx_symbolic_exhaustive_inplace_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0325670Z test_make_fx_symbolic_exhaustive_inplace_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0325887Z test_make_fx_symbolic_exhaustive_inplace_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0326103Z test_make_fx_symbolic_exhaustive_inplace_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0326322Z test_make_fx_symbolic_exhaustive_inplace_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0326586Z test_make_fx_symbolic_exhaustive_inplace_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0326803Z test_make_fx_symbolic_exhaustive_inplace_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0327021Z test_make_fx_symbolic_exhaustive_inplace_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0327237Z test_make_fx_symbolic_exhaustive_inplace_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0327456Z test_make_fx_symbolic_exhaustive_inplace_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0327673Z test_make_fx_symbolic_exhaustive_inplace_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0327887Z test_make_fx_symbolic_exhaustive_inplace_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0328105Z test_make_fx_symbolic_exhaustive_inplace_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0328328Z test_make_fx_symbolic_exhaustive_inplace_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0328545Z test_make_fx_symbolic_exhaustive_inplace_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0328761Z test_make_fx_symbolic_exhaustive_inplace_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0329020Z test_make_fx_symbolic_exhaustive_inplace_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0329242Z test_make_fx_symbolic_exhaustive_inplace_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0329463Z test_make_fx_symbolic_exhaustive_inplace_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0329687Z test_make_fx_symbolic_exhaustive_inplace_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0329912Z test_make_fx_symbolic_exhaustive_inplace_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0330131Z test_make_fx_symbolic_exhaustive_inplace_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0330349Z test_make_fx_symbolic_exhaustive_inplace_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0330572Z test_make_fx_symbolic_exhaustive_inplace_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0330788Z test_make_fx_symbolic_exhaustive_inplace_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0331005Z test_make_fx_symbolic_exhaustive_inplace_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0331225Z test_make_fx_symbolic_exhaustive_inplace_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0331452Z test_make_fx_symbolic_exhaustive_inplace_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0331673Z test_make_fx_symbolic_exhaustive_inplace_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0331885Z test_make_fx_symbolic_exhaustive_inplace_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0332107Z test_make_fx_symbolic_exhaustive_inplace_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0332368Z test_make_fx_symbolic_exhaustive_inplace_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0332587Z test_make_fx_symbolic_exhaustive_inplace_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0332808Z test_make_fx_symbolic_exhaustive_inplace_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0333029Z test_make_fx_symbolic_exhaustive_inplace_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0333250Z test_make_fx_symbolic_exhaustive_inplace_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0333467Z test_make_fx_symbolic_exhaustive_inplace_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0333684Z test_make_fx_symbolic_exhaustive_inplace_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0333908Z test_make_fx_symbolic_exhaustive_inplace_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0334126Z test_make_fx_symbolic_exhaustive_inplace_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0334344Z test_make_fx_symbolic_exhaustive_inplace_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0334561Z test_make_fx_symbolic_exhaustive_inplace_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0334818Z test_make_fx_symbolic_exhaustive_inplace_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0335046Z test_make_fx_symbolic_exhaustive_inplace_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0335263Z test_make_fx_symbolic_exhaustive_inplace_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0335493Z test_make_fx_symbolic_exhaustive_inplace_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0335708Z test_make_fx_symbolic_exhaustive_inplace_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0335924Z test_make_fx_symbolic_exhaustive_inplace_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0336140Z test_make_fx_symbolic_exhaustive_inplace_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0336355Z test_make_fx_symbolic_exhaustive_inplace_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0336571Z test_make_fx_symbolic_exhaustive_inplace_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0336785Z test_make_fx_symbolic_exhaustive_inplace_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0337005Z test_make_fx_symbolic_exhaustive_inplace_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0337224Z test_make_fx_symbolic_exhaustive_inplace_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0337437Z test_make_fx_symbolic_exhaustive_inplace_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0337658Z test_make_fx_symbolic_exhaustive_inplace_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0337881Z test_make_fx_symbolic_exhaustive_inplace_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0338112Z test_make_fx_symbolic_exhaustive_inplace_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0338363Z test_make_fx_symbolic_exhaustive_inplace_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0338567Z test_make_fx_symbolic_exhaustive_inplace_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0338794Z test_make_fx_symbolic_exhaustive_inplace_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0339012Z test_make_fx_symbolic_exhaustive_inplace_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0339237Z test_make_fx_symbolic_exhaustive_inplace_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0339465Z test_make_fx_symbolic_exhaustive_inplace_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0339685Z test_make_fx_symbolic_exhaustive_inplace_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0339900Z test_make_fx_symbolic_exhaustive_inplace_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0340115Z test_make_fx_symbolic_exhaustive_inplace_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0340329Z test_make_fx_symbolic_exhaustive_inplace_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0340588Z test_make_fx_symbolic_exhaustive_inplace_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0340811Z test_make_fx_symbolic_exhaustive_inplace_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0341035Z test_make_fx_symbolic_exhaustive_inplace_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0341259Z test_make_fx_symbolic_exhaustive_inplace_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0341481Z test_make_fx_symbolic_exhaustive_inplace_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0341702Z test_make_fx_symbolic_exhaustive_inplace_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0341932Z test_make_fx_symbolic_exhaustive_inplace_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0342157Z test_make_fx_symbolic_exhaustive_inplace_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0342374Z test_make_fx_symbolic_exhaustive_inplace_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0342590Z test_make_fx_symbolic_exhaustive_inplace_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0342808Z test_make_fx_symbolic_exhaustive_inplace_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0343029Z test_make_fx_symbolic_exhaustive_inplace_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0343244Z test_make_fx_symbolic_exhaustive_inplace_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0343460Z test_make_fx_symbolic_exhaustive_inplace_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0343678Z test_make_fx_symbolic_exhaustive_inplace_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0343898Z test_make_fx_symbolic_exhaustive_inplace_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0344545Z test_make_fx_symbolic_exhaustive_inplace_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0344771Z test_make_fx_symbolic_exhaustive_inplace_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0345017Z test_make_fx_symbolic_exhaustive_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0345269Z test_make_fx_symbolic_exhaustive_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0345501Z test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0345750Z test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0345971Z test_make_fx_symbolic_exhaustive_inplace_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0346188Z test_make_fx_symbolic_exhaustive_inplace_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0346411Z test_make_fx_symbolic_exhaustive_inplace_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0346632Z test_make_fx_symbolic_exhaustive_inplace_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0346890Z test_make_fx_symbolic_exhaustive_inplace_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0347110Z test_make_fx_symbolic_exhaustive_inplace_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0347331Z test_make_fx_symbolic_exhaustive_inplace_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0347564Z test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0347798Z test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0348025Z test_make_fx_symbolic_exhaustive_inplace_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0348251Z test_make_fx_symbolic_exhaustive_inplace_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0348476Z test_make_fx_symbolic_exhaustive_inplace_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0348710Z test_make_fx_symbolic_exhaustive_inplace_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0348932Z test_make_fx_symbolic_exhaustive_inplace_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0349160Z test_make_fx_symbolic_exhaustive_inplace_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0349389Z test_make_fx_symbolic_exhaustive_inplace_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0349622Z test_make_fx_symbolic_exhaustive_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0349869Z test_make_fx_symbolic_exhaustive_inplace_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0350091Z test_make_fx_symbolic_exhaustive_inplace_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0350361Z test_make_fx_symbolic_exhaustive_inplace_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0350594Z test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0350828Z test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0351058Z test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0351287Z test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0351530Z test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0351753Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0351982Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0352215Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0352448Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0352721Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0352953Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0353186Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0353431Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0353647Z test_make_fx_symbolic_exhaustive_inplace_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0353871Z test_make_fx_symbolic_exhaustive_inplace_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0354121Z test_make_fx_symbolic_exhaustive_inplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0354346Z test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0354585Z test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0354822Z test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0355043Z test_make_fx_symbolic_exhaustive_inplace_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0355272Z test_make_fx_symbolic_exhaustive_inplace_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0355499Z test_make_fx_symbolic_exhaustive_inplace_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0355730Z test_make_fx_symbolic_exhaustive_inplace_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0356012Z test_make_fx_symbolic_exhaustive_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0356238Z test_make_fx_symbolic_exhaustive_inplace_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0356469Z test_make_fx_symbolic_exhaustive_inplace_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0356701Z test_make_fx_symbolic_exhaustive_inplace_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0356937Z test_make_fx_symbolic_exhaustive_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0357171Z test_make_fx_symbolic_exhaustive_inplace_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0357393Z test_make_fx_symbolic_exhaustive_inplace_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0357623Z test_make_fx_symbolic_exhaustive_inplace_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0357847Z test_make_fx_symbolic_exhaustive_inplace_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0358064Z test_make_fx_symbolic_exhaustive_inplace_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0358322Z test_make_fx_symbolic_exhaustive_inplace_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0358539Z test_make_fx_symbolic_exhaustive_inplace_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0358752Z test_make_fx_symbolic_exhaustive_inplace_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0358978Z test_make_fx_symbolic_exhaustive_inplace_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0359212Z test_make_fx_symbolic_exhaustive_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0359436Z test_make_fx_symbolic_exhaustive_inplace_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0359660Z test_make_fx_symbolic_exhaustive_inplace_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0359890Z test_make_fx_symbolic_exhaustive_inplace_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0360109Z test_make_fx_symbolic_exhaustive_inplace_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0360336Z test_make_fx_symbolic_exhaustive_inplace_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0360556Z test_make_fx_symbolic_exhaustive_inplace_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0360778Z test_make_fx_symbolic_exhaustive_inplace_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0361004Z test_make_fx_symbolic_exhaustive_inplace_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0361211Z test_make_fx_symbolic_exhaustive_inplace_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0361435Z test_make_fx_symbolic_exhaustive_inplace_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0361661Z test_make_fx_symbolic_exhaustive_inplace_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0361918Z test_make_fx_symbolic_exhaustive_inplace_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0362132Z test_make_fx_symbolic_exhaustive_inplace_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0362344Z test_make_fx_symbolic_exhaustive_inplace_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0362562Z test_make_fx_symbolic_exhaustive_inplace_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0362786Z test_make_fx_symbolic_exhaustive_inplace_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0362998Z test_make_fx_symbolic_exhaustive_inplace_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0363211Z test_make_fx_symbolic_exhaustive_inplace_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0363434Z test_make_fx_symbolic_exhaustive_inplace_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0363654Z test_make_fx_symbolic_exhaustive_inplace_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0363882Z test_make_fx_symbolic_exhaustive_inplace_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0364157Z test_make_fx_symbolic_exhaustive_inplace_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0364387Z test_make_fx_symbolic_exhaustive_inplace_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0364607Z test_make_fx_symbolic_exhaustive_inplace_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0364836Z test_make_fx_symbolic_exhaustive_inplace_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0365073Z test_make_fx_symbolic_exhaustive_inplace_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0365305Z test_make_fx_symbolic_exhaustive_inplace_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0365540Z test_make_fx_symbolic_exhaustive_inplace_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0365765Z test_make_fx_symbolic_exhaustive_inplace_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0365995Z test_make_fx_symbolic_exhaustive_inplace_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0366220Z test_make_fx_symbolic_exhaustive_inplace_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0366449Z test_make_fx_symbolic_exhaustive_inplace_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0366669Z test_make_fx_symbolic_exhaustive_inplace_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0366897Z test_make_fx_symbolic_exhaustive_inplace_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0367124Z test_make_fx_symbolic_exhaustive_inplace_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0367348Z test_make_fx_symbolic_exhaustive_inplace_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0367614Z test_make_fx_symbolic_exhaustive_inplace_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0367838Z test_make_fx_symbolic_exhaustive_inplace_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0368064Z test_make_fx_symbolic_exhaustive_inplace_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0368276Z test_make_fx_symbolic_exhaustive_inplace_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0368497Z test_make_fx_symbolic_exhaustive_inplace_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0368718Z test_make_fx_symbolic_exhaustive_inplace_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0368938Z test_make_fx_symbolic_exhaustive_inplace_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0369190Z test_make_fx_symbolic_exhaustive_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0369425Z test_make_fx_symbolic_exhaustive_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0369661Z test_make_fx_symbolic_exhaustive_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0369921Z test_make_fx_symbolic_exhaustive_inplace_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0370137Z test_make_fx_symbolic_exhaustive_inplace_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0370355Z test_make_fx_symbolic_exhaustive_inplace_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0370601Z test_make_fx_symbolic_exhaustive_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0370847Z test_make_fx_symbolic_exhaustive_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0371070Z test_make_fx_symbolic_exhaustive_inplace_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0371304Z test_make_fx_symbolic_exhaustive_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0371542Z test_make_fx_symbolic_exhaustive_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0371761Z test_make_fx_symbolic_exhaustive_inplace_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0371975Z test_make_fx_symbolic_exhaustive_inplace_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0372191Z test_make_fx_symbolic_exhaustive_inplace_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0372410Z test_make_fx_symbolic_exhaustive_inplace_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0372625Z test_make_fx_symbolic_exhaustive_inplace_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0372843Z test_make_fx_symbolic_exhaustive_inplace_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0373069Z test_make_fx_symbolic_exhaustive_inplace_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0373282Z test_make_fx_symbolic_exhaustive_inplace_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0373558Z test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0373795Z test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0374033Z test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0374255Z test_make_fx_symbolic_exhaustive_inplace_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0374475Z test_make_fx_symbolic_exhaustive_inplace_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0374700Z test_make_fx_symbolic_exhaustive_inplace_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0374928Z test_make_fx_symbolic_exhaustive_inplace_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0375144Z test_make_fx_symbolic_exhaustive_inplace_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0375369Z test_make_fx_symbolic_exhaustive_inplace_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0375585Z test_make_fx_symbolic_exhaustive_inplace_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0375914Z test_make_fx_symbolic_exhaustive_inplace_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0376278Z test_make_fx_symbolic_exhaustive_inplace_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0376655Z test_make_fx_symbolic_exhaustive_inplace_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0377010Z test_make_fx_symbolic_exhaustive_inplace_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0377358Z test_make_fx_symbolic_exhaustive_inplace_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0377731Z test_make_fx_symbolic_exhaustive_inplace_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0378139Z test_make_fx_symbolic_exhaustive_inplace_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0378525Z test_make_fx_symbolic_exhaustive_inplace_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0378917Z test_make_fx_symbolic_exhaustive_inplace_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0379312Z test_make_fx_symbolic_exhaustive_inplace_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0379708Z test_make_fx_symbolic_exhaustive_inplace_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0380193Z test_make_fx_symbolic_exhaustive_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0380643Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0381092Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0381672Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0382126Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0382581Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0383024Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0383470Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0383901Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0384429Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0384863Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0385282Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0385704Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0386285Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0386762Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0387186Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0387601Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0388017Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0388458Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0388913Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0389351Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0389817Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0390254Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0390688Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0391124Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0391627Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0392166Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0392637Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0393043Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0393484Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0393908Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0394382Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0394873Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0395320Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0395774Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0396211Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0396740Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0397156Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0397586Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0398080Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0398568Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0398999Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0399430Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0399866Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0400319Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0400747Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0401179Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0401631Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0402087Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0402640Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0403096Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0403545Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0404068Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0404544Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0404961Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0405394Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0405825Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0406240Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0406688Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0407226Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0407664Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0408100Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0408519Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0408940Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0409384Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0409825Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0410320Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0410821Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0411252Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0411693Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0412098Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0412521Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0412962Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0413507Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0413980Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0414417Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0414849Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0415289Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0415719Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0416214Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0416660Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0417137Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0417658Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0418095Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0418547Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0418990Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0419409Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0419829Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0420249Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0420658Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0421077Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0421493Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0421920Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0422426Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0422898Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0423340Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0423875Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0424398Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0424816Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0425248Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0425674Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0426119Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0426610Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0427028Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0427471Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0428025Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0428481Z test_make_fx_symbolic_exhaustive_inplace_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0428865Z test_make_fx_symbolic_exhaustive_inplace_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0429308Z test_make_fx_symbolic_exhaustive_inplace_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0429693Z test_make_fx_symbolic_exhaustive_inplace_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0430066Z test_make_fx_symbolic_exhaustive_inplace_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0430462Z test_make_fx_symbolic_exhaustive_inplace_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0430845Z test_make_fx_symbolic_exhaustive_inplace_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0431230Z test_make_fx_symbolic_exhaustive_inplace_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0431644Z test_make_fx_symbolic_exhaustive_inplace_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0432032Z test_make_fx_symbolic_exhaustive_inplace_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0432422Z test_make_fx_symbolic_exhaustive_inplace_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0432835Z test_make_fx_symbolic_exhaustive_inplace_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0433234Z test_make_fx_symbolic_exhaustive_inplace_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0433631Z test_make_fx_symbolic_exhaustive_inplace_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0434029Z test_make_fx_symbolic_exhaustive_inplace_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0434622Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0435172Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0435623Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0436090Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0436534Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0436963Z test_make_fx_symbolic_exhaustive_inplace_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0437390Z test_make_fx_symbolic_exhaustive_inplace_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0437813Z test_make_fx_symbolic_exhaustive_inplace_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0438225Z test_make_fx_symbolic_exhaustive_inplace_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0438638Z test_make_fx_symbolic_exhaustive_inplace_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0439640Z test_make_fx_symbolic_exhaustive_inplace_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0440072Z test_make_fx_symbolic_exhaustive_inplace_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0440511Z test_make_fx_symbolic_exhaustive_inplace_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0441005Z test_make_fx_symbolic_exhaustive_inplace_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0441518Z test_make_fx_symbolic_exhaustive_inplace_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0441938Z test_make_fx_symbolic_exhaustive_inplace_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0442366Z test_make_fx_symbolic_exhaustive_inplace_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0442798Z test_make_fx_symbolic_exhaustive_inplace_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0443214Z test_make_fx_symbolic_exhaustive_inplace_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0443654Z test_make_fx_symbolic_exhaustive_inplace_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0444053Z test_make_fx_symbolic_exhaustive_inplace_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0444409Z test_make_fx_symbolic_exhaustive_inplace_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0444663Z test_make_fx_symbolic_exhaustive_inplace_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0444930Z test_make_fx_symbolic_exhaustive_inplace_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0445177Z test_make_fx_symbolic_exhaustive_inplace_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0445514Z test_make_fx_symbolic_exhaustive_inplace_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0445764Z test_make_fx_symbolic_exhaustive_inplace_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0446013Z test_make_fx_symbolic_exhaustive_inplace_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0446265Z test_make_fx_symbolic_exhaustive_inplace_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0446524Z test_make_fx_symbolic_exhaustive_inplace_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0446844Z test_make_fx_symbolic_exhaustive_inplace_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0447088Z test_make_fx_symbolic_exhaustive_inplace_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0447331Z test_make_fx_symbolic_exhaustive_inplace_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0447640Z test_make_fx_symbolic_exhaustive_inplace_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0447894Z test_make_fx_symbolic_exhaustive_inplace_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0448156Z test_make_fx_symbolic_exhaustive_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0448454Z test_make_fx_symbolic_exhaustive_inplace_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0448698Z test_make_fx_symbolic_exhaustive_inplace_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0448954Z test_make_fx_symbolic_exhaustive_inplace_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0449203Z test_make_fx_symbolic_exhaustive_inplace_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0449448Z test_make_fx_symbolic_exhaustive_inplace_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0449711Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0449970Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0450230Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0450488Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0450745Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0451003Z test_make_fx_symbolic_exhaustive_inplace_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0451267Z test_make_fx_symbolic_exhaustive_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0451531Z test_make_fx_symbolic_exhaustive_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0451774Z test_make_fx_symbolic_exhaustive_inplace_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0452031Z test_make_fx_symbolic_exhaustive_inplace_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0452317Z test_make_fx_symbolic_exhaustive_inplace_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0452527Z test_make_fx_symbolic_exhaustive_inplace_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0452770Z test_make_fx_symbolic_exhaustive_inplace_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0453059Z test_make_fx_symbolic_exhaustive_inplace_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0453324Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0453625Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0453912Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0454175Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0454419Z test_make_fx_symbolic_exhaustive_inplace_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0454657Z test_make_fx_symbolic_exhaustive_inplace_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0454950Z test_make_fx_symbolic_exhaustive_inplace_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0455190Z test_make_fx_symbolic_exhaustive_inplace_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0455431Z test_make_fx_symbolic_exhaustive_inplace_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0455681Z test_make_fx_symbolic_exhaustive_inplace_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0455927Z test_make_fx_symbolic_exhaustive_inplace_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0456185Z test_make_fx_symbolic_exhaustive_inplace_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0456425Z test_make_fx_symbolic_exhaustive_inplace_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0456688Z test_make_fx_symbolic_exhaustive_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0456944Z test_make_fx_symbolic_exhaustive_inplace_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0457202Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0457459Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0457716Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0457971Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0458244Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0458511Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0458885Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:16:12.0459266Z 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-23T02:16:12.0459524Z test_make_fx_symbolic_exhaustive_inplace_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0459857Z test_make_fx_symbolic_exhaustive_inplace_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0460135Z test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0460405Z test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0460652Z test_make_fx_symbolic_exhaustive_inplace_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0460897Z test_make_fx_symbolic_exhaustive_inplace_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0461142Z test_make_fx_symbolic_exhaustive_inplace_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0461467Z test_make_fx_symbolic_exhaustive_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0461795Z test_make_fx_symbolic_exhaustive_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:16:12.0462057Z test_make_fx_symbolic_exhaustive_inplace_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0462321Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0462549Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0462818Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0463081Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0463331Z test_make_fx_symbolic_exhaustive_inplace_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0463583Z test_make_fx_symbolic_exhaustive_inplace_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0463868Z test_make_fx_symbolic_exhaustive_inplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0464237Z test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0464519Z test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0464860Z 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.001s) 2022-11-23T02:16:12.0465299Z 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.001s) 2022-11-23T02:16:12.0465640Z 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.001s) 2022-11-23T02:16:12.0466022Z 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.001s) 2022-11-23T02:16:12.0475900Z test_make_fx_symbolic_exhaustive_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0476220Z test_make_fx_symbolic_exhaustive_inplace_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0476470Z test_make_fx_symbolic_exhaustive_inplace_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0476701Z test_make_fx_symbolic_exhaustive_inplace_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0476938Z test_make_fx_symbolic_exhaustive_inplace_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0477174Z test_make_fx_symbolic_exhaustive_inplace_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0477523Z test_make_fx_symbolic_exhaustive_inplace_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0477749Z test_make_fx_symbolic_exhaustive_inplace_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0478054Z test_make_fx_symbolic_exhaustive_inplace_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0478279Z test_make_fx_symbolic_exhaustive_inplace_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0478499Z test_make_fx_symbolic_exhaustive_inplace_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0478776Z test_make_fx_symbolic_exhaustive_inplace_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0478999Z test_make_fx_symbolic_exhaustive_inplace_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0479217Z test_make_fx_symbolic_exhaustive_inplace_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0479431Z test_make_fx_symbolic_exhaustive_inplace_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0479659Z test_make_fx_symbolic_exhaustive_inplace_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0479864Z test_make_fx_symbolic_exhaustive_inplace_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0480089Z test_make_fx_symbolic_exhaustive_inplace_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0480313Z test_make_fx_symbolic_exhaustive_inplace_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0480533Z test_make_fx_symbolic_exhaustive_inplace_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0480764Z test_make_fx_symbolic_exhaustive_inplace_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0481449Z test_make_fx_symbolic_exhaustive_inplace_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0481677Z test_make_fx_symbolic_exhaustive_inplace_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0481892Z test_make_fx_symbolic_exhaustive_inplace_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0482125Z test_make_fx_symbolic_exhaustive_inplace_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0482357Z test_make_fx_symbolic_exhaustive_inplace_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0482571Z test_make_fx_symbolic_exhaustive_inplace_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0482788Z test_make_fx_symbolic_exhaustive_inplace_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0483017Z test_make_fx_symbolic_exhaustive_inplace_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0483236Z test_make_fx_symbolic_exhaustive_inplace_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0483457Z test_make_fx_symbolic_exhaustive_inplace_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0483683Z test_make_fx_symbolic_exhaustive_inplace_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0483969Z test_make_fx_symbolic_exhaustive_inplace_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0484247Z test_make_fx_symbolic_exhaustive_inplace_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0484488Z test_make_fx_symbolic_exhaustive_inplace_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0484707Z test_make_fx_symbolic_exhaustive_inplace_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0484973Z test_make_fx_symbolic_exhaustive_inplace_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0485204Z test_make_fx_symbolic_exhaustive_inplace_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0485424Z test_make_fx_symbolic_exhaustive_inplace_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0485643Z test_make_fx_symbolic_exhaustive_inplace_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0485869Z test_make_fx_symbolic_exhaustive_inplace_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0486096Z test_make_fx_symbolic_exhaustive_inplace_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0486315Z test_make_fx_symbolic_exhaustive_inplace_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0486537Z test_make_fx_symbolic_exhaustive_inplace_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0486773Z test_make_fx_symbolic_exhaustive_inplace_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0486995Z test_make_fx_symbolic_exhaustive_inplace_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0487210Z test_make_fx_symbolic_exhaustive_inplace_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0487474Z test_make_fx_symbolic_exhaustive_inplace_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0487699Z test_make_fx_symbolic_exhaustive_inplace_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0487919Z test_make_fx_symbolic_exhaustive_inplace_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0488152Z test_make_fx_symbolic_exhaustive_inplace_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0488375Z test_make_fx_symbolic_exhaustive_inplace_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0488599Z test_make_fx_symbolic_exhaustive_inplace_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0488815Z test_make_fx_symbolic_exhaustive_inplace_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0489039Z test_make_fx_symbolic_exhaustive_inplace_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0489261Z test_make_fx_symbolic_exhaustive_inplace_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0489482Z test_make_fx_symbolic_exhaustive_inplace_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0489699Z test_make_fx_symbolic_exhaustive_inplace_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0489957Z test_make_fx_symbolic_exhaustive_inplace_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0490222Z test_make_fx_symbolic_exhaustive_inplace_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0490555Z test_make_fx_symbolic_exhaustive_inplace_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0490882Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0491272Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0491625Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0491968Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0492200Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0492407Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0492623Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0492831Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0493044Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0493281Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0493530Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0493757Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0493997Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0494297Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0494496Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0494711Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0494923Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0495131Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0495341Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0495555Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0495782Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0496011Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0496230Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0496525Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0496794Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0497107Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0497346Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0497574Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0497794Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0498017Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0498260Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0498474Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0498691Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0498918Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0499147Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0499369Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0499585Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0499824Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0500039Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0500305Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0500532Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0500752Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0500977Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0501192Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0501418Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0501662Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0501884Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0502100Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0502345Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0502659Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0502895Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0503138Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0503433Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0503656Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0503873Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0504178Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0504415Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0504628Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0504843Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0505067Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0505293Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0505513Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0505733Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0505959Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0506173Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0506435Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0506644Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0506853Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0507059Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0507277Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0507506Z test_make_fx_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0507722Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0507927Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0508148Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0508359Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0508576Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0508890Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0509105Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0509395Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0509627Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0509841Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0510056Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0510266Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0510471Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0510674Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0510885Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0511099Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0511301Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0511504Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0511719Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0511937Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0512157Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0512418Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0512639Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0512854Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0513066Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0513294Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0513518Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0513742Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0513947Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0514165Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0514374Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0514598Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0514904Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0515126Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0515345Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0515659Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0515880Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0516093Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0516305Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0516520Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0516726Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0516940Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0517154Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0517396Z test_make_fx_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0517622Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0517852Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0518062Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0518269Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0518525Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0518754Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0518988Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0519202Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0519429Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0519655Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0519867Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0520071Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0520277Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0520476Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0520725Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0520960Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0521197Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0521407Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0521709Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0521950Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0522180Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0522395Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0522606Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0522819Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0523038Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0523248Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0523461Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0523668Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0523894Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0524126Z test_make_fx_symbolic_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0524394Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0524599Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0524804Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0525019Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0525289Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:16:12.0525503Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0525711Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0525926Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0526140Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0526396Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:16:12.0526642Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0526925Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0527219Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0527454Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0527695Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0528022Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0528260Z test_make_fx_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0528493Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0528720Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0528944Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0529176Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:16:12.0529404Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0529644Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0529902Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0530125Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0530396Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0530624Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0530862Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0531101Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0531335Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0531580Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0531821Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0532055Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0532280Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0532512Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0532786Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0533016Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0533289Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0533525Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0533756Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0534114Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0534383Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0534625Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0534867Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0535104Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0535327Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0535549Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0535781Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0536010Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0536290Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0536510Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0536741Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0536969Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0537214Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0537440Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0537676Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0537917Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0538161Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0538408Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0538693Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0538938Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0539188Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0539464Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0539692Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0539922Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0540249Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0540474Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0540715Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0540941Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0541177Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0541403Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0541628Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0541853Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0542132Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0542374Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0542609Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0542841Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0543071Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0543307Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0543531Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0543758Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0544070Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0544316Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0544612Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0544839Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0545072Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0545294Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0545579Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0545816Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0546056Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0546394Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0546621Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0546853Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0547089Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0547325Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0547552Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0547769Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0547990Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0548260Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0548482Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0548702Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0548932Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0549169Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0549394Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0549633Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0549861Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0550096Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0550319Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0550965Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0551198Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0551442Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0551759Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0551989Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0552232Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0552566Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0552781Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0552991Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0553203Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0553409Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0553620Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0553819Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0554045Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0554252Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0554513Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0554723Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0554924Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0555141Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0555357Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0555573Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0555780Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0556013Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0556243Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0556471Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0556697Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0556961Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0557176Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0557385Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0557594Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0557854Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0558058Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0558270Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0558581Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0558795Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0559008Z test_make_fx_symbolic_exhaustive_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0559224Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0559430Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0559643Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0559848Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0560043Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0560260Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0560521Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0560733Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0560944Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0561173Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0561392Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.002s) 2022-11-23T02:16:12.0561603Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0561812Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0562030Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0562246Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0562461Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0562667Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0562917Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0563128Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0563350Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0563571Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0563800Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0564061Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0564266Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0564489Z test_make_fx_symbolic_exhaustive_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0564800Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0565015Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0565242Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0565462Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0565680Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0565909Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0566133Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0566341Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0566625Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0566858Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0567068Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0567288Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0567497Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0567706Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0567920Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0568127Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0568356Z test_make_fx_symbolic_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0568595Z test_make_fx_symbolic_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0568870Z test_make_fx_symbolic_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0569098Z test_make_fx_symbolic_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0569308Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0569516Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0569723Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0569926Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0570189Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0570412Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0570625Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0570943Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0571151Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0571379Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0571599Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0571822Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0572050Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0572271Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0572536Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0572778Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0573005Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0573306Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0573606Z 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-23T02:16:12.0573826Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0574046Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0574286Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0574526Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0574741Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0574995Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0575207Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0575450Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0575745Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0575966Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0576250Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0576488Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0576719Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0577047Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0577270Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0577488Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0577739Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0577983Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0578227Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0578891Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0579202Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0579508Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0579814Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:16:12.0580051Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0580277Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0580499Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0580709Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0580928Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0581196Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0581402Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0581613Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0581825Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0582033Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0582241Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0582508Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0582704Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0582922Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0583201Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0583417Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0583622Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0583840Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0584133Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0584341Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0584562Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0584821Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0585028Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0585231Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-11-23T02:16:12.0585447Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0585665Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0585868Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0586074Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0586292Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:12.0586496Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0586704Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0586918Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0587172Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0587381Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.003s) 2022-11-23T02:16:12.0587602Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0587808Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0588016Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0588231Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0588474Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0588684Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0588895Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0589151Z test_make_fx_symbolic_exhaustive_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0589432Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0589744Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0589973Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.006s) 2022-11-23T02:16:12.0590183Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0590400Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0590605Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0590818Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0591080Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0591300Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0591512Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0591723Z test_make_fx_symbolic_exhaustive_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0591935Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0592142Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0592344Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0592556Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0592758Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0592960Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0593160Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0593418Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0593586Z test_binary_broadcast (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0593731Z test_cat (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0593918Z test_elementwise_meta_with_sym_numbers (__main__.TestSymbolicTracing) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0594058Z test_expand (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0594215Z test_guards_equal (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0594371Z test_mega_guard (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0594523Z test_metadata (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0594686Z test_metadata_fresh (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0594846Z test_multiply_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0595049Z test_neg_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0595202Z test_new_empty (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0595389Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0595547Z test_return_symint (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0595774Z test_rmethod (__main__.TestSymbolicTracing) ... skip: no sympy (0.010s) 2022-11-23T02:16:12.0595967Z test_size_with_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0596152Z test_sqrt_size (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0596320Z test_sym_storage_offset (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0596479Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0596625Z test_unary (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:16:12.0596637Z 2022-11-23T02:16:12.0596795Z ---------------------------------------------------------------------- 2022-11-23T02:16:12.0596879Z Ran 2582 tests in 167.796s 2022-11-23T02:16:12.0596887Z 2022-11-23T02:16:12.0597030Z OK (skipped=1348, expected failures=22) 2022-11-23T02:16:12.0597049Z 2022-11-23T02:16:12.0597132Z Generating XML reports... 2022-11-23T02:16:12.0597396Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20221123021322.xml 2022-11-23T02:16:12.0597672Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20221123021322.xml 2022-11-23T02:16:12.0597945Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20221123021322.xml 2022-11-23T02:16:12.0598217Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestProxyTensorOpInfoCPU-20221123021322.xml 2022-11-23T02:16:12.0598495Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20221123021322.xml 2022-11-23T02:16:12.0598741Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20221123021322.xml 2022-11-23T02:16:12.0598749Z 2022-11-23T02:16:12.0599119Z ##[endgroup] 2022-11-23T02:16:12.0599384Z FINISHED PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_gz8mn9yq) 2022-11-23T02:16:12.0599390Z 2022-11-23T02:16:15.3629390Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:15.5537451Z Running test_stateless ... [2022-11-23 02:16:15.553536] 2022-11-23T02:16:15.5543588Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:15.554159] 2022-11-23T02:16:15.5544942Z Ignoring disabled issues: [] 2022-11-23T02:16:26.2384060Z 2022-11-23T02:16:26.2384750Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T02:16:26.2385762Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_n_1656j2) 2022-11-23T02:16:26.2386054Z 2022-11-23T02:16:26.2386137Z Running tests... 2022-11-23T02:16:26.2386410Z ---------------------------------------------------------------------- 2022-11-23T02:16:26.2386753Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-11-23T02:16:26.2387076Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.254s) 2022-11-23T02:16:26.2387383Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.162s) 2022-11-23T02:16:26.2387861Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T02:16:26.2388295Z test_add (__main__.TestMkldnn) ... ok (0.144s) 2022-11-23T02:16:26.2388671Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T02:16:26.2388982Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.014s) 2022-11-23T02:16:26.2389296Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.031s) 2022-11-23T02:16:26.2389612Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.013s) 2022-11-23T02:16:26.2389934Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.014s) 2022-11-23T02:16:26.2390215Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.540s) 2022-11-23T02:16:26.2390514Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.200s) 2022-11-23T02:16:26.2391078Z test_batch_norm_2d (__main__.TestMkldnn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_trace.py:780: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-11-23T02:16:26.2391596Z warnings.warn( 2022-11-23T02:16:26.2391777Z ok (0.195s) 2022-11-23T02:16:26.2392085Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.010s) 2022-11-23T02:16:26.2392405Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.162s) 2022-11-23T02:16:26.2392903Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.129s) 2022-11-23T02:16:26.2393193Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:16:26.2393449Z test_conv1d (__main__.TestMkldnn) ... ok (0.241s) 2022-11-23T02:16:26.2393758Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:16:26.2394071Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:16:26.2394338Z test_conv2d (__main__.TestMkldnn) ... ok (1.453s) 2022-11-23T02:16:26.2394649Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T02:16:26.2395036Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T02:16:26.2395358Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.020s) 2022-11-23T02:16:26.2395675Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (1.537s) 2022-11-23T02:16:26.2395993Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:16:26.2396298Z test_conv3d (__main__.TestMkldnn) ... ok (3.302s) 2022-11-23T02:16:26.2396598Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:16:26.2396886Z test_conversion (__main__.TestMkldnn) ... ok (0.021s) 2022-11-23T02:16:26.2397145Z test_copy (__main__.TestMkldnn) ... ok (0.007s) 2022-11-23T02:16:26.2397398Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:16:26.2397694Z test_empty (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:16:26.2398035Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:16:26.2398370Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:16:26.2398659Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2398927Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:16:26.2399554Z test_legacy_new_failure (__main__.TestMkldnn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:26.2400131Z warnings.warn(message, UserWarning) 2022-11-23T02:16:26.2400339Z ok (0.006s) 2022-11-23T02:16:26.2400551Z test_linear (__main__.TestMkldnn) ... ok (0.042s) 2022-11-23T02:16:26.2400819Z test_linear_backward (__main__.TestMkldnn) ... ok (0.008s) 2022-11-23T02:16:26.2401122Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:16:26.2401452Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T02:16:26.2401742Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.192s) 2022-11-23T02:16:26.2402054Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.005s) 2022-11-23T02:16:26.2402380Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.014s) 2022-11-23T02:16:26.2402657Z test_max_pool3d (__main__.TestMkldnn) ... ok (14.182s) 2022-11-23T02:16:26.2402953Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.174s) 2022-11-23T02:16:26.2403274Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2403571Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.014s) 2022-11-23T02:16:26.2403840Z test_mul (__main__.TestMkldnn) ... ok (0.173s) 2022-11-23T02:16:26.2404136Z test_prelu (__main__.TestMkldnn) ... ok (7.706s) 2022-11-23T02:16:26.2404433Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T02:16:26.2404751Z test_relu (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T02:16:26.2405000Z test_relu_ (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2405295Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T02:16:26.2405714Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T02:16:26.2406020Z test_repr (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2406280Z test_reshape (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2406545Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T02:16:26.2406838Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2407145Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T02:16:26.2407469Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T02:16:26.2407782Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T02:16:26.2408063Z test_sigmoid (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2408311Z test_softmax (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2408559Z test_tanh (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:16:26.2408820Z test_transpose (__main__.TestMkldnn) ... ok (0.012s) 2022-11-23T02:16:26.2409104Z test_transpose_invalid_dime (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:16:26.2409390Z test_unsupported (__main__.TestMkldnn) ... ok (0.007s) 2022-11-23T02:16:26.2409647Z test_view (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:16:26.2409879Z test_zero_ (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:16:26.2410024Z 2022-11-23T02:16:26.2410184Z ---------------------------------------------------------------------- 2022-11-23T02:16:26.2410543Z Ran 68 tests in 34.063s 2022-11-23T02:16:26.2410666Z 2022-11-23T02:16:26.2410742Z OK (skipped=18) 2022-11-23T02:16:26.2410856Z 2022-11-23T02:16:26.2410948Z Generating XML reports... 2022-11-23T02:16:26.2411340Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221123021551.xml 2022-11-23T02:16:26.2411591Z 2022-11-23T02:16:26.2411851Z ##[endgroup] 2022-11-23T02:16:26.2412202Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_n_1656j2) 2022-11-23T02:16:26.2412460Z 2022-11-23T02:16:29.0223880Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:29.1774306Z Running lazy/test_ts_opinfo ... [2022-11-23 02:16:29.177219] 2022-11-23T02:16:29.1779488Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:29.177286] 2022-11-23T02:16:29.1781116Z Ignoring disabled issues: [] 2022-11-23T02:16:36.3467381Z 2022-11-23T02:16:36.3468081Z Expand the folded group to see the log file of test_stateless 2022-11-23T02:16:36.3469010Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_cznlbz9c) 2022-11-23T02:16:36.3469311Z 2022-11-23T02:16:36.3469389Z Running tests... 2022-11-23T02:16:36.3469677Z ---------------------------------------------------------------------- 2022-11-23T02:16:36.3470015Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-11-23T02:16:36.3470374Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (14.289s) 2022-11-23T02:16:36.3470738Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (2.242s) 2022-11-23T02:16:36.3471104Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:16:36.3471471Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.010s) 2022-11-23T02:16:36.3471836Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:16:36.3472235Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:16:36.3472655Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:16:36.3473225Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.127s) 2022-11-23T02:16:36.3473631Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.844s) 2022-11-23T02:16:36.3474085Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:16:36.3474479Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-11-23T02:16:36.3474826Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T02:16:36.3475032Z 2022-11-23T02:16:36.3475174Z ---------------------------------------------------------------------- 2022-11-23T02:16:36.3475437Z Ran 12 tests in 17.515s 2022-11-23T02:16:36.3475560Z 2022-11-23T02:16:36.3475635Z OK (skipped=1) 2022-11-23T02:16:36.3475750Z 2022-11-23T02:16:36.3475843Z Generating XML reports... 2022-11-23T02:16:36.3476232Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221123021618.xml 2022-11-23T02:16:36.3476768Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221123021618.xml 2022-11-23T02:16:36.3477311Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221123021618.xml 2022-11-23T02:16:36.3477582Z 2022-11-23T02:16:36.3477825Z ##[endgroup] 2022-11-23T02:16:36.3478184Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_cznlbz9c) 2022-11-23T02:16:36.3478536Z 2022-11-23T02:16:39.2959081Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:39.4509610Z Running test_spectral_ops ... [2022-11-23 02:16:39.450417] 2022-11-23T02:16:39.4515445Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:39.451015] 2022-11-23T02:16:39.4517075Z Ignoring disabled issues: [] 2022-11-23T02:16:42.1789507Z 2022-11-23T02:16:42.1789942Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-11-23T02:16:42.1790758Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_2k77f8w7) 2022-11-23T02:16:42.1792279Z 2022-11-23T02:16:42.1792407Z Running tests... 2022-11-23T02:16:42.1792785Z ---------------------------------------------------------------------- 2022-11-23T02:16:42.1793314Z Test results will be stored in test-reports\python-unittest\lazy.test_ts_opinfo 2022-11-23T02:16:42.1793799Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.270s) 2022-11-23T02:16:42.1794310Z test_correctness__softmax_backward_data_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1794821Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1795266Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:42.1795915Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.045s) 2022-11-23T02:16:42.1796433Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1796845Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1797225Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:16:42.1797602Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1797966Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1798305Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-11-23T02:16:42.1798649Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1799161Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1799511Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1799862Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1800228Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.072s) 2022-11-23T02:16:42.1800578Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1800913Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1801266Z test_correctness_diag_embed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:42.1801630Z test_correctness_diagonal_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:42.1802058Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:42.1802489Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1802870Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-11-23T02:16:42.1803233Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:42.1803637Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-11-23T02:16:42.1804107Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1804454Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1804798Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1805141Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1805487Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1805819Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:42.1806162Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:42.1806604Z test_correctness_grid_sampler_2d_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-11-23T02:16:42.1806959Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1807295Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1807638Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1808016Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1808366Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-11-23T02:16:42.1808764Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1809160Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1809518Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1809897Z test_correctness_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (2.387s) 2022-11-23T02:16:42.1810291Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1810664Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:42.1811130Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1811474Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-11-23T02:16:42.1811810Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1812259Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1812640Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1813005Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1813345Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1813684Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1814080Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1814437Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.764s) 2022-11-23T02:16:42.1814878Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:42.1815280Z test_correctness_native_dropout_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.010s) 2022-11-23T02:16:42.1815674Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1816021Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1816360Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1816733Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:42.1817149Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-11-23T02:16:42.1817495Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1817847Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1818193Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1818545Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:42.1818903Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1819246Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-11-23T02:16:42.1819593Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1819945Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-11-23T02:16:42.1820358Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1820707Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-11-23T02:16:42.1821096Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1821453Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:42.1821852Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:42.1822188Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1822528Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:42.1822867Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1823199Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1823530Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1823852Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1824185Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1824520Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1824914Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1825251Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1825590Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1825941Z test_correctness_unfold_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:42.1826332Z test_correctness_view_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:42.1826727Z test_correctness_with_reusing_ir__softmax_backward_data_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1827173Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1827539Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:42.1827920Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:42.1828303Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1828700Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1829102Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:16:42.1829518Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1829971Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1830360Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:42.1830741Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:42.1831115Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:42.1831493Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:42.1831865Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:42.1832313Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-11-23T02:16:42.1832702Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:42.1833135Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1833526Z test_correctness_with_reusing_ir_diag_embed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.044s) 2022-11-23T02:16:42.1833923Z test_correctness_with_reusing_ir_diagonal_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:42.1834332Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-11-23T02:16:42.1834729Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1835138Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:42.1835609Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1836058Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.000s) 2022-11-23T02:16:42.1836472Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-11-23T02:16:42.1836842Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:42.1837267Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1837630Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1838010Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1838442Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-11-23T02:16:42.1838819Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1839258Z test_correctness_with_reusing_ir_grid_sampler_2d_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:42.1839641Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1840056Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1840417Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1840786Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1841215Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:42.1841594Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-11-23T02:16:42.1841972Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1842412Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:42.1842826Z test_correctness_with_reusing_ir_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (2.339s) 2022-11-23T02:16:42.1843238Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1843654Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1844052Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1844491Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-11-23T02:16:42.1844875Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:42.1845321Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1845791Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1846263Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1846646Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1847019Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1847388Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1847792Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.004s) 2022-11-23T02:16:42.1848208Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1848647Z test_correctness_with_reusing_ir_native_dropout_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.009s) 2022-11-23T02:16:42.1849080Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-11-23T02:16:42.1849454Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:42.1849881Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1850289Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-11-23T02:16:42.1850749Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.046s) 2022-11-23T02:16:42.1851156Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1851560Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1851941Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1852320Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1852709Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:42.1853094Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-11-23T02:16:42.1853527Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1853910Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-11-23T02:16:42.1854305Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1855266Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1855631Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1856020Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:42.1856407Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-11-23T02:16:42.1856848Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1857259Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1857640Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-11-23T02:16:42.1858003Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1858354Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1858718Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1859087Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-11-23T02:16:42.1859460Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1859829Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1860200Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-11-23T02:16:42.1860573Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1860942Z test_correctness_with_reusing_ir_unfold_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-11-23T02:16:42.1861330Z test_correctness_with_reusing_ir_view_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-11-23T02:16:42.1861720Z test_dispatched_to_lazy__softmax_backward_data_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1862092Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1862445Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:42.1862915Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-11-23T02:16:42.1863282Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-11-23T02:16:42.1863675Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1864054Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1864450Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.005s) 2022-11-23T02:16:42.1864847Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1865224Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1865592Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-11-23T02:16:42.1865941Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1866288Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-11-23T02:16:42.1866642Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1867025Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.006s) 2022-11-23T02:16:42.1867414Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1867824Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1868174Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1868531Z test_dispatched_to_lazy_diagonal_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-11-23T02:16:42.1868960Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:42.1869355Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1869801Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1870190Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1870608Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.006s) 2022-11-23T02:16:42.1871003Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1871341Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:42.1871695Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1872050Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1872404Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1872759Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-11-23T02:16:42.1873110Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1873471Z test_dispatched_to_lazy_grid_sampler_2d_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1873817Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1874162Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:42.1874506Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1874905Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1875311Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1875671Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1876095Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1876479Z test_dispatched_to_lazy_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.131s) 2022-11-23T02:16:42.1876887Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1877279Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1877659Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-11-23T02:16:42.1878015Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1878381Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1878759Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1879119Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1879468Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1879812Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1880209Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1880573Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1880985Z test_dispatched_to_lazy_native_dropout_backward_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:16:42.1881430Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1881797Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-11-23T02:16:42.1882198Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1882550Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1882904Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1883264Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1883615Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1883966Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1884342Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-11-23T02:16:42.1884707Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1885066Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1885430Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-11-23T02:16:42.1885810Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1886266Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1886618Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1886987Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1887401Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-11-23T02:16:42.1887815Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1888219Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1888578Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-11-23T02:16:42.1888916Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-11-23T02:16:42.1889267Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-11-23T02:16:42.1889627Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1889981Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1890335Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1890690Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1891048Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1891389Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-11-23T02:16:42.1891757Z test_dispatched_to_lazy_unfold_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-11-23T02:16:42.1892126Z test_dispatched_to_lazy_view_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-11-23T02:16:42.1892587Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-11-23T02:16:42.1892941Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.003s) 2022-11-23T02:16:42.1893241Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-11-23T02:16:42.1893479Z 2022-11-23T02:16:42.1893644Z ---------------------------------------------------------------------- 2022-11-23T02:16:42.1893892Z Ran 258 tests in 9.094s 2022-11-23T02:16:42.1894015Z 2022-11-23T02:16:42.1894167Z OK (skipped=9, expected failures=6) 2022-11-23T02:16:42.1894309Z 2022-11-23T02:16:42.1894451Z Generating XML reports... 2022-11-23T02:16:42.1894840Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyDynamicOps-20221123021632.xml 2022-11-23T02:16:42.1895357Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyOpInfoCPU-20221123021632.xml 2022-11-23T02:16:42.1895849Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyTensor-20221123021632.xml 2022-11-23T02:16:42.1896108Z 2022-11-23T02:16:42.1896453Z ##[endgroup] 2022-11-23T02:16:42.1896821Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_2k77f8w7) 2022-11-23T02:16:42.1897101Z 2022-11-23T02:16:44.9131357Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:45.0643922Z Running test_transformers ... [2022-11-23 02:16:45.064160] 2022-11-23T02:16:45.0649374Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:45.064758] 2022-11-23T02:16:45.0651258Z Ignoring disabled issues: [] 2022-11-23T02:16:56.8679891Z 2022-11-23T02:16:56.8680452Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T02:16:56.8681514Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_fd4ioedl) 2022-11-23T02:16:56.8685587Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:16:56.8686232Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T02:16:56.8687107Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:16:56.8688039Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T02:16:56.8688340Z 2022-11-23T02:16:56.8688480Z Running tests... 2022-11-23T02:16:56.8688935Z ---------------------------------------------------------------------- 2022-11-23T02:16:56.8689533Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-11-23T02:16:56.8690290Z test_batch_istft_cpu (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8690786Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.036s) 2022-11-23T02:16:56.8691276Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.021s) 2022-11-23T02:16:56.8691753Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.680s) 2022-11-23T02:16:56.8692320Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.318s) 2022-11-23T02:16:56.8692704Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.094s) 2022-11-23T02:16:56.8693044Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.174s) 2022-11-23T02:16:56.8693393Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:16:56.8693728Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T02:16:56.8694040Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8694514Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8694822Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8695120Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8695435Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T02:16:56.8695753Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8696067Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8696467Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8696781Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8697079Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8697393Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8697705Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-11-23T02:16:56.8698019Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8698330Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8698645Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8698984Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8711424Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8711997Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8712440Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8712853Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8713310Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8713791Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8714275Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8714774Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8715985Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8716500Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8716941Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8717297Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8717603Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8717894Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T02:16:56.8718202Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.073s) 2022-11-23T02:16:56.8718523Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.093s) 2022-11-23T02:16:56.8718815Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T02:16:56.8719104Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.459s) 2022-11-23T02:16:56.8719402Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.628s) 2022-11-23T02:16:56.8719731Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8720092Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8720447Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8720788Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8721235Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8721588Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8721949Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8722309Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8722667Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T02:16:56.8723018Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.001s) 2022-11-23T02:16:56.8723356Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8723708Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T02:16:56.8724061Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8724411Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8724754Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8725099Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8725450Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8725784Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8726133Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-11-23T02:16:56.8726484Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8726835Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8727185Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8727541Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8727896Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.011s) 2022-11-23T02:16:56.8728292Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8728650Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8729004Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8729352Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8729708Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8730061Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8730414Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8730750Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8731104Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8731453Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8731805Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8732158Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.002s) 2022-11-23T02:16:56.8732555Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (1.406s) 2022-11-23T02:16:56.8739082Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T02:16:56.8739625Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8741518Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.010s) 2022-11-23T02:16:56.8742009Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.022s) 2022-11-23T02:16:56.8742874Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-11-23T02:16:56.8743402Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-11-23T02:16:56.8743920Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.006s) 2022-11-23T02:16:56.8744396Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.054s) 2022-11-23T02:16:56.8744824Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.047s) 2022-11-23T02:16:56.8745259Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8745779Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-11-23T02:16:56.8746288Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8746806Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-11-23T02:16:56.8747299Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T02:16:56.8747712Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T02:16:56.8748144Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8748566Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-11-23T02:16:56.8748982Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-11-23T02:16:56.8749390Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-11-23T02:16:56.8749799Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-11-23T02:16:56.8750213Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8750654Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8751260Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8751709Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-11-23T02:16:56.8752158Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-11-23T02:16:56.8752600Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8753026Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8753481Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-11-23T02:16:56.8753929Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-11-23T02:16:56.8754365Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-11-23T02:16:56.8754796Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.085s) 2022-11-23T02:16:56.8755314Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-11-23T02:16:56.8755804Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.083s) 2022-11-23T02:16:56.8756288Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-11-23T02:16:56.8756773Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.234s) 2022-11-23T02:16:56.8757265Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.241s) 2022-11-23T02:16:56.8757696Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8758136Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-11-23T02:16:56.8758574Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.017s) 2022-11-23T02:16:56.8758991Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-11-23T02:16:56.8759417Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.013s) 2022-11-23T02:16:56.8759839Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T02:16:56.8760329Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-11-23T02:16:56.8760787Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.022s) 2022-11-23T02:16:56.8761172Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-11-23T02:16:56.8761630Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-11-23T02:16:56.8762086Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-11-23T02:16:56.8762471Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.022s) 2022-11-23T02:16:56.8763526Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:730: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:1163.) 2022-11-23T02:16:56.8764446Z return torch.istft( 2022-11-23T02:16:56.8764705Z ok (1.142s) 2022-11-23T02:16:56.8765041Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.398s) 2022-11-23T02:16:56.8765460Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-11-23T02:16:56.8765867Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-11-23T02:16:56.8766289Z stft -> istft should recover the original signale ... ok (0.000s) 2022-11-23T02:16:56.8766713Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-11-23T02:16:56.8767138Z stft -> istft should recover the original signale ... ok (0.694s) 2022-11-23T02:16:56.8767608Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-11-23T02:16:56.8768089Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.218s) 2022-11-23T02:16:56.8768506Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-11-23T02:16:56.8768884Z istft should throw exception for invalid parameters ... ok (0.005s) 2022-11-23T02:16:56.8769324Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.066s) 2022-11-23T02:16:56.8769757Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.075s) 2022-11-23T02:16:56.8770204Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.055s) 2022-11-23T02:16:56.8770648Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.043s) 2022-11-23T02:16:56.8771095Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.058s) 2022-11-23T02:16:56.8771526Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.047s) 2022-11-23T02:16:56.8771975Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.047s) 2022-11-23T02:16:56.8772423Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.043s) 2022-11-23T02:16:56.8772870Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.050s) 2022-11-23T02:16:56.8773305Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.045s) 2022-11-23T02:16:56.8773748Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.102s) 2022-11-23T02:16:56.8774244Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.100s) 2022-11-23T02:16:56.8774695Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.079s) 2022-11-23T02:16:56.8775145Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.086s) 2022-11-23T02:16:56.8775594Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.129s) 2022-11-23T02:16:56.8776051Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.093s) 2022-11-23T02:16:56.8776600Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.085s) 2022-11-23T02:16:56.8777050Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.109s) 2022-11-23T02:16:56.8777917Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:16:56.8779047Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T02:16:56.8779784Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:16:56.8780145Z ok (0.216s) 2022-11-23T02:16:56.8780483Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.006s) 2022-11-23T02:16:56.8780940Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.115s) 2022-11-23T02:16:56.8781418Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.136s) 2022-11-23T02:16:56.8781879Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:16:56.8782326Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8782714Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T02:16:56.8783021Z Expecting nothing 2022-11-23T02:16:56.8783261Z ok 2022-11-23T02:16:56.8783473Z Trying: 2022-11-23T02:16:56.8783718Z fft2 = torch.fft.fft2(x) 2022-11-23T02:16:56.8783988Z Expecting nothing 2022-11-23T02:16:56.8784233Z ok 2022-11-23T02:16:56.8784425Z Trying: 2022-11-23T02:16:56.8784801Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-11-23T02:16:56.8785119Z Expecting nothing 2022-11-23T02:16:56.8785354Z ok 2022-11-23T02:16:56.8785563Z Trying: 2022-11-23T02:16:56.8785879Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-11-23T02:16:56.8786217Z Expecting nothing 2022-11-23T02:16:56.8786452Z ok 2022-11-23T02:16:56.8786667Z ok (0.010s) 2022-11-23T02:16:56.8786991Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8787309Z t = torch.arange(4) 2022-11-23T02:16:56.8787572Z Expecting nothing 2022-11-23T02:16:56.8787808Z ok 2022-11-23T02:16:56.8788016Z Trying: 2022-11-23T02:16:56.8788224Z t 2022-11-23T02:16:56.8788433Z Expecting: 2022-11-23T02:16:56.8788676Z tensor([0, 1, 2, 3]) 2022-11-23T02:16:56.8788907Z ok 2022-11-23T02:16:56.8789119Z Trying: 2022-11-23T02:16:56.8789351Z torch.fft.fft(t) 2022-11-23T02:16:56.8789587Z Expecting: 2022-11-23T02:16:56.8789872Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-11-23T02:16:56.8790127Z ok 2022-11-23T02:16:56.8790342Z Trying: 2022-11-23T02:16:56.8790619Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-11-23T02:16:56.8790892Z Expecting nothing 2022-11-23T02:16:56.8791127Z ok 2022-11-23T02:16:56.8791337Z Trying: 2022-11-23T02:16:56.8791575Z torch.fft.fft(t) 2022-11-23T02:16:56.8791823Z Expecting: 2022-11-23T02:16:56.8792086Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-11-23T02:16:56.8792340Z ok 2022-11-23T02:16:56.8792551Z ok (0.000s) 2022-11-23T02:16:56.8792952Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8793301Z torch.fft.fftfreq(5) 2022-11-23T02:16:56.8793549Z Expecting: 2022-11-23T02:16:56.8793828Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-11-23T02:16:56.8794081Z ok 2022-11-23T02:16:56.8794292Z Trying: 2022-11-23T02:16:56.8794540Z torch.fft.fftfreq(4) 2022-11-23T02:16:56.8794786Z Expecting: 2022-11-23T02:16:56.8795056Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-11-23T02:16:56.8795310Z ok 2022-11-23T02:16:56.8795526Z ok (0.013s) 2022-11-23T02:16:56.8795852Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8796222Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T02:16:56.8796521Z Expecting nothing 2022-11-23T02:16:56.8796755Z ok 2022-11-23T02:16:56.8796964Z Trying: 2022-11-23T02:16:56.8797213Z fftn = torch.fft.fftn(x) 2022-11-23T02:16:56.8797469Z Expecting nothing 2022-11-23T02:16:56.8797703Z ok 2022-11-23T02:16:56.8797915Z Trying: 2022-11-23T02:16:56.8798220Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-11-23T02:16:56.8798533Z Expecting nothing 2022-11-23T02:16:56.8798888Z ok 2022-11-23T02:16:56.8799101Z Trying: 2022-11-23T02:16:56.8799433Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-11-23T02:16:56.8799770Z Expecting nothing 2022-11-23T02:16:56.8800005Z ok 2022-11-23T02:16:56.8800205Z ok (0.004s) 2022-11-23T02:16:56.8800544Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8800903Z f = torch.fft.fftfreq(4) 2022-11-23T02:16:56.8801177Z Expecting nothing 2022-11-23T02:16:56.8801405Z ok 2022-11-23T02:16:56.8801601Z Trying: 2022-11-23T02:16:56.8801815Z f 2022-11-23T02:16:56.8802036Z Expecting: 2022-11-23T02:16:56.8802303Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-11-23T02:16:56.8802550Z ok 2022-11-23T02:16:56.8802746Z Trying: 2022-11-23T02:16:56.8802993Z torch.fft.fftshift(f) 2022-11-23T02:16:56.8803259Z Expecting: 2022-11-23T02:16:56.8803532Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-11-23T02:16:56.8803779Z ok 2022-11-23T02:16:56.8803970Z Trying: 2022-11-23T02:16:56.8804317Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-11-23T02:16:56.8804658Z Expecting nothing 2022-11-23T02:16:56.8804890Z ok 2022-11-23T02:16:56.8805093Z Trying: 2022-11-23T02:16:56.8805290Z x 2022-11-23T02:16:56.8805506Z Expecting: 2022-11-23T02:16:56.8805867Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-11-23T02:16:56.8806175Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-11-23T02:16:56.8806474Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-11-23T02:16:56.8806746Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-11-23T02:16:56.8807045Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-11-23T02:16:56.8807299Z ok 2022-11-23T02:16:56.8807512Z Trying: 2022-11-23T02:16:56.8807770Z torch.fft.fftshift(x) 2022-11-23T02:16:56.8808020Z Expecting: 2022-11-23T02:16:56.8808294Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-11-23T02:16:56.8808600Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-11-23T02:16:56.8808888Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-11-23T02:16:56.8809176Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-11-23T02:16:56.8809470Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-11-23T02:16:56.8809702Z ok 2022-11-23T02:16:56.8809912Z Trying: 2022-11-23T02:16:56.8810180Z x_centered = torch.arange(-5, 5) 2022-11-23T02:16:56.8810464Z Expecting nothing 2022-11-23T02:16:56.8810698Z ok 2022-11-23T02:16:56.8810895Z Trying: 2022-11-23T02:16:56.8811196Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-11-23T02:16:56.8811511Z Expecting nothing 2022-11-23T02:16:56.8811744Z ok 2022-11-23T02:16:56.8811950Z Trying: 2022-11-23T02:16:56.8812229Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-11-23T02:16:56.8812603Z Expecting nothing 2022-11-23T02:16:56.8812836Z ok 2022-11-23T02:16:56.8813047Z Trying: 2022-11-23T02:16:56.8813359Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-11-23T02:16:56.8813658Z Expecting nothing 2022-11-23T02:16:56.8813894Z ok 2022-11-23T02:16:56.8814100Z Trying: 2022-11-23T02:16:56.8814485Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-11-23T02:16:56.8814878Z Expecting nothing 2022-11-23T02:16:56.8815098Z ok 2022-11-23T02:16:56.8815306Z Trying: 2022-11-23T02:16:56.8815690Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-11-23T02:16:56.8816082Z Expecting nothing 2022-11-23T02:16:56.8816420Z ok 2022-11-23T02:16:56.8816624Z ok (0.007s) 2022-11-23T02:16:56.8816952Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8817303Z t = torch.linspace(0, 1, 5) 2022-11-23T02:16:56.8817583Z Expecting nothing 2022-11-23T02:16:56.8817816Z ok 2022-11-23T02:16:56.8818011Z Trying: 2022-11-23T02:16:56.8818228Z t 2022-11-23T02:16:56.8818451Z Expecting: 2022-11-23T02:16:56.8818724Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-11-23T02:16:56.8818974Z ok 2022-11-23T02:16:56.8819174Z Trying: 2022-11-23T02:16:56.8819419Z T = torch.fft.ifft(t) 2022-11-23T02:16:56.8819684Z Expecting nothing 2022-11-23T02:16:56.8819921Z ok 2022-11-23T02:16:56.8820131Z Trying: 2022-11-23T02:16:56.8820330Z T 2022-11-23T02:16:56.8820550Z Expecting: 2022-11-23T02:16:56.8820859Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-11-23T02:16:56.8821168Z -0.1250+0.1720j]) 2022-11-23T02:16:56.8821402Z ok 2022-11-23T02:16:56.8821595Z Trying: 2022-11-23T02:16:56.8821846Z torch.fft.hfft(T[:3], n=5) 2022-11-23T02:16:56.8822115Z Expecting: 2022-11-23T02:16:56.8822383Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-11-23T02:16:56.8822640Z ok 2022-11-23T02:16:56.8822836Z Trying: 2022-11-23T02:16:56.8823084Z torch.fft.hfft(T[:3]) 2022-11-23T02:16:56.8823344Z Expecting: 2022-11-23T02:16:56.8823609Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-11-23T02:16:56.8823855Z ok 2022-11-23T02:16:56.8824051Z ok (0.006s) 2022-11-23T02:16:56.8824381Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8824765Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T02:16:56.8825069Z Expecting nothing 2022-11-23T02:16:56.8825396Z ok 2022-11-23T02:16:56.8825596Z Trying: 2022-11-23T02:16:56.8825854Z ifft2 = torch.fft.ifft2(x) 2022-11-23T02:16:56.8826127Z Expecting nothing 2022-11-23T02:16:56.8826358Z ok 2022-11-23T02:16:56.8826570Z Trying: 2022-11-23T02:16:56.8826873Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-11-23T02:16:56.8827193Z Expecting nothing 2022-11-23T02:16:56.8827427Z ok 2022-11-23T02:16:56.8827634Z Trying: 2022-11-23T02:16:56.8827965Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-11-23T02:16:56.8828301Z Expecting nothing 2022-11-23T02:16:56.8828538Z ok 2022-11-23T02:16:56.8828745Z ok (0.005s) 2022-11-23T02:16:56.8829077Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8829457Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-11-23T02:16:56.8829739Z Expecting nothing 2022-11-23T02:16:56.8829970Z ok 2022-11-23T02:16:56.8830184Z Trying: 2022-11-23T02:16:56.8830425Z torch.fft.ifft(t) 2022-11-23T02:16:56.8830678Z Expecting: 2022-11-23T02:16:56.8830934Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-11-23T02:16:56.8831186Z ok 2022-11-23T02:16:56.8831400Z ok (0.006s) 2022-11-23T02:16:56.8831727Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8832109Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-11-23T02:16:56.8832395Z Expecting nothing 2022-11-23T02:16:56.8832632Z ok 2022-11-23T02:16:56.8832840Z Trying: 2022-11-23T02:16:56.8833189Z ifftn = torch.fft.ifftn(x) 2022-11-23T02:16:56.8833473Z Expecting nothing 2022-11-23T02:16:56.8833693Z ok 2022-11-23T02:16:56.8833898Z Trying: 2022-11-23T02:16:56.8834213Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-11-23T02:16:56.8834534Z Expecting nothing 2022-11-23T02:16:56.8834767Z ok 2022-11-23T02:16:56.8834957Z Trying: 2022-11-23T02:16:56.8835289Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-11-23T02:16:56.8835628Z Expecting nothing 2022-11-23T02:16:56.8835862Z ok 2022-11-23T02:16:56.8836075Z ok (0.004s) 2022-11-23T02:16:56.8836394Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8836753Z f = torch.fft.fftfreq(5) 2022-11-23T02:16:56.8837028Z Expecting nothing 2022-11-23T02:16:56.8837257Z ok 2022-11-23T02:16:56.8837465Z Trying: 2022-11-23T02:16:56.8837662Z f 2022-11-23T02:16:56.8837881Z Expecting: 2022-11-23T02:16:56.8838160Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-11-23T02:16:56.8838417Z ok 2022-11-23T02:16:56.8838626Z Trying: 2022-11-23T02:16:56.8838879Z shifted = torch.fft.fftshift(f) 2022-11-23T02:16:56.8839175Z Expecting nothing 2022-11-23T02:16:56.8839408Z ok 2022-11-23T02:16:56.8839615Z Trying: 2022-11-23T02:16:56.8839875Z torch.fft.ifftshift(shifted) 2022-11-23T02:16:56.8840136Z Expecting: 2022-11-23T02:16:56.8840411Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-11-23T02:16:56.8840676Z ok 2022-11-23T02:16:56.8840895Z ok (0.005s) 2022-11-23T02:16:56.8841226Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8841548Z t = torch.arange(5) 2022-11-23T02:16:56.8841812Z Expecting nothing 2022-11-23T02:16:56.8842050Z ok 2022-11-23T02:16:56.8842257Z Trying: 2022-11-23T02:16:56.8842469Z t 2022-11-23T02:16:56.8842671Z Expecting: 2022-11-23T02:16:56.8842921Z tensor([0, 1, 2, 3, 4]) 2022-11-23T02:16:56.8843155Z ok 2022-11-23T02:16:56.8843362Z Trying: 2022-11-23T02:16:56.8843607Z torch.fft.ihfft(t) 2022-11-23T02:16:56.8843849Z Expecting: 2022-11-23T02:16:56.8844136Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-11-23T02:16:56.8844401Z ok 2022-11-23T02:16:56.8844612Z Trying: 2022-11-23T02:16:56.8844846Z torch.fft.ifft(t) 2022-11-23T02:16:56.8845086Z Expecting: 2022-11-23T02:16:56.8845391Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-11-23T02:16:56.8845693Z -0.5000+0.6882j]) 2022-11-23T02:16:56.8846021Z ok 2022-11-23T02:16:56.8846238Z ok (0.005s) 2022-11-23T02:16:56.8846557Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8846899Z t = torch.rand(10, 9) 2022-11-23T02:16:56.8847162Z Expecting nothing 2022-11-23T02:16:56.8847397Z ok 2022-11-23T02:16:56.8847608Z Trying: 2022-11-23T02:16:56.8847841Z T = torch.fft.rfft2(t) 2022-11-23T02:16:56.8848104Z Expecting nothing 2022-11-23T02:16:56.8848337Z ok 2022-11-23T02:16:56.8848548Z Trying: 2022-11-23T02:16:56.8848803Z torch.fft.irfft2(T).size() 2022-11-23T02:16:56.8849056Z Expecting: 2022-11-23T02:16:56.8849302Z torch.Size([10, 8]) 2022-11-23T02:16:56.8849537Z ok 2022-11-23T02:16:56.8849742Z Trying: 2022-11-23T02:16:56.8850023Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-11-23T02:16:56.8850309Z Expecting nothing 2022-11-23T02:16:56.8850543Z ok 2022-11-23T02:16:56.8850750Z Trying: 2022-11-23T02:16:56.8850990Z roundtrip.size() 2022-11-23T02:16:56.8851240Z Expecting: 2022-11-23T02:16:56.8851483Z torch.Size([10, 9]) 2022-11-23T02:16:56.8851722Z ok 2022-11-23T02:16:56.8851930Z Trying: 2022-11-23T02:16:56.8852260Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-11-23T02:16:56.8852599Z Expecting nothing 2022-11-23T02:16:56.8852821Z ok 2022-11-23T02:16:56.8853032Z ok (0.007s) 2022-11-23T02:16:56.8853361Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8853710Z t = torch.linspace(0, 1, 5) 2022-11-23T02:16:56.8854057Z Expecting nothing 2022-11-23T02:16:56.8854280Z ok 2022-11-23T02:16:56.8854487Z Trying: 2022-11-23T02:16:56.8854698Z t 2022-11-23T02:16:56.8854919Z Expecting: 2022-11-23T02:16:56.8855188Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-11-23T02:16:56.8855428Z ok 2022-11-23T02:16:56.8855634Z Trying: 2022-11-23T02:16:56.8855879Z T = torch.fft.rfft(t) 2022-11-23T02:16:56.8856144Z Expecting nothing 2022-11-23T02:16:56.8856460Z ok 2022-11-23T02:16:56.8856658Z Trying: 2022-11-23T02:16:56.8856870Z T 2022-11-23T02:16:56.8857089Z Expecting: 2022-11-23T02:16:56.8857382Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-11-23T02:16:56.8857630Z ok 2022-11-23T02:16:56.8857832Z Trying: 2022-11-23T02:16:56.8858078Z torch.fft.irfft(T) 2022-11-23T02:16:56.8858328Z Expecting: 2022-11-23T02:16:56.8858588Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-11-23T02:16:56.8858826Z ok 2022-11-23T02:16:56.8859035Z Trying: 2022-11-23T02:16:56.8859325Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-11-23T02:16:56.8859625Z Expecting nothing 2022-11-23T02:16:56.8859858Z ok 2022-11-23T02:16:56.8860057Z Trying: 2022-11-23T02:16:56.8860388Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-11-23T02:16:56.8860725Z Expecting nothing 2022-11-23T02:16:56.8860958Z ok 2022-11-23T02:16:56.8861169Z ok (0.006s) 2022-11-23T02:16:56.8861488Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8861831Z t = torch.rand(10, 9) 2022-11-23T02:16:56.8862093Z Expecting nothing 2022-11-23T02:16:56.8862324Z ok 2022-11-23T02:16:56.8862535Z Trying: 2022-11-23T02:16:56.8862766Z T = torch.fft.rfftn(t) 2022-11-23T02:16:56.8863036Z Expecting nothing 2022-11-23T02:16:56.8863268Z ok 2022-11-23T02:16:56.8863474Z Trying: 2022-11-23T02:16:56.8863735Z torch.fft.irfftn(T).size() 2022-11-23T02:16:56.8863988Z Expecting: 2022-11-23T02:16:56.8864239Z torch.Size([10, 8]) 2022-11-23T02:16:56.8864475Z ok 2022-11-23T02:16:56.8864682Z Trying: 2022-11-23T02:16:56.8864967Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-11-23T02:16:56.8865255Z Expecting nothing 2022-11-23T02:16:56.8865485Z ok 2022-11-23T02:16:56.8865693Z Trying: 2022-11-23T02:16:56.8865933Z roundtrip.size() 2022-11-23T02:16:56.8866185Z Expecting: 2022-11-23T02:16:56.8866422Z torch.Size([10, 9]) 2022-11-23T02:16:56.8866660Z ok 2022-11-23T02:16:56.8866867Z Trying: 2022-11-23T02:16:56.8867290Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-11-23T02:16:56.8867638Z Expecting nothing 2022-11-23T02:16:56.8867868Z ok 2022-11-23T02:16:56.8868083Z ok (0.004s) 2022-11-23T02:16:56.8868416Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8868756Z t = torch.rand(10, 10) 2022-11-23T02:16:56.8869025Z Expecting nothing 2022-11-23T02:16:56.8869249Z ok 2022-11-23T02:16:56.8869457Z Trying: 2022-11-23T02:16:56.8869709Z rfft2 = torch.fft.rfft2(t) 2022-11-23T02:16:56.8869984Z Expecting nothing 2022-11-23T02:16:56.8870212Z ok 2022-11-23T02:16:56.8870409Z Trying: 2022-11-23T02:16:56.8870631Z rfft2.size() 2022-11-23T02:16:56.8870872Z Expecting: 2022-11-23T02:16:56.8871121Z torch.Size([10, 6]) 2022-11-23T02:16:56.8871355Z ok 2022-11-23T02:16:56.8871548Z Trying: 2022-11-23T02:16:56.8871797Z fft2 = torch.fft.fft2(t) 2022-11-23T02:16:56.8872067Z Expecting nothing 2022-11-23T02:16:56.8872298Z ok 2022-11-23T02:16:56.8872508Z Trying: 2022-11-23T02:16:56.8872829Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-11-23T02:16:56.8873167Z Expecting nothing 2022-11-23T02:16:56.8873400Z ok 2022-11-23T02:16:56.8873606Z Trying: 2022-11-23T02:16:56.8873915Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-11-23T02:16:56.8874220Z Expecting nothing 2022-11-23T02:16:56.8874454Z ok 2022-11-23T02:16:56.8874662Z Trying: 2022-11-23T02:16:56.8874987Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-11-23T02:16:56.8875405Z Expecting nothing 2022-11-23T02:16:56.8875622Z ok 2022-11-23T02:16:56.8875831Z ok (0.003s) 2022-11-23T02:16:56.8876157Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8876493Z t = torch.arange(4) 2022-11-23T02:16:56.8876754Z Expecting nothing 2022-11-23T02:16:56.8876973Z ok 2022-11-23T02:16:56.8877181Z Trying: 2022-11-23T02:16:56.8877393Z t 2022-11-23T02:16:56.8877612Z Expecting: 2022-11-23T02:16:56.8877854Z tensor([0, 1, 2, 3]) 2022-11-23T02:16:56.8878079Z ok 2022-11-23T02:16:56.8878290Z Trying: 2022-11-23T02:16:56.8878525Z torch.fft.rfft(t) 2022-11-23T02:16:56.8878776Z Expecting: 2022-11-23T02:16:56.8879025Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-11-23T02:16:56.8879274Z ok 2022-11-23T02:16:56.8879481Z Trying: 2022-11-23T02:16:56.8879720Z torch.fft.fft(t) 2022-11-23T02:16:56.8879971Z Expecting: 2022-11-23T02:16:56.8880282Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-11-23T02:16:56.8880549Z ok 2022-11-23T02:16:56.8880770Z ok (0.003s) 2022-11-23T02:16:56.8881142Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8881501Z torch.fft.rfftfreq(5) 2022-11-23T02:16:56.8881751Z Expecting: 2022-11-23T02:16:56.8882002Z tensor([0.0000, 0.2000, 0.4000]) 2022-11-23T02:16:56.8882242Z ok 2022-11-23T02:16:56.8882451Z Trying: 2022-11-23T02:16:56.8882702Z torch.fft.rfftfreq(4) 2022-11-23T02:16:56.8882952Z Expecting: 2022-11-23T02:16:56.8883208Z tensor([0.0000, 0.2500, 0.5000]) 2022-11-23T02:16:56.8883452Z ok 2022-11-23T02:16:56.8883663Z Trying: 2022-11-23T02:16:56.8883908Z torch.fft.fftfreq(4) 2022-11-23T02:16:56.8884156Z Expecting: 2022-11-23T02:16:56.8884428Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-11-23T02:16:56.8884680Z ok 2022-11-23T02:16:56.8884889Z ok (0.006s) 2022-11-23T02:16:56.8885218Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-11-23T02:16:56.8885538Z t = torch.rand(10, 10) 2022-11-23T02:16:56.8885801Z Expecting nothing 2022-11-23T02:16:56.8886034Z ok 2022-11-23T02:16:56.8886245Z Trying: 2022-11-23T02:16:56.8886530Z rfftn = torch.fft.rfftn(t) 2022-11-23T02:16:56.8886791Z Expecting nothing 2022-11-23T02:16:56.8887052Z ok 2022-11-23T02:16:56.8887259Z Trying: 2022-11-23T02:16:56.8887487Z rfftn.size() 2022-11-23T02:16:56.8887727Z Expecting: 2022-11-23T02:16:56.8887964Z torch.Size([10, 6]) 2022-11-23T02:16:56.8888204Z ok 2022-11-23T02:16:56.8888408Z Trying: 2022-11-23T02:16:56.8888748Z fftn = torch.fft.fftn(t) 2022-11-23T02:16:56.8889020Z Expecting nothing 2022-11-23T02:16:56.8889239Z ok 2022-11-23T02:16:56.8889449Z Trying: 2022-11-23T02:16:56.8889782Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-11-23T02:16:56.8890127Z Expecting nothing 2022-11-23T02:16:56.8890360Z ok 2022-11-23T02:16:56.8890550Z Trying: 2022-11-23T02:16:56.8890861Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-11-23T02:16:56.8891175Z Expecting nothing 2022-11-23T02:16:56.8891409Z ok 2022-11-23T02:16:56.8891616Z Trying: 2022-11-23T02:16:56.8891935Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-11-23T02:16:56.8892272Z Expecting nothing 2022-11-23T02:16:56.8892533Z ok 2022-11-23T02:16:56.8892750Z ok (0.000s) 2022-11-23T02:16:56.8892902Z 2022-11-23T02:16:56.8893112Z ---------------------------------------------------------------------- 2022-11-23T02:16:56.8893445Z Ran 177 tests in 9.609s 2022-11-23T02:16:56.8893641Z 2022-11-23T02:16:56.8893751Z OK (skipped=10) 2022-11-23T02:16:56.8893904Z 2022-11-23T02:16:56.8894030Z Generating XML reports... 2022-11-23T02:16:56.8894520Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTCPU-20221123021646.xml 2022-11-23T02:16:56.8895204Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTDocExamplesCPU-20221123021646.xml 2022-11-23T02:16:56.8895582Z 2022-11-23T02:16:56.8896033Z ##[endgroup] 2022-11-23T02:16:56.8896691Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_fd4ioedl) 2022-11-23T02:16:56.8897062Z 2022-11-23T02:16:57.4696790Z 2022-11-23T02:16:57.4697256Z Expand the folded group to see the log file of test_transformers 2022-11-23T02:16:57.4698032Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_7h5dag85) 2022-11-23T02:16:57.4698314Z 2022-11-23T02:16:57.4698749Z Running tests... 2022-11-23T02:16:57.4699134Z ---------------------------------------------------------------------- 2022-11-23T02:16:57.4699637Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-11-23T02:16:57.4700109Z test_bias_is_none (__main__.TestTransformers) ... ok (0.011s) 2022-11-23T02:16:57.4700503Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.009s) 2022-11-23T02:16:57.4700897Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:16:57.4701244Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:16:57.4701558Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T02:16:57.4702259Z Test that fastpath is executed independently of the masks that are passed. ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:916: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:16:57.4703196Z nested_tensor_return_value = torch.nested.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-11-23T02:16:57.4703537Z ok (0.015s) 2022-11-23T02:16:57.4703850Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:16:57.4704301Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:16:57.4704750Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:16:57.4705205Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.869s) 2022-11-23T02:16:57.4705837Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4706297Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4706741Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:16:57.4707179Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:16:57.4707613Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:16:57.4708060Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:16:57.4708515Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:16:57.4708970Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:16:57.4709410Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.043s) 2022-11-23T02:16:57.4709849Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.036s) 2022-11-23T02:16:57.4710371Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.038s) 2022-11-23T02:16:57.4710804Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:16:57.4711237Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:16:57.4711655Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:16:57.4712096Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:16:57.4712547Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:16:57.4713000Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-11-23T02:16:57.4713443Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:16:57.4713875Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:16:57.4714309Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4714744Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4715171Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4715615Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4716054Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-11-23T02:16:57.4716484Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.044s) 2022-11-23T02:16:57.4716971Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.049s) 2022-11-23T02:16:57.4717488Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T02:16:57.4718080Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.005s) 2022-11-23T02:16:57.4718673Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T02:16:57.4719253Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:16:57.4719838Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.011s) 2022-11-23T02:16:57.4720397Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:16:57.4720942Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:16:57.4722061Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:16:57.4722618Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:16:57.4723166Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:16:57.4723715Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:16:57.4724257Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:16:57.4724783Z test_sdp_fused_grad_against_math_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.004s) 2022-11-23T02:16:57.4725274Z test_sdp_fused_grad_against_math_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:16:57.4725766Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:16:57.4726240Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:16:57.4726648Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.004s) 2022-11-23T02:16:57.4727075Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.003s) 2022-11-23T02:16:57.4727563Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:16:57.4728066Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.055s) 2022-11-23T02:16:57.4728608Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.051s) 2022-11-23T02:16:57.4729095Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.061s) 2022-11-23T02:16:57.4729575Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.061s) 2022-11-23T02:16:57.4730052Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.051s) 2022-11-23T02:16:57.4730533Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.055s) 2022-11-23T02:16:57.4730998Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.063s) 2022-11-23T02:16:57.4731466Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-11-23T02:16:57.4731969Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:16:57.4732748Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:215: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:16:57.4733474Z torch.tensor(pair[0], device=device, dtype=torch.get_default_dtype()), # float input 2022-11-23T02:16:57.4733737Z ok (0.586s) 2022-11-23T02:16:57.4734106Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:16:57.4734557Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.918s) 2022-11-23T02:16:57.4735003Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:16:57.4735672Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\amp\autocast_mode.py:204: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-11-23T02:16:57.4736264Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T02:16:57.4736543Z ok (0.578s) 2022-11-23T02:16:57.4737005Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:16:57.4737451Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.883s) 2022-11-23T02:16:57.4737908Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:16:57.4738343Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.629s) 2022-11-23T02:16:57.4738776Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:16:57.4739209Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.147s) 2022-11-23T02:16:57.4739656Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:16:57.4740092Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.659s) 2022-11-23T02:16:57.4740532Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:16:57.4741014Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.152s) 2022-11-23T02:16:57.4741445Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:16:57.4741893Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-11-23T02:16:57.4742330Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:16:57.4742779Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-11-23T02:16:57.4743235Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:16:57.4743680Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:16:57.4744133Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:16:57.4744577Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.019s) 2022-11-23T02:16:57.4744978Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:16:57.4745389Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:16:57.4745829Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:16:57.4746056Z 2022-11-23T02:16:57.4746213Z ---------------------------------------------------------------------- 2022-11-23T02:16:57.4746476Z Ran 77 tests in 8.391s 2022-11-23T02:16:57.4746597Z 2022-11-23T02:16:57.4746671Z OK (skipped=20) 2022-11-23T02:16:57.4746785Z 2022-11-23T02:16:57.4746878Z Generating XML reports... 2022-11-23T02:16:57.4747259Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221123021648.xml 2022-11-23T02:16:57.4747528Z 2022-11-23T02:16:57.4747836Z ##[endgroup] 2022-11-23T02:16:57.4748214Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_7h5dag85) 2022-11-23T02:16:57.4748495Z 2022-11-23T02:16:59.7147316Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:59.8650553Z Running test_ao_sparsity ... [2022-11-23 02:16:59.864650] 2022-11-23T02:16:59.8655743Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:59.865264] 2022-11-23T02:16:59.8657790Z Ignoring disabled issues: [] 2022-11-23T02:17:00.2260362Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:00.3755661Z Running test_openmp ... [2022-11-23 02:17:00.375289] 2022-11-23T02:17:00.3763295Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:00.375910] 2022-11-23T02:17:00.3766529Z Ignoring disabled issues: [] 2022-11-23T02:17:08.6157668Z 2022-11-23T02:17:08.6158231Z Expand the folded group to see the log file of test_openmp 2022-11-23T02:17:08.6160480Z ##[group]PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_dcphi1cq) 2022-11-23T02:17:08.6160886Z 2022-11-23T02:17:08.6160999Z Running tests... 2022-11-23T02:17:08.6161389Z ---------------------------------------------------------------------- 2022-11-23T02:17:08.6161857Z Test results will be stored in test-reports\python-unittest\test_openmp 2022-11-23T02:17:08.6162292Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-11-23T02:17:08.6162926Z Make sure there is no memory leak with many threads ... ok (1.667s) 2022-11-23T02:17:08.6163384Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-11-23T02:17:08.6163939Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.992s) 2022-11-23T02:17:08.6164221Z 2022-11-23T02:17:08.6164433Z ---------------------------------------------------------------------- 2022-11-23T02:17:08.6164777Z Ran 2 tests in 5.656s 2022-11-23T02:17:08.6164945Z 2022-11-23T02:17:08.6165034Z OK 2022-11-23T02:17:08.6165174Z 2022-11-23T02:17:08.6165352Z Generating XML reports... 2022-11-23T02:17:08.6165860Z Generated XML report: test-reports\python-unittest\test_openmp\TEST-TestOpenMP_ParallelFor-20221123021702.xml 2022-11-23T02:17:08.6166263Z 2022-11-23T02:17:08.6166602Z ##[endgroup] 2022-11-23T02:17:08.6167081Z FINISHED PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_dcphi1cq) 2022-11-23T02:17:08.6167433Z 2022-11-23T02:17:10.3222098Z 2022-11-23T02:17:10.3222523Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T02:17:10.3223492Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_f5nhvd24) 2022-11-23T02:17:10.3223782Z 2022-11-23T02:17:10.3223865Z Running tests... 2022-11-23T02:17:10.3224186Z ---------------------------------------------------------------------- 2022-11-23T02:17:10.3224575Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-11-23T02:17:10.3225526Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T02:17:10.3226312Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-11-23 02:17:02,675 - numba.cuda.cudadrv.driver - INFO - init 2022-11-23T02:17:10.3227025Z 2022-11-23 02:17:02,682 - numba.cuda.cudadrv.driver - ERROR - Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T02:17:10.3227457Z ok (0.580s) 2022-11-23T02:17:10.3227885Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T02:17:10.3228444Z Checks if the warning is thrown if the scheduler step is called ... ok (0.004s) 2022-11-23T02:17:10.3229001Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.010s) 2022-11-23T02:17:10.3229580Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.005s) 2022-11-23T02:17:10.3230171Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.014s) 2022-11-23T02:17:10.3231189Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-11-23T02:17:10.3232276Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-11-23T02:17:10.3232668Z ok (0.031s) 2022-11-23T02:17:10.3233158Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.024s) 2022-11-23T02:17:10.3233836Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.020s) 2022-11-23T02:17:10.3234462Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.000s) 2022-11-23T02:17:10.3235040Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.021s) 2022-11-23T02:17:10.3235637Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-11-23T02:17:10.3236231Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-11-23T02:17:10.3236830Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-11-23T02:17:10.3237461Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-11-23T02:17:10.3238247Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-11-23T02:17:10.3238858Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-11-23T02:17:10.3239497Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-11-23T02:17:10.3240135Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-11-23T02:17:10.3240810Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-11-23T02:17:10.3241451Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-11-23T02:17:10.3242101Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.013s) 2022-11-23T02:17:10.3242737Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.007s) 2022-11-23T02:17:10.3243400Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-11-23T02:17:10.3244664Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:17:10.3245684Z warnings.warn( 2022-11-23T02:17:10.3245999Z ok (0.476s) 2022-11-23T02:17:10.3246510Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.499s) 2022-11-23T02:17:10.3247369Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.457s) 2022-11-23T02:17:10.3248084Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.013s) 2022-11-23T02:17:10.3248796Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.409s) 2022-11-23T02:17:10.3249572Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.441s) 2022-11-23T02:17:10.3250315Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.022s) 2022-11-23T02:17:10.3251008Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.005s) 2022-11-23T02:17:10.3252250Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\base_scheduler.py:125: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-11-23T02:17:10.3253421Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T02:17:10.3253886Z ok (0.005s) 2022-11-23T02:17:10.3254388Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.172s) 2022-11-23T02:17:10.3255077Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.000s) 2022-11-23T02:17:10.3255908Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.010s) 2022-11-23T02:17:10.3256664Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.000s) 2022-11-23T02:17:10.3257386Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:17:10.3258067Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.469s) 2022-11-23T02:17:10.3258764Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:17:10.3259474Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.458s) 2022-11-23T02:17:10.3260154Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:17:10.3260854Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.444s) 2022-11-23T02:17:10.3262334Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:17:10.3263062Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.033s) 2022-11-23T02:17:10.3263748Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:17:10.3264447Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.444s) 2022-11-23T02:17:10.3265269Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.000s) 2022-11-23T02:17:10.3266042Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.000s) 2022-11-23T02:17:10.3266788Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.010s) 2022-11-23T02:17:10.3267613Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.650s) 2022-11-23T02:17:10.3268387Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.341s) 2022-11-23T02:17:10.3269110Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.277s) 2022-11-23T02:17:10.3269847Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.291s) 2022-11-23T02:17:10.3270588Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.288s) 2022-11-23T02:17:10.3271297Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:17:10.3272090Z The expectation is post_training_sparse_quantize function ... ok (0.006s) 2022-11-23T02:17:10.3272740Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:17:10.3273424Z The expectation is post_training_sparse_quantize function ... ok (0.000s) 2022-11-23T02:17:10.3274270Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-11-23 02:17:09,234 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T02:17:10.3275061Z 2022-11-23 02:17:09,249 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T02:17:10.3275497Z ok (0.015s) 2022-11-23T02:17:10.3276423Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T02:17:10.3277312Z warnings.warn( 2022-11-23T02:17:10.3277635Z ok (0.072s) 2022-11-23T02:17:10.3278159Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.122s) 2022-11-23T02:17:10.3278842Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T02:17:10.3279555Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-11-23T02:17:10.3280205Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T02:17:10.3280810Z Checks if the warning is thrown if the scheduler step is called ... ok (0.007s) 2022-11-23T02:17:10.3281401Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T02:17:10.3282024Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3282628Z Tests that fqn_to_module operates as inverse ... ok (0.007s) 2022-11-23T02:17:10.3283241Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3283865Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-11-23T02:17:10.3284506Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3285231Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.006s) 2022-11-23T02:17:10.3285934Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3286767Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.006s) 2022-11-23T02:17:10.3287480Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3288178Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.000s) 2022-11-23T02:17:10.3288895Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3289547Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.000s) 2022-11-23T02:17:10.3290212Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3290843Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.013s) 2022-11-23T02:17:10.3303369Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:17:10.3304101Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.003s) 2022-11-23T02:17:10.3304790Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-11-23T02:17:10.3305591Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-11-23T02:17:10.3306325Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-11-23T02:17:10.3307027Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.035s) 2022-11-23T02:17:10.3307922Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.319s) 2022-11-23T02:17:10.3308620Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.025s) 2022-11-23T02:17:10.3309070Z 2022-11-23T02:17:10.3309335Z ---------------------------------------------------------------------- 2022-11-23T02:17:10.3309823Z Ran 72 tests in 7.688s 2022-11-23T02:17:10.3310031Z 2022-11-23T02:17:10.3310138Z OK 2022-11-23T02:17:10.3310312Z 2022-11-23T02:17:10.3310472Z Generating XML reports... 2022-11-23T02:17:10.3311281Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123021702.xml 2022-11-23T02:17:10.3312397Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123021702.xml 2022-11-23T02:17:10.3313480Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123021702.xml 2022-11-23T02:17:10.3314503Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221123021702.xml 2022-11-23T02:17:10.3315573Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123021702.xml 2022-11-23T02:17:10.3316548Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221123021702.xml 2022-11-23T02:17:10.3317390Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123021702.xml 2022-11-23T02:17:10.3318221Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123021702.xml 2022-11-23T02:17:10.3319126Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221123021702.xml 2022-11-23T02:17:10.3320063Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123021702.xml 2022-11-23T02:17:10.3321097Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123021702.xml 2022-11-23T02:17:10.3322198Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123021702.xml 2022-11-23T02:17:10.3323112Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123021702.xml 2022-11-23T02:17:10.3324004Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123021702.xml 2022-11-23T02:17:10.3324835Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221123021702.xml 2022-11-23T02:17:10.3325686Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123021702.xml 2022-11-23T02:17:10.3326604Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123021702.xml 2022-11-23T02:17:10.3327148Z 2022-11-23T02:17:10.3327577Z ##[endgroup] 2022-11-23T02:17:10.3328137Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_f5nhvd24) 2022-11-23T02:17:10.3328510Z 2022-11-23T02:17:11.6607919Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:11.8258724Z Running test_mkl_verbose ... [2022-11-23 02:17:11.825567] 2022-11-23T02:17:11.8264138Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:11.826189] 2022-11-23T02:17:11.8266303Z Ignoring disabled issues: [] 2022-11-23T02:17:13.0812519Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:13.2388974Z Running test_import_stats ... [2022-11-23 02:17:13.238527] 2022-11-23T02:17:13.2394856Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:13.239153] 2022-11-23T02:17:13.2396527Z Ignoring disabled issues: [] 2022-11-23T02:17:18.9610665Z 2022-11-23T02:17:18.9611359Z Expand the folded group to see the log file of test_mkl_verbose 2022-11-23T02:17:18.9612107Z ##[group]PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_u_7273s_) 2022-11-23T02:17:18.9612387Z 2022-11-23T02:17:18.9612484Z Running tests... 2022-11-23T02:17:18.9612777Z ---------------------------------------------------------------------- 2022-11-23T02:17:18.9613126Z Test results will be stored in test-reports\python-unittest\test_mkl_verbose 2022-11-23T02:17:18.9613454Z test_verbose_off (__main__.TestMKLVerbose) ... ok (2.505s) 2022-11-23T02:17:18.9613731Z test_verbose_on (__main__.TestMKLVerbose) ... ok (2.160s) 2022-11-23T02:17:18.9613892Z 2022-11-23T02:17:18.9614044Z ---------------------------------------------------------------------- 2022-11-23T02:17:18.9614313Z Ran 2 tests in 4.656s 2022-11-23T02:17:18.9614433Z 2022-11-23T02:17:18.9614494Z OK 2022-11-23T02:17:18.9614590Z 2022-11-23T02:17:18.9614683Z Generating XML reports... 2022-11-23T02:17:18.9615115Z Generated XML report: test-reports\python-unittest\test_mkl_verbose\TEST-TestMKLVerbose-20221123021713.xml 2022-11-23T02:17:18.9615376Z 2022-11-23T02:17:18.9615630Z ##[endgroup] 2022-11-23T02:17:18.9616001Z FINISHED PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_u_7273s_) 2022-11-23T02:17:18.9616269Z 2022-11-23T02:17:20.2272523Z 2022-11-23T02:17:20.2273055Z Expand the folded group to see the log file of test_import_stats 2022-11-23T02:17:20.2273932Z ##[group]PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_6gionvcx) 2022-11-23T02:17:20.2274210Z 2022-11-23T02:17:20.2274291Z Running tests... 2022-11-23T02:17:20.2274734Z ---------------------------------------------------------------------- 2022-11-23T02:17:20.2275095Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-11-23T02:17:20.2275441Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (2.470s) 2022-11-23T02:17:20.2275759Z test_time_import_torch (__main__.TestImportTime) ... ok (2.021s) 2022-11-23T02:17:20.2275933Z 2022-11-23T02:17:20.2276090Z ---------------------------------------------------------------------- 2022-11-23T02:17:20.2276354Z Ran 2 tests in 4.484s 2022-11-23T02:17:20.2276461Z 2022-11-23T02:17:20.2276528Z OK 2022-11-23T02:17:20.2276624Z 2022-11-23T02:17:20.2276715Z Generating XML reports... 2022-11-23T02:17:20.2277080Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20221123021715.xml 2022-11-23T02:17:20.2277340Z 2022-11-23T02:17:20.2277572Z ##[endgroup] 2022-11-23T02:17:20.2277938Z FINISHED PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_6gionvcx) 2022-11-23T02:17:20.2278207Z 2022-11-23T02:17:21.6856216Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:21.8356041Z Running test_maskedtensor ... [2022-11-23 02:17:21.826943] 2022-11-23T02:17:21.8361131Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:21.826943] 2022-11-23T02:17:21.8363130Z Ignoring disabled issues: [] 2022-11-23T02:17:22.9933032Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:23.1627745Z Running test_sort_and_select ... [2022-11-23 02:17:23.162456] 2022-11-23T02:17:23.1632995Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:23.163067] 2022-11-23T02:17:23.1634885Z Ignoring disabled issues: [] 2022-11-23T02:17:29.5015320Z 2022-11-23T02:17:29.5015792Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T02:17:29.5025321Z ##[group]PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_p4okd0r5) 2022-11-23T02:17:29.5025680Z 2022-11-23T02:17:29.5025783Z Running tests... 2022-11-23T02:17:29.5026141Z ---------------------------------------------------------------------- 2022-11-23T02:17:29.5026723Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-11-23T02:17:29.5027767Z test_add_cpu (__main__.TestBasicsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:17:29.5028749Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:17:29.5029097Z ok (0.010s) 2022-11-23T02:17:29.5029436Z test_contiguous_cpu (__main__.TestBasicsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5029842Z test_diff_dim_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5030227Z test_diff_layouts_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5030621Z test_diff_sizes_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5031029Z test_grad_warning_cpu (__main__.TestBasicsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5032314Z test_invalid_sparse_coo_values_cpu (__main__.TestBasicsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:17:29.5033339Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:17:29.5033701Z ok (0.002s) 2022-11-23T02:17:29.5034790Z test_invalid_sparse_csr_values_cpu (__main__.TestBasicsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_maskedtensor.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:17:29.5035807Z t1 = torch.sparse_csr_tensor( 2022-11-23T02:17:29.5036084Z ok (0.003s) 2022-11-23T02:17:29.5036445Z test_invalid_sparse_layout_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5036987Z test_invalid_tensor_inputs_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5037906Z test_softmax_cpu (__main__.TestBasicsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:17:29.5038827Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:17:29.5039268Z ok (0.005s) 2022-11-23T02:17:29.5039694Z test_to_dense_and_sparse_coo_cpu (__main__.TestBasicsCPU) ... ok (0.022s) 2022-11-23T02:17:29.5040369Z test_to_dense_and_sparse_csr_cpu (__main__.TestBasicsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5040831Z test_to_dense_cpu (__main__.TestBasicsCPU) ... ok (0.017s) 2022-11-23T02:17:29.5041260Z test_to_sparse_cpu (__main__.TestBasicsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5041702Z test_where_cpu (__main__.TestBasicsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5042153Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5042611Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:17:29.5043062Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5043514Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5044009Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5044558Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5045061Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5045568Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5046044Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5046490Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5046937Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5047402Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5047855Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5048299Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5048767Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5049263Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5049699Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5050181Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5050649Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:17:29.5051081Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5051533Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5051998Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5052585Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5053081Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5053550Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5054162Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5054636Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5055083Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5055524Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5055988Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5056439Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5056920Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5057390Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5057835Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5058267Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5058748Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5059241Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.011s) 2022-11-23T02:17:29.5059735Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5060337Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5060851Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5061362Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5061877Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.005s) 2022-11-23T02:17:29.5062402Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5063081Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T02:17:29.5063568Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5064058Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5064551Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.020s) 2022-11-23T02:17:29.5065033Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5065534Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5066013Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.028s) 2022-11-23T02:17:29.5066512Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.017s) 2022-11-23T02:17:29.5067039Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5067532Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5067992Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5068482Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:17:29.5068979Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.013s) 2022-11-23T02:17:29.5070032Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.012s) 2022-11-23T02:17:29.5070519Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5071008Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:17:29.5071498Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:17:29.5071975Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:17:29.5072600Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.021s) 2022-11-23T02:17:29.5073110Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5073604Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5074101Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5074605Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:17:29.5075085Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5075560Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:17:29.5076177Z test_binary_core_add_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5076871Z test_binary_core_add_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5077482Z test_binary_core_add_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5078088Z test_binary_core_add_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5078679Z test_binary_core_add_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5079254Z test_binary_core_add_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5079831Z test_binary_core_add_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5080532Z test_binary_core_add_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5081160Z test_binary_core_add_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5081802Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5082408Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5083005Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5083587Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5084186Z test_binary_core_atan2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5084783Z test_binary_core_atan2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5085397Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5086037Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-11-23T02:17:29.5086678Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5087313Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5087934Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5088559Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5089216Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5090282Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5090919Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5091664Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5092320Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5092964Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5093585Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5094400Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5095048Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5095708Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5096361Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5097001Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5097648Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5098258Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5098976Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5099758Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5100382Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5101015Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5101639Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5102279Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5102920Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5103519Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5104112Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5104704Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5105351Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5105947Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5106520Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5107096Z test_binary_core_eq_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5107655Z test_binary_core_eq_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5108239Z test_binary_core_eq_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5108851Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5109466Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5110196Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5110861Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5111475Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5114227Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5114833Z test_binary_core_floor_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5115459Z test_binary_core_floor_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5116065Z test_binary_core_floor_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5116735Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5117339Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5117942Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5118537Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5119112Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5119822Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5120414Z test_binary_core_fmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5121000Z test_binary_core_fmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5121599Z test_binary_core_fmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5122184Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5122776Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5123340Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5123946Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5124533Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5125115Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5125705Z test_binary_core_fmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5126293Z test_binary_core_fmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5126876Z test_binary_core_fmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5127440Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5128028Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5128622Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5129213Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5129797Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5130490Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5131085Z test_binary_core_fmod_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5131657Z test_binary_core_fmod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5132250Z test_binary_core_fmod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5132844Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5133436Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5134015Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5134594Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5135174Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5135735Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5136315Z test_binary_core_ge_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5136895Z test_binary_core_ge_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5137477Z test_binary_core_ge_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5138138Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5138727Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5139309Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5139866Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5140435Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5141016Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5141594Z test_binary_core_gt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5142162Z test_binary_core_gt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5142744Z test_binary_core_gt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5143314Z test_binary_core_le_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5143883Z test_binary_core_le_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5144471Z test_binary_core_le_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5145068Z test_binary_core_le_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5145627Z test_binary_core_le_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5146197Z test_binary_core_le_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5146770Z test_binary_core_le_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5147339Z test_binary_core_le_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5147892Z test_binary_core_le_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5148461Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5149134Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5149734Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5150313Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5150890Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5151473Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5152026Z test_binary_core_lt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5152605Z test_binary_core_lt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5153174Z test_binary_core_lt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5153764Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5154368Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5154957Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5155561Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5156230Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5156917Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5157519Z test_binary_core_maximum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5158129Z test_binary_core_maximum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5158728Z test_binary_core_maximum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5159327Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5159913Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5160502Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5161079Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5161683Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5162279Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5162884Z test_binary_core_minimum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5163483Z test_binary_core_minimum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5164062Z test_binary_core_minimum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5164650Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5165224Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5165807Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5166388Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5167070Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5167666Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5168255Z test_binary_core_mul_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5168851Z test_binary_core_mul_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5169420Z test_binary_core_mul_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5170011Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5170593Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5171165Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5171747Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5172313Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5172882Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5173432Z test_binary_core_ne_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5174016Z test_binary_core_ne_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5175392Z test_binary_core_ne_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5175995Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5176615Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5177226Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5177828Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5178405Z test_binary_core_nextafter_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5179012Z test_binary_core_nextafter_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5179634Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5180258Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5180875Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5181491Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5182108Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5182705Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5183283Z test_binary_core_remainder_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5183891Z test_binary_core_remainder_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5184489Z test_binary_core_remainder_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5185095Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5185691Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5186382Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-11-23T02:17:29.5186987Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5187567Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5188152Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5188746Z test_binary_core_sub_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5189324Z test_binary_core_sub_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5189902Z test_binary_core_sub_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5190503Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5191119Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5191711Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5192317Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5192918Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5193792Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5194405Z test_binary_core_true_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5195012Z test_binary_core_true_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5195626Z test_binary_core_true_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5196215Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-11-23T02:17:29.5196921Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-11-23T02:17:29.5197518Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5198130Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5198736Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-11-23T02:17:29.5199323Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-11-23T02:17:29.5199915Z test_reduction_all_amax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-11-23T02:17:29.5200504Z test_reduction_all_amax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-11-23T02:17:29.5201075Z test_reduction_all_amax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-11-23T02:17:29.5201678Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-11-23T02:17:29.5202289Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-11-23T02:17:29.5202896Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-11-23T02:17:29.5203504Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5204109Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5204911Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5205500Z test_reduction_all_amin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-11-23T02:17:29.5206110Z test_reduction_all_amin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-11-23T02:17:29.5206697Z test_reduction_all_amin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5207309Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-11-23T02:17:29.5207930Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5208543Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-11-23T02:17:29.5209162Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5209747Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5210331Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5210936Z test_reduction_all_argmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5211537Z test_reduction_all_argmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-11-23T02:17:29.5212324Z test_reduction_all_argmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5212943Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5215963Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-11-23T02:17:29.5216572Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-11-23T02:17:29.5217183Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5217785Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5218377Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5219072Z test_reduction_all_argmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5219685Z test_reduction_all_argmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5222131Z test_reduction_all_argmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-11-23T02:17:29.5222742Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.030s) 2022-11-23T02:17:29.5223360Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-11-23T02:17:29.5223960Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5224562Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5225175Z test_reduction_all_prod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-11-23T02:17:29.5225786Z test_reduction_all_prod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.030s) 2022-11-23T02:17:29.5226399Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-11-23T02:17:29.5228915Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:17:29.5229750Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-11-23T02:17:29.5230343Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5230967Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:17:29.5231580Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-11-23T02:17:29.5232187Z test_reduction_all_sum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-11-23T02:17:29.5234656Z test_reduction_all_sum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:17:29.5235298Z test_reduction_all_sum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-11-23T02:17:29.5235868Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5236631Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5237217Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5237807Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5238393Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5240331Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5241651Z test_unary_core_abs_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5242210Z test_unary_core_abs_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5242790Z test_unary_core_abs_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5243368Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5243963Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5244556Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5245151Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5245745Z test_unary_core_acos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5248152Z test_unary_core_acos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5248734Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5249321Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5249919Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5250519Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5251102Z test_unary_core_acosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5251692Z test_unary_core_acosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5254106Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5254705Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5255297Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5256122Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5256727Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5257319Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5257909Z test_unary_core_angle_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5260329Z test_unary_core_angle_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5260929Z test_unary_core_angle_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5261507Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5262106Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5262704Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5263295Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5263888Z test_unary_core_asin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5264462Z test_unary_core_asin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5267111Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5267712Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5268298Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5268897Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5269495Z test_unary_core_asinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5270079Z test_unary_core_asinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5270658Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5273086Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5273678Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5274280Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5274874Z test_unary_core_atan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5275469Z test_unary_core_atan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5276062Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5276714Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5278377Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5279716Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5280306Z test_unary_core_atanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5280901Z test_unary_core_atanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5282290Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5282907Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5283491Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5285974Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5286559Z test_unary_core_ceil_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5287159Z test_unary_core_ceil_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5287773Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5288394Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5289015Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5289617Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5292056Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5292685Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5293419Z test_unary_core_conj_physical_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5294031Z test_unary_core_conj_physical_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5294640Z test_unary_core_conj_physical_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5295220Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5295803Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5298215Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5298806Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5299384Z test_unary_core_cos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5299962Z test_unary_core_cos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5300544Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5301140Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5301735Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5302309Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5304713Z test_unary_core_cosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5305294Z test_unary_core_cosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5305888Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5306505Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5307114Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5307705Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5308406Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5310826Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5311427Z test_unary_core_deg2rad_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5312020Z test_unary_core_deg2rad_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5312631Z test_unary_core_deg2rad_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5313224Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5313816Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5314419Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5314993Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5317482Z test_unary_core_digamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5318084Z test_unary_core_digamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5318676Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5319383Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5319960Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5320543Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5321102Z test_unary_core_erf_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5323531Z test_unary_core_erf_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5324124Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5324715Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5325317Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5325912Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5326492Z test_unary_core_erfc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5327054Z test_unary_core_erfc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5328733Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5330090Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5330696Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5331296Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5331898Z test_unary_core_erfinv_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5332489Z test_unary_core_erfinv_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5333049Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5333636Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5335507Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5335906Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5336280Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5336655Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5337038Z test_unary_core_exp2_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5337400Z test_unary_core_exp2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5337777Z test_unary_core_exp2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5338158Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5338537Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5338912Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5339281Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5339647Z test_unary_core_exp_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5341422Z test_unary_core_exp_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5341812Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5342201Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5342585Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5342964Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5343344Z test_unary_core_expm1_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5343723Z test_unary_core_expm1_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5344084Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5344462Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5344833Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5345207Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5345582Z test_unary_core_floor_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5347300Z test_unary_core_floor_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5347694Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5348061Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5348444Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5348824Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5349197Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5349572Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5350021Z test_unary_core_frac_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5350400Z test_unary_core_frac_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5350762Z test_unary_core_frac_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-11-23T02:17:29.5351136Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5351515Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5352693Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5353626Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5354000Z test_unary_core_i0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5354365Z test_unary_core_i0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5354734Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5355119Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5355497Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5355941Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5356314Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5356762Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5357144Z test_unary_core_isnan_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5357506Z test_unary_core_isnan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5358701Z test_unary_core_isnan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5359647Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5360039Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5360423Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-11-23T02:17:29.5360808Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5361192Z test_unary_core_lgamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5361573Z test_unary_core_lgamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5361936Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5362314Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5362691Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5363069Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5363439Z test_unary_core_log10_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5363808Z test_unary_core_log10_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5365599Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5365985Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5366364Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5366741Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5367118Z test_unary_core_log1p_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5367498Z test_unary_core_log1p_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5367878Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5368254Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5368621Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5368996Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5369372Z test_unary_core_log2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5369743Z test_unary_core_log2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5370960Z test_unary_core_log_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5372210Z test_unary_core_log_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5372588Z test_unary_core_log_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5372946Z test_unary_core_log_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5373327Z test_unary_core_log_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5373701Z test_unary_core_log_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5374078Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5374458Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5374838Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5375213Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5375579Z test_unary_core_logit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5375956Z test_unary_core_logit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-11-23T02:17:29.5377775Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5378220Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5378615Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5379027Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5379405Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5379767Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5380238Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5380752Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5381141Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5381523Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5381899Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5383643Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5384015Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5384449Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5384828Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5385204Z test_unary_core_neg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5385578Z test_unary_core_neg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5386028Z test_unary_core_neg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5386407Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5386861Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5387251Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-11-23T02:17:29.5387646Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5388038Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5389796Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5390182Z test_unary_core_positive_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5390574Z test_unary_core_positive_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5390961Z test_unary_core_positive_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5391341Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5391732Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5392124Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5392515Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5392899Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5393281Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5393665Z test_unary_core_rad2deg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5394037Z test_unary_core_rad2deg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5395763Z test_unary_core_rad2deg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5396162Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5396625Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5397095Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5397493Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5397881Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-11-23T02:17:29.5398258Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5398646Z test_unary_core_reciprocal_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5399043Z test_unary_core_reciprocal_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5399433Z test_unary_core_reciprocal_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5399840Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5401610Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5402028Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5402424Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5402889Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5403289Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5403692Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5404101Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5404508Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5404912Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5405316Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5405700Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5406918Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5407903Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5408315Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5408729Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5409143Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5409551Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5409949Z test_unary_core_round_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5410320Z test_unary_core_round_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5410700Z test_unary_core_round_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5411150Z test_unary_core_round_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5411529Z test_unary_core_round_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5411912Z test_unary_core_round_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5413650Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5414035Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5414402Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5414778Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5415158Z test_unary_core_rsqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5415533Z test_unary_core_rsqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5415914Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5416289Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5416666Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5417022Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5417468Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5417843Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5419566Z test_unary_core_sgn_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5419955Z test_unary_core_sgn_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5420327Z test_unary_core_sgn_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5420711Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5421087Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5421477Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5421861Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5422246Z test_unary_core_sigmoid_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5422626Z test_unary_core_sigmoid_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5423006Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5423380Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5423741Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5425445Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5425832Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5426207Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5426581Z test_unary_core_sign_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5427029Z test_unary_core_sign_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5427405Z test_unary_core_sign_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5427773Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5428160Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5428547Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5428932Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5429314Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5429695Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5431428Z test_unary_core_signbit_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5431808Z test_unary_core_signbit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5432186Z test_unary_core_signbit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5432565Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5433010Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5433382Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5433752Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5434117Z test_unary_core_sin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5434479Z test_unary_core_sin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-11-23T02:17:29.5434855Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5435234Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5435611Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5435989Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5437783Z test_unary_core_sinc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5438163Z test_unary_core_sinc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5438545Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5438913Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5439286Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-11-23T02:17:29.5439657Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5440030Z test_unary_core_sinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5440401Z test_unary_core_sinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5440778Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5441157Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5441595Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5441973Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5443711Z test_unary_core_sqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5444088Z test_unary_core_sqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5444471Z test_unary_core_square_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5444863Z test_unary_core_square_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5445250Z test_unary_core_square_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5445621Z test_unary_core_square_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5445999Z test_unary_core_square_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5446376Z test_unary_core_square_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5446753Z test_unary_core_square_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5447132Z test_unary_core_square_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-11-23T02:17:29.5447581Z test_unary_core_square_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5447956Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-11-23T02:17:29.5449667Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5450045Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5450425Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5450794Z test_unary_core_tan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.000s) 2022-11-23T02:17:29.5451167Z test_unary_core_tan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-11-23T02:17:29.5451543Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5451924Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5452288Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5452661Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5453037Z test_unary_core_tanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5453412Z test_unary_core_tanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5453793Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5455523Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5455911Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5456282Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5456664Z test_unary_core_trunc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5457044Z test_unary_core_trunc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-11-23T02:17:29.5457431Z test_all (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:17:29.5457701Z test_amax (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:17:29.5457975Z test_amax_grad (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:17:29.5458230Z test_amin (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:17:29.5458498Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:17:29.5458777Z test_grad_dtype (__main__.TestReductions) ... ok (0.674s) 2022-11-23T02:17:29.5459318Z test_max_not_implemented (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-11-23T02:17:29.5461399Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-11-23T02:17:29.5461951Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-11-23T02:17:29.5462279Z warnings.warn(msg) 2022-11-23T02:17:29.5462453Z ok (0.003s) 2022-11-23T02:17:29.5462676Z test_mean (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:17:29.5462956Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.002s) 2022-11-23T02:17:29.5463227Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T02:17:29.5463937Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:17:29.5464715Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:17:29.5465289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:17:29.5465858Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:17:29.5467488Z ok (0.004s) 2022-11-23T02:17:29.5482856Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T02:17:29.5483272Z values.requires_grad = False ... ok (0.010s) 2022-11-23T02:17:29.5483555Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T02:17:29.5484283Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:17:29.5486555Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:17:29.5486803Z ok (0.000s) 2022-11-23T02:17:29.5487028Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T02:17:29.5487291Z values.requires_grad = False ... ok (0.011s) 2022-11-23T02:17:29.5487554Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T02:17:29.5488121Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:17:29.5488738Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:17:29.5489003Z ok (0.008s) 2022-11-23T02:17:29.5489223Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T02:17:29.5490084Z values.requires_grad = False ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:17:29.5492190Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:17:29.5492453Z ok (0.003s) 2022-11-23T02:17:29.5492681Z test_prod (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:17:29.5493266Z test_prod_grad (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:17:29.5493887Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:17:29.5494151Z ok (0.004s) 2022-11-23T02:17:29.5494375Z test_sum (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:17:29.5494649Z test_sum_grad (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:17:29.5494942Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5495254Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5495562Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5496411Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5498149Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5498472Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5498781Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5499088Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.008s) 2022-11-23T02:17:29.5499402Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5499699Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5500009Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5500316Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5500623Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5500934Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5501248Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5501547Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5501852Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5502153Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5502474Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5504139Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5504453Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5504747Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.004s) 2022-11-23T02:17:29.5505056Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5505364Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5505665Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5505972Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5506276Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5506571Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5506941Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5507242Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5507545Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5507847Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5508149Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5508456Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5510100Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5510413Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5510716Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5511018Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:17:29.5511320Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5511624Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5511915Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5512220Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.011s) 2022-11-23T02:17:29.5512527Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5512899Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5513216Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5513534Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5513817Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5514119Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5514423Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5516084Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5516396Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5516773Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5517056Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5517365Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5517671Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5517973Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5518273Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5518574Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5518854Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5519138Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5519425Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5519706Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5519989Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5520272Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5520542Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5522196Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5522482Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5522770Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5523133Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5523419Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5523688Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5523969Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:17:29.5524247Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5524538Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5524830Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5525111Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.011s) 2022-11-23T02:17:29.5525377Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5525666Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5525951Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5526222Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5526504Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5528347Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5528833Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5529164Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5529441Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5529808Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5530073Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5530347Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5530606Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5530880Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5531164Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5531436Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5531705Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5531987Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5532251Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5532521Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5534233Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5534592Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5534863Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5535182Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5535454Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5535731Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5536068Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5536432Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5536706Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5536997Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5537274Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5537549Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5537884Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5538154Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5538424Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5538696Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:17:29.5540429Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.001s) 2022-11-23T02:17:29.5540698Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5540968Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5541240Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:17:29.5541521Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5541804Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:17:29.5542080Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5542341Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:17:29.5542501Z 2022-11-23T02:17:29.5542660Z ---------------------------------------------------------------------- 2022-11-23T02:17:29.5542915Z Ran 826 tests in 3.797s 2022-11-23T02:17:29.5543035Z 2022-11-23T02:17:29.5543109Z OK (skipped=3) 2022-11-23T02:17:29.5543221Z 2022-11-23T02:17:29.5543315Z Generating XML reports... 2022-11-23T02:17:29.5543685Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBasicsCPU-20221123021725.xml 2022-11-23T02:17:29.5544166Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20221123021725.xml 2022-11-23T02:17:29.5544643Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestOperatorsCPU-20221123021725.xml 2022-11-23T02:17:29.5546516Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20221123021725.xml 2022-11-23T02:17:29.5547053Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20221123021725.xml 2022-11-23T02:17:29.5547296Z 2022-11-23T02:17:29.5547653Z ##[endgroup] 2022-11-23T02:17:29.5548028Z FINISHED PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_p4okd0r5) 2022-11-23T02:17:29.5548307Z 2022-11-23T02:17:30.0255651Z 2022-11-23T02:17:30.0256237Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T02:17:30.0257353Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_z67hp_us) 2022-11-23T02:17:30.0257879Z 2022-11-23T02:17:30.0258015Z Running tests... 2022-11-23T02:17:30.0258449Z ---------------------------------------------------------------------- 2022-11-23T02:17:30.0259020Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-11-23T02:17:30.0259620Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.017s) 2022-11-23T02:17:30.0260172Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-11-23T02:17:30.0260730Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-11-23T02:17:30.0261283Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-11-23T02:17:30.0261818Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-11-23T02:17:30.0262319Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-11-23T02:17:30.0262820Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-11-23T02:17:30.0263411Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0264065Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0264672Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0265277Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0265912Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0266719Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0267244Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0267617Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.036s) 2022-11-23T02:17:30.0267959Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.028s) 2022-11-23T02:17:30.0268305Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0268651Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T02:17:30.0268976Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-11-23T02:17:30.0269298Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-11-23T02:17:30.0269604Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.007s) 2022-11-23T02:17:30.0269922Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0270232Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-11-23T02:17:30.0270539Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0270849Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0271160Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0272140Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:30.0273130Z torch.sort(tensor, out=(values, indices)) 2022-11-23T02:17:30.0273339Z ok (0.003s) 2022-11-23T02:17:30.0273567Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (2.125s) 2022-11-23T02:17:30.0273925Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:17:30.0274390Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:17:30.0274828Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:17:30.0275203Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:17:30.0276198Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:17:30.0277183Z torch.sort(tensor, out=(values, indices)) 2022-11-23T02:17:30.0277400Z ok (0.010s) 2022-11-23T02:17:30.0277678Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.015s) 2022-11-23T02:17:30.0278041Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-11-23T02:17:30.0278412Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-11-23T02:17:30.0279279Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-11-23T02:17:30.0279651Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-11-23T02:17:30.0280010Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-11-23T02:17:30.0280365Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-11-23T02:17:30.0280716Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-11-23T02:17:30.0281063Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-11-23T02:17:30.0281411Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-11-23T02:17:30.0281751Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-11-23T02:17:30.0282086Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-11-23T02:17:30.0282414Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0282742Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0283055Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-11-23T02:17:30.0283378Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.005s) 2022-11-23T02:17:30.0283704Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-11-23T02:17:30.0284100Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-11-23T02:17:30.0284548Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T02:17:30.0284891Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0285212Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T02:17:30.0285625Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0285968Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.173s) 2022-11-23T02:17:30.0286284Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0286613Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-11-23T02:17:30.0286939Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-11-23T02:17:30.0287274Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-11-23T02:17:30.0287600Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-11-23T02:17:30.0287966Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:17:30.0288334Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0288680Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0289022Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0289355Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0289671Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T02:17:30.0289988Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T02:17:30.0290309Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.002s) 2022-11-23T02:17:30.0290626Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-11-23T02:17:30.0290975Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-11-23T02:17:30.0291295Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-11-23T02:17:30.0291633Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-11-23T02:17:30.0292048Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-11-23T02:17:30.0292391Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.018s) 2022-11-23T02:17:30.0292746Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-11-23T02:17:30.0293098Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-11-23T02:17:30.0293450Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.008s) 2022-11-23T02:17:30.0293804Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-11-23T02:17:30.0294152Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-11-23T02:17:30.0294488Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.011s) 2022-11-23T02:17:30.0294823Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.031s) 2022-11-23T02:17:30.0295148Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.023s) 2022-11-23T02:17:30.0295469Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.033s) 2022-11-23T02:17:30.0295791Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.030s) 2022-11-23T02:17:30.0296112Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-11-23T02:17:30.0296416Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.022s) 2022-11-23T02:17:30.0296731Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.024s) 2022-11-23T02:17:30.0297098Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.025s) 2022-11-23T02:17:30.0297413Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-11-23T02:17:30.0298041Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:423: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:17:30.0298582Z x = torch.tensor([[[1., 1.], 2022-11-23T02:17:30.0299089Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:438: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:17:30.0299598Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-11-23T02:17:30.0300113Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:446: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:17:30.0300611Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-11-23T02:17:30.0301124Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:462: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:17:30.0301624Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-11-23T02:17:30.0301838Z ok (0.719s) 2022-11-23T02:17:30.0301947Z 2022-11-23T02:17:30.0302108Z ---------------------------------------------------------------------- 2022-11-23T02:17:30.0302363Z Ran 91 tests in 3.844s 2022-11-23T02:17:30.0302481Z 2022-11-23T02:17:30.0302557Z OK (skipped=13) 2022-11-23T02:17:30.0302660Z 2022-11-23T02:17:30.0302750Z Generating XML reports... 2022-11-23T02:17:30.0303133Z Generated XML report: test-reports\python-unittest\test_sort_and_select\TEST-TestSortAndSelectCPU-20221123021725.xml 2022-11-23T02:17:30.0303410Z 2022-11-23T02:17:30.0303709Z ##[endgroup] 2022-11-23T02:17:30.0304079Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_z67hp_us) 2022-11-23T02:17:30.0304356Z 2022-11-23T02:17:32.2816669Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:32.4369777Z Running test_vmap ... [2022-11-23 02:17:32.436624] 2022-11-23T02:17:32.4375464Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:32.437232] 2022-11-23T02:17:32.4377478Z Ignoring disabled issues: [] 2022-11-23T02:17:32.8868681Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:33.0397474Z Running test_expanded_weights ... [2022-11-23 02:17:33.039097] 2022-11-23T02:17:33.0402865Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:33.039714] 2022-11-23T02:17:33.0404998Z Ignoring disabled issues: [] 2022-11-23T02:17:38.8362998Z 2022-11-23T02:17:38.8363806Z Expand the folded group to see the log file of test_vmap 2022-11-23T02:17:38.8365287Z ##[group]PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_f2mhalq0) 2022-11-23T02:17:38.8371203Z 2022-11-23T02:17:38.8371401Z Running tests... 2022-11-23T02:17:38.8371832Z ---------------------------------------------------------------------- 2022-11-23T02:17:38.8372299Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-11-23T02:17:38.8373569Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8374909Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-11-23T02:17:38.8375940Z C:\actions-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-23T02:17:38.8376819Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-11-23T02:17:38.8377716Z C:\actions-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-23T02:17:38.8378558Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T02:17:38.8379440Z C:\actions-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-23T02:17:38.8380332Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-11-23T02:17:38.8381212Z C:\actions-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-23T02:17:38.8382106Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-11-23T02:17:38.8383245Z C:\actions-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-23T02:17:38.8384367Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-11-23T02:17:38.8385435Z C:\actions-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-23T02:17:38.8386306Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-11-23T02:17:38.8387388Z C:\actions-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-23T02:17:38.8388361Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-11-23T02:17:38.8389318Z C:\actions-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-23T02:17:38.8390286Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T02:17:38.8391305Z C:\actions-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-23T02:17:38.8392400Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-11-23T02:17:38.8392768Z ok (0.008s) 2022-11-23T02:17:38.8393901Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8395001Z vmap(backward_on_vmapped_tensor)(x) 2022-11-23T02:17:38.8396071Z C:\actions-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-23T02:17:38.8397038Z vmap(backward_with_vmapped_grad)(x, grad) 2022-11-23T02:17:38.8398170Z C:\actions-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-23T02:17:38.8399174Z vmap(completely_unrelated_backward)(y) 2022-11-23T02:17:38.8399532Z ok (0.020s) 2022-11-23T02:17:38.8400700Z test_batched_gradient_basic (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8401706Z jacobian = vmap(vjp_mul)(batched_v) 2022-11-23T02:17:38.8402118Z ok (0.000s) 2022-11-23T02:17:38.8403079Z test_constant_function (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8404213Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-11-23T02:17:38.8404578Z ok (0.000s) 2022-11-23T02:17:38.8405531Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8406470Z vmap(torch.mul)(x, y) 2022-11-23T02:17:38.8407392Z C:\actions-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-23T02:17:38.8408273Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T02:17:38.8409196Z C:\actions-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-23T02:17:38.8410134Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T02:17:38.8410503Z ok (0.000s) 2022-11-23T02:17:38.8411464Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8412506Z result = vmap(op, (2, 0))(x, y) 2022-11-23T02:17:38.8413454Z C:\actions-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-23T02:17:38.8414354Z result = vmap(vmap(op), (2, 0))(x, y) 2022-11-23T02:17:38.8415249Z C:\actions-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-23T02:17:38.8416096Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T02:17:38.8416402Z ok (0.133s) 2022-11-23T02:17:38.8416818Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:17:38.8417900Z test_fallback_masked_fill (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8418921Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T02:17:38.8419981Z C:\actions-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-23T02:17:38.8420914Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T02:17:38.8421298Z ok (0.110s) 2022-11-23T02:17:38.8422336Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8423278Z result = vmap(torch.var_mean)(tensor) 2022-11-23T02:17:38.8424170Z C:\actions-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-23T02:17:38.8425046Z result = vmap(vmap(torch.var_mean))(tensor) 2022-11-23T02:17:38.8426070Z C:\actions-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-23T02:17:38.8426953Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-11-23T02:17:38.8427302Z ok (0.118s) 2022-11-23T02:17:38.8427729Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T02:17:38.8428256Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.006s) 2022-11-23T02:17:38.8429305Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8430287Z vmap(op, (0, None))(x, y) 2022-11-23T02:17:38.8431162Z C:\actions-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-23T02:17:38.8432038Z vmap(op, (None, 0))(y, x) 2022-11-23T02:17:38.8432973Z C:\actions-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-23T02:17:38.8433798Z vmap(op)(x, x) 2022-11-23T02:17:38.8434666Z C:\actions-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-23T02:17:38.8435483Z vmap(op, (0, None))(x, y) 2022-11-23T02:17:38.8436366Z C:\actions-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-23T02:17:38.8437190Z vmap(op, (None, 0))(y, x) 2022-11-23T02:17:38.8438118Z C:\actions-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-23T02:17:38.8438995Z vmap(op)(x, x) 2022-11-23T02:17:38.8439278Z ok (0.685s) 2022-11-23T02:17:38.8440342Z test_func_with_no_inputs (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8441247Z vmap(foo)() 2022-11-23T02:17:38.8442340Z C:\actions-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-23T02:17:38.8443163Z vmap(bar)() 2022-11-23T02:17:38.8443448Z ok (0.002s) 2022-11-23T02:17:38.8444451Z test_functools_partial (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8445451Z result = vmap(functools.partial(torch.mul, x))(y) 2022-11-23T02:17:38.8445813Z ok (0.002s) 2022-11-23T02:17:38.8446780Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8447851Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-11-23T02:17:38.8448799Z C:\actions-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-23T02:17:38.8449692Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-11-23T02:17:38.8450026Z ok (0.003s) 2022-11-23T02:17:38.8451026Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8451986Z vmap(foo)(torch.randn([])) 2022-11-23T02:17:38.8452881Z C:\actions-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-23T02:17:38.8453754Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-11-23T02:17:38.8454690Z C:\actions-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-23T02:17:38.8455527Z vmap(foo, in_dims=(-1,))(x) 2022-11-23T02:17:38.8456413Z C:\actions-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-23T02:17:38.8457309Z vmap(foo, in_dims=(2,))(y) 2022-11-23T02:17:38.8458326Z C:\actions-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-23T02:17:38.8459208Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-11-23T02:17:38.8460115Z C:\actions-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-23T02:17:38.8460965Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-11-23T02:17:38.8461897Z C:\actions-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-23T02:17:38.8462769Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-11-23T02:17:38.8463141Z ok (0.003s) 2022-11-23T02:17:38.8464156Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8465082Z vmap(torch.mul, [0, 0])(x, y) 2022-11-23T02:17:38.8465973Z C:\actions-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-23T02:17:38.8466896Z vmap(torch.mul, set({0, 0}))(x, y) 2022-11-23T02:17:38.8467806Z C:\actions-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-23T02:17:38.8468635Z vmap(torch.mul, 'lol')(x, y) 2022-11-23T02:17:38.8469586Z C:\actions-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-23T02:17:38.8470491Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-11-23T02:17:38.8471414Z C:\actions-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-23T02:17:38.8472242Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T02:17:38.8472551Z ok (0.002s) 2022-11-23T02:17:38.8473518Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8474463Z vmap(op, in_dims=(0, None))(x, y) 2022-11-23T02:17:38.8475426Z C:\actions-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-23T02:17:38.8476318Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-11-23T02:17:38.8477328Z C:\actions-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-23T02:17:38.8478184Z vmap(op, in_dims=(None, 0))(x, y) 2022-11-23T02:17:38.8479083Z C:\actions-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-23T02:17:38.8479977Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-11-23T02:17:38.8480910Z C:\actions-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-23T02:17:38.8481838Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-11-23T02:17:38.8482901Z C:\actions-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-23T02:17:38.8483859Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-11-23T02:17:38.8484171Z ok (0.006s) 2022-11-23T02:17:38.8485141Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8486045Z vmap(op, (2, 0))(x, y) 2022-11-23T02:17:38.8486922Z C:\actions-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-23T02:17:38.8487738Z vmap(vmap(op), (2, 0))(x, y) 2022-11-23T02:17:38.8488698Z C:\actions-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-23T02:17:38.8489561Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T02:17:38.8489885Z ok (0.160s) 2022-11-23T02:17:38.8490836Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8491743Z result = vmap(op)(x) 2022-11-23T02:17:38.8492595Z C:\actions-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-23T02:17:38.8493437Z result = vmap(op, out_dims=(1,))(x) 2022-11-23T02:17:38.8494479Z C:\actions-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-23T02:17:38.8495365Z result = vmap(vmap(op))(x) 2022-11-23T02:17:38.8496266Z C:\actions-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-23T02:17:38.8497109Z result = vmap(vmap(vmap(op)))(x) 2022-11-23T02:17:38.8497438Z ok (0.563s) 2022-11-23T02:17:38.8498452Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8499386Z vmap(torch.sum)(x, 0) 2022-11-23T02:17:38.8500313Z C:\actions-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-23T02:17:38.8501174Z vmap(torch.sum, (0, 0))(x, 0) 2022-11-23T02:17:38.8502152Z C:\actions-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-23T02:17:38.8503028Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-11-23T02:17:38.8503943Z C:\actions-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-23T02:17:38.8504773Z vmap(torch.sum, (0, None))(x, 0) 2022-11-23T02:17:38.8505089Z ok (0.000s) 2022-11-23T02:17:38.8506042Z test_multiple_inputs (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8506970Z output = vmap(torch.mul)(x, y) 2022-11-23T02:17:38.8507322Z ok (0.000s) 2022-11-23T02:17:38.8508257Z test_multiple_out_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8509159Z result = vmap(foo, out_dims=(0, 1))(x) 2022-11-23T02:17:38.8510059Z C:\actions-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-23T02:17:38.8510930Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-11-23T02:17:38.8511261Z ok (0.013s) 2022-11-23T02:17:38.8512291Z test_multiple_outputs (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8513524Z outputs = vmap(foo)(x) 2022-11-23T02:17:38.8513812Z ok (0.002s) 2022-11-23T02:17:38.8514767Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8515724Z vmap(returns_tuple_of_tensors)(x) 2022-11-23T02:17:38.8516644Z C:\actions-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-23T02:17:38.8517506Z vmap(returns_list_of_two_tensors)(x) 2022-11-23T02:17:38.8518414Z C:\actions-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-23T02:17:38.8519346Z vmap(returns_list_of_one_tensor)(x) 2022-11-23T02:17:38.8519757Z ok (0.002s) 2022-11-23T02:17:38.8520707Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8521668Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-11-23T02:17:38.8522074Z ok (0.002s) 2022-11-23T02:17:38.8523015Z test_nested_out_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8523986Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-11-23T02:17:38.8524990Z C:\actions-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-23T02:17:38.8525955Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-11-23T02:17:38.8526915Z C:\actions-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-23T02:17:38.8527824Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-11-23T02:17:38.8528791Z C:\actions-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-23T02:17:38.8529720Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-11-23T02:17:38.8530116Z ok (0.006s) 2022-11-23T02:17:38.8531216Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8532244Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-11-23T02:17:38.8533172Z C:\actions-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-23T02:17:38.8534084Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-11-23T02:17:38.8534463Z ok (0.003s) 2022-11-23T02:17:38.8535417Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8536358Z output = vmap(vmap(torch.mul))(x, y) 2022-11-23T02:17:38.8537317Z C:\actions-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-23T02:17:38.8539022Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-11-23T02:17:38.8539360Z ok (0.002s) 2022-11-23T02:17:38.8540278Z test_nn_module (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8541173Z result = vmap(model)(tensor) 2022-11-23T02:17:38.8541496Z ok (0.002s) 2022-11-23T02:17:38.8542469Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8543455Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-11-23T02:17:38.8544410Z C:\actions-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-23T02:17:38.8545280Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-11-23T02:17:38.8546188Z C:\actions-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-23T02:17:38.8547060Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-11-23T02:17:38.8547976Z C:\actions-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-23T02:17:38.8548810Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-11-23T02:17:38.8549850Z C:\actions-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-23T02:17:38.8550744Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-11-23T02:17:38.8551052Z ok (0.005s) 2022-11-23T02:17:38.8551984Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8552916Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-11-23T02:17:38.8553831Z C:\actions-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-23T02:17:38.8554682Z vmap(multiple_outputs)(torch.ones(3)) 2022-11-23T02:17:38.8555008Z ok (0.002s) 2022-11-23T02:17:38.8555979Z test_non_zero_in_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8557016Z output = vmap(lambda x: x, (1,))(tensor) 2022-11-23T02:17:38.8557906Z C:\actions-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-23T02:17:38.8558748Z output = vmap(torch.mul, (0, 1))(x, y) 2022-11-23T02:17:38.8559644Z C:\actions-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-23T02:17:38.8560515Z output = vmap(torch.mul, (1, 0))(x, y) 2022-11-23T02:17:38.8560847Z ok (0.004s) 2022-11-23T02:17:38.8561812Z test_none_in_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8562902Z output = vmap(torch.mul, (0, None))(x, y) 2022-11-23T02:17:38.8563815Z C:\actions-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-23T02:17:38.8564677Z output = vmap(torch.mul, (0, None))(x, 2) 2022-11-23T02:17:38.8565009Z ok (0.003s) 2022-11-23T02:17:38.8565918Z test_nonzero_out_dims (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8566859Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-11-23T02:17:38.8567875Z C:\actions-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-23T02:17:38.8568834Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T02:17:38.8569761Z C:\actions-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-23T02:17:38.8570633Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-11-23T02:17:38.8571555Z C:\actions-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-23T02:17:38.8572453Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-11-23T02:17:38.8573403Z C:\actions-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-23T02:17:38.8574394Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T02:17:38.8575354Z C:\actions-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-23T02:17:38.8576209Z result = vmap(foo, out_dims=1)(x, y) 2022-11-23T02:17:38.8576518Z ok (0.009s) 2022-11-23T02:17:38.8577457Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8578409Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-11-23T02:17:38.8578747Z ok (0.000s) 2022-11-23T02:17:38.8579690Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8580659Z vmap(torch.mul, (0,))(x, y) 2022-11-23T02:17:38.8581605Z C:\actions-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-23T02:17:38.8582452Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-11-23T02:17:38.8583342Z C:\actions-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-23T02:17:38.8584211Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-11-23T02:17:38.8585185Z C:\actions-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-23T02:17:38.8586052Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-11-23T02:17:38.8587033Z C:\actions-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-23T02:17:38.8587915Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T02:17:38.8588225Z ok (0.000s) 2022-11-23T02:17:38.8589194Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8590094Z vmap(lambda x: x, out_dims=3)(x) 2022-11-23T02:17:38.8590988Z C:\actions-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-23T02:17:38.8591912Z vmap(lambda x: x, out_dims=-4)(x) 2022-11-23T02:17:38.8592222Z ok (0.000s) 2022-11-23T02:17:38.8593270Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8594258Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-11-23T02:17:38.8595173Z C:\actions-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-23T02:17:38.8596037Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-11-23T02:17:38.8596955Z C:\actions-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-23T02:17:38.8597786Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-11-23T02:17:38.8598682Z C:\actions-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-23T02:17:38.8599590Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-11-23T02:17:38.8599922Z ok (0.010s) 2022-11-23T02:17:38.8600904Z test_out_dims_edge_case (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8601821Z expected = vmap(foo, out_dims=1)(tensor) 2022-11-23T02:17:38.8602936Z C:\actions-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-23T02:17:38.8603787Z result = vmap(foo, out_dims=(1,))(tensor) 2022-11-23T02:17:38.8604101Z ok (0.000s) 2022-11-23T02:17:38.8605072Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8606087Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-11-23T02:17:38.8607032Z C:\actions-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-23T02:17:38.8607892Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-11-23T02:17:38.8608796Z C:\actions-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-23T02:17:38.8609726Z vmap(lambda x: x, out_dims=None)(tensor) 2022-11-23T02:17:38.8610628Z C:\actions-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-23T02:17:38.8611463Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-11-23T02:17:38.8611801Z ok (0.000s) 2022-11-23T02:17:38.8612777Z test_single_input (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8613703Z output = vmap(square)(x) 2022-11-23T02:17:38.8614013Z ok (0.000s) 2022-11-23T02:17:38.8614960Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... C:\actions-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-23T02:17:38.8615862Z vmap(torch.ravel)(tensor) 2022-11-23T02:17:38.8616753Z C:\actions-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-23T02:17:38.8617581Z vmap(out_op)(tensor, tensor) 2022-11-23T02:17:38.8618490Z C:\actions-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-23T02:17:38.8619388Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-11-23T02:17:38.8621311Z C:\actions-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-23T02:17:38.8622167Z vmap(torch.Tensor.item)(tensor) 2022-11-23T02:17:38.8622493Z ok (0.010s) 2022-11-23T02:17:38.8622895Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-11-23T02:17:38.8624001Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8625024Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T02:17:38.8625354Z ok (0.010s) 2022-11-23T02:17:38.8625781Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-11-23T02:17:38.8626324Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.014s) 2022-11-23T02:17:38.8626844Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8627932Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8628986Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T02:17:38.8629321Z ok (0.004s) 2022-11-23T02:17:38.8629755Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-11-23T02:17:38.8630294Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-11-23T02:17:38.8630836Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:17:38.8631400Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-11-23T02:17:38.8631924Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8632485Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:17:38.8633573Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8634533Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T02:17:38.8634844Z ok (0.002s) 2022-11-23T02:17:38.8635254Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T02:17:38.8635770Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8636293Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:17:38.8636816Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-11-23T02:17:38.8637349Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8637914Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:17:38.8638484Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:17:38.8638998Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-11-23T02:17:38.8639519Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8640030Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-11-23T02:17:38.8640876Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8641913Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:17:38.8642523Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:17:38.8642925Z should be replaced with 2022-11-23T02:17:38.8643340Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:17:38.8643710Z and 2022-11-23T02:17:38.8644082Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:17:38.8644429Z should be replaced with 2022-11-23T02:17:38.8645121Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:17:38.8645789Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T02:17:38.8646728Z C:\actions-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-23T02:17:38.8647601Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T02:17:38.8647946Z ok (0.004s) 2022-11-23T02:17:38.8648364Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8648892Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8649995Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8651081Z result = vmap(vjp)(gy) 2022-11-23T02:17:38.8651420Z ok (0.002s) 2022-11-23T02:17:38.8652430Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8653407Z result = vmap(vjp)(gy) 2022-11-23T02:17:38.8653709Z ok (0.002s) 2022-11-23T02:17:38.8654141Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T02:17:38.8655268Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... C:\actions-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-23T02:17:38.8656238Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T02:17:38.8656563Z ok (0.002s) 2022-11-23T02:17:38.8656985Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:17:38.8657454Z test_as_strided (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T02:17:38.8657978Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.178s) 2022-11-23T02:17:38.8658450Z test_bmm (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8658851Z test_cat (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:17:38.8659300Z test_chunk (__main__.TestVmapOperators) ... ok (0.037s) 2022-11-23T02:17:38.8659742Z test_clamp (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T02:17:38.8660179Z test_clone (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T02:17:38.8660643Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.078s) 2022-11-23T02:17:38.8661112Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8661635Z test_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8662098Z test_diagonal (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8662552Z test_dot (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T02:17:38.8662997Z test_expand_as (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:17:38.8663514Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T02:17:38.8664031Z test_imag (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:17:38.8664465Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:17:38.8664928Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:17:38.8665416Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8665882Z test_mm (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T02:17:38.8666324Z test_movedim (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:17:38.8666768Z test_mv (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:17:38.8667192Z test_narrow (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:17:38.8667636Z test_new_empty (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:17:38.8668109Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:17:38.8668579Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:17:38.8669045Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.031s) 2022-11-23T02:17:38.8669636Z test_real (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8670077Z test_reshape (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8670572Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8671028Z test_result_type (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8671462Z test_select (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8671905Z test_slice (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8672353Z test_split (__main__.TestVmapOperators) ... ok (0.087s) 2022-11-23T02:17:38.8672781Z test_squeeze (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8673213Z test_stack (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8673658Z test_stride (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8674108Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8674539Z test_t (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8674971Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.158s) 2022-11-23T02:17:38.8675404Z test_to (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:17:38.8675829Z test_trace (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:17:38.8676310Z test_transpose (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T02:17:38.8676841Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.109s) 2022-11-23T02:17:38.8677327Z test_unbind (__main__.TestVmapOperators) ... ok (0.179s) 2022-11-23T02:17:38.8677752Z test_unfold (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:17:38.8678193Z test_view (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:17:38.8678625Z test_view_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:17:38.8679075Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.033s) 2022-11-23T02:17:38.8679545Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:17:38.8680023Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:17:38.8681220Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... C:\actions-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-23T02:17:38.8682260Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T02:17:38.8682635Z ok (0.000s) 2022-11-23T02:17:38.8682812Z 2022-11-23T02:17:38.8683056Z ---------------------------------------------------------------------- 2022-11-23T02:17:38.8683481Z Ran 125 tests in 3.266s 2022-11-23T02:17:38.8683658Z 2022-11-23T02:17:38.8683769Z OK 2022-11-23T02:17:38.8683926Z 2022-11-23T02:17:38.8684079Z Generating XML reports... 2022-11-23T02:17:38.8684602Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20221123021735.xml 2022-11-23T02:17:38.8685369Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapBatchedGradientCPU-20221123021735.xml 2022-11-23T02:17:38.8686131Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20221123021735.xml 2022-11-23T02:17:38.8686522Z 2022-11-23T02:17:38.8687003Z ##[endgroup] 2022-11-23T02:17:38.8687534Z FINISHED PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_f2mhalq0) 2022-11-23T02:17:38.8687914Z 2022-11-23T02:17:40.2492998Z 2022-11-23T02:17:40.2493510Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T02:17:40.2494404Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_ncq8bby6) 2022-11-23T02:17:40.2495292Z 2022-11-23T02:17:40.2495930Z Running tests... 2022-11-23T02:17:40.2496602Z ---------------------------------------------------------------------- 2022-11-23T02:17:40.2497100Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-11-23T02:17:40.2497716Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.285s) 2022-11-23T02:17:40.2498405Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.259s) 2022-11-23T02:17:40.2498946Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-11-23T02:17:40.2499344Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T02:17:40.2499791Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-11-23T02:17:40.2500274Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-11-23T02:17:40.2500760Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-11-23T02:17:40.2501233Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-11-23T02:17:40.2501700Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T02:17:40.2502169Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T02:17:40.2503099Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:17:40.2504079Z return self.op(*args, **kwargs) 2022-11-23T02:17:40.2504278Z ok (0.020s) 2022-11-23T02:17:40.2504657Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.039s) 2022-11-23T02:17:40.2505143Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.083s) 2022-11-23T02:17:40.2505732Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.022s) 2022-11-23T02:17:40.2506200Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-11-23T02:17:40.2506661Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-11-23T02:17:40.2507147Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-11-23T02:17:40.2507645Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-11-23T02:17:40.2508130Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-11-23T02:17:40.2508598Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-11-23T02:17:40.2509085Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-11-23T02:17:40.2509566Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-11-23T02:17:40.2510094Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-11-23T02:17:40.2510581Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-11-23T02:17:40.2511203Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2521815Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2522357Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2523011Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-11-23T02:17:40.2523491Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2524045Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2524543Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-11-23T02:17:40.2525033Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-11-23T02:17:40.2525517Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-11-23T02:17:40.2525998Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T02:17:40.2526472Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2526943Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2527407Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2527883Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T02:17:40.2528360Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T02:17:40.2529003Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2529576Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.027s) 2022-11-23T02:17:40.2530147Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-11-23T02:17:40.2530671Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-11-23T02:17:40.2531196Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-11-23T02:17:40.2531697Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2532215Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2532726Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2533226Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.044s) 2022-11-23T02:17:40.2533737Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T02:17:40.2534326Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-11-23T02:17:40.2534844Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-11-23T02:17:40.2535364Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T02:17:40.2535930Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-11-23T02:17:40.2536481Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2537011Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-11-23T02:17:40.2537552Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T02:17:40.2538088Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-11-23T02:17:40.2538627Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-11-23T02:17:40.2539164Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2539695Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2540157Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.817s) 2022-11-23T02:17:40.2540570Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.027s) 2022-11-23T02:17:40.2540964Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.043s) 2022-11-23T02:17:40.2541374Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.147s) 2022-11-23T02:17:40.2541846Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.029s) 2022-11-23T02:17:40.2542325Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.050s) 2022-11-23T02:17:40.2542787Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.156s) 2022-11-23T02:17:40.2543205Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-11-23T02:17:40.2543614Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.044s) 2022-11-23T02:17:40.2544008Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.161s) 2022-11-23T02:17:40.2544461Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-11-23T02:17:40.2544958Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T02:17:40.2545460Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-11-23T02:17:40.2545962Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T02:17:40.2546464Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T02:17:40.2546962Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T02:17:40.2547486Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T02:17:40.2547943Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.006s) 2022-11-23T02:17:40.2548442Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.006s) 2022-11-23T02:17:40.2548893Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-11-23T02:17:40.2549398Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-11-23T02:17:40.2549850Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-11-23T02:17:40.2550309Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-11-23T02:17:40.2550784Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.006s) 2022-11-23T02:17:40.2551258Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-11-23T02:17:40.2551668Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2552026Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-11-23T02:17:40.2552431Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T02:17:40.2552820Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2553173Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2553515Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:17:40.2553878Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:17:40.2554250Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2554608Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2555024Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2555389Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2555872Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2556236Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2556641Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2557045Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2557455Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2557838Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2558205Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2558665Z 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-23T02:17:40.2559178Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T02:17:40.2559628Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2560026Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2560391Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2560800Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2561263Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2561699Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2562052Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T02:17:40.2562426Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:17:40.2562860Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2563234Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2563602Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2563976Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2564345Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2564750Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2565155Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2565566Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2565947Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2566317Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2566771Z 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-23T02:17:40.2567335Z 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-23T02:17:40.2567795Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T02:17:40.2568239Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2568602Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2569000Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:17:40.2569381Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2569769Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:17:40.2570153Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2570546Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2570899Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:17:40.2571268Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2571654Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2572064Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2572450Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2572794Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T02:17:40.2573170Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2573622Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2574135Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T02:17:40.2574713Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T02:17:40.2575170Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2575574Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2575930Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2576298Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2576703Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2577105Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2577520Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2577895Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2578284Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2578767Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2579161Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T02:17:40.2579554Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2579946Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2580329Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:17:40.2580704Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2581086Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2581452Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2581848Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2582234Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2582675Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2583077Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2583491Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2583991Z 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-23T02:17:40.2584615Z 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-23T02:17:40.2585106Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2585580Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2585991Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2586441Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2586856Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.055s) 2022-11-23T02:17:40.2587281Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.050s) 2022-11-23T02:17:40.2587756Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2588152Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2588529Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2588881Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:17:40.2589319Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.010s) 2022-11-23T02:17:40.2589818Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-11-23T02:17:40.2590240Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2590607Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:17:40.2590987Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:17:40.2591402Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:17:40.2591799Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:17:40.2591995Z 2022-11-23T02:17:40.2592164Z ---------------------------------------------------------------------- 2022-11-23T02:17:40.2592423Z Ran 184 tests in 3.391s 2022-11-23T02:17:40.2592544Z 2022-11-23T02:17:40.2592622Z OK (skipped=10) 2022-11-23T02:17:40.2592738Z 2022-11-23T02:17:40.2592829Z Generating XML reports... 2022-11-23T02:17:40.2593246Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightFunctionalCPU-20221123021736.xml 2022-11-23T02:17:40.2593875Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightHelperFunctionCPU-20221123021736.xml 2022-11-23T02:17:40.2594474Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221123021736.xml 2022-11-23T02:17:40.2594762Z 2022-11-23T02:17:40.2595140Z ##[endgroup] 2022-11-23T02:17:40.2595524Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_ncq8bby6) 2022-11-23T02:17:40.2595864Z 2022-11-23T02:17:41.6838830Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:41.8326583Z Running test_scatter_gather_ops ... [2022-11-23 02:17:41.832208] 2022-11-23T02:17:41.8331995Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:41.832812] 2022-11-23T02:17:41.8334070Z Ignoring disabled issues: [] 2022-11-23T02:17:43.0115850Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:43.1616308Z Running lazy/test_step_closures ... [2022-11-23 02:17:43.161231] 2022-11-23T02:17:43.1621722Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:43.161845] 2022-11-23T02:17:43.1623639Z Ignoring disabled issues: [] 2022-11-23T02:17:47.2814078Z 2022-11-23T02:17:47.2814530Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T02:17:47.2815317Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_2dcir4px) 2022-11-23T02:17:47.2815757Z 2022-11-23T02:17:47.2815883Z Running tests... 2022-11-23T02:17:47.2816278Z ---------------------------------------------------------------------- 2022-11-23T02:17:47.2816803Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-11-23T02:17:47.2817519Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.005s) 2022-11-23T02:17:47.2817982Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-11-23T02:17:47.2818488Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-11-23T02:17:47.2818945Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-11-23T02:17:47.2819313Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-11-23T02:17:47.2819656Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-11-23T02:17:47.2819991Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.010s) 2022-11-23T02:17:47.2820333Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.023s) 2022-11-23T02:17:47.2820673Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.019s) 2022-11-23T02:17:47.2821008Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-11-23T02:17:47.2821345Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.210s) 2022-11-23T02:17:47.2821723Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.209s) 2022-11-23T02:17:47.2822091Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.209s) 2022-11-23T02:17:47.2822459Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-11-23T02:17:47.2822815Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.018s) 2022-11-23T02:17:47.2823167Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.017s) 2022-11-23T02:17:47.2823502Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-11-23T02:17:47.2823903Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-11-23T02:17:47.2824244Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-11-23T02:17:47.2824665Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.006s) 2022-11-23T02:17:47.2825504Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:17:47.2826221Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-11-23T02:17:47.2826489Z ok (0.035s) 2022-11-23T02:17:47.2826767Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-11-23T02:17:47.2827119Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-11-23T02:17:47.2827486Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2827850Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-11-23T02:17:47.2828218Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.043s) 2022-11-23T02:17:47.2828577Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-11-23T02:17:47.2828938Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-11-23T02:17:47.2829274Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-11-23T02:17:47.2829685Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-11-23T02:17:47.2830058Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.037s) 2022-11-23T02:17:47.2831057Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.024s) 2022-11-23T02:17:47.2831422Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.042s) 2022-11-23T02:17:47.2831787Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.023s) 2022-11-23T02:17:47.2832153Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.042s) 2022-11-23T02:17:47.2832520Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-11-23T02:17:47.2832862Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-11-23T02:17:47.2833218Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-11-23T02:17:47.2833572Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2833929Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-11-23T02:17:47.2834290Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-11-23T02:17:47.2834656Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-11-23T02:17:47.2835011Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2835384Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-11-23T02:17:47.2835807Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2836166Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2836577Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-11-23T02:17:47.2836930Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2837291Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.023s) 2022-11-23T02:17:47.2837627Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.036s) 2022-11-23T02:17:47.2837984Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-11-23T02:17:47.2838345Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2838773Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2839148Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2839534Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2839904Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-11-23T02:17:47.2840251Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2840616Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2840978Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.030s) 2022-11-23T02:17:47.2841338Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-11-23T02:17:47.2841757Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-11-23T02:17:47.2842118Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-11-23T02:17:47.2842510Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.034s) 2022-11-23T02:17:47.2842869Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-11-23T02:17:47.2843233Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-11-23T02:17:47.2843600Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2844014Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-11-23T02:17:47.2844375Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.022s) 2022-11-23T02:17:47.2844727Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.038s) 2022-11-23T02:17:47.2845058Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2845414Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-11-23T02:17:47.2845770Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.025s) 2022-11-23T02:17:47.2846121Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.035s) 2022-11-23T02:17:47.2846474Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.029s) 2022-11-23T02:17:47.2846749Z 2022-11-23T02:17:47.2846917Z ---------------------------------------------------------------------- 2022-11-23T02:17:47.2847169Z Ran 74 tests in 2.547s 2022-11-23T02:17:47.2847294Z 2022-11-23T02:17:47.2847360Z OK 2022-11-23T02:17:47.2847461Z 2022-11-23T02:17:47.2847604Z Generating XML reports... 2022-11-23T02:17:47.2848018Z Generated XML report: test-reports\python-unittest\test_scatter_gather_ops\TEST-TestScatterGatherCPU-20221123021744.xml 2022-11-23T02:17:47.2848348Z 2022-11-23T02:17:47.2848634Z ##[endgroup] 2022-11-23T02:17:47.2849032Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_2dcir4px) 2022-11-23T02:17:47.2849326Z 2022-11-23T02:17:48.0555232Z 2022-11-23T02:17:48.0555853Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T02:17:48.0558118Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_cpwb38vt) 2022-11-23T02:17:48.0558458Z 2022-11-23T02:17:48.0558542Z Running tests... 2022-11-23T02:17:48.0558832Z ---------------------------------------------------------------------- 2022-11-23T02:17:48.0559184Z Test results will be stored in test-reports\python-unittest\lazy.test_step_closures 2022-11-23T02:17:48.0559537Z test_asynchronous (__main__.ClosuresTest) ... ok (0.449s) 2022-11-23T02:17:48.0559846Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.002s) 2022-11-23T02:17:48.0560334Z test_synchronous (__main__.ClosuresTest) ... ok (1.011s) 2022-11-23T02:17:48.0560643Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.000s) 2022-11-23T02:17:48.0560826Z 2022-11-23T02:17:48.0560987Z ---------------------------------------------------------------------- 2022-11-23T02:17:48.0561237Z Ran 4 tests in 2.469s 2022-11-23T02:17:48.0561358Z 2022-11-23T02:17:48.0561419Z OK 2022-11-23T02:17:48.0561516Z 2022-11-23T02:17:48.0561608Z Generating XML reports... 2022-11-23T02:17:48.0561986Z Generated XML report: test-reports\python-unittest\lazy.test_step_closures\TEST-ClosuresTest-20221123021745.xml 2022-11-23T02:17:48.0562250Z 2022-11-23T02:17:48.0563919Z ##[endgroup] 2022-11-23T02:17:48.0564301Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_cpwb38vt) 2022-11-23T02:17:48.0564587Z 2022-11-23T02:17:49.9919655Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:50.1510716Z Running test_python_dispatch ... [2022-11-23 02:17:50.150330] 2022-11-23T02:17:50.1515873Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:50.150932] 2022-11-23T02:17:50.1517344Z Ignoring disabled issues: [] 2022-11-23T02:17:50.7650162Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:50.9137231Z Running test_package ... [2022-11-23 02:17:50.913137] 2022-11-23T02:17:50.9142163Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:50.913746] 2022-11-23T02:17:50.9144192Z Ignoring disabled issues: [] 2022-11-23T02:17:54.0031373Z 2022-11-23T02:17:54.0032082Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T02:17:54.0033001Z ##[group]PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_x7g74zx_) 2022-11-23T02:17:54.0033522Z 2022-11-23T02:17:54.0033646Z Running tests... 2022-11-23T02:17:54.0034013Z ---------------------------------------------------------------------- 2022-11-23T02:17:54.0034416Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-11-23T02:17:54.0034773Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.466s) 2022-11-23T02:17:54.0035107Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:17:54.0035417Z test_basic (__main__.TestPythonDispatch) ... ok (0.008s) 2022-11-23T02:17:54.0035756Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:17:54.0036099Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:17:54.0036438Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.061s) 2022-11-23T02:17:54.0036787Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:17:54.0037146Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0037547Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0037956Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0038297Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:17:54.0038616Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:17:54.0038941Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0039288Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0039639Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0040178Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.650s) 2022-11-23T02:17:54.0040509Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:17:54.0040836Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:17:54.0041150Z test_format (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0041459Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0041778Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:17:54.0042125Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0042654Z test_invalid_ret (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2022-11-23T02:17:54.0043076Z self.assertRaisesRegexp( 2022-11-23T02:17:54.0043287Z ok (0.000s) 2022-11-23T02:17:54.0043554Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T02:17:54.0043878Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0044217Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0044559Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0044849Z test_like (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T02:17:54.0045228Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0045549Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0045906Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0046286Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0046644Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:17:54.0046960Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:17:54.0047298Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0047647Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0047988Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:17:54.0048299Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0048610Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T02:17:54.0048928Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0049354Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2022-11-23T02:17:54.0049601Z ok (0.003s) 2022-11-23T02:17:54.0049880Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0050209Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0050627Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0050932Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:17:54.0051267Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:17:54.0051598Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:17:54.0052271Z test_storage (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:17:54.0052879Z warnings.warn(message, UserWarning) 2022-11-23T02:17:54.0053096Z ok (0.002s) 2022-11-23T02:17:54.0053386Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:17:54.0053795Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0054147Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:17:54.0054496Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0054827Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0055185Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T02:17:54.0055611Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0056020Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0056398Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0056780Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0057119Z test_version (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T02:17:54.0057450Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0057792Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0058132Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:17:54.0058482Z test_basic (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T02:17:54.0058828Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.010s) 2022-11-23T02:17:54.0059184Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.000s) 2022-11-23T02:17:54.0059559Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:17:54.0059922Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:17:54.0060298Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.010s) 2022-11-23T02:17:54.0060681Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:17:54.0061300Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:17:54.0061951Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-11-23T02:17:54.0062350Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:17:54.0062736Z dispatch key: ZeroTensor 2022-11-23T02:17:54.0063119Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T02:17:54.0063686Z new kernel: registered at /dev/null:550 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T02:17:54.0064180Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:17:54.0064466Z ok (0.000s) 2022-11-23T02:17:54.0064718Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:17:54.0065081Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.014s) 2022-11-23T02:17:54.0065290Z 2022-11-23T02:17:54.0065452Z ---------------------------------------------------------------------- 2022-11-23T02:17:54.0065721Z Ran 72 tests in 1.359s 2022-11-23T02:17:54.0065847Z 2022-11-23T02:17:54.0065925Z OK (skipped=1) 2022-11-23T02:17:54.0066042Z 2022-11-23T02:17:54.0066140Z Generating XML reports... 2022-11-23T02:17:54.0066513Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20221123021752.xml 2022-11-23T02:17:54.0067628Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20221123021752.xml 2022-11-23T02:17:54.0068266Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20221123021752.xml 2022-11-23T02:17:54.0068604Z 2022-11-23T02:17:54.0068896Z ##[endgroup] 2022-11-23T02:17:54.0069280Z FINISHED PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_x7g74zx_) 2022-11-23T02:17:54.0069568Z 2022-11-23T02:17:55.0213205Z 2022-11-23T02:17:55.0213911Z Expand the folded group to see the log file of test_package 2022-11-23T02:17:55.0214836Z ##[group]PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_km4v_yon) 2022-11-23T02:17:55.0215247Z 2022-11-23T02:17:55.0215337Z Running tests... 2022-11-23T02:17:55.0215814Z ---------------------------------------------------------------------- 2022-11-23T02:17:55.0216299Z Test results will be stored in test-reports\python-unittest\test_package 2022-11-23T02:17:55.0216794Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (0.405s) 2022-11-23T02:17:55.0217266Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0218034Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.013s) 2022-11-23T02:17:55.0218698Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0219262Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.001s) 2022-11-23T02:17:55.0219846Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0220143Z Test marking packages as "deny" during export. ... ok (0.003s) 2022-11-23T02:17:55.0220455Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0220918Z Test marking packages as "deny" using globs instead of package names. ... ok (0.003s) 2022-11-23T02:17:55.0221317Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T02:17:55.0221660Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T02:17:55.0222005Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0222406Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.002s) 2022-11-23T02:17:55.0222764Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0223491Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:17:55.0224138Z warnings.warn(message, UserWarning) 2022-11-23T02:17:55.0224344Z ok (0.008s) 2022-11-23T02:17:55.0224587Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0224927Z The save_module APIs should implicitly intern the module being saved. ... ok (0.002s) 2022-11-23T02:17:55.0225261Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0225583Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-11-23T02:17:55.0225908Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0226249Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-11-23T02:17:55.0226577Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-11-23T02:17:55.0226909Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-11-23T02:17:55.0227245Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0227652Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.000s) 2022-11-23T02:17:55.0228099Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T02:17:55.0228504Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.006s) 2022-11-23T02:17:55.0228844Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T02:17:55.0229214Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.000s) 2022-11-23T02:17:55.0229595Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T02:17:55.0229978Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.010s) 2022-11-23T02:17:55.0230357Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T02:17:55.0230720Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T02:17:55.0231076Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T02:17:55.0231389Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0231681Z test_contains (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0231988Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.010s) 2022-11-23T02:17:55.0232291Z test_edges (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0232589Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0232881Z test_iter (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0233226Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0233530Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0233895Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0234221Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.010s) 2022-11-23T02:17:55.0234540Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0234894Z test_successors (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:17:55.0235303Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0235723Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0236111Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0236486Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0236909Z Test basic saving and loading of a packages from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0237311Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0237731Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0238154Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0238593Z Packaged modules should be able to use the importlib.resources API to access ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0239020Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0239446Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0239854Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0240308Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.010s) 2022-11-23T02:17:55.0240729Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:17:55.0241248Z Test basic saving and loading of a ScriptModule in a directory. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:17:55.0241625Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:17:55.0241940Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:17:55.0242259Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:17:55.0242576Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:17:55.0242893Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:17:55.0243190Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.011s) 2022-11-23T02:17:55.0243537Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:17:55.0243880Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T02:17:55.0244217Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T02:17:55.0244547Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:17:55.0244850Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T02:17:55.0245144Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T02:17:55.0245458Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:17:55.0245781Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T02:17:55.0246169Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T02:17:55.0246559Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T02:17:55.0246913Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-11-23T02:17:55.0247314Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T02:17:55.0247669Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-11-23T02:17:55.0248011Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T02:17:55.0248337Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T02:17:55.0248664Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T02:17:55.0249018Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:17:55.0249341Z Tests for backwards compatible fx module ... ok (0.008s) 2022-11-23T02:17:55.0249654Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:17:55.0249972Z Tests for backwards compatible nn module ... ok (0.006s) 2022-11-23T02:17:55.0250313Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:17:55.0250667Z Tests for backwards compatible torchscript module ... ok (0.056s) 2022-11-23T02:17:55.0251049Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T02:17:55.0251373Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.002s) 2022-11-23T02:17:55.0251723Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T02:17:55.0252095Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-11-23T02:17:55.0252449Z test_is_mangled (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T02:17:55.0252817Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T02:17:55.0253138Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T02:17:55.0253485Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T02:17:55.0253794Z Mangling the same name twice should produce the same result. ... ok (0.002s) 2022-11-23T02:17:55.0254121Z test_package_mangler (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T02:17:55.0254444Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T02:17:55.0254808Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T02:17:55.0255142Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.000s) 2022-11-23T02:17:55.0255489Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T02:17:55.0255776Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T02:17:55.0256108Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.011s) 2022-11-23T02:17:55.0256443Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T02:17:55.0256770Z The attribute '__torch_package__' should be accessible from within ... ok (0.004s) 2022-11-23T02:17:55.0257076Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T02:17:55.0257389Z Test content list API for PackageExporter's contained modules. ... ok (0.005s) 2022-11-23T02:17:55.0257668Z test_file_structure (test_misc.TestMisc) 2022-11-23T02:17:55.0257989Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-11-23T02:17:55.0258314Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T02:17:55.0258576Z Test Directory's has_file() method. ... ok (0.002s) 2022-11-23T02:17:55.0258830Z test_inspect_class (test_misc.TestMisc) 2022-11-23T02:17:55.0259163Z Should be able to retrieve source for a packaged class. ... ok (0.003s) 2022-11-23T02:17:55.0259430Z test_is_from_package (test_misc.TestMisc) 2022-11-23T02:17:55.0259756Z is_from_package should work for objects and modules ... ok (0.002s) 2022-11-23T02:17:55.0260111Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T02:17:55.0260415Z Tests loading a package with a python version embdded ... ok (0.002s) 2022-11-23T02:17:55.0260691Z test_python_version (test_misc.TestMisc) 2022-11-23T02:17:55.0260995Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-11-23T02:17:55.0261318Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T02:17:55.0261645Z The standard library performs sys.module assignment hackery which ... ok (0.004s) 2022-11-23T02:17:55.0262105Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-11-23T02:17:55.0262618Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T02:17:55.0263123Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T02:17:55.0263547Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.008s) 2022-11-23T02:17:55.0263883Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.027s) 2022-11-23T02:17:55.0264196Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-11-23T02:17:55.0264533Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.008s) 2022-11-23T02:17:55.0264867Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-11-23T02:17:55.0265255Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0265603Z Test a case where the interface defined in the package is ... ok (0.016s) 2022-11-23T02:17:55.0265993Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0266326Z Test a case where the script class defined in the package is ... ok (0.000s) 2022-11-23T02:17:55.0266672Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0267019Z Test loading of single ScriptModule shared by multiple eager ... ok (0.022s) 2022-11-23T02:17:55.0267354Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0267687Z Test tensors shared across eager and ScriptModules on load ... ok (0.013s) 2022-11-23T02:17:55.0268080Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0268414Z Test tensors shared across eager and ScriptModules on load ... ok (0.017s) 2022-11-23T02:17:55.0268765Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0269126Z Test saving inline and imported modules in same package with ... ok (0.071s) 2022-11-23T02:17:55.0269491Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0269881Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.001s) 2022-11-23T02:17:55.0270235Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0270547Z Packaging an interface class should work correctly. ... ok (0.023s) 2022-11-23T02:17:55.0270896Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.006s) 2022-11-23T02:17:55.0271295Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.019s) 2022-11-23T02:17:55.0271748Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0272100Z Test saving of single ScriptModule shared by multiple ... ok (0.008s) 2022-11-23T02:17:55.0272490Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0272848Z Test to verify saving multiple ScriptModules with completely ... ok (0.013s) 2022-11-23T02:17:55.0273236Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0273575Z Test to verify saving multiple different modules and ... ok (0.019s) 2022-11-23T02:17:55.0273900Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0274198Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-11-23T02:17:55.0274511Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0274827Z Test basic saving of ScriptModule in file. ... ok (0.010s) 2022-11-23T02:17:55.0275151Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0275530Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.011s) 2022-11-23T02:17:55.0275894Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0276229Z Test basic saving of ScriptModule with submodule. ... ok (0.010s) 2022-11-23T02:17:55.0276569Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0276940Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.013s) 2022-11-23T02:17:55.0277302Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0277720Z Test to verify saving multiple ScriptModules with same top module ... ok (0.019s) 2022-11-23T02:17:55.0278066Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0278416Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.007s) 2022-11-23T02:17:55.0278831Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0279164Z Test scripting a module loaded from a package ... ok (0.016s) 2022-11-23T02:17:55.0279478Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0279832Z Test to verify saving and loading same ScriptModule object works ... ok (0.016s) 2022-11-23T02:17:55.0280175Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T02:17:55.0280521Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.008s) 2022-11-23T02:17:55.0280902Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.043s) 2022-11-23T02:17:55.0281271Z test_importer_access (test_resources.TestResources) ... ok (0.000s) 2022-11-23T02:17:55.0281642Z test_package_resource_access (test_resources.TestResources) 2022-11-23T02:17:55.0281985Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.010s) 2022-11-23T02:17:55.0282334Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T02:17:55.0282665Z Tests that packaged code can used importlib.resources.path. ... ok (0.000s) 2022-11-23T02:17:55.0282989Z test_resource_reader (test_resources.TestResources) 2022-11-23T02:17:55.0283303Z Test compliance with the get_resource_reader importlib API. ... ok (0.010s) 2022-11-23T02:17:55.0283616Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T02:17:55.0283930Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.006s) 2022-11-23T02:17:55.0284309Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-11-23T02:17:55.0284624Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T02:17:55.0284995Z If an object with the same qualified name is loaded from different ... ok (0.013s) 2022-11-23T02:17:55.0285309Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T02:17:55.0285599Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T02:17:55.0285915Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-11-23T02:17:55.0286271Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T02:17:55.0286648Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.005s) 2022-11-23T02:17:55.0287041Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-11-23T02:17:55.0287352Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-11-23T02:17:55.0287660Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.016s) 2022-11-23T02:17:55.0287947Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.009s) 2022-11-23T02:17:55.0288119Z 2022-11-23T02:17:55.0288279Z ---------------------------------------------------------------------- 2022-11-23T02:17:55.0288536Z Ran 132 tests in 1.203s 2022-11-23T02:17:55.0288657Z 2022-11-23T02:17:55.0288732Z OK (skipped=14) 2022-11-23T02:17:55.0288846Z 2022-11-23T02:17:55.0288936Z Generating XML reports... 2022-11-23T02:17:55.0289307Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20221123021753.xml 2022-11-23T02:17:55.0289825Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20221123021753.xml 2022-11-23T02:17:55.0290421Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20221123021753.xml 2022-11-23T02:17:55.0291042Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20221123021753.xml 2022-11-23T02:17:55.0291600Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20221123021753.xml 2022-11-23T02:17:55.0292118Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20221123021753.xml 2022-11-23T02:17:55.0292655Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20221123021753.xml 2022-11-23T02:17:55.0293185Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20221123021753.xml 2022-11-23T02:17:55.0293669Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20221123021753.xml 2022-11-23T02:17:55.0294139Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20221123021753.xml 2022-11-23T02:17:55.0294658Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20221123021753.xml 2022-11-23T02:17:55.0295247Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20221123021753.xml 2022-11-23T02:17:55.0295764Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20221123021753.xml 2022-11-23T02:17:55.0296270Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20221123021753.xml 2022-11-23T02:17:55.0296849Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20221123021753.xml 2022-11-23T02:17:55.0297363Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20221123021753.xml 2022-11-23T02:17:55.0297664Z 2022-11-23T02:17:55.0297987Z ##[endgroup] 2022-11-23T02:17:55.0298341Z FINISHED PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_km4v_yon) 2022-11-23T02:17:55.0298604Z 2022-11-23T02:17:56.7482293Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:56.9007320Z Running test_futures ... [2022-11-23 02:17:56.900239] 2022-11-23T02:17:56.9012581Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:56.900836] 2022-11-23T02:17:56.9014742Z Ignoring disabled issues: [] 2022-11-23T02:17:57.7431227Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:57.9055797Z Running test_namedtensor ... [2022-11-23 02:17:57.896602] 2022-11-23T02:17:57.9060816Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:57.896602] 2022-11-23T02:17:57.9063110Z Ignoring disabled issues: [] 2022-11-23T02:18:00.5661495Z 2022-11-23T02:18:00.5662080Z Expand the folded group to see the log file of test_futures 2022-11-23T02:18:00.5663054Z ##[group]PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures__sfgwypn) 2022-11-23T02:18:00.5663472Z 2022-11-23T02:18:00.5663580Z Running tests... 2022-11-23T02:18:00.5663946Z ---------------------------------------------------------------------- 2022-11-23T02:18:00.5664288Z Test results will be stored in test-reports\python-unittest\test_futures 2022-11-23T02:18:00.5664736Z 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-23T02:18:00.5665017Z 2022-11-23T02:18:00.5665070Z At: 2022-11-23T02:18:00.5665356Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(236): raise_value_error 2022-11-23T02:18:00.5665778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T02:18:00.5666221Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(229): _test_add_done_callback_error_ignored 2022-11-23T02:18:00.5666660Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(238): test_add_done_callback_error_is_ignored 2022-11-23T02:18:00.5667042Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T02:18:00.5667350Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T02:18:00.5667736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T02:18:00.5668209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T02:18:00.5668645Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T02:18:00.5668942Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:18:00.5669284Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:18:00.5669579Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:18:00.5669857Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:18:00.5670362Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T02:18:00.5670690Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T02:18:00.5670983Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T02:18:00.5671372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T02:18:00.5671791Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T02:18:00.5671995Z 2022-11-23T02:18:00.5672052Z ok (0.461s) 2022-11-23T02:18:00.5672322Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.012s) 2022-11-23T02:18:00.5672811Z 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-23T02:18:00.5673177Z ok (0.001s) 2022-11-23T02:18:00.5673421Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:18:00.5673711Z test_chained_then (__main__.TestFuture) ... ok (0.005s) 2022-11-23T02:18:00.5673981Z test_collect_all (__main__.TestFuture) ... ok (0.113s) 2022-11-23T02:18:00.5674227Z test_done (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:18:00.5674536Z test_done_exception (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:18:00.5674885Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:18:00.5675518Z 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-23T02:18:00.5675817Z 2022-11-23T02:18:00.5675878Z At: 2022-11-23T02:18:00.5676161Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(280): raise_value_error 2022-11-23T02:18:00.5676580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T02:18:00.5677039Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-11-23T02:18:00.5677447Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T02:18:00.5677756Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T02:18:00.5678154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T02:18:00.5678635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T02:18:00.5679012Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T02:18:00.5679294Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:18:00.5679595Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:18:00.5679886Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:18:00.5680181Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:18:00.5680546Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T02:18:00.5680879Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T02:18:00.5681202Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T02:18:00.5681598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T02:18:00.5682017Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T02:18:00.5682212Z 2022-11-23T02:18:00.5682282Z ok (0.003s) 2022-11-23T02:18:00.5682512Z test_mark_future_twice (__main__.TestFuture) ... ok (0.024s) 2022-11-23T02:18:00.5682791Z test_pickle_future (__main__.TestFuture) ... ok (0.004s) 2022-11-23T02:18:00.5683051Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:18:00.5683412Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:18:00.5683700Z test_then (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:18:00.5683959Z test_then_no_arg (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:18:00.5684225Z test_then_raise (__main__.TestFuture) ... ok (0.006s) 2022-11-23T02:18:00.5684491Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:18:00.5684749Z test_wait (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:18:00.5685066Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.000s) 2022-11-23T02:18:00.5685390Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.509s) 2022-11-23T02:18:00.5685659Z test_wait_none (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:18:00.5685806Z 2022-11-23T02:18:00.5685962Z ---------------------------------------------------------------------- 2022-11-23T02:18:00.5686219Z Ran 22 tests in 1.141s 2022-11-23T02:18:00.5686339Z 2022-11-23T02:18:00.5686413Z OK (skipped=1) 2022-11-23T02:18:00.5686560Z 2022-11-23T02:18:00.5686652Z Generating XML reports... 2022-11-23T02:18:00.5686997Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20221123021759.xml 2022-11-23T02:18:00.5687285Z 2022-11-23T02:18:00.5687541Z ##[endgroup] 2022-11-23T02:18:00.5687890Z FINISHED PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures__sfgwypn) 2022-11-23T02:18:00.5688209Z 2022-11-23T02:18:01.9642959Z 2022-11-23T02:18:01.9643638Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T02:18:01.9644658Z ##[group]PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_ijtav3g1) 2022-11-23T02:18:01.9645721Z 2022-11-23T02:18:01.9645979Z Running tests... 2022-11-23T02:18:01.9646429Z ---------------------------------------------------------------------- 2022-11-23T02:18:01.9647008Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-11-23T02:18:01.9647545Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:18:01.9647897Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:18:01.9648185Z test_addmm (__main__.TestNamedTensor) ... ok (0.648s) 2022-11-23T02:18:01.9648461Z test_addmv (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:18:01.9648730Z test_align_as (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9649046Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-11-23T02:18:01.9649458Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.010s) 2022-11-23T02:18:01.9649798Z test_align_to (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:18:01.9650091Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:18:01.9650434Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9650700Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9651010Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.001s) 2022-11-23T02:18:01.9651332Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9651635Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9651946Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9652249Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9652535Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.023s) 2022-11-23T02:18:01.9652831Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.050s) 2022-11-23T02:18:01.9653114Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9653556Z test_bmm (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:18:01.9653825Z test_cat (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:18:01.9654091Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9654365Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T02:18:01.9654766Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9655058Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9655344Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9655620Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9655943Z test_dot (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9656195Z test_equal (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9656465Z test_expand (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:18:01.9656799Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:18:01.9657109Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:18:01.9657401Z test_flatten (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9657685Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9657958Z test_has_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9658240Z test_index_fill (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:18:01.9658868Z test_info_smoke (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:01.9659540Z warnings.warn(message, UserWarning) 2022-11-23T02:18:01.9659750Z ok (0.000s) 2022-11-23T02:18:01.9659987Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9660284Z test_logical_not (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9660557Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:18:01.9660845Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9661135Z test_masked_select (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:18:01.9661416Z test_matmul (__main__.TestNamedTensor) ... ok (0.014s) 2022-11-23T02:18:01.9661696Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T02:18:01.9662021Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9662372Z test_mm (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:18:01.9662633Z test_mv (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:18:01.9662970Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.081s) 2022-11-23T02:18:01.9663285Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:18:01.9663617Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9663937Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9664226Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:18:01.9664530Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9664839Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9665153Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9665462Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9665756Z test_pow_special (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T02:18:01.9666032Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9666322Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.045s) 2022-11-23T02:18:01.9666669Z test_refine_names (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:18:01.9666982Z test_rename (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:18:01.9667259Z test_rename_ (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:18:01.9667548Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:18:01.9667853Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:18:01.9668135Z test_repr (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9668464Z test_resize (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:18:01.9676234Z test_select (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9676646Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T02:18:01.9676975Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9677275Z test_size (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:18:01.9677578Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9677888Z test_squeeze (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9678167Z test_stride (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:18:01.9678458Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T02:18:01.9679116Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... C:\actions-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-23T02:18:01.9679822Z tensor = torch.tensor(x) 2022-11-23T02:18:01.9680359Z C:\actions-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-23T02:18:01.9680873Z tensor = torch.tensor(x, names=None) 2022-11-23T02:18:01.9681406Z C:\actions-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-23T02:18:01.9681920Z tensor = torch.tensor(x, names=('N', 'C')) 2022-11-23T02:18:01.9682132Z ok (0.002s) 2022-11-23T02:18:01.9682379Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9683020Z test_tensor_from_tensor (__main__.TestNamedTensor) ... C:\actions-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-23T02:18:01.9683583Z tensor = torch.tensor(x, names=names) 2022-11-23T02:18:01.9683793Z ok (0.001s) 2022-11-23T02:18:01.9684027Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9684343Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:18:01.9684642Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9684950Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.022s) 2022-11-23T02:18:01.9685252Z test_unflatten (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T02:18:01.9685560Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T02:18:01.9685946Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9686357Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9686792Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:18:01.9686999Z 2022-11-23T02:18:01.9687232Z ---------------------------------------------------------------------- 2022-11-23T02:18:01.9687496Z Ran 86 tests in 1.110s 2022-11-23T02:18:01.9687616Z 2022-11-23T02:18:01.9687693Z OK (skipped=4) 2022-11-23T02:18:01.9687808Z 2022-11-23T02:18:01.9687900Z Generating XML reports... 2022-11-23T02:18:01.9688256Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20221123021800.xml 2022-11-23T02:18:01.9688517Z 2022-11-23T02:18:01.9688818Z ##[endgroup] 2022-11-23T02:18:01.9689188Z FINISHED PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_ijtav3g1) 2022-11-23T02:18:01.9689467Z 2022-11-23T02:18:03.4281040Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:03.5818675Z Running test_function_schema ... [2022-11-23 02:18:03.580645] 2022-11-23T02:18:03.5823736Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:03.580645] 2022-11-23T02:18:03.5825465Z Ignoring disabled issues: [] 2022-11-23T02:18:04.7015686Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:04.8606612Z Running test_numpy_interop ... [2022-11-23 02:18:04.860246] 2022-11-23T02:18:04.8611667Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:04.860246] 2022-11-23T02:18:04.8613551Z Ignoring disabled issues: [] 2022-11-23T02:18:06.8845754Z 2022-11-23T02:18:06.8846306Z Expand the folded group to see the log file of test_function_schema 2022-11-23T02:18:06.8847127Z ##[group]PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_9knp85b7) 2022-11-23T02:18:06.8847438Z 2022-11-23T02:18:06.8847537Z Running tests... 2022-11-23T02:18:06.8847798Z ---------------------------------------------------------------------- 2022-11-23T02:18:06.8848221Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-11-23T02:18:06.8848644Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.462s) 2022-11-23T02:18:06.8849008Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8849367Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8849759Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8850138Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.006s) 2022-11-23T02:18:06.8850515Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8850895Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8851232Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8851534Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:18:06.8851858Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.334s) 2022-11-23T02:18:06.8852205Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:18:06.8852588Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:18:06.8852976Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:18:06.8853180Z 2022-11-23T02:18:06.8853341Z ---------------------------------------------------------------------- 2022-11-23T02:18:06.8853603Z Ran 13 tests in 0.797s 2022-11-23T02:18:06.8853728Z 2022-11-23T02:18:06.8853790Z OK 2022-11-23T02:18:06.8853886Z 2022-11-23T02:18:06.8854217Z Generating XML reports... 2022-11-23T02:18:06.8854597Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20221123021805.xml 2022-11-23T02:18:06.8854927Z 2022-11-23T02:18:06.8855166Z ##[endgroup] 2022-11-23T02:18:06.8855548Z FINISHED PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_9knp85b7) 2022-11-23T02:18:06.8855827Z 2022-11-23T02:18:08.5894643Z 2022-11-23T02:18:08.5895151Z Expand the folded group to see the log file of test_numpy_interop 2022-11-23T02:18:08.5896185Z ##[group]PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_v7v5h1vx) 2022-11-23T02:18:08.5896469Z 2022-11-23T02:18:08.5896538Z Running tests... 2022-11-23T02:18:08.5896813Z ---------------------------------------------------------------------- 2022-11-23T02:18:08.5897180Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-11-23T02:18:08.5898119Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:253.) 2022-11-23T02:18:08.5899227Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-11-23T02:18:08.5899545Z ok (0.005s) 2022-11-23T02:18:08.5900033Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... C:\actions-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-23T02:18:08.5900619Z self.assertEqual(dtype(42), torch.tensor(dtype(42)).item()) 2022-11-23T02:18:08.5900850Z ok (0.002s) 2022-11-23T02:18:08.5901160Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-11-23T02:18:08.5901505Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-11-23T02:18:08.5902226Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:08.5902821Z warnings.warn(message, UserWarning) 2022-11-23T02:18:08.5903030Z ok (0.003s) 2022-11-23T02:18:08.5903309Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-11-23T02:18:08.5903668Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.011s) 2022-11-23T02:18:08.5903991Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-11-23T02:18:08.5904324Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.006s) 2022-11-23T02:18:08.5904669Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-11-23T02:18:08.5905014Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-11-23T02:18:08.5905359Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.013s) 2022-11-23T02:18:08.5905911Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:18:08.5906356Z self.assertFalse(t == a) 2022-11-23T02:18:08.5906536Z ok (0.004s) 2022-11-23T02:18:08.5906820Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-11-23T02:18:08.5907325Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-11-23T02:18:08.5907683Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-11-23T02:18:08.5908026Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-11-23T02:18:08.5908365Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-11-23T02:18:08.5908706Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-11-23T02:18:08.5909034Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-11-23T02:18:08.5909371Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-11-23T02:18:08.5909711Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.654s) 2022-11-23T02:18:08.5910387Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:08.5910978Z warnings.warn(message, UserWarning) 2022-11-23T02:18:08.5911191Z ok (0.006s) 2022-11-23T02:18:08.5911442Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-11-23T02:18:08.5911755Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.051s) 2022-11-23T02:18:08.5912083Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.006s) 2022-11-23T02:18:08.5912314Z 2022-11-23T02:18:08.5912472Z ---------------------------------------------------------------------- 2022-11-23T02:18:08.5912730Z Ran 26 tests in 0.797s 2022-11-23T02:18:08.5912848Z 2022-11-23T02:18:08.5912908Z OK 2022-11-23T02:18:08.5913002Z 2022-11-23T02:18:08.5913095Z Generating XML reports... 2022-11-23T02:18:08.5913484Z Generated XML report: test-reports\python-unittest\test_numpy_interop\TEST-TestNumPyInteropCPU-20221123021807.xml 2022-11-23T02:18:08.5913762Z 2022-11-23T02:18:08.5914019Z ##[endgroup] 2022-11-23T02:18:08.5914370Z FINISHED PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_v7v5h1vx) 2022-11-23T02:18:08.5914712Z 2022-11-23T02:18:09.6520702Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:09.8202855Z Running benchmark_utils/test_benchmark_utils ... [2022-11-23 02:18:09.819975] 2022-11-23T02:18:09.8208684Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:09.820620] 2022-11-23T02:18:09.8210756Z Ignoring disabled issues: [] 2022-11-23T02:18:11.3994665Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:11.5569806Z Running nn/test_lazy_modules ... [2022-11-23 02:18:11.556275] 2022-11-23T02:18:11.5574932Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_lazy_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:11.556885] 2022-11-23T02:18:11.5577009Z Ignoring disabled issues: [] 2022-11-23T02:18:13.6077407Z 2022-11-23T02:18:13.6078227Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-11-23T02:18:13.6079093Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_oxlaor_6) 2022-11-23T02:18:13.6079673Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:13.6079900Z 2022-11-23T02:18:13.6079983Z Running tests... 2022-11-23T02:18:13.6080261Z ---------------------------------------------------------------------- 2022-11-23T02:18:13.6080830Z Test results will be stored in test-reports\python-unittest\benchmark_utils.test_benchmark_utils 2022-11-23T02:18:13.6081214Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.625s) 2022-11-23T02:18:13.6081601Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.002s) 2022-11-23T02:18:13.6082040Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.001s) 2022-11-23T02:18:13.6082406Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.145s) 2022-11-23T02:18:13.6082749Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.006s) 2022-11-23T02:18:13.6083130Z test_fuzzer (__main__.TestBenchmarkUtils) ... skip: Random seed only accepts int32 (0.000s) 2022-11-23T02:18:13.6083483Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.053s) 2022-11-23T02:18:13.6083810Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.040s) 2022-11-23T02:18:13.6084164Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T02:18:13.6084377Z 2022-11-23T02:18:13.6084536Z ---------------------------------------------------------------------- 2022-11-23T02:18:13.6084799Z Ran 9 tests in 0.875s 2022-11-23T02:18:13.6084922Z 2022-11-23T02:18:13.6085001Z OK (skipped=5) 2022-11-23T02:18:13.6085117Z 2022-11-23T02:18:13.6085197Z Generating XML reports... 2022-11-23T02:18:13.6085611Z Generated XML report: test-reports\python-unittest\benchmark_utils.test_benchmark_utils\TEST-TestBenchmarkUtils-20221123021812.xml 2022-11-23T02:18:13.6086063Z 2022-11-23T02:18:13.6086306Z ##[endgroup] 2022-11-23T02:18:13.6086789Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_oxlaor_6) 2022-11-23T02:18:13.6087108Z 2022-11-23T02:18:15.3102540Z 2022-11-23T02:18:15.3103056Z Expand the folded group to see the log file of nn/test_lazy_modules 2022-11-23T02:18:15.3103910Z ##[group]PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_ietg4h9e) 2022-11-23T02:18:15.3104425Z 2022-11-23T02:18:15.3104542Z Running tests... 2022-11-23T02:18:15.3104883Z ---------------------------------------------------------------------- 2022-11-23T02:18:15.3105303Z Test results will be stored in test-reports\python-unittest\nn.test_lazy_modules 2022-11-23T02:18:15.3105669Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.084s) 2022-11-23T02:18:15.3105995Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3106586Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:15.3107169Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:18:15.3107416Z ok (0.012s) 2022-11-23T02:18:15.3107665Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-11-23T02:18:15.3107971Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3108280Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:18:15.3108596Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3108913Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3109218Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:18:15.3109530Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:18:15.3109836Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3110133Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.012s) 2022-11-23T02:18:15.3110608Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:18:15.3110968Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3111262Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:18:15.3111619Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:18:15.3111911Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3112202Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.019s) 2022-11-23T02:18:15.3112498Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-11-23T02:18:15.3112800Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3113117Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:18:15.3113448Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3113760Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.034s) 2022-11-23T02:18:15.3114084Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-11-23T02:18:15.3114411Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3114730Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.284s) 2022-11-23T02:18:15.3115051Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.116s) 2022-11-23T02:18:15.3115465Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:18:15.3115781Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.017s) 2022-11-23T02:18:15.3116075Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-11-23T02:18:15.3116680Z This test is to test whether lazymodule can register other forward hook ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:15.3117328Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:18:15.3117629Z ok (0.003s) 2022-11-23T02:18:15.3117872Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T02:18:15.3118196Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T02:18:15.3118511Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T02:18:15.3118831Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3119150Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-11-23T02:18:15.3119473Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T02:18:15.3119788Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:18:15.3120109Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T02:18:15.3120421Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T02:18:15.3120732Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:18:15.3121037Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:18:15.3121343Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:18:15.3121651Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3121964Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:18:15.3122248Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-11-23T02:18:15.3123505Z This test is to test whether lazymodule can register other pre-forward hook ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:15.3124137Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:18:15.3124390Z ok (0.007s) 2022-11-23T02:18:15.3124644Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T02:18:15.3124970Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T02:18:15.3125265Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3125537Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3125865Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-11-23T02:18:15.3126200Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3126500Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T02:18:15.3126792Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T02:18:15.3127086Z test_weight_norm (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:18:15.3127267Z 2022-11-23T02:18:15.3127425Z ---------------------------------------------------------------------- 2022-11-23T02:18:15.3127672Z Ran 54 tests in 0.766s 2022-11-23T02:18:15.3127789Z 2022-11-23T02:18:15.3127862Z OK (skipped=1) 2022-11-23T02:18:15.3127972Z 2022-11-23T02:18:15.3128061Z Generating XML reports... 2022-11-23T02:18:15.3128430Z Generated XML report: test-reports\python-unittest\nn.test_lazy_modules\TEST-TestLazyModules-20221123021814.xml 2022-11-23T02:18:15.3128753Z 2022-11-23T02:18:15.3129085Z ##[endgroup] 2022-11-23T02:18:15.3129450Z FINISHED PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_ietg4h9e) 2022-11-23T02:18:15.3129770Z 2022-11-23T02:18:16.4176366Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:16.5827818Z Running test_subclass ... [2022-11-23 02:18:16.581642] 2022-11-23T02:18:16.5833092Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:16.581642] 2022-11-23T02:18:16.5834922Z Ignoring disabled issues: [] 2022-11-23T02:18:18.1515540Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:18.3010360Z Running test_dynamic_shapes ... [2022-11-23 02:18:18.300403] 2022-11-23T02:18:18.3015199Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:18.301034] 2022-11-23T02:18:18.3017658Z Ignoring disabled issues: [] 2022-11-23T02:18:19.8212639Z 2022-11-23T02:18:19.8213349Z Expand the folded group to see the log file of test_subclass 2022-11-23T02:18:19.8214254Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_zbf3n34p) 2022-11-23T02:18:19.8214635Z 2022-11-23T02:18:19.8214746Z Running tests... 2022-11-23T02:18:19.8215116Z ---------------------------------------------------------------------- 2022-11-23T02:18:19.8215479Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-11-23T02:18:19.8215868Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.456s) 2022-11-23T02:18:19.8216206Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8216622Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8216965Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8217363Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8217712Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8218238Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8218599Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8218949Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8219295Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8219623Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-11-23T02:18:19.8220238Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:18:19.8220829Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:18:19.8221100Z expected failure (0.000s) 2022-11-23T02:18:19.8221389Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-11-23T02:18:19.8221749Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-11-23T02:18:19.8222099Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.016s) 2022-11-23T02:18:19.8222424Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8222764Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8223246Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8223723Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8224072Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8224458Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8224867Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8225236Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8225636Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8226043Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8226442Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8226833Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8227239Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8227644Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8228025Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8228413Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8228799Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8229252Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8229694Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8230106Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8230566Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8230954Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8231357Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8231765Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8232164Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8232559Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8232920Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8233242Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8233565Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8233906Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8234241Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8234576Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8234916Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8235310Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8235743Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8236062Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8236400Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.016s) 2022-11-23T02:18:19.8236746Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8237100Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:18:19.8237463Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.014s) 2022-11-23T02:18:19.8237821Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:18:19.8238164Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:18:19.8238527Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:18:19.8238889Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:18:19.8239247Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:18:19.8239603Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:18:19.8239959Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:18:19.8240313Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:18:19.8240661Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:18:19.8241031Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:18:19.8241445Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:18:19.8241847Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:18:19.8242217Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:18:19.8242593Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:18:19.8243019Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:18:19.8243369Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:18:19.8243564Z 2022-11-23T02:18:19.8243725Z ---------------------------------------------------------------------- 2022-11-23T02:18:19.8243980Z Ran 71 tests in 0.750s 2022-11-23T02:18:19.8244102Z 2022-11-23T02:18:19.8244189Z OK (expected failures=5) 2022-11-23T02:18:19.8244313Z 2022-11-23T02:18:19.8244401Z Generating XML reports... 2022-11-23T02:18:19.8244761Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221123021818.xml 2022-11-23T02:18:19.8245010Z 2022-11-23T02:18:19.8245270Z ##[endgroup] 2022-11-23T02:18:19.8245628Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_zbf3n34p) 2022-11-23T02:18:19.8245895Z 2022-11-23T02:18:21.4584166Z 2022-11-23T02:18:21.4584756Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T02:18:21.4585602Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_cll7taml) 2022-11-23T02:18:21.4585952Z 2022-11-23T02:18:21.4586072Z Running tests... 2022-11-23T02:18:21.4586449Z ---------------------------------------------------------------------- 2022-11-23T02:18:21.4586992Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-11-23T02:18:21.4587556Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4588311Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4588791Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4589254Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.475s) 2022-11-23T02:18:21.4589692Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4590142Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4590627Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4591052Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4591488Z test_numel (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4591954Z test_print_readable_with_symints (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4592438Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4592901Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4593428Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T02:18:21.4593943Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4594483Z test_sym_floor (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4594973Z test_sym_int (__main__.TestPySymInt) ... skip: no sympy (0.003s) 2022-11-23T02:18:21.4595532Z test_sym_sqrt (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:18:21.4596022Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4596548Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4597076Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:18:21.4597760Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.006s) 2022-11-23T02:18:21.4598585Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.002s) 2022-11-23T02:18:21.4599350Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4600361Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4601153Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.002s) 2022-11-23T02:18:21.4602000Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.001s) 2022-11-23T02:18:21.4602836Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is unary and already tested (0.002s) 2022-11-23T02:18:21.4603606Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4604389Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T02:18:21.4605222Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T02:18:21.4606063Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:18:21.4606761Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4607547Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T02:18:21.4608408Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.001s) 2022-11-23T02:18:21.4609419Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is unary and already tested (0.001s) 2022-11-23T02:18:21.4610193Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4610992Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T02:18:21.4611868Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T02:18:21.4612654Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:18:21.4613371Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4614171Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.001s) 2022-11-23T02:18:21.4615016Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.001s) 2022-11-23T02:18:21.4615789Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4616539Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4617361Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.000s) 2022-11-23T02:18:21.4618199Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.000s) 2022-11-23T02:18:21.4618936Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T02:18:21.4619641Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4620414Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T02:18:21.4621380Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T02:18:21.4622157Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4622859Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4623630Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.001s) 2022-11-23T02:18:21.4624572Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.002s) 2022-11-23T02:18:21.4625321Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4626022Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4626794Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.002s) 2022-11-23T02:18:21.4627628Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.002s) 2022-11-23T02:18:21.4628391Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4629095Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4630016Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.002s) 2022-11-23T02:18:21.4630857Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.002s) 2022-11-23T02:18:21.4631623Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4632373Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4633181Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.001s) 2022-11-23T02:18:21.4634015Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.001s) 2022-11-23T02:18:21.4634791Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:18:21.4635492Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4636284Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.000s) 2022-11-23T02:18:21.4637132Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.000s) 2022-11-23T02:18:21.4637891Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T02:18:21.4638601Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4639387Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.001s) 2022-11-23T02:18:21.4640234Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.002s) 2022-11-23T02:18:21.4641076Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is unary and already tested (0.002s) 2022-11-23T02:18:21.4641853Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4642790Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.002s) 2022-11-23T02:18:21.4643651Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.001s) 2022-11-23T02:18:21.4644421Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4645143Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4645930Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.002s) 2022-11-23T02:18:21.4646782Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.001s) 2022-11-23T02:18:21.4647571Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4648289Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4649102Z test_method_fn_sym_float_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.002s) 2022-11-23T02:18:21.4649996Z 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-23T02:18:21.4650996Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is unary and already tested (0.002s) 2022-11-23T02:18:21.4651812Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4652643Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T02:18:21.4653536Z test_method_fn_sym_sqrt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T02:18:21.4654433Z 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-23T02:18:21.4655241Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4656067Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.001s) 2022-11-23T02:18:21.4656947Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T02:18:21.4657760Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:18:21.4658493Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:18:21.4658882Z 2022-11-23T02:18:21.4659154Z ---------------------------------------------------------------------- 2022-11-23T02:18:21.4659613Z Ran 96 tests in 0.656s 2022-11-23T02:18:21.4659828Z 2022-11-23T02:18:21.4659965Z OK (skipped=62) 2022-11-23T02:18:21.4660168Z 2022-11-23T02:18:21.4660338Z Generating XML reports... 2022-11-23T02:18:21.4660973Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20221123021820.xml 2022-11-23T02:18:21.4661870Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestSymNumberMagicMethods-20221123021820.xml 2022-11-23T02:18:21.4662349Z 2022-11-23T02:18:21.4662877Z ##[endgroup] 2022-11-23T02:18:21.4663692Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_cll7taml) 2022-11-23T02:18:21.4664220Z 2022-11-23T02:18:22.5427204Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:22.6956784Z Running test_functional_optim ... [2022-11-23 02:18:22.695175] 2022-11-23T02:18:22.6961986Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:22.695776] 2022-11-23T02:18:22.6964981Z Ignoring disabled issues: [] 2022-11-23T02:18:24.2695829Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:24.4300679Z Running profiler/test_profiler_tree ... [2022-11-23 02:18:24.429563] 2022-11-23T02:18:24.4305572Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:24.429563] 2022-11-23T02:18:24.4307629Z Ignoring disabled issues: [] 2022-11-23T02:18:26.0562876Z 2022-11-23T02:18:26.0563663Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T02:18:26.0564551Z ##[group]PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_wn5bis6m) 2022-11-23T02:18:26.0564857Z 2022-11-23T02:18:26.0564942Z Running tests... 2022-11-23T02:18:26.0565227Z ---------------------------------------------------------------------- 2022-11-23T02:18:26.0565795Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-11-23T02:18:26.0566202Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.485s) 2022-11-23T02:18:26.0566606Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.029s) 2022-11-23T02:18:26.0567008Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.026s) 2022-11-23T02:18:26.0567398Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-11-23T02:18:26.0567621Z 2022-11-23T02:18:26.0567782Z ---------------------------------------------------------------------- 2022-11-23T02:18:26.0568059Z Ran 4 tests in 0.547s 2022-11-23T02:18:26.0568186Z 2022-11-23T02:18:26.0568257Z OK 2022-11-23T02:18:26.0568360Z 2022-11-23T02:18:26.0568458Z Generating XML reports... 2022-11-23T02:18:26.0568883Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20221123021825.xml 2022-11-23T02:18:26.0569191Z 2022-11-23T02:18:26.0569412Z ##[endgroup] 2022-11-23T02:18:26.0569805Z FINISHED PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_wn5bis6m) 2022-11-23T02:18:26.0570093Z 2022-11-23T02:18:27.5318017Z 2022-11-23T02:18:27.5318540Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T02:18:27.5319372Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_4yhouj7s) 2022-11-23T02:18:27.5319738Z 2022-11-23T02:18:27.5319857Z Running tests... 2022-11-23T02:18:27.5320239Z ---------------------------------------------------------------------- 2022-11-23T02:18:27.5320731Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler_tree 2022-11-23T02:18:27.5321463Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5322172Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5322987Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5323600Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5324213Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5324824Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5325422Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5326028Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5326629Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5327005Z ok (0.482s) 2022-11-23T02:18:27.5327458Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-11-23T02:18:27.5328081Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-11-23T02:18:27.5328632Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-11-23T02:18:27.5329289Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5329984Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5330607Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5331218Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5331821Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5332434Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5333032Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5333629Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5334289Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5334715Z ok (0.015s) 2022-11-23T02:18:27.5335256Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5335954Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5336570Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5337174Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5337776Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5338387Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5338983Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5339578Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5340235Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5340662Z ok (0.018s) 2022-11-23T02:18:27.5341209Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5341912Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5342520Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5343134Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5343736Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5344337Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5344933Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5345528Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5346128Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5346558Z ok (0.009s) 2022-11-23T02:18:27.5347111Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5347951Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5348543Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5349140Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5349739Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5350351Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5350950Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5351543Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5352146Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5352578Z ok (0.023s) 2022-11-23T02:18:27.5353140Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5353894Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5354478Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5355077Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5355673Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5356278Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5356877Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:18:27.5357476Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:18:27.5358081Z STAGE:2022-11-23 02:18:27 3896:2772 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:18:27.5358456Z ok (0.010s) 2022-11-23T02:18:27.5359170Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83836 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:18:27.5359763Z 2022-11-23T02:18:27.5359926Z ---------------------------------------------------------------------- 2022-11-23T02:18:27.5360246Z Ran 10 tests in 0.563s 2022-11-23T02:18:27.5360373Z 2022-11-23T02:18:27.5360434Z OK (skipped=4) 2022-11-23T02:18:27.5360550Z 2022-11-23T02:18:27.5360646Z Generating XML reports... 2022-11-23T02:18:27.5361044Z Generated XML report: test-reports\python-unittest\profiler.test_profiler_tree\TEST-TestProfilerTree-20221123021826.xml 2022-11-23T02:18:27.5361327Z 2022-11-23T02:18:27.5361610Z ##[endgroup] 2022-11-23T02:18:27.5362017Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_4yhouj7s) 2022-11-23T02:18:27.5362325Z 2022-11-23T02:18:28.7825112Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:28.9443571Z Running test_tensorexpr_pybind ... [2022-11-23 02:18:28.943912] 2022-11-23T02:18:28.9448728Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:28.944511] 2022-11-23T02:18:28.9451988Z Ignoring disabled issues: [] 2022-11-23T02:18:30.2796667Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:30.4334121Z Running test_monitor ... [2022-11-23 02:18:30.433131] 2022-11-23T02:18:30.4339075Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:30.433742] 2022-11-23T02:18:30.4341011Z Ignoring disabled issues: [] 2022-11-23T02:18:31.9857966Z 2022-11-23T02:18:31.9858705Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T02:18:31.9859586Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_ah65k2f6) 2022-11-23T02:18:31.9859916Z 2022-11-23T02:18:31.9860002Z Running tests... 2022-11-23T02:18:31.9860304Z ---------------------------------------------------------------------- 2022-11-23T02:18:31.9860682Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-11-23T02:18:31.9861047Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.467s) 2022-11-23T02:18:31.9861393Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:18:31.9861746Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-11-23T02:18:31.9862069Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-11-23T02:18:31.9862404Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-11-23T02:18:31.9862804Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.005s) 2022-11-23T02:18:31.9863139Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-11-23T02:18:31.9863551Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:18:31.9863979Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:18:31.9864408Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:18:31.9864825Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:18:31.9865234Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:18:31.9865656Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:18:31.9866063Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.003s) 2022-11-23T02:18:31.9866446Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:18:31.9867041Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:18:31.9867413Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:18:31.9867591Z 2022-11-23T02:18:31.9867755Z ---------------------------------------------------------------------- 2022-11-23T02:18:31.9868026Z Ran 17 tests in 0.485s 2022-11-23T02:18:31.9868151Z 2022-11-23T02:18:31.9868233Z OK (skipped=10) 2022-11-23T02:18:31.9868353Z 2022-11-23T02:18:31.9868451Z Generating XML reports... 2022-11-23T02:18:31.9868894Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20221123021831.xml 2022-11-23T02:18:31.9869569Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20221123021831.xml 2022-11-23T02:18:31.9869855Z 2022-11-23T02:18:31.9870118Z ##[endgroup] 2022-11-23T02:18:31.9870515Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_ah65k2f6) 2022-11-23T02:18:31.9870808Z 2022-11-23T02:18:33.3656498Z 2022-11-23T02:18:33.3657128Z Expand the folded group to see the log file of test_monitor 2022-11-23T02:18:33.3657961Z ##[group]PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_otbdf3mx) 2022-11-23T02:18:33.3658235Z 2022-11-23T02:18:33.3658300Z Running tests... 2022-11-23T02:18:33.3658584Z ---------------------------------------------------------------------- 2022-11-23T02:18:33.3659130Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-11-23T02:18:33.3659462Z test_event_handler (__main__.TestMonitor) ... ok (0.447s) 2022-11-23T02:18:33.3659761Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.003s) 2022-11-23T02:18:33.3660053Z test_interval_stat (__main__.TestMonitor) ... ok (0.006s) 2022-11-23T02:18:33.3660316Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-11-23T02:18:33.3660703Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T02:18:33.3660946Z 2022-11-23T02:18:33.3661105Z ---------------------------------------------------------------------- 2022-11-23T02:18:33.3661368Z Ran 5 tests in 0.453s 2022-11-23T02:18:33.3661492Z 2022-11-23T02:18:33.3661570Z OK (skipped=1) 2022-11-23T02:18:33.3661685Z 2022-11-23T02:18:33.3661784Z Generating XML reports... 2022-11-23T02:18:33.3662145Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20221123021832.xml 2022-11-23T02:18:33.3662636Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20221123021832.xml 2022-11-23T02:18:33.3662911Z 2022-11-23T02:18:33.3663152Z ##[endgroup] 2022-11-23T02:18:33.3663508Z FINISHED PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_otbdf3mx) 2022-11-23T02:18:33.3663771Z 2022-11-23T02:18:34.6945343Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:34.8512109Z Running test_type_info ... [2022-11-23 02:18:34.850716] 2022-11-23T02:18:34.8517147Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:34.851330] 2022-11-23T02:18:34.8520183Z Ignoring disabled issues: [] 2022-11-23T02:18:36.0708649Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:36.2332838Z Running test_public_bindings ... [2022-11-23 02:18:36.232038] 2022-11-23T02:18:36.2338348Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:36.232038] 2022-11-23T02:18:36.2340551Z Ignoring disabled issues: [] 2022-11-23T02:18:37.8864383Z 2022-11-23T02:18:37.8865209Z Expand the folded group to see the log file of test_type_info 2022-11-23T02:18:37.8866169Z ##[group]PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_2o2bdkpj) 2022-11-23T02:18:37.8866487Z 2022-11-23T02:18:37.8866556Z Running tests... 2022-11-23T02:18:37.8866843Z ---------------------------------------------------------------------- 2022-11-23T02:18:37.8867200Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-11-23T02:18:37.8867525Z test_finfo (__main__.TestDTypeInfo) ... ok (0.499s) 2022-11-23T02:18:37.8867888Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.000s) 2022-11-23T02:18:37.8868171Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.006s) 2022-11-23T02:18:37.8868390Z 2022-11-23T02:18:37.8868531Z ---------------------------------------------------------------------- 2022-11-23T02:18:37.8868801Z Ran 3 tests in 0.500s 2022-11-23T02:18:37.8868929Z 2022-11-23T02:18:37.8868996Z OK 2022-11-23T02:18:37.8869096Z 2022-11-23T02:18:37.8869195Z Generating XML reports... 2022-11-23T02:18:37.8869569Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20221123021836.xml 2022-11-23T02:18:37.8869826Z 2022-11-23T02:18:37.8870063Z ##[endgroup] 2022-11-23T02:18:37.8870411Z FINISHED PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_2o2bdkpj) 2022-11-23T02:18:37.8870677Z 2022-11-23T02:18:39.1624310Z 2022-11-23T02:18:39.1624812Z Expand the folded group to see the log file of test_public_bindings 2022-11-23T02:18:39.1625824Z ##[group]PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_hjy9axz9) 2022-11-23T02:18:39.1626134Z 2022-11-23T02:18:39.1626219Z Running tests... 2022-11-23T02:18:39.1626501Z ---------------------------------------------------------------------- 2022-11-23T02:18:39.1626851Z Test results will be stored in test-reports\python-unittest\test_public_bindings 2022-11-23T02:18:39.1627203Z test_correct_module_names (__main__.TestPublicBindings) 2022-11-23T02:18:39.1627580Z An API is considered public, if its `__module__` starts with `torch.` ... skip: Distributed Attribute Error (0.010s) 2022-11-23T02:18:39.1627938Z test_no_new_bindings (__main__.TestPublicBindings) 2022-11-23T02:18:39.1628270Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.461s) 2022-11-23T02:18:39.1628471Z 2022-11-23T02:18:39.1628628Z ---------------------------------------------------------------------- 2022-11-23T02:18:39.1628882Z Ran 2 tests in 0.469s 2022-11-23T02:18:39.1629008Z 2022-11-23T02:18:39.1629088Z OK (skipped=1) 2022-11-23T02:18:39.1629203Z 2022-11-23T02:18:39.1629299Z Generating XML reports... 2022-11-23T02:18:39.1629690Z Generated XML report: test-reports\python-unittest\test_public_bindings\TEST-TestPublicBindings-20221123021838.xml 2022-11-23T02:18:39.1629965Z 2022-11-23T02:18:39.1630198Z ##[endgroup] 2022-11-23T02:18:39.1630626Z FINISHED PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_hjy9axz9) 2022-11-23T02:18:39.1630913Z 2022-11-23T02:18:40.6103812Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:40.7613649Z Ignoring disabled issues: [] 2022-11-23T02:18:41.1050855Z Running test_ops_gradients ... [2022-11-23 02:18:41.100937] 2022-11-23T02:18:43.5428099Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:43.5654308Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:43.6972768Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:43.696547] 2022-11-23T02:18:43.6974230Z Ignoring disabled issues: [] 2022-11-23T02:18:43.7292893Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:43.715253] 2022-11-23T02:18:43.7293920Z Ignoring disabled issues: [] 2022-11-23T02:23:24.9822687Z 2022-11-23T02:23:24.9823528Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:23:24.9824626Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_his25n2y) 2022-11-23T02:23:24.9908761Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-74182eedfdb6095f.xml 2022-11-23T02:23:24.9909416Z ============================= test session starts ============================= 2022-11-23T02:23:24.9909892Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:23:24.9912018Z cachedir: .pytest_cache 2022-11-23T02:23:24.9912594Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:23:24.9913161Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:23:24.9913751Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:23:24.9914505Z collecting ... collected 4845 items / 12 deselected / 4833 selected 2022-11-23T02:23:25.0267468Z Running 2372 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-11-23T02:23:25.0640691Z 2022-11-23T02:23:25.0643488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0644530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0645246Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0645966Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0646658Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0647375Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0648091Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0648792Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0649547Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0650278Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0650977Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0651676Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0652378Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0653096Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0653909Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0654621Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0655361Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0656101Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0656821Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0657567Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0658293Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:23:25.0659022Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:23:25.0659757Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:23:25.0660464Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0661275Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:23:25.0662023Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:23:25.0662727Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:23:25.0663456Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:23:25.0664191Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:23:25.0664930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0665668Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0666381Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0667124Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0667822Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0668564Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0669337Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0670044Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0670819Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0671529Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0672242Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0672942Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0673686Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0674424Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0675126Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0675836Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0676534Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0677232Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:23:25.0677995Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:23:25.0678726Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0679500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0680269Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0681003Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:23:25.0681736Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:23:25.0682462Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0683172Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0683871Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cfloat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0684565Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0685266Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0686018Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0686760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0687528Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0688262Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0688989Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0689684Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0690382Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0691077Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0691813Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0692557Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0693273Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0693958Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0694718Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:23:25.0695445Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0696152Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0696866Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0697608Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0698351Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0699049Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0699761Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0700474Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0701181Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0701916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0702648Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0703336Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0704215Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0704934Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0705650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0706367Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0707096Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0707814Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0708514Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0709280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0710001Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0710756Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0711554Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:23:25.0712273Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0712972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0713668Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0714372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0715075Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0715816Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0716553Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:23:25.0717276Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:23:25.0717986Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0718681Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0719388Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0720088Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0720790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0721561Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:23:25.0722318Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0723048Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0723775Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0724500Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0725212Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0725920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0726628Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0727331Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0728160Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0728900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:23:25.0729609Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0730304Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0731010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0731711Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0732410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0733113Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0733854Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0734600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0735333Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0736151Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0736970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0737798Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0738747Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0739499Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0740193Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0741031Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0741817Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0742592Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0743154Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:23:25.0743617Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_grid_sampler_2d_cpu_float64 PASSED [ 5%] 2022-11-23T02:23:25.0744145Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0745267Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0745805Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0746397Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:23:25.0746977Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0747488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0747993Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0748510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0749116Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0749643Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0750166Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0750693Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0751219Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0751749Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0752272Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0752861Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0753372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0753892Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0754417Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0754956Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0755486Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0756009Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0756537Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0757110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0758095Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0758900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0759540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:23:25.0760051Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:23:25.0760568Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T02:23:25.0761067Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T02:23:25.0761565Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0762077Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0762594Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0763112Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0763620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0764131Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0764636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0765165Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0765752Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0766295Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0766834Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0767372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0767908Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0768457Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0768995Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0769536Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:23:25.0770029Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 7%] 2022-11-23T02:23:25.0770581Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0771132Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0771667Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0772184Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:23:25.0772718Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0773325Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:23:25.0773917Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0774467Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0775036Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0775568Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0776089Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0776630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0777237Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T02:23:25.0777774Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0778290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0778808Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0779352Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0779895Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0780441Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0780972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0781513Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:23:25.0782052Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:23:25.0782613Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0783123Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0783633Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0784141Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0784666Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0785203Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:23:25.0785714Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0786239Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0786769Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0787311Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0787847Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0788395Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0789011Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0789597Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0790122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0790649Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0791169Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0791694Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0792210Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0792725Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0793239Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0793746Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0794298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0794818Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0795359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:23:25.0795884Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0796415Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0796945Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0797482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0798014Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:23:25.0798536Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0799054Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0799577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0800098Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0800631Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0801157Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0802096Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0802636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0803157Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0803685Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0804302Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0804868Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0805391Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0805907Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0806405Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0807000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0807554Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0808083Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0808612Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0809165Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0809726Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0810272Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0810805Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:23:25.0811310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0811804Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0812326Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0812867Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0813395Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0814263Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0814810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0815329Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0815849Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0816385Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0816896Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0817415Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0817924Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0818444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0819026Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0819557Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0820094Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0820627Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:23:25.0821191Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0821768Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0822323Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0822876Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0823417Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0823971Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:23:25.0824553Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0825115Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0825657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0826244Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0826801Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0827369Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0827938Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0828489Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0829159Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0829711Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0830256Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0830802Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0831428Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0832035Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0832620Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0833196Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0833760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0834314Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0834836Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0835325Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 12%] 2022-11-23T02:23:25.0835789Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 12%] 2022-11-23T02:23:25.0836290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0836837Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0837388Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:23:25.0837992Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0838570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0839143Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0839714Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0840260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0840802Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0841343Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0841876Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0842415Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0843016Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0843568Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0844110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0844651Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0845206Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0845752Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0846297Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0846848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0847397Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0847941Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0848498Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0849055Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0849641Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0850151Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 PASSED [ 13%] 2022-11-23T02:23:25.0850652Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:23:25.0851197Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0851745Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0852300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:23:25.0852859Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0853405Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0853945Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0854538Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0855103Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0855657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0856199Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0856727Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0857282Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0857865Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0858444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0858991Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:23:25.0859528Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:23:25.0860113Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0860673Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 14%] 2022-11-23T02:23:25.0861193Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:23:25.0861786Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:23:25.0862307Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0862823Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0863328Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:23:25.0863848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0864369Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0864887Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0865387Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T02:23:25.0865868Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T02:23:25.0866372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0866925Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0867440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0867951Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0868463Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0869049Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0869583Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:23:25.0870120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:23:25.0870654Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:23:25.0871188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:23:25.0871725Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:23:25.0872232Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0872750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0873258Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0873833Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0874354Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0874866Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0875382Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0875906Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:23:25.0876435Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0876954Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0877479Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0878000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0878513Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0879065Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0879585Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0880076Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 16%] 2022-11-23T02:23:25.0880553Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0881081Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:23:25.0881600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0882132Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0882669Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0883202Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0883736Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:23:25.0884233Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 PASSED [ 16%] 2022-11-23T02:23:25.0884714Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0885230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0885797Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0886299Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:23:25.0886834Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:23:25.0887406Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:23:25.0887978Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:23:25.0888524Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:23:25.0889048Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0889562Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0890068Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0890618Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0891140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0891645Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0892164Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0892696Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0893213Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0893730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 17%] 2022-11-23T02:23:25.0894257Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 17%] 2022-11-23T02:23:25.0894795Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0895346Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0895892Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0896453Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0897038Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T02:23:25.0897638Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0898194Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0898747Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0899270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:23:25.0899831Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T02:23:25.0900412Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0900979Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:23:25.0901541Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:23:25.0902091Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0902676Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0903259Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:23:25.0903865Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:23:25.0904470Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:23:25.0905069Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:23:25.0905661Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:23:25.0906216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0906741Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0907265Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0907800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0908318Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0908819Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0909468Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0909982Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0910495Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0911007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0911518Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0912024Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0912525Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0913030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0913523Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0914047Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:23:25.0914609Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0915127Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0915657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0916179Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0916682Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0917190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0917720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:23:25.0918241Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0918740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0919259Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0919790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0920321Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0920825Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0921335Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0921892Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0922414Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0922931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0923446Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0923957Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0924491Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:23:25.0925033Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:23:25.0925549Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0926058Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0926608Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:23:25.0927112Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:23:25.0927619Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:23:25.0928122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:23:25.0928641Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:23:25.0929147Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:23:25.0929652Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:23:25.0930173Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:23:25.0930712Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:23:25.0931172Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_complex128 PASSED [ 20%] 2022-11-23T02:23:25.0931564Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_complex128 PASSED [ 20%] 2022-11-23T02:23:25.0931936Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_T_cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0932331Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_complex128 PASSED [ 20%] 2022-11-23T02:23:25.0932732Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_complex128 PASSED [ 20%] 2022-11-23T02:23:25.0933127Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___radd___cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0933521Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_complex128 PASSED [ 20%] 2022-11-23T02:23:25.0933948Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rdiv___cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0934340Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmod___cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0934716Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_complex128 PASSED [ 20%] 2022-11-23T02:23:25.0935105Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmul___cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0935509Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 20%] 2022-11-23T02:23:25.0935934Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 20%] 2022-11-23T02:23:25.0936360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad__softmax_backward_data_cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0936764Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0937149Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_float64 PASSED [ 20%] 2022-11-23T02:23:25.0937521Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0937918Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_complex128 PASSED [ 21%] 2022-11-23T02:23:25.0938317Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_complex128 PASSED [ 21%] 2022-11-23T02:23:25.0938711Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_complex128 PASSED [ 21%] 2022-11-23T02:23:25.0939148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0939605Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0940120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_all_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0940619Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0941064Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amax_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0941518Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_aminmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0942026Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0942528Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0943036Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argsort_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:23:25.0943514Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 21%] 2022-11-23T02:23:25.0943924Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_complex128 PASSED [ 21%] 2022-11-23T02:23:25.0944302Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0944682Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0945075Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 PASSED [ 21%] 2022-11-23T02:23:25.0945473Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 PASSED [ 21%] 2022-11-23T02:23:25.0945870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0946260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0946692Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0947071Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bernoulli_cpu_float64 PASSED [ 21%] 2022-11-23T02:23:25.0947456Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_float64 XFAIL [ 22%] 2022-11-23T02:23:25.0947850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0948244Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_block_diag_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0948656Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0949152Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0949566Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0950024Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bucketize_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:23:25.0950541Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:23:25.0951003Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0951404Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdist_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0951847Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0952236Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cdouble_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0952616Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ceil_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0952988Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_complex128 XFAIL [ 22%] 2022-11-23T02:23:25.0953395Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0953808Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0954202Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0954585Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0954971Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0955360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clone_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0955746Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0956151Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_combinations_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0956546Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_complex128 PASSED [ 22%] 2022-11-23T02:23:25.0956927Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_cpu_float64 PASSED [ 22%] 2022-11-23T02:23:25.0957320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0957724Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0958134Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0958522Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_contiguous_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0958915Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_copysign_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0959299Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0959724Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0960103Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cos_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0960483Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0960951Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:23:25.0961444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_complex128 XFAIL [ 23%] 2022-11-23T02:23:25.0961874Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0962260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummax_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0962643Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0963035Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0963444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0963851Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_deg2rad_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0964224Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0964605Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0965045Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0965446Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0965838Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagflat_cpu_float64 PASSED [ 23%] 2022-11-23T02:23:25.0966241Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0966630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_complex128 PASSED [ 23%] 2022-11-23T02:23:25.0967061Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0967446Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_digamma_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0967895Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 24%] 2022-11-23T02:23:25.0968315Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0968719Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_complex128 PASSED [ 24%] 2022-11-23T02:23:25.0969103Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_double_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0969481Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_complex128 PASSED [ 24%] 2022-11-23T02:23:25.0969871Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dsplit_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0970251Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0970639Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_complex128 PASSED [ 24%] 2022-11-23T02:23:25.0971027Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_einsum_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0971485Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:23:25.0971993Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:23:25.0972497Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:23:25.0973019Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erf_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0973403Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfc_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0973781Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_erfinv_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0974204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp2_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0974581Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0974961Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expm1_cpu_float64 PASSED [ 24%] 2022-11-23T02:23:25.0975401Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:23:25.0975912Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eye_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:23:25.0976359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-11-23T02:23:25.0976749Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0977131Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0977520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.0977959Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0978348Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0978719Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0979104Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0979546Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.0979989Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.0980383Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0980771Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0981148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0981533Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.0981916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flip_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0982300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.0982690Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.0983086Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.0983556Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:23:25.0983993Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmod_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.1001554Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frexp_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.1002207Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:23:25.1002673Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_complex128 PASSED [ 25%] 2022-11-23T02:23:25.1003062Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gather_cpu_float64 PASSED [ 25%] 2022-11-23T02:23:25.1003760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ge_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:23:25.1004284Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1004802Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_geqrf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1005259Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_complex128 PASSED [ 26%] 2022-11-23T02:23:25.1005662Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gradient_cpu_float64 PASSED [ 26%] 2022-11-23T02:23:25.1006063Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_grid_sampler_2d_cpu_float64 PASSED [ 26%] 2022-11-23T02:23:25.1006521Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_gt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1006948Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_complex128 XFAIL [ 26%] 2022-11-23T02:23:25.1007330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_half_cpu_float64 XFAIL [ 26%] 2022-11-23T02:23:25.1007776Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histc_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1008292Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogram_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1008804Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_imag_cpu_complex128 PASSED [ 26%] 2022-11-23T02:23:25.1009248Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_complex128 PASSED [ 26%] 2022-11-23T02:23:25.1009650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_float64 PASSED [ 26%] 2022-11-23T02:23:25.1010084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_complex128 PASSED [ 26%] 2022-11-23T02:23:25.1010490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_complex128 PASSED [ 26%] 2022-11-23T02:23:25.1010889Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_float64 PASSED [ 26%] 2022-11-23T02:23:25.1011282Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_complex128 PASSED [ 26%] 2022-11-23T02:23:25.1011669Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_inner_cpu_float64 PASSED [ 26%] 2022-11-23T02:23:25.1012129Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1012654Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1013167Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isfinite_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1013663Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1014163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1014671Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:23:25.1015228Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:23:25.1015779Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T02:23:25.1016329Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T02:23:25.1016817Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T02:23:25.1017279Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 27%] 2022-11-23T02:23:25.1017697Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kthvalue_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1018076Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1018476Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1018882Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1019289Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1019701Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1020117Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1020519Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1020996Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1021497Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1021955Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1022350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1022828Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:23:25.1023371Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:23:25.1023858Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:23:25.1024264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1024659Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1025060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 PASSED [ 27%] 2022-11-23T02:23:25.1025473Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 27%] 2022-11-23T02:23:25.1025892Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1026303Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1026701Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1027152Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1027684Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:23:25.1028220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:23:25.1028812Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:23:25.1029391Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1029801Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1030229Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 28%] 2022-11-23T02:23:25.1030668Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 28%] 2022-11-23T02:23:25.1031073Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1031488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1031966Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T02:23:25.1032416Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1032806Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1033264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1033711Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1034163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1034560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1034970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1035370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 PASSED [ 28%] 2022-11-23T02:23:25.1035775Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 PASSED [ 28%] 2022-11-23T02:23:25.1036179Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1036577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 PASSED [ 29%] 2022-11-23T02:23:25.1037029Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1037460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_complex128 PASSED [ 29%] 2022-11-23T02:23:25.1037826Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log2_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1038198Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1038600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1039060Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1039573Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1040099Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1040608Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1041117Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_or_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1041665Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1042172Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1042677Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1043118Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logsumexp_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1043567Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1044058Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_long_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1044544Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1045055Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_complex128 PASSED [ 29%] 2022-11-23T02:23:25.1045466Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1045839Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1046204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_float64 PASSED [ 29%] 2022-11-23T02:23:25.1046698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:23:25.1047144Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1047540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1047931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1048337Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1048744Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1049136Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1049543Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_median_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1049943Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_norm_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1050346Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1050800Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1051205Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1051645Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmax_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1052044Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1052441Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_std_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1052837Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1053233Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_sum_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1053625Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1054020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1054473Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1054893Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_maximum_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1055279Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1055663Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_median_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1056080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 30%] 2022-11-23T02:23:25.1056514Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 30%] 2022-11-23T02:23:25.1057002Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 31%] 2022-11-23T02:23:25.1057444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_complex128 PASSED [ 31%] 2022-11-23T02:23:25.1057831Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mm_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1058217Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_complex128 PASSED [ 31%] 2022-11-23T02:23:25.1058608Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_complex128 PASSED [ 31%] 2022-11-23T02:23:25.1059011Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1059479Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1059867Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1060235Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmean_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1060613Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanmedian_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1061003Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nanquantile_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1061375Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nansum_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1061821Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1062332Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1062813Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1063208Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_dropout_backward_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1063703Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1064197Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ne_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1064698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1065205Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1065707Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_full_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1066204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1066754Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:23:25.1067233Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 31%] 2022-11-23T02:23:25.1067672Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1068103Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1068578Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1069119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1069591Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1070038Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1070481Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1070903Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 PASSED [ 32%] 2022-11-23T02:23:25.1071334Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 32%] 2022-11-23T02:23:25.1071787Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1072273Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1072684Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 32%] 2022-11-23T02:23:25.1073102Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1073529Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1073944Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1074354Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1074829Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1075348Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 32%] 2022-11-23T02:23:25.1075818Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1076260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1076680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1077100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1077523Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 PASSED [ 32%] 2022-11-23T02:23:25.1077934Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1078365Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1078796Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1079218Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1079686Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1080112Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1080600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1081023Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1081491Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 PASSED [ 33%] 2022-11-23T02:23:25.1081912Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1082330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1082751Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1083170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 PASSED [ 33%] 2022-11-23T02:23:25.1083602Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1084040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1084480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:23:25.1084988Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:23:25.1085424Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1085858Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1086310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1086813Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 PASSED [ 33%] 2022-11-23T02:23:25.1087292Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1087715Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 33%] 2022-11-23T02:23:25.1088151Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 33%] 2022-11-23T02:23:25.1088586Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1089034Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1089469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1089899Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1090333Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1090754Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1091157Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1091584Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1092019Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1092544Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1093011Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1093446Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1093875Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1094303Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1094773Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1095228Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1095668Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1096075Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1096457Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_float64 PASSED [ 34%] 2022-11-23T02:23:25.1096848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1097297Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:23:25.1097865Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:23:25.1098426Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:23:25.1098882Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_complex128 PASSED [ 34%] 2022-11-23T02:23:25.1099310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ormqr_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1099694Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1100087Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1100482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1100868Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1101298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:23:25.1101751Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:23:25.1102181Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1102577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_positive_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1102964Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1103343Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1103712Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_put_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1104094Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1104521Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_qr_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1104941Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_quantile_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1105329Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rad2deg_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1105845Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:23:25.1106300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1106671Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_real_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1107065Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1107462Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1107848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_complex128 PASSED [ 35%] 2022-11-23T02:23:25.1108255Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 PASSED [ 35%] 2022-11-23T02:23:25.1108664Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 PASSED [ 36%] 2022-11-23T02:23:25.1109146Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_as_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1109600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:23:25.1110062Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 PASSED [ 36%] 2022-11-23T02:23:25.1110515Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1111010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1111400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_complex128 PASSED [ 36%] 2022-11-23T02:23:25.1111781Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_roll_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1112166Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_complex128 PASSED [ 36%] 2022-11-23T02:23:25.1112537Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1112917Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1113378Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:23:25.1113907Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:23:25.1114359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1114755Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_complex128 PASSED [ 36%] 2022-11-23T02:23:25.1115146Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1115537Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1115954Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1116407Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1116880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:23:25.1117400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1117824Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1118222Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_float64 PASSED [ 36%] 2022-11-23T02:23:25.1118721Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:23:25.1119168Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sign_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1119635Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1120095Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_complex128 PASSED [ 37%] 2022-11-23T02:23:25.1120485Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_complex128 PASSED [ 37%] 2022-11-23T02:23:25.1120864Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinc_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1121247Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_complex128 PASSED [ 37%] 2022-11-23T02:23:25.1121633Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_complex128 PASSED [ 37%] 2022-11-23T02:23:25.1122004Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1122388Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1122843Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 PASSED [ 37%] 2022-11-23T02:23:25.1123306Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1123792Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:23:25.1124282Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1124815Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1125348Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1125918Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:23:25.1126402Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1126894Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1127453Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1127938Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1128421Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1129009Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:23:25.1129560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 37%] 2022-11-23T02:23:25.1130082Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:23:25.1130636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:23:25.1131137Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1131547Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1131956Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_list_args_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1132346Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1132732Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1133122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_square_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1133498Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1133886Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1134264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1134697Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1135130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1135517Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1135887Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1136324Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1136718Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1137122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1137517Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1137902Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tanh_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1138290Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1138680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1139071Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_complex128 PASSED [ 38%] 2022-11-23T02:23:25.1139449Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_float64 PASSED [ 38%] 2022-11-23T02:23:25.1139907Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:23:25.1140400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_topk_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1140789Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1141230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1141616Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_transpose_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1142004Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1142409Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1142825Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1143225Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1143603Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_triu_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1143991Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1144426Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_true_divide_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1144820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1145207Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1145595Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1146052Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:23:25.1146539Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1146968Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1147355Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 PASSED [ 39%] 2022-11-23T02:23:25.1147754Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1148211Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:23:25.1148721Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:23:25.1149250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1149710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 PASSED [ 39%] 2022-11-23T02:23:25.1150119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1150504Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1150894Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1151285Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1151684Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1152097Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:23:25.1152577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 40%] 2022-11-23T02:23:25.1153037Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1153459Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad__softmax_backward_data_cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1153859Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1154258Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1154657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1155052Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1155456Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1155856Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1156237Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1156646Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1157078Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 40%] 2022-11-23T02:23:25.1157535Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 PASSED [ 40%] 2022-11-23T02:23:25.1158005Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:23:25.1158569Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:23:25.1159142Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:23:25.1159673Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:23:25.1160196Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:23:25.1160704Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:23:25.1161216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:23:25.1161705Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 41%] 2022-11-23T02:23:25.1162747Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 41%] 2022-11-23T02:23:25.1163171Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1163564Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1163961Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 PASSED [ 41%] 2022-11-23T02:23:25.1164410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1164870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 PASSED [ 41%] 2022-11-23T02:23:25.1165285Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 PASSED [ 41%] 2022-11-23T02:23:25.1165692Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1166094Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1166499Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1166896Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 XFAIL [ 41%] 2022-11-23T02:23:25.1167287Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 PASSED [ 41%] 2022-11-23T02:23:25.1167689Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1168146Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:23:25.1168595Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1168993Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_complex128 XFAIL [ 41%] 2022-11-23T02:23:25.1169390Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cfloat_cpu_float64 XFAIL [ 41%] 2022-11-23T02:23:25.1169853Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:23:25.1170372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 PASSED [ 41%] 2022-11-23T02:23:25.1170862Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1171267Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 PASSED [ 41%] 2022-11-23T02:23:25.1171668Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1172061Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1172464Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1172885Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1173280Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1173692Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1174120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1174542Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1174959Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1175366Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1175771Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1176597Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1177030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1177507Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:23:25.1177973Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 XFAIL [ 42%] 2022-11-23T02:23:25.1178359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cov_cpu_float64 XFAIL [ 42%] 2022-11-23T02:23:25.1178747Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1179140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1179334Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1179550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1179764Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1179945Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 PASSED [ 42%] 2022-11-23T02:23:25.1180133Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_cpu_float64 PASSED [ 42%] 2022-11-23T02:23:25.1180336Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1180529Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1180733Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1180937Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_copy_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1181127Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1181322Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1181515Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1181756Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dist_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1182012Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1182229Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1182436Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1182667Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1182859Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1183054Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1183243Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1183434Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 PASSED [ 43%] 2022-11-23T02:23:25.1183700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1183964Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1184276Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1184538Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1184795Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1185059Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1185309Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:23:25.1185489Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 PASSED [ 43%] 2022-11-23T02:23:25.1185681Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1185871Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1186056Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_exp_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1186253Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1186444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1186698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:23:25.1186897Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1187104Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1187305Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1187497Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1187688Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1188010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1188204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1188397Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1188636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1188834Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1189118Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1189312Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1189504Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1189698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1189880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 PASSED [ 44%] 2022-11-23T02:23:25.1190068Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fill_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1190259Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1190444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_float64 PASSED [ 44%] 2022-11-23T02:23:25.1190689Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 PASSED [ 45%] 2022-11-23T02:23:25.1190879Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1191069Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_complex128 XFAIL [ 45%] 2022-11-23T02:23:25.1191254Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_cpu_float64 XFAIL [ 45%] 2022-11-23T02:23:25.1191452Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1191640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1191825Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1192010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1192195Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frac_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1192459Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1192726Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1192920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1193173Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1193434Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1193634Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 PASSED [ 45%] 2022-11-23T02:23:25.1193826Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_complex128 XFAIL [ 45%] 2022-11-23T02:23:25.1194132Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1194389Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1194677Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 PASSED [ 45%] 2022-11-23T02:23:25.1194860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1195056Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 PASSED [ 45%] 2022-11-23T02:23:25.1195315Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:23:25.1195515Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 PASSED [ 45%] 2022-11-23T02:23:25.1195706Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 PASSED [ 45%] 2022-11-23T02:23:25.1195903Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 PASSED [ 46%] 2022-11-23T02:23:25.1196105Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 PASSED [ 46%] 2022-11-23T02:23:25.1196303Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 PASSED [ 46%] 2022-11-23T02:23:25.1196556Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1196816Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1197119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1197381Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1197641Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1197902Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1198155Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1198410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:23:25.1198652Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1198907Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1199155Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1199389Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1199633Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1199921Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1200151Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:23:25.1200339Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_float64 PASSED [ 46%] 2022-11-23T02:23:25.1200577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 PASSED [ 46%] 2022-11-23T02:23:25.1201157Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 PASSED [ 46%] 2022-11-23T02:23:25.1201357Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 PASSED [ 46%] 2022-11-23T02:23:25.1201550Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 PASSED [ 46%] 2022-11-23T02:23:25.1201748Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1201943Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1202140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1202352Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 XFAIL [ 47%] 2022-11-23T02:23:25.1202560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1202762Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1202972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1203180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1203384Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1203660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1203856Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1204058Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1204260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1204536Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1204809Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1205082Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1205357Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1205580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1205837Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 PASSED [ 47%] 2022-11-23T02:23:25.1206051Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1206264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 PASSED [ 47%] 2022-11-23T02:23:25.1206584Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1206880Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1207165Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:23:25.1207703Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1207917Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1208144Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 48%] 2022-11-23T02:23:25.1208363Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1208642Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 48%] 2022-11-23T02:23:25.1208830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1209025Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1209231Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1209426Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1209627Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1209842Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1210098Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1210310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1210515Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1210713Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1210924Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1211130Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1211318Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1211506Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1211702Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1211931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1212145Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1212384Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 PASSED [ 48%] 2022-11-23T02:23:25.1212584Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 PASSED [ 48%] 2022-11-23T02:23:25.1212774Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1213038Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1213306Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1213577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1213766Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logit_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1214065Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1214331Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1214530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1214784Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1215037Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1215229Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 PASSED [ 49%] 2022-11-23T02:23:25.1215412Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1215612Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 PASSED [ 49%] 2022-11-23T02:23:25.1215806Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1215996Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 PASSED [ 49%] 2022-11-23T02:23:25.1216180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mH_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1216492Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1216760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:23:25.1216971Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128 PASSED [ 49%] 2022-11-23T02:23:25.1217180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128 PASSED [ 49%] 2022-11-23T02:23:25.1217386Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 PASSED [ 49%] 2022-11-23T02:23:25.1217591Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1217836Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64 PASSED [ 49%] 2022-11-23T02:23:25.1218041Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1218252Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1218499Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1218694Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1218892Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1219084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1219268Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1219462Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1219654Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1219855Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1220045Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1220239Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1220511Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1220721Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1220913Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1221105Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1221325Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1221516Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1221704Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1221893Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mode_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1222084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 PASSED [ 50%] 2022-11-23T02:23:25.1222268Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mul_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1222534Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-11-23T02:23:25.1222746Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 50%] 2022-11-23T02:23:25.1223007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1223205Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1223392Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1223700Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1223887Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 PASSED [ 51%] 2022-11-23T02:23:25.1224076Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1224332Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_dropout_backward_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1224529Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 PASSED [ 51%] 2022-11-23T02:23:25.1224716Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_neg_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1224980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1225250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1225513Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1225776Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1226038Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1226304Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1226611Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:23:25.1226854Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1227080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1227307Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1227526Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1227738Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 51%] 2022-11-23T02:23:25.1227949Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:23:25.1228179Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 51%] 2022-11-23T02:23:25.1228402Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 51%] 2022-11-23T02:23:25.1228625Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1228851Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 52%] 2022-11-23T02:23:25.1229202Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1229431Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1229706Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1229929Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1230139Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 52%] 2022-11-23T02:23:25.1230355Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1230570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1230819Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1231026Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1231316Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T02:23:25.1231533Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1231751Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1231965Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1232192Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1232422Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1232636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1232849Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 PASSED [ 52%] 2022-11-23T02:23:25.1233122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1233338Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1233557Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1233766Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1233979Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:23:25.1234192Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1234424Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:23:25.1234648Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1234943Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T02:23:25.1235180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1235400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 PASSED [ 53%] 2022-11-23T02:23:25.1235663Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1235886Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 53%] 2022-11-23T02:23:25.1236148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1236365Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1236692Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T02:23:25.1236921Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 53%] 2022-11-23T02:23:25.1237132Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1237339Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1237546Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1237758Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1237971Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1238199Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 53%] 2022-11-23T02:23:25.1238420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1238638Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1238854Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 PASSED [ 53%] 2022-11-23T02:23:25.1239068Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 PASSED [ 53%] 2022-11-23T02:23:25.1239330Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 53%] 2022-11-23T02:23:25.1239547Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1239772Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1240021Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 54%] 2022-11-23T02:23:25.1240234Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1240458Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1240726Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:23:25.1240916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1241109Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1241307Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 PASSED [ 54%] 2022-11-23T02:23:25.1241497Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1241696Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 PASSED [ 54%] 2022-11-23T02:23:25.1242007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T02:23:25.1242199Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1242399Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 PASSED [ 54%] 2022-11-23T02:23:25.1242624Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1242856Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:23:25.1243085Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:23:25.1243274Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1243466Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1243657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1243925Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:23:25.1244188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:23:25.1244378Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 PASSED [ 54%] 2022-11-23T02:23:25.1244570Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_complex128 PASSED [ 54%] 2022-11-23T02:23:25.1244773Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 PASSED [ 55%] 2022-11-23T02:23:25.1244971Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1245166Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1245362Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 PASSED [ 55%] 2022-11-23T02:23:25.1245571Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1245814Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 PASSED [ 55%] 2022-11-23T02:23:25.1246007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1246263Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:23:25.1246468Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 PASSED [ 55%] 2022-11-23T02:23:25.1246666Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1246853Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1247041Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1247264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:23:25.1247525Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:23:25.1247721Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1247966Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 PASSED [ 55%] 2022-11-23T02:23:25.1248206Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1248415Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1248669Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1248879Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1249165Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 55%] 2022-11-23T02:23:25.1249357Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1249559Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1249745Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 PASSED [ 55%] 2022-11-23T02:23:25.1250010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1250270Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1250471Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 PASSED [ 56%] 2022-11-23T02:23:25.1250657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sign_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1250912Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1251103Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 PASSED [ 56%] 2022-11-23T02:23:25.1251293Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 PASSED [ 56%] 2022-11-23T02:23:25.1251482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1251673Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 PASSED [ 56%] 2022-11-23T02:23:25.1251876Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1252139Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 PASSED [ 56%] 2022-11-23T02:23:25.1252349Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1252577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:23:25.1252844Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1253106Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1253378Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1253581Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1253916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1254116Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1254438Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1254698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1254985Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:23:25.1255189Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1255429Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 56%] 2022-11-23T02:23:25.1255733Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:23:25.1256034Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:23:25.1256336Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:23:25.1256619Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:23:25.1256826Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1257025Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1257226Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1257416Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1257612Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1257804Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1257991Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stft_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1258175Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1258406Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1258587Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1258788Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1258977Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1259162Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1259359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1259537Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1259765Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1259976Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1260163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_float64 PASSED [ 57%] 2022-11-23T02:23:25.1260395Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 PASSED [ 57%] 2022-11-23T02:23:25.1260590Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1260778Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1261030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1261228Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1261419Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1261611Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1261797Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1262065Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:23:25.1262259Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1262450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1262649Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1262843Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1263039Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1263234Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1263423Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1263632Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1263825Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1264018Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1264209Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1264397Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1264597Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1264834Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1265032Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_float64 PASSED [ 58%] 2022-11-23T02:23:25.1265226Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 PASSED [ 58%] 2022-11-23T02:23:25.1265492Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:23:25.1265818Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:23:25.1266017Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1266213Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 PASSED [ 59%] 2022-11-23T02:23:25.1266449Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1266640Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 PASSED [ 59%] 2022-11-23T02:23:25.1266833Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1267027Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1267265Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_float64 PASSED [ 59%] 2022-11-23T02:23:25.1267458Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1267651Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1267839Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 PASSED [ 59%] 2022-11-23T02:23:25.1268033Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_complex128 PASSED [ 59%] 2022-11-23T02:23:25.1268219Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_where_cpu_float64 PASSED [ 59%] 2022-11-23T02:23:25.1268393Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 PASSED [ 59%] 2022-11-23T02:23:25.1268657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:23:25.1268888Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:23:25.1269211Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:23:25.1269447Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:23:25.1269676Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rdiv___cpu_float64 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:23:25.1269914Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:23:25.1270140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmod___cpu_float64 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:23:25.1270354Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:23:25.1270565Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_complex128 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:23:25.1270754Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acos_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1270949Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1271186Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1271376Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_add_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1271577Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1271816Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addbmm_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1272017Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1272213Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1272447Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1272663Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1272870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1273062Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1273255Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1273428Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addr_cpu_float64 PASSED [ 60%] 2022-11-23T02:23:25.1273690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:23:25.1274002Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:23:25.1274236Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:23:25.1274464Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_angle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:23:25.1274724Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:23:25.1274985Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:23:25.1275249Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:23:25.1275478Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 60%] 2022-11-23T02:23:25.1275672Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_complex128 PASSED [ 60%] 2022-11-23T02:23:25.1275869Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_complex128 PASSED [ 61%] 2022-11-23T02:23:25.1276061Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_float64 PASSED [ 61%] 2022-11-23T02:23:25.1276298Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1276535Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1276774Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1276970Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 PASSED [ 61%] 2022-11-23T02:23:25.1277204Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1277479Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1277760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1277988Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1278246Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1278507Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:23:25.1278752Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1278992Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1279226Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1279488Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:23:25.1279746Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:23:25.1280036Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1280265Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1280491Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdouble_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1280715Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1280958Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:23:25.1281197Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1281420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:23:25.1281615Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 PASSED [ 62%] 2022-11-23T02:23:25.1281853Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1282081Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1282311Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1282512Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 PASSED [ 62%] 2022-11-23T02:23:25.1282753Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1282992Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1283224Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_contiguous_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1283457Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1283755Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_complex128 PASSED [ 62%] 2022-11-23T02:23:25.1284031Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:23:25.1284349Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:23:25.1284584Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1284805Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cov_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1285028Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1285255Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cummin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1285457Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 PASSED [ 62%] 2022-11-23T02:23:25.1285653Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumprod_cpu_float64 PASSED [ 62%] 2022-11-23T02:23:25.1285850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 PASSED [ 62%] 2022-11-23T02:23:25.1286043Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumsum_cpu_float64 PASSED [ 62%] 2022-11-23T02:23:25.1286341Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1286579Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1286817Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1287046Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:23:25.1287275Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1287498Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1287698Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T02:23:25.1287912Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 63%] 2022-11-23T02:23:25.1288123Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 PASSED [ 63%] 2022-11-23T02:23:25.1288331Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T02:23:25.1288558Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1288781Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1289014Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1289247Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1289531Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_einsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1289793Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:23:25.1290141Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:23:25.1290398Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:23:25.1290656Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:23:25.1290913Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:23:25.1291102Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfc_cpu_float64 PASSED [ 63%] 2022-11-23T02:23:25.1291338Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1291574Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1291801Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1291992Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expm1_cpu_float64 PASSED [ 63%] 2022-11-23T02:23:25.1292225Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1292504Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1292729Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:23:25.1292965Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1293191Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1293430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1293660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1293889Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1294117Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1294343Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1294570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1294781Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1295017Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1295245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1295521Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1295759Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1296084Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1296317Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1296540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1296767Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1296994Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1297190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_complex128 PASSED [ 64%] 2022-11-23T02:23:25.1297381Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fill_cpu_float64 PASSED [ 64%] 2022-11-23T02:23:25.1297609Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1297833Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1298062Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:23:25.1298290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flipud_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1298558Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1298781Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1298987Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_complex128 PASSED [ 65%] 2022-11-23T02:23:25.1299181Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_cpu_float64 PASSED [ 65%] 2022-11-23T02:23:25.1299403Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1299591Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmod_cpu_float64 PASSED [ 65%] 2022-11-23T02:23:25.1299817Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1300074Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1300341Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1300572Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1300799Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gather_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1301061Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1301302Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1301538Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1301775Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_grid_sampler_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1302041Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1302363Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1302630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1302861Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1303092Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1303318Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:23:25.1303506Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_i0_cpu_float64 PASSED [ 65%] 2022-11-23T02:23:25.1303768Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:23:25.1304028Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1304256Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_imag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:23:25.1304455Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_float64 PASSED [ 66%] 2022-11-23T02:23:25.1304704Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 PASSED [ 66%] 2022-11-23T02:23:25.1304905Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_complex128 PASSED [ 66%] 2022-11-23T02:23:25.1305101Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 PASSED [ 66%] 2022-11-23T02:23:25.1305339Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:23:25.1305567Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:23:25.1305790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_inner_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:23:25.1306051Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1306306Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1306619Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1306884Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1307181Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1307433Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1307692Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1307954Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:23:25.1308197Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:23:25.1308502Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:23:25.1308737Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:23:25.1309051Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:23:25.1309307Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:23:25.1309551Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:23:25.1309767Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:23:25.1309964Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 PASSED [ 67%] 2022-11-23T02:23:25.1310218Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:23:25.1310450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1310684Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1310965Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1311194Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1311442Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1311670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1311911Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1312145Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1312387Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1312624Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1312860Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1313090Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1313365Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:23:25.1313634Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:23:25.1313903Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:23:25.1314118Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:23:25.1314410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1314652Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1314892Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1315132Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1315372Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:23:25.1315609Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1315846Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1316117Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:23:25.1316359Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1316596Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1316870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1317124Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1317374Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1317617Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1317901Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:23:25.1318127Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1318370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1318594Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1318840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1319076Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1319304Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1319540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1319777Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1320011Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1320285Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1320518Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:23:25.1320781Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:23:25.1320979Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_complex128 PASSED [ 68%] 2022-11-23T02:23:25.1321172Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log10_cpu_float64 PASSED [ 68%] 2022-11-23T02:23:25.1321365Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_complex128 PASSED [ 69%] 2022-11-23T02:23:25.1321551Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_cpu_float64 PASSED [ 69%] 2022-11-23T02:23:25.1321802Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1322049Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1322283Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1322565Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1322840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1323154Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1323417Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1323779Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1324125Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1324394Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1324717Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1325041Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1325271Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1325604Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1325842Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1326067Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1326347Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1326591Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1326986Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:23:25.1327352Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1327690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:23:25.1327892Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 PASSED [ 69%] 2022-11-23T02:23:25.1328136Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1328440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1328729Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1328963Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1329197Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1329431Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1329635Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 PASSED [ 70%] 2022-11-23T02:23:25.1329929Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1330163Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1330394Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1330683Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1330923Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1331181Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1331428Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1331673Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1331901Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_maximum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1332152Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1332394Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1332677Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_minimum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1332916Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1333140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1333363Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_msort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1333608Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_float64 PASSED [ 70%] 2022-11-23T02:23:25.1333829Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:23:25.1334099Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 71%] 2022-11-23T02:23:25.1334320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 71%] 2022-11-23T02:23:25.1334528Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 71%] 2022-11-23T02:23:25.1334742Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1334974Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1335245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:23:25.1335475Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1335704Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1335997Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1336310Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1336570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:23:25.1336836Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:23:25.1337097Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:23:25.1337411Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:23:25.1337684Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1337942Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1338199Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1338457Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1338707Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1338965Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1339214Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1339463Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1339762Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:23:25.1340019Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1340288Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1340518Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 PASSED [ 72%] 2022-11-23T02:23:25.1340891Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1341350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1341605Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1341863Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1342123Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1342377Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1342674Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1342889Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 PASSED [ 72%] 2022-11-23T02:23:25.1343095Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 PASSED [ 72%] 2022-11-23T02:23:25.1343347Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 72%] 2022-11-23T02:23:25.1343605Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1343859Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1344113Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1344348Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1344598Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1344845Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1345092Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1345338Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1345601Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1345857Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1346155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:23:25.1346401Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1346645Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1346881Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1347139Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1347384Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1347630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1347883Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1348130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1348375Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1348671Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1349009Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1349258Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1349510Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1349759Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1350009Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1350272Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1350527Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1350779Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1351036Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1351283Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1351527Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1351770Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:23:25.1351980Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 PASSED [ 73%] 2022-11-23T02:23:25.1352307Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:23:25.1352518Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 PASSED [ 74%] 2022-11-23T02:23:25.1352768Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1353032Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1353288Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1353583Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1353834Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1354089Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1354348Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 PASSED [ 74%] 2022-11-23T02:23:25.1354648Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1354902Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1355160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1355413Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:23:25.1355672Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:23:25.1355896Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1356125Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1356358Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1356583Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1356810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T02:23:25.1357048Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T02:23:25.1357309Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:23:25.1357578Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:23:25.1357803Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1358036Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:23:25.1358307Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1358537Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_permute_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1358763Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polar_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1358992Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:23:25.1359227Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1359453Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1359680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1359906Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1360126Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1360320Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 PASSED [ 75%] 2022-11-23T02:23:25.1360627Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1360889Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1361151Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1361417Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1361680Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1361939Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1362169Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1362376Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 PASSED [ 75%] 2022-11-23T02:23:25.1362574Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_complex128 PASSED [ 75%] 2022-11-23T02:23:25.1362807Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1363021Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:23:25.1363282Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1363548Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1363808Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:23:25.1364040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:23:25.1364309Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:23:25.1364534Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rot90_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:23:25.1364724Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1364943Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:23:25.1365134Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1365358Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:23:25.1365628Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:23:25.1365896Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:23:25.1366102Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 PASSED [ 76%] 2022-11-23T02:23:25.1366303Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_complex128 PASSED [ 76%] 2022-11-23T02:23:25.1366511Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1366763Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1366975Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1367202Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:23:25.1367430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:23:25.1367692Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:23:25.1367951Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:23:25.1368152Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 PASSED [ 76%] 2022-11-23T02:23:25.1368346Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1368623Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:23:25.1368881Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:23:25.1369070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1369261Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_float64 PASSED [ 76%] 2022-11-23T02:23:25.1369448Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_float64 PASSED [ 77%] 2022-11-23T02:23:25.1369663Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1369922Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 77%] 2022-11-23T02:23:25.1370191Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1370505Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1370798Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1371094Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:23:25.1371330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_entr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1371612Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1371902Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1372136Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1372375Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1372656Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1373470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1373705Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1373996Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:23:25.1374301Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:23:25.1374604Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:23:25.1374913Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:23:25.1375157Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1375389Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1375637Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1375881Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:23:25.1376080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_float64 PASSED [ 77%] 2022-11-23T02:23:25.1376278Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_float64 PASSED [ 78%] 2022-11-23T02:23:25.1376506Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1376784Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1376985Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_complex128 PASSED [ 78%] 2022-11-23T02:23:25.1377178Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sub_cpu_float64 PASSED [ 78%] 2022-11-23T02:23:25.1377409Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1377634Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1377873Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1378103Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1378331Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1378561Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1378757Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_complex128 PASSED [ 78%] 2022-11-23T02:23:25.1379002Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1379241Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1379499Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1379697Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_complex128 PASSED [ 78%] 2022-11-23T02:23:25.1379901Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_complex128 PASSED [ 78%] 2022-11-23T02:23:25.1380144Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1380368Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1380602Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1380832Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trace_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1381073Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1381304Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:23:25.1381529Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapz_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1381778Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1381984Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_float64 PASSED [ 79%] 2022-11-23T02:23:25.1382179Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trunc_cpu_float64 PASSED [ 79%] 2022-11-23T02:23:25.1382411Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1394166Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1394537Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1394908Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1395198Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:23:25.1395460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:23:25.1395683Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1395913Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1396149Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1396383Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1396624Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1396849Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1397084Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1397379Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1397614Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1397840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_where_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:23:25.1398035Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_xlogy_cpu_float64 PASSED [ 79%] 2022-11-23T02:23:25.1398228Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_float64 PASSED [ 79%] 2022-11-23T02:23:25.1398492Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:23:25.1398760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:23:25.1399028Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:23:25.1399297Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1399561Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1399834Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1400101Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1400383Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1400655Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1400974Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1401248Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1401527Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1401800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1402026Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:23:25.1402299Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1402590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:23:25.1402792Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 PASSED [ 80%] 2022-11-23T02:23:25.1402986Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_float64 PASSED [ 80%] 2022-11-23T02:23:25.1403191Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 PASSED [ 80%] 2022-11-23T02:23:25.1403441Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 PASSED [ 80%] 2022-11-23T02:23:25.1403641Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 PASSED [ 80%] 2022-11-23T02:23:25.1403861Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 80%] 2022-11-23T02:23:25.1404056Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 PASSED [ 80%] 2022-11-23T02:23:25.1404259Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 PASSED [ 80%] 2022-11-23T02:23:25.1404455Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 PASSED [ 80%] 2022-11-23T02:23:25.1404720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:23:25.1404984Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1405263Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1405532Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1405797Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1406059Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1406326Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1406600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:23:25.1406834Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 81%] 2022-11-23T02:23:25.1407105Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 81%] 2022-11-23T02:23:25.1407399Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1407684Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1407885Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 PASSED [ 81%] 2022-11-23T02:23:25.1408161Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1408429Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1408704Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1408984Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1409255Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1409647Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1409854Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 PASSED [ 81%] 2022-11-23T02:23:25.1410176Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1410451Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1410727Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1410991Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1411260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:23:25.1411525Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:23:25.1411813Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1412099Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1412364Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:23:25.1412627Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:23:25.1412911Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1413674Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 82%] 2022-11-23T02:23:25.1413957Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1414226Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1414425Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 PASSED [ 82%] 2022-11-23T02:23:25.1414695Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1414959Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:23:25.1415225Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:23:25.1415500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1415782Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1416035Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1416282Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 PASSED [ 82%] 2022-11-23T02:23:25.1416489Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 PASSED [ 82%] 2022-11-23T02:23:25.1416761Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1417039Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1417318Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1417591Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1417859Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:23:25.1418127Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1418347Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 PASSED [ 83%] 2022-11-23T02:23:25.1418555Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 PASSED [ 83%] 2022-11-23T02:23:25.1418839Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1419109Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1419316Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 PASSED [ 83%] 2022-11-23T02:23:25.1419508Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 PASSED [ 83%] 2022-11-23T02:23:25.1419750Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 PASSED [ 83%] 2022-11-23T02:23:25.1419949Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 PASSED [ 83%] 2022-11-23T02:23:25.1420217Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:23:25.1420483Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1420756Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1421023Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1421293Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1421578Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1421779Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 PASSED [ 83%] 2022-11-23T02:23:25.1422047Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1422361Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1422638Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1422921Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1423197Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1423470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1423739Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1424004Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:23:25.1424205Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1424469Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1424690Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 84%] 2022-11-23T02:23:25.1424908Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1425124Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1425386Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1425650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1425968Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1426233Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1426503Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1426766Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1427033Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:23:25.1427290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:23:25.1427557Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:23:25.1427819Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:23:25.1428017Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1428263Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1428459Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1428728Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1429014Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 PASSED [ 84%] 2022-11-23T02:23:25.1429284Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:23:25.1429559Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1429836Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1430115Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:23:25.1430390Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1430663Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1430931Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1431197Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1431469Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1431739Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1432056Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1432324Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1432593Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1432862Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1433135Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1433406Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1433671Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1433941Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1434206Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1434459Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 PASSED [ 85%] 2022-11-23T02:23:25.1434658Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 PASSED [ 85%] 2022-11-23T02:23:25.1434924Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:23:25.1435182Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:23:25.1435446Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:23:25.1435714Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:23:25.1435981Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:23:25.1436250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:23:25.1436455Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 PASSED [ 86%] 2022-11-23T02:23:25.1436650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 PASSED [ 86%] 2022-11-23T02:23:25.1436857Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 PASSED [ 86%] 2022-11-23T02:23:25.1437065Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 PASSED [ 86%] 2022-11-23T02:23:25.1437274Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 PASSED [ 86%] 2022-11-23T02:23:25.1437554Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:23:25.1437831Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:23:25.1438140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:23:25.1438410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:23:25.1438673Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1438935Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1439204Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1439474Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1439741Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1440002Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1440263Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1440571Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:23:25.1440826Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:23:25.1441086Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:23:25.1441338Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:23:25.1441571Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:23:25.1441826Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:23:25.1442066Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:23:25.1442336Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:23:25.1442597Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:23:25.1442799Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 PASSED [ 87%] 2022-11-23T02:23:25.1443079Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1443352Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1443629Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1443945Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1444220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1444487Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1444766Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1445046Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1445315Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1445597Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1445869Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1446146Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:23:25.1446463Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:23:25.1446757Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1447029Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1447307Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1447586Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1447876Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1448153Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:23:25.1448453Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:23:25.1448731Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1449028Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:23:25.1449319Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1449605Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1449929Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T02:23:25.1450204Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1450484Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1450759Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1451052Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1451341Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1451610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1451886Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1452160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1452482Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1452753Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:23:25.1453010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:23:25.1453212Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 PASSED [ 88%] 2022-11-23T02:23:25.1453410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 PASSED [ 88%] 2022-11-23T02:23:25.1453612Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 PASSED [ 88%] 2022-11-23T02:23:25.1453905Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1454178Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1454449Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1454727Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1454998Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1455269Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:23:25.1455537Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:23:25.1455847Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:23:25.1456111Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:23:25.1456379Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:23:25.1456654Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1456922Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1457190Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1457454Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1457724Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1457995Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1458308Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:23:25.1458586Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1458858Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1459070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 PASSED [ 89%] 2022-11-23T02:23:25.1459340Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1459610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1459824Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 PASSED [ 89%] 2022-11-23T02:23:25.1460101Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1460372Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1460644Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1460919Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1461194Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1461464Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1461781Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:23:25.1462050Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1462344Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1462616Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1462910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1463200Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1463472Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1463753Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1464040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1464347Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1464608Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1464882Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1465155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1465418Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1465623Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 PASSED [ 90%] 2022-11-23T02:23:25.1465817Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 PASSED [ 90%] 2022-11-23T02:23:25.1466072Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:23:25.1466278Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 PASSED [ 90%] 2022-11-23T02:23:25.1466543Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1466818Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:23:25.1467077Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:23:25.1467277Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 PASSED [ 90%] 2022-11-23T02:23:25.1467546Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:23:25.1467856Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:23:25.1468140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:23:25.1468500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:23:25.1469046Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1469508Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1474741Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1475367Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1475786Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1476402Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1476800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1477224Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1477661Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1478053Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1478453Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1478843Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1479257Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1479674Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1480079Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1480491Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1480961Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1481341Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1481704Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1481931Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 91%] 2022-11-23T02:23:25.1482156Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 91%] 2022-11-23T02:23:25.1482449Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:23:25.1482704Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 91%] 2022-11-23T02:23:25.1482962Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 92%] 2022-11-23T02:23:25.1483264Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1483562Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1483903Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1484185Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1484473Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1484771Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1485075Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1485387Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1485670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1485958Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1486242Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1486469Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 92%] 2022-11-23T02:23:25.1486752Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1487051Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1487375Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1487674Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1487960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1488251Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1488545Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1488832Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1489129Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1489419Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:23:25.1490197Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1490414Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 93%] 2022-11-23T02:23:25.1490726Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1491024Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1491319Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1491613Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1491905Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1492206Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1492503Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1492791Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1493094Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1493386Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1493719Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1494007Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1494289Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1494573Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1494791Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 93%] 2022-11-23T02:23:25.1495010Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 93%] 2022-11-23T02:23:25.1495293Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:23:25.1495508Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 93%] 2022-11-23T02:23:25.1495800Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1496403Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1496705Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1496993Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:23:25.1497278Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1497570Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1497862Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1498144Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1498451Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1498724Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:23:25.1498990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:23:25.1499259Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1499534Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1499829Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T02:23:25.1500099Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:23:25.1500361Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:23:25.1500630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:23:25.1500897Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1501166Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1501435Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1501707Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1501977Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1502495Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 94%] 2022-11-23T02:23:25.1502732Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:23:25.1502968Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:23:25.1503204Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:23:25.1503481Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1503752Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:23:25.1503953Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_float64 PASSED [ 95%] 2022-11-23T02:23:25.1504215Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1504486Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:23:25.1504754Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:23:25.1505021Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:23:25.1505285Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:23:25.1505560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:23:25.1505832Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1506084Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 PASSED [ 95%] 2022-11-23T02:23:25.1506288Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 PASSED [ 95%] 2022-11-23T02:23:25.1506561Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1506850Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1507137Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1507413Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1507692Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1507964Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:23:25.1508240Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1508789Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1509153Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1509412Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1509613Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_cpu_float64 PASSED [ 95%] 2022-11-23T02:23:25.1509840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:23:25.1510074Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:23:25.1510550Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:23:25.1511235Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:23:25.1511579Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 PASSED [ 96%] 2022-11-23T02:23:25.1512079Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 PASSED [ 96%] 2022-11-23T02:23:25.1512396Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 PASSED [ 96%] 2022-11-23T02:23:25.1512622Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 96%] 2022-11-23T02:23:25.1512902Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:23:25.1513193Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1513486Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1513837Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1514039Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 PASSED [ 96%] 2022-11-23T02:23:25.1514234Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 PASSED [ 96%] 2022-11-23T02:23:25.1514499Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:23:25.1514703Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 PASSED [ 96%] 2022-11-23T02:23:25.1514989Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:23:25.1515282Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:23:25.1515560Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:23:25.1515763Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 PASSED [ 96%] 2022-11-23T02:23:25.1515962Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 PASSED [ 96%] 2022-11-23T02:23:25.1516513Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 PASSED [ 96%] 2022-11-23T02:23:25.1516786Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1517059Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1517339Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1517610Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:23:25.1517880Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 97%] 2022-11-23T02:23:25.1518160Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1518430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1518730Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1519006Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1519276Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1519573Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1519848Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1520452Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1520754Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1521065Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1521366Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:23:25.1521676Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:23:25.1521986Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:23:25.1522256Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1522538Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1523042Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_float64 PASSED [ 97%] 2022-11-23T02:23:25.1523315Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1523584Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1523856Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1524125Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1524399Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1524671Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1524934Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:23:25.1525140Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 PASSED [ 98%] 2022-11-23T02:23:25.1525410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1525675Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1525952Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1526226Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1526538Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1526812Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1527077Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1527355Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1527631Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1527898Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1528165Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1528368Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 PASSED [ 98%] 2022-11-23T02:23:25.1528572Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 PASSED [ 98%] 2022-11-23T02:23:25.1528852Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1529171Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1529446Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1529719Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1529985Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1530250Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1530517Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1530790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1531055Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1531332Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:23:25.1531607Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1531878Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1532151Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1532437Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1532681Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 PASSED [ 99%] 2022-11-23T02:23:25.1532882Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 PASSED [ 99%] 2022-11-23T02:23:25.1533091Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 PASSED [ 99%] 2022-11-23T02:23:25.1533288Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 PASSED [ 99%] 2022-11-23T02:23:25.1533573Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1533848Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1534107Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1534378Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:23:25.1534642Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:23:25.1534922Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:23:25.1535227Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:23:25.1535494Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1535772Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1536036Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1536301Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1536563Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:23:25.1536762Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 PASSED [ 99%] 2022-11-23T02:23:25.1536968Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 PASSED [ 99%] 2022-11-23T02:23:25.1537232Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:23:25.1537498Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:23:25.1537509Z 2022-11-23T02:23:25.1537632Z ============================== warnings summary =============================== 2022-11-23T02:23:25.1537824Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:23:25.1538130Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:23:25.1538239Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:23:25.1538245Z 2022-11-23T02:23:25.1538448Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:23:25.1538792Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-74182eedfdb6095f.xml - 2022-11-23T02:23:25.1538952Z = 888 passed, 1465 skipped, 12 deselected, 19 xfailed, 1 warning in 275.94s (0:04:35) = 2022-11-23T02:23:25.1539144Z 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-23T02:23:25.1539151Z 2022-11-23T02:23:25.1539490Z ##[endgroup] 2022-11-23T02:23:25.1539757Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_his25n2y) 2022-11-23T02:23:25.1539766Z 2022-11-23T02:25:49.3364873Z 2022-11-23T02:25:49.3365391Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:25:49.3366237Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_hzh0ocbn) 2022-11-23T02:25:49.3423872Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-5b4b70e08ab9e76d.xml 2022-11-23T02:25:49.3424291Z ============================= test session starts ============================= 2022-11-23T02:25:49.3424658Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:49.3424963Z cachedir: .pytest_cache 2022-11-23T02:25:49.3426299Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:49.3426961Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:49.3427406Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:25:49.3427802Z collecting ... collected 4845 items / 8 deselected / 4837 selected 2022-11-23T02:25:49.3745934Z Running 2453 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_cosine_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad__softmax_backward_data_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ge_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_exponential_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_kaiser_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_topk_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_grid_sampler_2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_dropout_backward_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_gaussian_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_copy_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-11-23T02:25:49.4139614Z 2022-11-23T02:25:49.4140209Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4141008Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4141813Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4142609Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4143411Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4144278Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4145038Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4145751Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4146788Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:25:49.4147451Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:25:49.4148131Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4148881Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4149687Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4150512Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4151275Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4152054Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4152814Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4153569Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4154298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4155053Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4155782Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:25:49.4156580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:25:49.4157549Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:25:49.4158337Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:25:49.4159087Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4159844Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4160648Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4161463Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:25:49.4162329Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:25:49.4163103Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:25:49.4163838Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T02:25:49.4164709Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 1%] 2022-11-23T02:25:49.4165427Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4166175Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4166930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4167663Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4168387Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4169122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4169864Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4170613Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4171372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:25:49.4172122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4172887Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:25:49.4173636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4174467Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 1%] 2022-11-23T02:25:49.4175473Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 1%] 2022-11-23T02:25:49.4176195Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 PASSED [ 1%] 2022-11-23T02:25:49.4176899Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4177683Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cdouble_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:25:49.4178428Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4179167Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:25:49.4179937Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:25:49.4180703Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4181461Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4182311Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4183046Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4183807Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4184537Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4185298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4186029Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4186786Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4187539Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4188320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4189089Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4189848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4190580Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4191298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4192036Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4192931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:25:49.4193735Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:25:49.4194494Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4195241Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4195988Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:25:49.4196727Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4197458Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4198209Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4198972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4199853Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4200619Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4201409Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4202264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4203002Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4203785Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4204601Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4205401Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4206152Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4206879Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4207632Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4208512Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:25:49.4209341Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:25:49.4210171Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:25:49.4211132Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:25:49.4211939Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:25:49.4212751Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:25:49.4213482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4214220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4214992Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4215777Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:25:49.4216530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4217279Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4218111Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:25:49.4218879Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4219639Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4220377Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4221186Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4221969Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4222790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4223586Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4224389Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4225188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4225988Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4226782Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4227574Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4228392Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4229325Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4230146Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4230956Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4231766Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4232574Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4233391Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4234203Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4235001Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:25:49.4235780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4236630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4237392Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4238128Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4238854Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4239595Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4240365Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4241117Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4241931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4242669Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4243441Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:25:49.4244255Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:25:49.4245056Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4245833Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4246607Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:25:49.4247495Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:25:49.4248266Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4249025Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4249797Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:25:49.4250576Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4251458Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4252472Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4253501Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:25:49.4254511Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4255652Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:49.4256682Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4257710Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4258715Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4259759Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:25:49.4260824Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:25:49.4261897Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:25:49.4262938Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:25:49.4264033Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:25:49.4265081Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4266050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4267040Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4268014Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4268931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4270007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4271021Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4271980Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T02:25:49.4272952Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4273972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4274986Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:25:49.4276046Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4277083Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4278098Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4279099Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4280254Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:25:49.4281283Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4282456Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4283393Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4284413Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4285493Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4286551Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4287555Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4288577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4289632Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4290725Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4291826Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4292910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4294140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4295122Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 7%] 2022-11-23T02:25:49.4296119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4297185Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4298188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4299230Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4300285Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4301338Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4302400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4303589Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4304657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:25:49.4305738Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4306843Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:25:49.4307979Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:25:49.4309080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4310131Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4311187Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4312237Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4313306Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T02:25:49.4314389Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4315421Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4316576Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4317632Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4318676Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4319728Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4320837Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4322011Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4323089Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4324124Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4325177Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4326204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4327377Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4328345Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4329226Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4330119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4331019Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4331913Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:25:49.4332780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4333656Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4334540Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4335460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_log_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4336357Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4337261Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4338193Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:25:49.4339234Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:25:49.4340148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:25:49.4341077Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:25:49.4341991Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4342906Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4343776Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4344662Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4345544Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4346394Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4347338Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4348250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:25:49.4349213Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4350149Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4351051Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4351955Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4352851Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4353748Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4354657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:25:49.4355504Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4356361Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4357259Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4358153Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4359030Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4360017Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4360887Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4361839Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4362740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4363612Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4364462Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4365359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4366242Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4367095Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4368110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4368968Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4369822Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4370679Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4371611Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4372449Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4373311Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4374186Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:25:49.4375043Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4375901Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:49.4376841Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4377759Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4378651Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4379538Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4380527Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4381477Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4382385Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4383380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4384332Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4385288Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4386202Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4387120Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4388173Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:25:49.4389156Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4390156Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4391117Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4392094Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4393057Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4394015Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4394960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4395894Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4396806Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4397817Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4398779Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4433084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:25:49.4434385Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4435551Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4436712Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4437848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4438855Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 12%] 2022-11-23T02:25:49.4439891Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4441050Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4442294Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4443469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4444746Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4445835Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4446970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4448126Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4449316Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4450410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4451505Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4452635Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4453750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4454895Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4456069Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4457165Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4458407Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:25:49.4459426Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 12%] 2022-11-23T02:25:49.4460391Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 12%] 2022-11-23T02:25:49.4461536Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4462676Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4463791Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4464927Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4466044Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4467231Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4468463Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4469618Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4470764Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4471905Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4473077Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4474218Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4475309Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4476385Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4477458Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4478586Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4479717Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4480799Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4481988Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4483225Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4484401Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4485666Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4486830Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4487947Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4489096Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:25:49.4490193Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4491253Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4493293Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4494345Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4495405Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4496502Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4497592Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4498594Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 14%] 2022-11-23T02:25:49.4499627Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:25:49.4500720Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:25:49.4501750Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4502832Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4503917Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4504967Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4506044Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4507080Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:25:49.4508183Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:25:49.4509261Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4510344Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4511362Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4512420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4513463Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4514531Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:25:49.4515615Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:25:49.4516711Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4517811Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4519378Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4520292Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4521162Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4522102Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4522958Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4523832Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4524687Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4525528Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4526432Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4527343Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4528216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4529085Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4529882Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4530813Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4531636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4532495Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4533299Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T02:25:49.4534057Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4534831Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4535628Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4536466Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:25:49.4537376Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4538228Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:49.4539741Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4540642Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4541503Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4542302Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 PASSED [ 16%] 2022-11-23T02:25:49.4543074Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4543928Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4544930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4545870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4546876Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4547850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4548865Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4549873Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4550889Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4551823Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4552897Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4553916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4554931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4555931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4557108Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T02:25:49.4558163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4559204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4560212Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4562007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4563121Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:25:49.4564165Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:25:49.4565192Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4566216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:25:49.4567304Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T02:25:49.4568420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:25:49.4569454Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4570444Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4571436Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4572412Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4573373Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4574350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4575476Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4576434Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4577359Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4578324Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4579286Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4580296Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4581310Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4582272Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4583221Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4584186Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4585789Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4586761Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4587741Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4588699Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:25:49.4589686Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4590641Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4591613Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4592601Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4593584Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4594560Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4595507Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4596471Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4597428Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4598416Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4600001Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4601008Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4602057Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4603021Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4603987Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4604997Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4605962Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4606895Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4607844Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4609484Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4610528Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4611549Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4612525Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:25:49.4613520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:25:49.4614492Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:25:49.4615480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4616414Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4617226Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4618025Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4618840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4619663Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4620452Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4621244Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4622171Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4622991Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4623776Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4624579Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4625354Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4626134Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4626941Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:25:49.4627735Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:25:49.4628625Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:25:49.4629904Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_H_cpu_float64 PASSED [ 19%] 2022-11-23T02:25:49.4630472Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___getitem___cpu_float64 PASSED [ 19%] 2022-11-23T02:25:49.4631098Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 PASSED [ 19%] 2022-11-23T02:25:49.4631716Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rmatmul___cpu_float64 PASSED [ 19%] 2022-11-23T02:25:49.4632316Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_complex128 PASSED [ 19%] 2022-11-23T02:25:49.4632928Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad___rsub___cpu_float64 PASSED [ 19%] 2022-11-23T02:25:49.4633518Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_abs_cpu_complex128 PASSED [ 19%] 2022-11-23T02:25:49.4634178Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_complex128 SKIPPED (Skipped!) [ 20%] 2022-11-23T02:25:49.4634862Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acos_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4635473Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_acosh_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4636095Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_add_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4636686Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addbmm_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4637316Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4637931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcdiv_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4638469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addcmul_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4639043Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4639604Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4640319Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4641039Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4641742Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addmv_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4642497Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_addr_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4643173Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_allclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:25:49.4643845Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_amin_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4644456Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_complex128 PASSED [ 20%] 2022-11-23T02:25:49.4645055Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_angle_cpu_float64 PASSED [ 20%] 2022-11-23T02:25:49.4645716Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_any_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:25:49.4646533Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_arange_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:25:49.4647281Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:25:49.4648026Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:25:49.4648748Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_argwhere_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:25:49.4649460Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 20%] 2022-11-23T02:25:49.4650734Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 XFAIL [ 20%] 2022-11-23T02:25:49.4651384Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 XFAIL [ 21%] 2022-11-23T02:25:49.4652059Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asin_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4652717Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_asinh_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4653346Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan2_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4653916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4654535Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atan_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4655148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atanh_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4655756Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4656409Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4657027Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4657654Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 XFAIL [ 21%] 2022-11-23T02:25:49.4658285Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4658932Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bmm_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4659595Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:25:49.4660323Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_bool_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:25:49.4661020Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4661728Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_byte_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:25:49.4662566Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4663202Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_complex128 PASSED [ 21%] 2022-11-23T02:25:49.4663850Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cat_cpu_float64 PASSED [ 21%] 2022-11-23T02:25:49.4664454Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_complex128 XFAIL [ 21%] 2022-11-23T02:25:49.4665073Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cfloat_cpu_float64 XFAIL [ 21%] 2022-11-23T02:25:49.4665670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chalf_cpu_float64 XFAIL [ 21%] 2022-11-23T02:25:49.4666350Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:25:49.4667078Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_char_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:25:49.4667796Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4668386Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4668970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4669575Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4670189Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_chunk_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4671453Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_max_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4672036Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_clamp_min_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4672596Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4673207Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_column_stack_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4673786Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_complex_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4674407Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4675042Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4675670Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4676335Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cosh_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4677115Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:25:49.4677978Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cov_cpu_float64 XFAIL [ 22%] 2022-11-23T02:25:49.4678636Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cross_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4679220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cummin_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4679843Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumprod_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4680487Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumsum_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4681164Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 PASSED [ 22%] 2022-11-23T02:25:49.4681922Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diag_embed_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4682581Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_copy_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4683253Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_cpu_float64 PASSED [ 22%] 2022-11-23T02:25:49.4684024Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4684666Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_diff_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4685293Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4685910Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dist_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4686490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4687140Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4687784Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4688440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dot_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4689106Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_dstack_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4689817Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:25:49.4690633Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:25:49.4691367Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_empty_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:25:49.4692249Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_eq_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:25:49.4693032Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_equal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:25:49.4693709Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4694374Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_exp_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4695027Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4695632Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_as_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4696199Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_expand_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4696746Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4697315Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4697895Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4698482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 PASSED [ 23%] 2022-11-23T02:25:49.4699069Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 PASSED [ 23%] 2022-11-23T02:25:49.4699659Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4700275Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4700875Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4701445Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4702010Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4702581Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4703168Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4703884Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4704483Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4705061Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4705653Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4706266Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4706878Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4707446Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4708022Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4708559Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4709114Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4709667Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fill_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4710262Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4710838Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flatten_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4711530Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fliplr_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4712146Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_flipud_cpu_complex128 PASSED [ 24%] 2022-11-23T02:25:49.4712745Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_complex128 XFAIL [ 24%] 2022-11-23T02:25:49.4713321Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_cpu_float64 XFAIL [ 24%] 2022-11-23T02:25:49.4713889Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_float_power_cpu_float64 PASSED [ 24%] 2022-11-23T02:25:49.4714442Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_floor_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4714992Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmax_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4715536Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_fmin_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4716078Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_frac_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4716749Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4717515Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4718335Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_full_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4719125Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_heaviside_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4719859Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4720506Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_complex128 PASSED [ 25%] 2022-11-23T02:25:49.4721084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hsplit_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4721728Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_complex128 PASSED [ 25%] 2022-11-23T02:25:49.4722264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hstack_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4722945Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_hypot_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4723490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_i0_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4724196Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igamma_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4724952Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_igammac_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4725622Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_add_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4726179Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_copy_cpu_complex128 PASSED [ 25%] 2022-11-23T02:25:49.4726711Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_fill_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4727272Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_put_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4727827Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_reduce_cpu_float64 PASSED [ 25%] 2022-11-23T02:25:49.4728394Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_index_select_cpu_complex128 PASSED [ 25%] 2022-11-23T02:25:49.4729084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:25:49.4729848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_int_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4730726Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4731449Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isinf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4732178Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isnan_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4732909Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isneginf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4733641Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isposinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4734371Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_isreal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4735014Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_istft_cpu_complex128 XFAIL [ 26%] 2022-11-23T02:25:49.4735642Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T02:25:49.4736404Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T02:25:49.4737095Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T02:25:49.4737735Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T02:25:49.4738404Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T02:25:49.4739035Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 26%] 2022-11-23T02:25:49.4739604Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_complex128 PASSED [ 26%] 2022-11-23T02:25:49.4740139Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_kron_cpu_float64 PASSED [ 26%] 2022-11-23T02:25:49.4740684Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ldexp_cpu_complex128 PASSED [ 26%] 2022-11-23T02:25:49.4741435Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_le_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:25:49.4742121Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_complex128 PASSED [ 26%] 2022-11-23T02:25:49.4742679Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lerp_cpu_float64 PASSED [ 26%] 2022-11-23T02:25:49.4743216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lgamma_cpu_float64 PASSED [ 26%] 2022-11-23T02:25:49.4743761Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 PASSED [ 26%] 2022-11-23T02:25:49.4744300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 PASSED [ 26%] 2022-11-23T02:25:49.4744870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_cpu_float64 PASSED [ 26%] 2022-11-23T02:25:49.4745471Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 PASSED [ 26%] 2022-11-23T02:25:49.4746056Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4746597Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4747158Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4747759Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4748488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4749055Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4749627Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4750188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4750872Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:25:49.4751624Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:25:49.4752346Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:25:49.4753092Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:25:49.4753806Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:25:49.4754450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4755068Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4755673Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4756239Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4756813Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 PASSED [ 27%] 2022-11-23T02:25:49.4757411Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4758104Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:25:49.4758776Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4759469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4760095Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4760697Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 27%] 2022-11-23T02:25:49.4761407Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T02:25:49.4762163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4762739Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4763318Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4763921Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4764510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4765061Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4765611Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4766191Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4766905Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4767480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4768051Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4768663Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4769251Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4769896Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:25:49.4770533Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4771139Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log10_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4771731Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log1p_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4772288Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4772849Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4773447Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_log_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4774005Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logaddexp_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4774577Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4775162Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_complex128 PASSED [ 28%] 2022-11-23T02:25:49.4775737Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logdet_cpu_float64 PASSED [ 28%] 2022-11-23T02:25:49.4776420Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_and_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:25:49.4777184Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logical_not_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:25:49.4777965Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logit_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4778635Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_logspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:25:49.4779303Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4779860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_solve_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4780429Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4780995Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mH_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4781562Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4782114Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mT_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4782659Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amax_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4783223Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_amin_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4783862Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:25:49.4784511Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4785208Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4785785Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4786362Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_fill_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4786982Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_mean_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4787634Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4788235Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_prod_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4788834Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4789429Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4790035Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_select_cpu_complex128 PASSED [ 29%] 2022-11-23T02:25:49.4790647Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_softmin_cpu_float64 PASSED [ 29%] 2022-11-23T02:25:49.4791211Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_masked_var_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4791781Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matmul_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4792374Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 PASSED [ 30%] 2022-11-23T02:25:49.4792971Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4793555Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_binary_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4794146Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4794767Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4795332Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mean_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4795938Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4796534Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_binary_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4797254Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4797884Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4798474Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_minimum_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4799046Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mode_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4799612Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_movedim_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4800176Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_msort_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4800734Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mul_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4801393Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_multinomial_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:25:49.4802145Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_complex128 PASSED [ 30%] 2022-11-23T02:25:49.4802659Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mv_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4803226Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4803802Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_narrow_cpu_complex128 PASSED [ 30%] 2022-11-23T02:25:49.4804513Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4805110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:49.4805669Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_complex128 PASSED [ 30%] 2022-11-23T02:25:49.4806227Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_neg_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4806891Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:25:49.4807646Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:25:49.4808403Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:25:49.4809180Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:25:49.4809930Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_new_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:25:49.4810642Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nextafter_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:25:49.4811348Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4812000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4813153Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4814087Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4814535Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4815018Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4815469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4816067Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4816513Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4816944Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 PASSED [ 31%] 2022-11-23T02:25:49.4817369Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4817888Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 31%] 2022-11-23T02:25:49.4818336Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4818848Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 31%] 2022-11-23T02:25:49.4819308Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4819761Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4820207Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 31%] 2022-11-23T02:25:49.4820642Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4821166Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4821645Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4822119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4822557Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4822999Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4823457Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4824117Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4824785Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4825252Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4825701Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4826147Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4826588Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4827048Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4827488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4827918Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4828335Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4828782Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-11-23T02:25:49.4829298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4829760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4830199Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4830642Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4831090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4831536Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 PASSED [ 32%] 2022-11-23T02:25:49.4831968Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 PASSED [ 32%] 2022-11-23T02:25:49.4832406Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4832862Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4833309Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4833755Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4834216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4834713Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4835163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4835585Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4836007Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4836430Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4836941Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T02:25:49.4837432Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4837869Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4838298Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4838745Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4839187Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4839633Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4840067Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4840511Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4840992Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4841448Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4841989Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 33%] 2022-11-23T02:25:49.4842537Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T02:25:49.4843052Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T02:25:49.4843505Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_cpu_complex128 PASSED [ 33%] 2022-11-23T02:25:49.4843906Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 PASSED [ 34%] 2022-11-23T02:25:49.4844307Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 PASSED [ 34%] 2022-11-23T02:25:49.4844702Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_inf_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4845092Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4845518Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 34%] 2022-11-23T02:25:49.4845973Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 34%] 2022-11-23T02:25:49.4846466Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4846914Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_outer_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4847355Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_permute_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4847749Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pinverse_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4848134Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polar_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4848544Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4848981Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:25:49.4849443Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:25:49.4849860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_pow_cpu_complex128 PASSED [ 34%] 2022-11-23T02:25:49.4850249Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_complex128 PASSED [ 34%] 2022-11-23T02:25:49.4850639Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_prod_cpu_float64 PASSED [ 34%] 2022-11-23T02:25:49.4851101Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4851626Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rand_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4852148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randint_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4852658Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4853166Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4853679Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4854200Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_randn_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:25:49.4854653Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4855089Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_ravel_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4855485Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reciprocal_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4855877Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_remainder_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4856257Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_renorm_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4856644Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4857056Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4857469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4857862Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_reshape_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4858321Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:25:49.4858837Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:25:49.4859338Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resize_as__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:25:49.4859843Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4860246Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rot90_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4860641Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4861066Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:25:49.4861504Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:25:49.4861915Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4862291Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsqrt_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4862680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_rsub_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4863082Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4863498Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4863915Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4864318Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:49.4864725Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_select_scatter_cpu_float64 PASSED [ 35%] 2022-11-23T02:25:49.4865109Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_complex128 PASSED [ 36%] 2022-11-23T02:25:49.4865491Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sgn_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4865943Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_short_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4866400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 PASSED [ 36%] 2022-11-23T02:25:49.4866796Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sigmoid_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4867273Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4867877Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4868438Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4868955Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_signbit_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4869401Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sin_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4869784Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sinh_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4870177Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4870567Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sort_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4870989Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 36%] 2022-11-23T02:25:49.4871490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4872025Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4872547Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4873136Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4873712Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-11-23T02:25:49.4874258Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_entr_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4874752Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:25:49.4875285Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i0e_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4875694Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4876098Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_i1e_cpu_float64 PASSED [ 36%] 2022-11-23T02:25:49.4876589Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:25:49.4877153Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:25:49.4877719Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:25:49.4878204Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4878609Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4879109Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:25:49.4879688Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:25:49.4880915Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:25:49.4881527Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:25:49.4882223Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:25:49.4882809Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:25:49.4883288Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4883691Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4884110Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4884600Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4885026Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sqrt_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4885503Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4886061Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_squeeze_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4886492Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4886923Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stack_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4887315Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4887708Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4888094Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_std_mean_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4888482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_complex128 PASSED [ 37%] 2022-11-23T02:25:49.4888872Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_stft_cpu_float64 PASSED [ 37%] 2022-11-23T02:25:49.4889250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sub_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4889624Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4890023Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4890429Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_svd_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4890828Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_symeig_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4891217Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_t_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4891601Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4891983Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_take_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4892363Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4892730Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tan_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4893123Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4893521Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tensordot_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4893904Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tile_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4894337Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4894727Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_to_sparse_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4895100Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trace_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4895489Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4895884Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4896266Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trapz_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4896649Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4897029Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_tril_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4897408Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_trunc_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4897774Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unbind_cpu_float64 PASSED [ 38%] 2022-11-23T02:25:49.4898172Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unflatten_cpu_complex128 PASSED [ 38%] 2022-11-23T02:25:49.4898575Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_copy_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4898972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4899414Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unfold_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4899906Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_uniform_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:25:49.4900440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:25:49.4900979Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unique_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:25:49.4901448Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4901840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4902227Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4902626Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_var_mean_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4903019Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4903401Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vdot_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4903790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4904179Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4904561Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4904957Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_copy_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4905345Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4905728Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_view_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4906109Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vsplit_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4906496Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4906867Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_vstack_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4907300Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4907693Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_where_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4908087Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_xlogy_cpu_float64 PASSED [ 39%] 2022-11-23T02:25:49.4908472Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_complex128 PASSED [ 39%] 2022-11-23T02:25:49.4908854Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zero__cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4909357Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T02:25:49.4909900Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T02:25:49.4910363Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4910743Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_H_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4911128Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_T_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4911527Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4911931Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4912383Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___radd___cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4912792Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4913206Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4913593Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4913988Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_abs_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4914380Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_acos_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4914772Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4915169Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_add_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4915587Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4915975Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4916382Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4916821Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4917250Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4917662Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4918065Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 PASSED [ 40%] 2022-11-23T02:25:49.4918475Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_addr_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:49.4918950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4919397Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amax_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4919790Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_amin_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4920190Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4920651Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_angle_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4921131Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4921787Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4922315Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4922863Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4923394Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4923888Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4924322Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4924739Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4925142Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4925601Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4926000Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4926397Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atan_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4926780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4927188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4927602Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4928014Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4928426Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 XFAIL [ 41%] 2022-11-23T02:25:49.4928839Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 PASSED [ 41%] 2022-11-23T02:25:49.4929235Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 PASSED [ 41%] 2022-11-23T02:25:49.4929704Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:25:49.4930236Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:25:49.4930718Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4931158Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4931581Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4932005Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4932482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:25:49.4932999Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:25:49.4933535Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4933969Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4934492Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T02:25:49.4935150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T02:25:49.4935754Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 42%] 2022-11-23T02:25:49.4936264Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4936718Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cdouble_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4937155Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 XFAIL [ 42%] 2022-11-23T02:25:49.4937559Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 XFAIL [ 42%] 2022-11-23T02:25:49.4938065Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:25:49.4938611Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4939073Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4939546Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4940018Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4940485Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4940901Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 PASSED [ 42%] 2022-11-23T02:25:49.4941341Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 PASSED [ 42%] 2022-11-23T02:25:49.4941774Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4942231Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4942685Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4943136Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_complex_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4943569Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4943987Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4944442Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4944879Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4945315Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cos_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4945754Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4946272Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:25:49.4946779Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4947241Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4947685Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4948139Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4948598Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4949044Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4949495Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4949950Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4950376Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4950858Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4951317Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_diff_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4951760Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4952216Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 43%] 2022-11-23T02:25:49.4952676Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 PASSED [ 43%] 2022-11-23T02:25:49.4953194Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_double_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4953615Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4954057Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4954501Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4955001Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:25:49.4955488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erf_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4955924Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4956365Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4956785Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4957227Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_expand_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4957736Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:25:49.4958246Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4958692Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4959129Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4959571Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4959973Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4980163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4980829Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4981265Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4981969Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4982427Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 PASSED [ 44%] 2022-11-23T02:25:49.4982921Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4983372Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4983816Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 PASSED [ 44%] 2022-11-23T02:25:49.4984245Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4984660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4985102Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4985548Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4985987Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4986429Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4986865Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4987368Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4987780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4988260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4988699Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4989195Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4989714Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4990256Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4990682Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4991152Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4991695Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4992192Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:49.4992705Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4993203Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 PASSED [ 45%] 2022-11-23T02:25:49.4993722Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_grid_sampler_2d_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-11-23T02:25:49.4994291Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4994825Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_half_cpu_float64 XFAIL [ 45%] 2022-11-23T02:25:49.4995373Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4995970Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:25:49.4996472Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.4996903Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.4997332Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_i0_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.4997832Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.4998325Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 PASSED [ 46%] 2022-11-23T02:25:49.4998770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 PASSED [ 46%] 2022-11-23T02:25:49.4999193Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.4999635Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.5000056Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.5000556Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 PASSED [ 46%] 2022-11-23T02:25:49.5001015Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.5001552Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 PASSED [ 46%] 2022-11-23T02:25:49.5002089Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_inner_cpu_float64 PASSED [ 46%] 2022-11-23T02:25:49.5002541Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5003068Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5003586Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5004104Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5004622Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5005143Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5005669Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:25:49.5006124Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 PASSED [ 46%] 2022-11-23T02:25:49.5006618Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:25:49.5007129Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:25:49.5007598Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T02:25:49.5008029Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5008486Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:25:49.5008987Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5009376Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5009781Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5010184Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5010587Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5011002Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5011401Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5011814Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5012217Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5012680Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5013148Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5013630Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:25:49.5014228Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:25:49.5014714Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 47%] 2022-11-23T02:25:49.5015150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-11-23T02:25:49.5015584Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5016005Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5016405Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5016820Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5017243Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5017660Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5018075Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 PASSED [ 47%] 2022-11-23T02:25:49.5018489Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 PASSED [ 47%] 2022-11-23T02:25:49.5018951Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5019403Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5019885Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:25:49.5020361Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 XFAIL [ 48%] 2022-11-23T02:25:49.5020753Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 XFAIL [ 48%] 2022-11-23T02:25:49.5021179Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 48%] 2022-11-23T02:25:49.5021661Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5022069Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5022490Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5022991Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 48%] 2022-11-23T02:25:49.5023480Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5023888Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5024303Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5024770Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5025236Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5025639Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5026041Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5026450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5026913Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5027341Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5027767Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 PASSED [ 48%] 2022-11-23T02:25:49.5028188Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 PASSED [ 48%] 2022-11-23T02:25:49.5028677Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:25:49.5029222Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:25:49.5029688Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 PASSED [ 49%] 2022-11-23T02:25:49.5030097Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 PASSED [ 49%] 2022-11-23T02:25:49.5030488Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_cpu_complex128 PASSED [ 49%] 2022-11-23T02:25:49.5030939Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5031413Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_log_softmax_with_dtype_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5031837Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5032257Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5032747Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:25:49.5033294Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:25:49.5033834Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:25:49.5034418Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:25:49.5034949Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:25:49.5035477Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:25:49.5035947Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 PASSED [ 49%] 2022-11-23T02:25:49.5036367Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5036821Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 PASSED [ 49%] 2022-11-23T02:25:49.5037260Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mT_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5037658Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5038071Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5038489Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5038911Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5039321Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5039816Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:25:49.5040262Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:25:49.5040691Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128 PASSED [ 49%] 2022-11-23T02:25:49.5041096Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5041509Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5042032Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5042459Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5042934Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5043409Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5043828Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5044234Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5044649Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5045057Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5045469Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5045896Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5046314Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mean_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5046719Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_median_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5047173Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5047625Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5048158Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5048645Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5049085Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5049549Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5049944Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mm_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5050355Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5050751Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5051153Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_msort_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:49.5051553Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 PASSED [ 50%] 2022-11-23T02:25:49.5051947Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mv_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5052360Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5052783Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5053824Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5054220Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5054708Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5055254Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5055728Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 XFAIL [ 51%] 2022-11-23T02:25:49.5056206Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5056727Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5057255Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5057804Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5058356Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5058882Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:25:49.5059379Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5059846Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5060319Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5060780Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5061282Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5061846Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5062289Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5062721Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5063163Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5063621Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 51%] 2022-11-23T02:25:49.5064102Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5064571Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5065009Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5065450Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 52%] 2022-11-23T02:25:49.5065899Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5066335Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5066860Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5067384Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T02:25:49.5067940Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5068410Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5068916Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 52%] 2022-11-23T02:25:49.5069423Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5069908Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5070366Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5070810Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5071323Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T02:25:49.5071833Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5072287Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5072783Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5073231Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5073731Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5074182Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5074723Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5075199Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5075650Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 PASSED [ 52%] 2022-11-23T02:25:49.5076090Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 53%] 2022-11-23T02:25:49.5076534Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5076973Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5077396Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5077840Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5078308Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:25:49.5078822Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5079289Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:25:49.5079836Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5080267Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5080796Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T02:25:49.5081294Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5081815Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5082274Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 53%] 2022-11-23T02:25:49.5082739Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 53%] 2022-11-23T02:25:49.5083203Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 53%] 2022-11-23T02:25:49.5083657Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5084121Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 53%] 2022-11-23T02:25:49.5084587Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5085084Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 53%] 2022-11-23T02:25:49.5085582Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5086027Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5086463Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 XFAIL [ 53%] 2022-11-23T02:25:49.5086889Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 53%] 2022-11-23T02:25:49.5087463Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:25:49.5087962Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5088400Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5088841Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5089291Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5089733Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5090194Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5090733Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5091206Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5091698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5092194Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:25:49.5092695Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5093102Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5093505Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5093954Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T02:25:49.5094467Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:25:49.5094992Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:25:49.5095517Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:25:49.5096052Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:25:49.5096506Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5096960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5097406Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5097817Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5098224Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_permute_cpu_float64 PASSED [ 54%] 2022-11-23T02:25:49.5098633Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 PASSED [ 54%] 2022-11-23T02:25:49.5099043Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polar_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5099454Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5099908Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:25:49.5100440Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:25:49.5100879Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5101289Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_positive_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5101688Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5102085Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_pow_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5102468Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5102919Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_prod_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5103357Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_put_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5103757Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5104153Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_qr_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5104624Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:25:49.5105168Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:25:49.5105740Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:25:49.5106269Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:25:49.5106812Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:25:49.5107348Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:25:49.5107808Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5108208Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_real_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5108661Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5109070Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:49.5109502Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 PASSED [ 55%] 2022-11-23T02:25:49.5109927Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5110352Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5110762Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5111243Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:25:49.5111784Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:25:49.5112323Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:25:49.5112799Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5113755Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5114181Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5114586Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_roll_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5115037Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5115496Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5115935Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:25:49.5116366Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5116752Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5117154Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5117554Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5118026Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:25:49.5118508Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5118992Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5119421Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 56%] 2022-11-23T02:25:49.5119908Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:25:49.5120462Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 56%] 2022-11-23T02:25:49.5121005Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_select_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5121418Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 PASSED [ 56%] 2022-11-23T02:25:49.5121957Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5122451Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5123018Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5123587Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5124150Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5124607Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sin_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5125004Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5125405Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_complex128 PASSED [ 57%] 2022-11-23T02:25:49.5125805Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_slice_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5126203Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5126596Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sort_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5127086Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:25:49.5127625Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5128219Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5128789Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5129370Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5129961Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:25:49.5130538Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:25:49.5131029Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5131527Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5132062Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5132468Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 PASSED [ 57%] 2022-11-23T02:25:49.5132960Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:25:49.5133582Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:25:49.5134203Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:25:49.5134772Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:25:49.5135262Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5135766Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:25:49.5136348Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:25:49.5136945Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 58%] 2022-11-23T02:25:49.5137509Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:25:49.5137982Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5138375Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5138786Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5139304Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5139767Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5140171Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5140572Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5140977Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_square_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5141374Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5141777Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5142177Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5142573Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5142972Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5143378Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5143774Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5144208Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5144608Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 PASSED [ 58%] 2022-11-23T02:25:49.5145008Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_t_cpu_complex128 PASSED [ 58%] 2022-11-23T02:25:49.5145461Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5145919Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_take_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5146316Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tan_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5146718Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5147118Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5147520Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tile_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5147907Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_topk_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5148299Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5148709Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5149109Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_tril_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5149482Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_triu_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5149882Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5150292Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5150698Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5151144Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5151553Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_copy_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5152006Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5152510Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:25:49.5153041Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:25:49.5153493Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5153894Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 PASSED [ 59%] 2022-11-23T02:25:49.5154297Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5154705Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5155116Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 PASSED [ 59%] 2022-11-23T02:25:49.5155526Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 PASSED [ 60%] 2022-11-23T02:25:49.5155920Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_copy_cpu_float64 PASSED [ 60%] 2022-11-23T02:25:49.5156320Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_view_cpu_complex128 PASSED [ 60%] 2022-11-23T02:25:49.5156717Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 PASSED [ 60%] 2022-11-23T02:25:49.5157159Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 PASSED [ 60%] 2022-11-23T02:25:49.5157610Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zero__cpu_float64 PASSED [ 60%] 2022-11-23T02:25:49.5158119Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:25:49.5158648Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:25:49.5159170Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:25:49.5159670Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5160131Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_H_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5160591Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_T_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5161057Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5161531Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___getitem___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5162086Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___radd___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5162558Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5163055Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5163527Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5164024Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:25:49.5164479Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5164941Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad___rsub___cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5165470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad__softmax_backward_data_cpu_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:25:49.5165986Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 60%] 2022-11-23T02:25:49.5166442Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_abs_cpu_float64 PASSED [ 60%] 2022-11-23T02:25:49.5166825Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_acosh_cpu_float64 PASSED [ 60%] 2022-11-23T02:25:49.5167231Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 PASSED [ 61%] 2022-11-23T02:25:49.5167640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 PASSED [ 61%] 2022-11-23T02:25:49.5168044Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmm_cpu_float64 PASSED [ 61%] 2022-11-23T02:25:49.5168443Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_addmv_cpu_complex128 PASSED [ 61%] 2022-11-23T02:25:49.5168910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5169479Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5170025Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:25:49.5170521Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:25:49.5171011Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5171544Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5172070Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5172596Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5173130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5173667Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:25:49.5174157Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 61%] 2022-11-23T02:25:49.5174640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:25:49.5175167Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:25:49.5175653Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asin_cpu_float64 PASSED [ 61%] 2022-11-23T02:25:49.5176056Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_asinh_cpu_float64 PASSED [ 61%] 2022-11-23T02:25:49.5176247Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan2_cpu_float64 PASSED [ 61%] 2022-11-23T02:25:49.5176441Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_complex128 PASSED [ 61%] 2022-11-23T02:25:49.5176631Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atan_cpu_float64 PASSED [ 61%] 2022-11-23T02:25:49.5176829Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atanh_cpu_complex128 PASSED [ 61%] 2022-11-23T02:25:49.5177108Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:25:49.5177348Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5177578Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5177781Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 PASSED [ 62%] 2022-11-23T02:25:49.5178011Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5178248Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5178515Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:25:49.5178755Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5179021Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:25:49.5179261Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5179601Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T02:25:49.5179899Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T02:25:49.5180128Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5180318Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ceil_cpu_float64 PASSED [ 62%] 2022-11-23T02:25:49.5180546Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cfloat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5180763Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5181035Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chalf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5181297Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:25:49.5181574Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5181809Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5182053Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5182296Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5182534Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5182761Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_chunk_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:25:49.5182952Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_cpu_float64 PASSED [ 62%] 2022-11-23T02:25:49.5183194Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 PASSED [ 62%] 2022-11-23T02:25:49.5183420Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5183644Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_clone_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5183882Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5184118Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_column_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5184353Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_combinations_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5184581Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5184790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 PASSED [ 63%] 2022-11-23T02:25:49.5185027Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5185257Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_copysign_cpu_float64 PASSED [ 63%] 2022-11-23T02:25:49.5185495Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5185735Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_complex128 PASSED [ 63%] 2022-11-23T02:25:49.5185927Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cos_cpu_float64 PASSED [ 63%] 2022-11-23T02:25:49.5186117Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cosh_cpu_float64 PASSED [ 63%] 2022-11-23T02:25:49.5186346Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5186572Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5186821Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5187064Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 PASSED [ 63%] 2022-11-23T02:25:49.5187296Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5187523Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5187801Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5188031Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5188253Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5188479Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagflat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5188722Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_copy_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:25:49.5188958Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5189179Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_diff_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5189419Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_digamma_cpu_float64 PASSED [ 64%] 2022-11-23T02:25:49.5189650Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dist_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5189871Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5190100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_double_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5190332Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5190557Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5190783Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_dstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5191046Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:25:49.5191313Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:25:49.5191577Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:25:49.5191804Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erf_cpu_float64 PASSED [ 64%] 2022-11-23T02:25:49.5191999Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_erfinv_cpu_float64 PASSED [ 64%] 2022-11-23T02:25:49.5192189Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp2_cpu_float64 PASSED [ 64%] 2022-11-23T02:25:49.5192384Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_complex128 PASSED [ 64%] 2022-11-23T02:25:49.5192574Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_exp_cpu_float64 PASSED [ 64%] 2022-11-23T02:25:49.5192802Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_expand_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5193107Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:25:49.5193364Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:25:49.5193637Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5193871Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5194103Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5194330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5194563Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:25:49.5194791Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5195008Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5195242Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5195523Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5195755Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5195987Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5196216Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5196448Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5196681Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5196908Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5197132Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_flip_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5197363Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5197565Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_float_power_cpu_float64 PASSED [ 65%] 2022-11-23T02:25:49.5197830Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:25:49.5198092Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_fmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5198281Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_frac_cpu_float64 PASSED [ 65%] 2022-11-23T02:25:49.5198544Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:25:49.5198806Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:25:49.5199104Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:25:49.5199341Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gradient_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5199642Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:25:49.5199872Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5200093Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_half_cpu_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:49.5200355Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:25:49.5200580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:25:49.5200772Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_hypot_cpu_float64 PASSED [ 66%] 2022-11-23T02:25:49.5200973Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_add_cpu_complex128 PASSED [ 66%] 2022-11-23T02:25:49.5201173Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_copy_cpu_float64 PASSED [ 66%] 2022-11-23T02:25:49.5201375Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 PASSED [ 66%] 2022-11-23T02:25:49.5201566Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_fill_cpu_float64 PASSED [ 66%] 2022-11-23T02:25:49.5201886Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_put_cpu_float64 PASSED [ 66%] 2022-11-23T02:25:49.5202128Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_index_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:25:49.5202395Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5202659Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5202925Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5203184Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5203450Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5203720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5203976Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:25:49.5204246Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_istft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:25:49.5204488Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:25:49.5204733Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:25:49.5205024Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:25:49.5205252Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-11-23T02:25:49.5205515Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kron_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:25:49.5205747Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:25:49.5205945Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ldexp_cpu_float64 PASSED [ 66%] 2022-11-23T02:25:49.5206141Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_complex128 PASSED [ 66%] 2022-11-23T02:25:49.5206332Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lerp_cpu_float64 PASSED [ 66%] 2022-11-23T02:25:49.5206527Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lgamma_cpu_float64 PASSED [ 67%] 2022-11-23T02:25:49.5206765Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5207003Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5207245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5207480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5207721Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5208013Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5208272Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5208526Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5208766Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5208998Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5209274Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:25:49.5209544Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:25:49.5209823Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:25:49.5210031Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:25:49.5210285Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5210557Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5210784Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5211067Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5211311Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5211603Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5211848Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:25:49.5212130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:25:49.5212415Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:25:49.5212707Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:25:49.5212947Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5213209Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5213453Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5213686Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5213964Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:25:49.5214246Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5214486Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5214726Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5214959Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5215191Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5215449Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5215694Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5215937Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5216176Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5216424Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5217267Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5217561Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5217808Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5218080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:25:49.5218277Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log1p_cpu_float64 PASSED [ 68%] 2022-11-23T02:25:49.5218471Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_complex128 PASSED [ 68%] 2022-11-23T02:25:49.5218668Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log2_cpu_float64 PASSED [ 68%] 2022-11-23T02:25:49.5218904Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5219136Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:25:49.5219362Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5219625Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5219889Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5220152Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5220347Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logit_cpu_float64 PASSED [ 69%] 2022-11-23T02:25:49.5220609Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5220893Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5221161Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5221412Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5221635Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5221868Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5222102Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5222325Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mH_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5222547Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mT_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5222824Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5223091Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:25:49.5223419Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5223654Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5223862Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 PASSED [ 69%] 2022-11-23T02:25:49.5224100Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5224332Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5224575Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5224817Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5225056Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:25:49.5225269Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 PASSED [ 69%] 2022-11-23T02:25:49.5225506Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5225735Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5225964Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5226206Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5226437Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5226667Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_masked_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5226942Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5227155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matmul_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5227391Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5227623Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_max_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5227851Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5228075Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5228300Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5228558Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5228869Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5229122Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5229446Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5229696Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5229919Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mode_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5230155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5230382Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_movedim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5230581Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mul_cpu_complex128 PASSED [ 70%] 2022-11-23T02:25:49.5230852Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:25:49.5231084Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_mv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:49.5231282Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 PASSED [ 71%] 2022-11-23T02:25:49.5231516Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5231745Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nansum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5232008Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5232263Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_native_dropout_backward_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5232524Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5232718Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_complex128 PASSED [ 71%] 2022-11-23T02:25:49.5232906Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_neg_cpu_float64 PASSED [ 71%] 2022-11-23T02:25:49.5233221Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5233484Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5233763Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5234043Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5234308Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5234573Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5234886Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5235146Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:25:49.5235466Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5235737Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 71%] 2022-11-23T02:25:49.5235969Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5236220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5236467Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5236716Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5236956Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5237219Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5237482Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:25:49.5237745Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5237995Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5238217Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 72%] 2022-11-23T02:25:49.5238435Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 72%] 2022-11-23T02:25:49.5238692Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5238948Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5239233Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 72%] 2022-11-23T02:25:49.5239480Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 72%] 2022-11-23T02:25:49.5239720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5239967Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5240219Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5240439Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 72%] 2022-11-23T02:25:49.5240733Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5240988Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5241245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5241503Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5241950Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5242202Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5242447Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5242671Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 72%] 2022-11-23T02:25:49.5242925Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5243182Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5243435Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5243682Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:25:49.5243938Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5244196Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5244449Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5244664Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 PASSED [ 73%] 2022-11-23T02:25:49.5244911Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5245161Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5245855Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5246121Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5246372Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5246629Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5246883Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5247145Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5247446Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5247697Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5247943Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5248245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5248542Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5248752Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 PASSED [ 73%] 2022-11-23T02:25:49.5249005Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5249251Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5249497Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5249739Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5249989Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5250248Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5250527Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:25:49.5250801Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5251048Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5251293Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5251525Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5251762Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5252030Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5252262Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5252523Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:25:49.5252784Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:25:49.5253018Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5253242Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ormqr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5253519Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_outer_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5253753Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5254021Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pinverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5254241Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 74%] 2022-11-23T02:25:49.5254517Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:25:49.5254746Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:25:49.5254960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:25:49.5255194Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_positive_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5255391Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_complex128 PASSED [ 74%] 2022-11-23T02:25:49.5255580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_pow_cpu_float64 PASSED [ 74%] 2022-11-23T02:25:49.5255772Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_complex128 PASSED [ 74%] 2022-11-23T02:25:49.5255964Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_put_cpu_float64 PASSED [ 74%] 2022-11-23T02:25:49.5256192Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_quantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:25:49.5256463Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:25:49.5256732Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:25:49.5256960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_ravel_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5257186Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5257414Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_real_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5257617Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 PASSED [ 75%] 2022-11-23T02:25:49.5257816Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_remainder_cpu_float64 PASSED [ 75%] 2022-11-23T02:25:49.5258007Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_renorm_cpu_float64 PASSED [ 75%] 2022-11-23T02:25:49.5258294Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5258541Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5258780Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5259014Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5259253Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5259525Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_reshape_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5259793Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:25:49.5260075Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5260314Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5260549Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5260819Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5261041Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_roll_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5261245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 PASSED [ 75%] 2022-11-23T02:25:49.5261460Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:25:49.5261663Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 PASSED [ 75%] 2022-11-23T02:25:49.5261885Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_rsub_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:49.5262084Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 PASSED [ 75%] 2022-11-23T02:25:49.5262281Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_cpu_float64 PASSED [ 76%] 2022-11-23T02:25:49.5262491Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 PASSED [ 76%] 2022-11-23T02:25:49.5262702Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 PASSED [ 76%] 2022-11-23T02:25:49.5262974Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:25:49.5263223Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5263470Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5263706Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5263907Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_complex128 PASSED [ 76%] 2022-11-23T02:25:49.5264099Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sgn_cpu_float64 PASSED [ 76%] 2022-11-23T02:25:49.5264288Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sign_cpu_float64 PASSED [ 76%] 2022-11-23T02:25:49.5264616Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:25:49.5264900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:25:49.5265174Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:25:49.5265418Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sin_cpu_complex128 PASSED [ 76%] 2022-11-23T02:25:49.5265616Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinc_cpu_complex128 PASSED [ 76%] 2022-11-23T02:25:49.5265810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sinh_cpu_complex128 PASSED [ 76%] 2022-11-23T02:25:49.5266085Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5266313Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5266548Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5266777Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5267068Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5267307Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:25:49.5267572Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 76%] 2022-11-23T02:25:49.5267845Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:25:49.5268118Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5268375Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5268666Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5268960Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:25:49.5269196Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5269425Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5269657Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5269947Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5270242Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:25:49.5270562Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5270843Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5271079Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5271381Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5271675Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5272023Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:25:49.5272313Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5272579Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:25:49.5272810Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5273097Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5273335Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5273531Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 PASSED [ 77%] 2022-11-23T02:25:49.5273732Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_square_cpu_complex128 PASSED [ 77%] 2022-11-23T02:25:49.5273936Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 PASSED [ 77%] 2022-11-23T02:25:49.5274132Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_squeeze_cpu_float64 PASSED [ 77%] 2022-11-23T02:25:49.5274362Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:25:49.5274593Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5274821Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5275052Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5275284Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_std_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5275507Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_stft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5275744Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5275975Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5276207Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_symeig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5276392Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_t_cpu_float64 PASSED [ 78%] 2022-11-23T02:25:49.5276613Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_take_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5276841Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tan_cpu_float64 PASSED [ 78%] 2022-11-23T02:25:49.5277016Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tanh_cpu_float64 PASSED [ 78%] 2022-11-23T02:25:49.5277251Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5277525Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5277759Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tensordot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5278032Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5278260Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5278489Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5278759Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:25:49.5278990Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5279264Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_topk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5279471Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_complex128 PASSED [ 78%] 2022-11-23T02:25:49.5279668Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_transpose_cpu_float64 PASSED [ 78%] 2022-11-23T02:25:49.5279900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:25:49.5280147Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5280342Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_complex128 PASSED [ 79%] 2022-11-23T02:25:49.5280535Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_tril_cpu_float64 PASSED [ 79%] 2022-11-23T02:25:49.5280731Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_complex128 PASSED [ 79%] 2022-11-23T02:25:49.5280921Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_triu_cpu_float64 PASSED [ 79%] 2022-11-23T02:25:49.5281127Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 PASSED [ 79%] 2022-11-23T02:25:49.5281357Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unbind_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5281594Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5281918Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_copy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5282155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5282422Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:25:49.5282687Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:25:49.5282893Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 PASSED [ 79%] 2022-11-23T02:25:49.5283134Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 PASSED [ 79%] 2022-11-23T02:25:49.5283392Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5283627Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5283862Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5284136Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5284370Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5284596Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_copy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5284822Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_view_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5285047Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5285270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_vstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:25:49.5285465Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zero__cpu_complex128 PASSED [ 79%] 2022-11-23T02:25:49.5285766Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:25:49.5286038Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5286314Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5286582Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5286855Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5287122Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5287337Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:25:49.5287603Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5287870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 80%] 2022-11-23T02:25:49.5288067Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 PASSED [ 80%] 2022-11-23T02:25:49.5288271Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 PASSED [ 80%] 2022-11-23T02:25:49.5288546Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5288815Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5289020Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 PASSED [ 80%] 2022-11-23T02:25:49.5289309Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 PASSED [ 80%] 2022-11-23T02:25:49.5289515Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 PASSED [ 80%] 2022-11-23T02:25:49.5289720Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 PASSED [ 80%] 2022-11-23T02:25:49.5289966Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 PASSED [ 80%] 2022-11-23T02:25:49.5290170Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 PASSED [ 80%] 2022-11-23T02:25:49.5290386Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 80%] 2022-11-23T02:25:49.5290572Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 PASSED [ 80%] 2022-11-23T02:25:49.5290840Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:25:49.5291111Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5291380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:25:49.5291643Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:25:49.5291958Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5292224Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5292486Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:25:49.5292751Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:25:49.5293023Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:25:49.5293222Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 PASSED [ 81%] 2022-11-23T02:25:49.5293422Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 PASSED [ 81%] 2022-11-23T02:25:49.5293625Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 PASSED [ 81%] 2022-11-23T02:25:49.5293821Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 PASSED [ 81%] 2022-11-23T02:25:49.5294096Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5294377Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5294648Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5294919Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5295128Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 PASSED [ 81%] 2022-11-23T02:25:49.5295486Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5295762Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5296068Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:25:49.5296350Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5296630Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5296897Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:25:49.5297185Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5297494Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 81%] 2022-11-23T02:25:49.5297766Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cdouble_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5298081Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5298353Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cfloat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:25:49.5298622Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5298891Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5299174Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5299457Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5299735Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5300005Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5300210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 PASSED [ 82%] 2022-11-23T02:25:49.5300475Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5300751Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5301016Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5301349Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5301673Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5301921Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 PASSED [ 82%] 2022-11-23T02:25:49.5302199Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5302471Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5302743Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:25:49.5303012Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5303278Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5303485Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 PASSED [ 82%] 2022-11-23T02:25:49.5303689Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 PASSED [ 82%] 2022-11-23T02:25:49.5303894Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 PASSED [ 82%] 2022-11-23T02:25:49.5304136Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 PASSED [ 82%] 2022-11-23T02:25:49.5304429Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5304697Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:25:49.5304982Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5305258Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5305531Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5305812Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5306083Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5306301Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-11-23T02:25:49.5306575Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5306846Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5307117Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5307428Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5307699Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:25:49.5308053Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:25:49.5308330Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:25:49.5308588Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:25:49.5308786Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 PASSED [ 83%] 2022-11-23T02:25:49.5308984Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 PASSED [ 83%] 2022-11-23T02:25:49.5309184Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 PASSED [ 83%] 2022-11-23T02:25:49.5309463Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5309737Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5310009Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5310313Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:25:49.5310589Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5310857Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5311125Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5311397Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:25:49.5311666Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5311947Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5312216Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5312485Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5312752Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5313026Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5313294Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5313567Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5313879Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5314151Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5314417Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5314691Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5314965Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5315232Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5315508Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5315774Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5316045Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5317071Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 PASSED [ 84%] 2022-11-23T02:25:49.5317270Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 PASSED [ 84%] 2022-11-23T02:25:49.5317541Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5317815Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5318085Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5318410Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5318686Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:25:49.5318946Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 PASSED [ 84%] 2022-11-23T02:25:49.5319223Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5319490Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5319753Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5319955Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 PASSED [ 85%] 2022-11-23T02:25:49.5320157Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 PASSED [ 85%] 2022-11-23T02:25:49.5320425Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5320747Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5321007Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5321277Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5321547Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5321900Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5322172Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5322437Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5322714Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5322986Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5323313Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_grid_sampler_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5323568Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5323841Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5324114Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:25:49.5324384Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5324653Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5324925Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5325191Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:49.5325391Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 PASSED [ 85%] 2022-11-23T02:25:49.5325588Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 PASSED [ 86%] 2022-11-23T02:25:49.5325851Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5326117Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5326385Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:25:49.5326580Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 PASSED [ 86%] 2022-11-23T02:25:49.5326793Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 PASSED [ 86%] 2022-11-23T02:25:49.5327042Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 PASSED [ 86%] 2022-11-23T02:25:49.5327254Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 PASSED [ 86%] 2022-11-23T02:25:49.5327522Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5327794Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5328059Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5328324Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5328591Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5328856Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5329115Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:25:49.5329427Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:25:49.5329673Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:25:49.5329917Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:25:49.5330165Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:25:49.5330398Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 86%] 2022-11-23T02:25:49.5330665Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:25:49.5330930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:25:49.5331202Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:25:49.5331478Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:25:49.5331681Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 PASSED [ 86%] 2022-11-23T02:25:49.5331878Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 PASSED [ 87%] 2022-11-23T02:25:49.5332155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5332431Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5332717Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5333043Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5333326Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5333600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5333879Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5334198Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5334500Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5334790Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5335112Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5335440Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:25:49.5335722Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:25:49.5336003Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:25:49.5336275Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:25:49.5336499Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:25:49.5336721Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:25:49.5337016Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5337290Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5337575Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5337861Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5338143Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5338422Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:25:49.5338696Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5339018Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5339302Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5339587Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:25:49.5339878Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:25:49.5340155Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5340433Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5340705Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5341006Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5341326Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5341593Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5341882Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T02:25:49.5342153Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5342430Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5342705Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5342981Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5343259Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5343590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5343868Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5344144Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5344429Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5344719Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5345441Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5345735Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5346012Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:25:49.5346288Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5346569Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5346777Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 PASSED [ 89%] 2022-11-23T02:25:49.5346978Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 PASSED [ 89%] 2022-11-23T02:25:49.5347181Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 PASSED [ 89%] 2022-11-23T02:25:49.5347375Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_cpu_float64 PASSED [ 89%] 2022-11-23T02:25:49.5347648Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5347984Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5348258Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5348528Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5348802Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5349071Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5349342Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5349613Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5349812Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 PASSED [ 89%] 2022-11-23T02:25:49.5350082Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5350358Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5350621Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5350881Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:25:49.5351149Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5351457Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5351732Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5352000Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5352266Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:25:49.5352522Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5352794Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:25:49.5353080Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5353356Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5353562Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 PASSED [ 90%] 2022-11-23T02:25:49.5353869Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5354153Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5354435Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5354712Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5354986Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5355272Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5355555Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5355835Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5356108Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5356324Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 PASSED [ 90%] 2022-11-23T02:25:49.5356600Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5356872Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5357147Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5357454Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5357724Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5357998Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5358268Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5358552Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5358835Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5359103Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:49.5359366Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5359674Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5359963Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5360259Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5360526Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5360792Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5361059Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5361323Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5361540Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 91%] 2022-11-23T02:25:49.5361857Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 91%] 2022-11-23T02:25:49.5362078Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 91%] 2022-11-23T02:25:49.5362355Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5362624Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5362901Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:25:49.5363172Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:25:49.5363494Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5363757Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5364034Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5364329Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5364611Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:25:49.5364871Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:25:49.5365074Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 PASSED [ 91%] 2022-11-23T02:25:49.5365411Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:25:49.5365683Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:25:49.5365998Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:25:49.5366309Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:25:49.5366579Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:25:49.5366851Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:25:49.5367118Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:25:49.5367431Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5367733Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5368033Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5368261Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 92%] 2022-11-23T02:25:49.5368549Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5368827Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5369043Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 92%] 2022-11-23T02:25:49.5369332Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5369677Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5369977Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5370273Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5370498Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 92%] 2022-11-23T02:25:49.5370710Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 92%] 2022-11-23T02:25:49.5370997Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5371249Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 92%] 2022-11-23T02:25:49.5371529Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5371819Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5372145Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5372435Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:25:49.5372661Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 XFAIL [ 92%] 2022-11-23T02:25:49.5372943Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5373228Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5373529Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5373828Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5374131Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5374431Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5374734Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5375023Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5375356Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5375641Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5375924Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5376208Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5376505Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5376807Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5377092Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5377385Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5377672Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5378002Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5378293Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5378593Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5378888Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5379191Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5379476Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5379774Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:25:49.5380067Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5380356Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5380646Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5380870Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 94%] 2022-11-23T02:25:49.5381214Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5381514Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5381836Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5382153Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5382439Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5382736Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5383006Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5383274Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5383546Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5383856Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5384131Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5384399Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5384632Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T02:25:49.5384905Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:25:49.5385173Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5385438Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5397677Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5397975Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5398253Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5398498Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:25:49.5398778Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:25:49.5399052Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5399461Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5399733Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5399941Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 PASSED [ 95%] 2022-11-23T02:25:49.5400210Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5400489Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5400696Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 PASSED [ 95%] 2022-11-23T02:25:49.5400968Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:25:49.5401235Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:25:49.5401506Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:25:49.5401936Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5402213Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5402483Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5402700Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 PASSED [ 95%] 2022-11-23T02:25:49.5402911Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 PASSED [ 95%] 2022-11-23T02:25:49.5403118Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 PASSED [ 95%] 2022-11-23T02:25:49.5403391Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5403667Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5403941Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5404209Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:25:49.5404483Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:25:49.5404754Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:25:49.5405040Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5405317Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:49.5405638Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5405906Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5406119Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5406325Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 PASSED [ 96%] 2022-11-23T02:25:49.5406525Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5406798Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5407071Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:25:49.5407275Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5407491Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5407694Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5407905Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5408161Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5408433Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5408714Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5408982Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:25:49.5409187Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 PASSED [ 96%] 2022-11-23T02:25:49.5409388Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5409677Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:25:49.5409942Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:25:49.5410138Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5410333Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5410531Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 PASSED [ 96%] 2022-11-23T02:25:49.5410816Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5411098Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5411363Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:25:49.5411666Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 97%] 2022-11-23T02:25:49.5411943Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5412218Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5412485Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5412782Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5413079Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:25:49.5413380Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:25:49.5413654Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5413946Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5414279Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5414556Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5414832Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5415130Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:25:49.5415414Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5415698Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5415974Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5416252Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5416549Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5416854Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:25:49.5417162Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:25:49.5417491Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5417772Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5418041Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:25:49.5418312Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:25:49.5418590Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5418869Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5419149Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5419354Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 PASSED [ 98%] 2022-11-23T02:25:49.5419551Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5419758Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 PASSED [ 98%] 2022-11-23T02:25:49.5420003Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 PASSED [ 98%] 2022-11-23T02:25:49.5420192Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5420459Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5420660Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5420930Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5421205Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5421404Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 PASSED [ 98%] 2022-11-23T02:25:49.5421659Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_t_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5421856Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5422052Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5422371Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5422640Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5422913Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T02:25:49.5423188Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5423401Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 PASSED [ 98%] 2022-11-23T02:25:49.5423608Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5423936Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:25:49.5424141Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 PASSED [ 98%] 2022-11-23T02:25:49.5424335Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 PASSED [ 98%] 2022-11-23T02:25:49.5424547Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 PASSED [ 99%] 2022-11-23T02:25:49.5424820Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5425089Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5425369Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5425639Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5425910Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5426118Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 PASSED [ 99%] 2022-11-23T02:25:49.5426814Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 PASSED [ 99%] 2022-11-23T02:25:49.5427081Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5427355Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5427623Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5427891Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5428153Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5428431Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5428702Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5428969Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5429226Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5429492Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5429765Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5430035Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5430357Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5430624Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:25:49.5430824Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 PASSED [ 99%] 2022-11-23T02:25:49.5431094Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:25:49.5431368Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:25:49.5431380Z 2022-11-23T02:25:49.5431502Z ============================== warnings summary =============================== 2022-11-23T02:25:49.5431691Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:49.5431994Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:49.5432102Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:49.5432109Z 2022-11-23T02:25:49.5432306Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:49.5432611Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-5b4b70e08ab9e76d.xml - 2022-11-23T02:25:49.5432814Z = 952 passed, 1481 skipped, 8 deselected, 20 xfailed, 1 warning in 420.40s (0:07:00) = 2022-11-23T02:25:49.5433005Z 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-23T02:25:49.5433012Z 2022-11-23T02:25:49.5433343Z ##[endgroup] 2022-11-23T02:25:49.5433615Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_hzh0ocbn) 2022-11-23T02:25:49.5433622Z 2022-11-23T02:25:49.7767509Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:25:49.773699] 2022-11-23T02:25:49.7770107Z Ignoring disabled issues: [] 2022-11-23T02:25:49.7770267Z Found test time stats from artifacts 2022-11-23T02:25:49.7770433Z Prioritized test from test file changes. 2022-11-23T02:25:49.7770551Z reordering tests for PR: 2022-11-23T02:25:49.7770631Z prioritized: [] 2022-11-23T02:25:49.7772892Z the rest: ['test_ops_gradients', 'test_ops_fwd_gradients', 'test_reductions', 'test_nn', 'test_linalg', 'distributions/test_distributions', 'test_tensorexpr', 'nn/test_pooling', 'test_multiprocessing_spawn', 'test_cpp_api_parity', 'test_torch', 'test_cpp_extensions_open_device_registration', 'test_overrides', 'test_mobile_optimizer', 'test_fake_tensor', 'test_cpp_extensions_aot_no_ninja', 'test_prims', 'dynamo/test_aot_autograd', 'dynamo/test_dynamic_shapes', 'dynamo/test_export_mutations', 'dynamo/test_global', 'dynamo/test_minifier', 'dynamo/test_model_output', 'dynamo/test_no_fake_tensors', 'dynamo/test_optimizations', 'dynamo/test_python_autograd', 'dynamo/test_replay_record', 'dynamo/test_skip_non_tensor', 'dynamo/test_torchxla_integration', 'dynamo/test_verify_correctness', 'inductor/test_perf', 'inductor/test_torchinductor', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_hub', 'test_matmul_cuda', 'doctests', 'test_decomp', 'test_quantization', 'test_meta', 'test_jit_fuser_te', 'test_unary_ufuncs', 'test_schema_check', 'test_dataloader', 'test_serialization', 'test_mkldnn_fusion', 'test_proxy_tensor', 'test_foreach', 'test_fx_experimental', 'test_mkldnn', 'test_stateless', 'lazy/test_ts_opinfo', 'test_spectral_ops', 'test_transformers', 'test_ao_sparsity', 'test_openmp', 'test_mkl_verbose', 'test_import_stats', 'test_maskedtensor', 'test_sort_and_select', 'test_vmap', 'test_expanded_weights', 'test_scatter_gather_ops', 'lazy/test_step_closures', 'test_python_dispatch', 'test_package', 'test_futures', 'test_namedtensor', 'test_function_schema', 'test_numpy_interop', 'benchmark_utils/test_benchmark_utils', 'nn/test_lazy_modules', 'test_subclass', 'test_dynamic_shapes', 'test_functional_optim', 'profiler/test_profiler_tree', 'test_tensorexpr_pybind', 'test_monitor', 'test_type_info', 'test_public_bindings'] 2022-11-23T02:25:49.7772909Z 2022-11-23T02:25:49.7773281Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T02:25:49.7773666Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T02:25:57.1965625Z 2022-11-23T02:25:57.1966204Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:25:57.1967116Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_sysq79eu) 2022-11-23T02:25:57.1967812Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-4fc86e1bc4ee50dd.xml 2022-11-23T02:25:57.1968179Z ============================= test session starts ============================= 2022-11-23T02:25:57.1968712Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:57.1969003Z cachedir: .pytest_cache 2022-11-23T02:25:57.1969367Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:57.1969794Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:57.1970224Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:25:57.1970601Z collecting ... collected 4845 items / 4825 deselected / 20 selected 2022-11-23T02:25:57.1973396Z Running 20 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-11-23T02:25:57.1975877Z 2022-11-23T02:25:57.1976159Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:25:57.1976709Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:25:57.1977258Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:25:57.1977805Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:25:57.1978286Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 PASSED [ 25%] 2022-11-23T02:25:57.1978708Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 PASSED [ 30%] 2022-11-23T02:25:57.1979117Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 PASSED [ 35%] 2022-11-23T02:25:57.1979534Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 40%] 2022-11-23T02:25:57.1980009Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 PASSED [ 45%] 2022-11-23T02:25:57.1980437Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 PASSED [ 50%] 2022-11-23T02:25:57.1980870Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 55%] 2022-11-23T02:25:57.1981297Z test_ops_gradients.py::TestBwdGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 60%] 2022-11-23T02:25:57.1981757Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:25:57.1982245Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:25:57.1982724Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:25:57.1983220Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-11-23T02:25:57.1983760Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:25:57.1984334Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:25:57.1984908Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:25:57.1985479Z test_ops_gradients.py::TestBwdGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T02:25:57.1985772Z 2022-11-23T02:25:57.1985898Z ============================== warnings summary =============================== 2022-11-23T02:25:57.1986224Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:57.1986730Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:57.1987128Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:57.1987269Z 2022-11-23T02:25:57.1987509Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:57.1988017Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-4fc86e1bc4ee50dd.xml - 2022-11-23T02:25:57.1988472Z ========== 8 passed, 12 skipped, 4825 deselected, 1 warning in 3.05s ========== 2022-11-23T02:25:57.1988825Z 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-23T02:25:57.1989037Z 2022-11-23T02:25:57.1989287Z ##[endgroup] 2022-11-23T02:25:57.1989655Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_sysq79eu) 2022-11-23T02:25:57.1989937Z 2022-11-23T02:25:57.1990052Z Running test_ops_fwd_gradients ... [2022-11-23 02:25:57.190582] 2022-11-23T02:25:59.5949176Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:59.6404642Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:59.7475327Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:25:59.747088] 2022-11-23T02:25:59.7477484Z Ignoring disabled issues: [] 2022-11-23T02:25:59.7974753Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:25:59.797047] 2022-11-23T02:25:59.7975560Z Ignoring disabled issues: [] 2022-11-23T02:30:59.1713505Z 2022-11-23T02:30:59.1713979Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:30:59.1714874Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_s5mfmj90) 2022-11-23T02:30:59.1751320Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-30d1514d0c1bbd0d.xml 2022-11-23T02:30:59.1751711Z ============================= test session starts ============================= 2022-11-23T02:30:59.1752070Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:30:59.1752387Z cachedir: .pytest_cache 2022-11-23T02:30:59.1752873Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:30:59.1753386Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:30:59.1753843Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:30:59.1754326Z collecting ... collected 2907 items / 5 deselected / 2902 selected 2022-11-23T02:30:59.1963294Z Running 1444 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_dropout_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_cosine_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_gaussian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD__softmax_backward_data_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argsort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_copysign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_digamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expm1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_grid_sampler_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igammac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_imag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_istft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log1p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nansum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_dropout_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polar_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_quantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_exponential_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_gaussian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signbit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trunc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_grid_sampler_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_dropout_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-11-23T02:30:59.2148872Z 2022-11-23T02:30:59.2149176Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2149662Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 PASSED [ 0%] 2022-11-23T02:30:59.2150134Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2150597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2151067Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 PASSED [ 0%] 2022-11-23T02:30:59.2151540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2152011Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 PASSED [ 0%] 2022-11-23T02:30:59.2152478Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2152941Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 PASSED [ 0%] 2022-11-23T02:30:59.2153395Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2153821Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 PASSED [ 0%] 2022-11-23T02:30:59.2154275Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2154735Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 PASSED [ 0%] 2022-11-23T02:30:59.2155362Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 PASSED [ 0%] 2022-11-23T02:30:59.2155830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 PASSED [ 1%] 2022-11-23T02:30:59.2156288Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 PASSED [ 1%] 2022-11-23T02:30:59.2156752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 PASSED [ 1%] 2022-11-23T02:30:59.2157186Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 PASSED [ 1%] 2022-11-23T02:30:59.2157663Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 PASSED [ 1%] 2022-11-23T02:30:59.2158130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 PASSED [ 1%] 2022-11-23T02:30:59.2158597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 PASSED [ 1%] 2022-11-23T02:30:59.2159058Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 PASSED [ 1%] 2022-11-23T02:30:59.2159536Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 PASSED [ 1%] 2022-11-23T02:30:59.2160007Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 PASSED [ 1%] 2022-11-23T02:30:59.2160508Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:30:59.2161106Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 PASSED [ 1%] 2022-11-23T02:30:59.2161631Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:30:59.2162218Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:30:59.2162801Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:30:59.2163391Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:30:59.2163988Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:30:59.2164573Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 SKIPPED (Passes on complex128 and float64 only) [ 2%] 2022-11-23T02:30:59.2165083Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 PASSED [ 2%] 2022-11-23T02:30:59.2165512Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 PASSED [ 2%] 2022-11-23T02:30:59.2165968Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 PASSED [ 2%] 2022-11-23T02:30:59.2166419Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 PASSED [ 2%] 2022-11-23T02:30:59.2166884Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 PASSED [ 2%] 2022-11-23T02:30:59.2167354Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 PASSED [ 2%] 2022-11-23T02:30:59.2167825Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 PASSED [ 2%] 2022-11-23T02:30:59.2168285Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 PASSED [ 2%] 2022-11-23T02:30:59.2168744Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 PASSED [ 2%] 2022-11-23T02:30:59.2169225Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 PASSED [ 2%] 2022-11-23T02:30:59.2169677Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 XFAIL [ 2%] 2022-11-23T02:30:59.2170232Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 PASSED [ 3%] 2022-11-23T02:30:59.2170707Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 PASSED [ 3%] 2022-11-23T02:30:59.2171236Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:30:59.2171778Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 PASSED [ 3%] 2022-11-23T02:30:59.2172270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 PASSED [ 3%] 2022-11-23T02:30:59.2172724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 PASSED [ 3%] 2022-11-23T02:30:59.2173204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 PASSED [ 3%] 2022-11-23T02:30:59.2173779Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 3%] 2022-11-23T02:30:59.2174327Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 PASSED [ 3%] 2022-11-23T02:30:59.2174845Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_float64 PASSED [ 3%] 2022-11-23T02:30:59.2175307Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_complex128 XFAIL [ 3%] 2022-11-23T02:30:59.2175841Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:30:59.2176371Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 PASSED [ 3%] 2022-11-23T02:30:59.2176804Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 PASSED [ 3%] 2022-11-23T02:30:59.2177283Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2177773Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2178248Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2178705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2179161Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2179623Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2180091Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2180532Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2181013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2181490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2181956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2182426Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2182951Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2183431Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 PASSED [ 4%] 2022-11-23T02:30:59.2183875Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 PASSED [ 4%] 2022-11-23T02:30:59.2184342Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2184813Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2185267Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2185793Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:30:59.2186397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:30:59.2186937Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 SKIPPED (Barely fails) [ 5%] 2022-11-23T02:30:59.2187405Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2187828Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2188329Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2188788Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2189269Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 5%] 2022-11-23T02:30:59.2189776Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2190251Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 PASSED [ 5%] 2022-11-23T02:30:59.2190712Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 PASSED [ 5%] 2022-11-23T02:30:59.2191132Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 PASSED [ 6%] 2022-11-23T02:30:59.2191599Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2192074Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 PASSED [ 6%] 2022-11-23T02:30:59.2192533Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2192994Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2193445Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 PASSED [ 6%] 2022-11-23T02:30:59.2193920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2194364Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 PASSED [ 6%] 2022-11-23T02:30:59.2194822Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2195292Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2195753Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 PASSED [ 6%] 2022-11-23T02:30:59.2196214Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 PASSED [ 6%] 2022-11-23T02:30:59.2196717Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 PASSED [ 6%] 2022-11-23T02:30:59.2197237Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:30:59.2197833Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:30:59.2198396Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:30:59.2198980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:30:59.2199492Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2199948Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2200411Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2200862Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2201321Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 PASSED [ 7%] 2022-11-23T02:30:59.2201784Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2202261Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 PASSED [ 7%] 2022-11-23T02:30:59.2202729Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 PASSED [ 7%] 2022-11-23T02:30:59.2203195Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2203666Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 PASSED [ 7%] 2022-11-23T02:30:59.2204141Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2204605Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 PASSED [ 7%] 2022-11-23T02:30:59.2205065Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2205495Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 PASSED [ 8%] 2022-11-23T02:30:59.2205962Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2206428Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 PASSED [ 8%] 2022-11-23T02:30:59.2206890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2207345Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 PASSED [ 8%] 2022-11-23T02:30:59.2207805Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2208267Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 PASSED [ 8%] 2022-11-23T02:30:59.2208698Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2209171Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2209644Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 PASSED [ 8%] 2022-11-23T02:30:59.2210250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 PASSED [ 8%] 2022-11-23T02:30:59.2210729Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2211198Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 PASSED [ 8%] 2022-11-23T02:30:59.2211672Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2212133Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2212565Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2213022Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 PASSED [ 9%] 2022-11-23T02:30:59.2213481Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2213941Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 PASSED [ 9%] 2022-11-23T02:30:59.2214405Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 PASSED [ 9%] 2022-11-23T02:30:59.2214860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 XFAIL [ 9%] 2022-11-23T02:30:59.2215317Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2215868Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:30:59.2216391Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2216843Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 PASSED [ 9%] 2022-11-23T02:30:59.2217361Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:30:59.2217937Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:30:59.2218509Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:30:59.2219031Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 PASSED [ 10%] 2022-11-23T02:30:59.2219495Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 PASSED [ 10%] 2022-11-23T02:30:59.2219985Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:30:59.2220494Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 XFAIL [ 10%] 2022-11-23T02:30:59.2220947Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 XFAIL [ 10%] 2022-11-23T02:30:59.2221471Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:30:59.2222047Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:30:59.2222641Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:30:59.2223164Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 PASSED [ 10%] 2022-11-23T02:30:59.2223624Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 PASSED [ 10%] 2022-11-23T02:30:59.2224195Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:30:59.2224682Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 PASSED [ 10%] 2022-11-23T02:30:59.2225149Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 PASSED [ 10%] 2022-11-23T02:30:59.2225624Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 PASSED [ 10%] 2022-11-23T02:30:59.2226093Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 PASSED [ 11%] 2022-11-23T02:30:59.2226558Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 PASSED [ 11%] 2022-11-23T02:30:59.2227024Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 PASSED [ 11%] 2022-11-23T02:30:59.2227498Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 PASSED [ 11%] 2022-11-23T02:30:59.2227936Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 PASSED [ 11%] 2022-11-23T02:30:59.2228401Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 PASSED [ 11%] 2022-11-23T02:30:59.2228924Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2229557Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2230148Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2230735Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2231310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2231887Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2232463Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:30:59.2232948Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 PASSED [ 11%] 2022-11-23T02:30:59.2233458Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 11%] 2022-11-23T02:30:59.2234011Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2234555Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2235096Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2235623Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2236158Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2236752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2237285Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2237774Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T02:30:59.2238340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 PASSED [ 12%] 2022-11-23T02:30:59.2238843Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 PASSED [ 12%] 2022-11-23T02:30:59.2239307Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 PASSED [ 12%] 2022-11-23T02:30:59.2239775Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 PASSED [ 12%] 2022-11-23T02:30:59.2240238Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 PASSED [ 12%] 2022-11-23T02:30:59.2240761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:30:59.2241275Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 PASSED [ 13%] 2022-11-23T02:30:59.2241703Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2242172Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 PASSED [ 13%] 2022-11-23T02:30:59.2243234Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 PASSED [ 13%] 2022-11-23T02:30:59.2243712Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2244232Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2244759Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 13%] 2022-11-23T02:30:59.2245251Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2245718Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2246208Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2246683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2247227Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:30:59.2247840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:30:59.2248445Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:30:59.2248998Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 13%] 2022-11-23T02:30:59.2249486Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 PASSED [ 14%] 2022-11-23T02:30:59.2249957Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 PASSED [ 14%] 2022-11-23T02:30:59.2250531Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 PASSED [ 14%] 2022-11-23T02:30:59.2251070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 14%] 2022-11-23T02:30:59.2251634Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 14%] 2022-11-23T02:30:59.2252124Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 PASSED [ 14%] 2022-11-23T02:30:59.2252674Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:30:59.2253219Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 PASSED [ 14%] 2022-11-23T02:30:59.2253704Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 PASSED [ 14%] 2022-11-23T02:30:59.2254145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 PASSED [ 14%] 2022-11-23T02:30:59.2254633Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 14%] 2022-11-23T02:30:59.2255199Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 14%] 2022-11-23T02:30:59.2255831Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 14%] 2022-11-23T02:30:59.2256417Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 PASSED [ 14%] 2022-11-23T02:30:59.2257383Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2257873Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2258360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2258840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2259288Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 PASSED [ 15%] 2022-11-23T02:30:59.2259769Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2260313Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:30:59.2260910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:30:59.2261428Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 PASSED [ 15%] 2022-11-23T02:30:59.2261888Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2262385Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2262880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2263301Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2263778Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2264265Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 PASSED [ 15%] 2022-11-23T02:30:59.2264736Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 PASSED [ 16%] 2022-11-23T02:30:59.2265205Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 PASSED [ 16%] 2022-11-23T02:30:59.2265738Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 PASSED [ 16%] 2022-11-23T02:30:59.2266203Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 PASSED [ 16%] 2022-11-23T02:30:59.2266707Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:30:59.2267304Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:30:59.2267901Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:30:59.2268547Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:30:59.2269117Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 PASSED [ 16%] 2022-11-23T02:30:59.2269634Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:30:59.2270206Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:30:59.2270763Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 PASSED [ 16%] 2022-11-23T02:30:59.2271226Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 PASSED [ 16%] 2022-11-23T02:30:59.2271667Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 PASSED [ 16%] 2022-11-23T02:30:59.2272140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2272601Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 PASSED [ 17%] 2022-11-23T02:30:59.2273066Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2273598Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:30:59.2274240Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:30:59.2274783Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128 PASSED [ 17%] 2022-11-23T02:30:59.2275310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128 PASSED [ 17%] 2022-11-23T02:30:59.2275759Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2276231Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2276711Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128 PASSED [ 17%] 2022-11-23T02:30:59.2277183Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128 PASSED [ 17%] 2022-11-23T02:30:59.2277658Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2278132Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2278598Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64 PASSED [ 17%] 2022-11-23T02:30:59.2279082Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128 PASSED [ 18%] 2022-11-23T02:30:59.2279557Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2280025Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128 PASSED [ 18%] 2022-11-23T02:30:59.2280543Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2281053Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2281543Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2282045Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2282542Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2282979Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2283435Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2283921Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 18%] 2022-11-23T02:30:59.2284410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2284931Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2285415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 PASSED [ 18%] 2022-11-23T02:30:59.2285880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 PASSED [ 18%] 2022-11-23T02:30:59.2286342Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2286834Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2287295Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2287753Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 PASSED [ 19%] 2022-11-23T02:30:59.2288202Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2288654Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 PASSED [ 19%] 2022-11-23T02:30:59.2289101Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2289518Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2289982Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2290552Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2291093Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:30:59.2291632Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2292156Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_dropout_backward_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2292652Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 PASSED [ 19%] 2022-11-23T02:30:59.2293291Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:30:59.2293854Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:30:59.2294458Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:30:59.2295068Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:30:59.2295662Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:30:59.2296254Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:30:59.2296807Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2297323Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2297834Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2298442Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2298956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2299452Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2299950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2300447Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2300935Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 PASSED [ 20%] 2022-11-23T02:30:59.2301423Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 21%] 2022-11-23T02:30:59.2301918Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2302393Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 21%] 2022-11-23T02:30:59.2302866Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 21%] 2022-11-23T02:30:59.2303340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2303806Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2304321Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2304823Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2305296Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2305760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2306707Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 21%] 2022-11-23T02:30:59.2307218Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2307704Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2308175Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 PASSED [ 21%] 2022-11-23T02:30:59.2308637Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2309109Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2309574Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2310102Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2310582Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2311079Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2311563Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2312111Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2312588Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2313053Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 22%] 2022-11-23T02:30:59.2313515Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2313972Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2314428Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2314879Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2315359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 22%] 2022-11-23T02:30:59.2315831Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2316350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2316865Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2317346Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2317819Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2318311Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2318779Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2319255Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 23%] 2022-11-23T02:30:59.2319780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 23%] 2022-11-23T02:30:59.2320262Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 23%] 2022-11-23T02:30:59.2320733Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2321202Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2321688Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 23%] 2022-11-23T02:30:59.2322210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 PASSED [ 23%] 2022-11-23T02:30:59.2322711Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 24%] 2022-11-23T02:30:59.2323189Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2323650Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2324102Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2324597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2325050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2325579Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:30:59.2326114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2326578Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 24%] 2022-11-23T02:30:59.2327087Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 24%] 2022-11-23T02:30:59.2327574Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2328086Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2328576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 PASSED [ 24%] 2022-11-23T02:30:59.2329010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 PASSED [ 24%] 2022-11-23T02:30:59.2329449Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 PASSED [ 25%] 2022-11-23T02:30:59.2329878Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 PASSED [ 25%] 2022-11-23T02:30:59.2330409Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 25%] 2022-11-23T02:30:59.2330937Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:30:59.2331499Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:30:59.2331990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 PASSED [ 25%] 2022-11-23T02:30:59.2332473Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 PASSED [ 25%] 2022-11-23T02:30:59.2332897Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 PASSED [ 25%] 2022-11-23T02:30:59.2333324Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 PASSED [ 25%] 2022-11-23T02:30:59.2333763Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 PASSED [ 25%] 2022-11-23T02:30:59.2334227Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 PASSED [ 25%] 2022-11-23T02:30:59.2334702Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 PASSED [ 25%] 2022-11-23T02:30:59.2335160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 25%] 2022-11-23T02:30:59.2335645Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 25%] 2022-11-23T02:30:59.2336141Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 25%] 2022-11-23T02:30:59.2336598Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2337030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 PASSED [ 26%] 2022-11-23T02:30:59.2337498Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2337899Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2338322Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2338824Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:30:59.2339380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:30:59.2339972Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:30:59.2340468Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2340950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2341385Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 PASSED [ 26%] 2022-11-23T02:30:59.2341799Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 PASSED [ 26%] 2022-11-23T02:30:59.2342244Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 PASSED [ 26%] 2022-11-23T02:30:59.2342695Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 PASSED [ 26%] 2022-11-23T02:30:59.2343139Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2343573Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 PASSED [ 27%] 2022-11-23T02:30:59.2344028Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:30:59.2344506Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:30:59.2344940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 PASSED [ 27%] 2022-11-23T02:30:59.2345415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2345888Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2346392Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:30:59.2346940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 PASSED [ 27%] 2022-11-23T02:30:59.2347387Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2347832Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2348283Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2348724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 XFAIL [ 27%] 2022-11-23T02:30:59.2349166Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 PASSED [ 27%] 2022-11-23T02:30:59.2349661Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:30:59.2368629Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 PASSED [ 28%] 2022-11-23T02:30:59.2369352Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:30:59.2369993Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:30:59.2370727Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:30:59.2371204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 PASSED [ 28%] 2022-11-23T02:30:59.2371622Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 PASSED [ 28%] 2022-11-23T02:30:59.2372033Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64 PASSED [ 28%] 2022-11-23T02:30:59.2372450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 PASSED [ 28%] 2022-11-23T02:30:59.2372884Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T02:30:59.2373333Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T02:30:59.2373752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 PASSED [ 28%] 2022-11-23T02:30:59.2374242Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:30:59.2374803Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:30:59.2375383Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:30:59.2376031Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:30:59.2376707Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:30:59.2377258Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 PASSED [ 29%] 2022-11-23T02:30:59.2377689Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 PASSED [ 29%] 2022-11-23T02:30:59.2378120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 PASSED [ 29%] 2022-11-23T02:30:59.2378535Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 PASSED [ 29%] 2022-11-23T02:30:59.2379042Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:30:59.2379641Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:30:59.2380161Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 PASSED [ 29%] 2022-11-23T02:30:59.2380675Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:30:59.2381246Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:30:59.2381801Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 PASSED [ 29%] 2022-11-23T02:30:59.2382358Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:30:59.2382999Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:30:59.2383616Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:30:59.2384144Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2384629Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 30%] 2022-11-23T02:30:59.2385106Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2385534Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2385964Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 PASSED [ 30%] 2022-11-23T02:30:59.2386376Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2386790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 PASSED [ 30%] 2022-11-23T02:30:59.2387207Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 PASSED [ 30%] 2022-11-23T02:30:59.2387615Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2388031Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 PASSED [ 30%] 2022-11-23T02:30:59.2388500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2388941Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2389414Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-11-23T02:30:59.2389832Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 PASSED [ 30%] 2022-11-23T02:30:59.2390261Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2390683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 PASSED [ 31%] 2022-11-23T02:30:59.2391120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2391546Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 PASSED [ 31%] 2022-11-23T02:30:59.2391962Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2392393Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 PASSED [ 31%] 2022-11-23T02:30:59.2392831Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2393255Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 PASSED [ 31%] 2022-11-23T02:30:59.2393651Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2394192Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T02:30:59.2394735Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2395203Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 PASSED [ 31%] 2022-11-23T02:30:59.2395636Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 PASSED [ 31%] 2022-11-23T02:30:59.2396076Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2396505Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 PASSED [ 31%] 2022-11-23T02:30:59.2396947Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 XFAIL [ 32%] 2022-11-23T02:30:59.2397380Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 XFAIL [ 32%] 2022-11-23T02:30:59.2397822Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 PASSED [ 32%] 2022-11-23T02:30:59.2398250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 PASSED [ 32%] 2022-11-23T02:30:59.2398680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 PASSED [ 32%] 2022-11-23T02:30:59.2399125Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 PASSED [ 32%] 2022-11-23T02:30:59.2399567Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 PASSED [ 32%] 2022-11-23T02:30:59.2400002Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 PASSED [ 32%] 2022-11-23T02:30:59.2400460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 PASSED [ 32%] 2022-11-23T02:30:59.2400988Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:30:59.2401550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:30:59.2402147Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:30:59.2402621Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 PASSED [ 32%] 2022-11-23T02:30:59.2403040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 PASSED [ 32%] 2022-11-23T02:30:59.2403462Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 PASSED [ 33%] 2022-11-23T02:30:59.2403880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2404290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2404715Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 PASSED [ 33%] 2022-11-23T02:30:59.2405137Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_copy_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2405563Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 PASSED [ 33%] 2022-11-23T02:30:59.2405986Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2406460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 PASSED [ 33%] 2022-11-23T02:30:59.2406929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2407382Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2407806Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 PASSED [ 33%] 2022-11-23T02:30:59.2408229Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2408726Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 33%] 2022-11-23T02:30:59.2409205Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_float64 PASSED [ 33%] 2022-11-23T02:30:59.2409608Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2410038Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2410564Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2410977Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2411405Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2411843Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2412311Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2412797Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:30:59.2413255Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD__softmax_backward_data_cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2413681Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2414090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2414517Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2414946Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2415426Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 34%] 2022-11-23T02:30:59.2415843Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 PASSED [ 34%] 2022-11-23T02:30:59.2416253Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 PASSED [ 35%] 2022-11-23T02:30:59.2416682Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 35%] 2022-11-23T02:30:59.2417192Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2417720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2418323Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2418924Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2419465Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2419997Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2420590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2421147Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2421707Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:30:59.2422217Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 PASSED [ 35%] 2022-11-23T02:30:59.2422671Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 PASSED [ 35%] 2022-11-23T02:30:59.2423109Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_float64 PASSED [ 35%] 2022-11-23T02:30:59.2423518Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 PASSED [ 36%] 2022-11-23T02:30:59.2423947Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 PASSED [ 36%] 2022-11-23T02:30:59.2424423Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 PASSED [ 36%] 2022-11-23T02:30:59.2424902Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 PASSED [ 36%] 2022-11-23T02:30:59.2425344Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 PASSED [ 36%] 2022-11-23T02:30:59.2425774Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 36%] 2022-11-23T02:30:59.2426206Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 XFAIL [ 36%] 2022-11-23T02:30:59.2426616Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 XFAIL [ 36%] 2022-11-23T02:30:59.2427050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 PASSED [ 36%] 2022-11-23T02:30:59.2427474Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 PASSED [ 36%] 2022-11-23T02:30:59.2428006Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:30:59.2428557Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:30:59.2429048Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 PASSED [ 36%] 2022-11-23T02:30:59.2429552Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:30:59.2430150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:30:59.2430673Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 PASSED [ 37%] 2022-11-23T02:30:59.2431115Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2431538Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2431964Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_complex128 XFAIL [ 37%] 2022-11-23T02:30:59.2432389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cfloat_cpu_float64 XFAIL [ 37%] 2022-11-23T02:30:59.2432795Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 XFAIL [ 37%] 2022-11-23T02:30:59.2433335Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-11-23T02:30:59.2433825Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 PASSED [ 37%] 2022-11-23T02:30:59.2434250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2434696Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2435130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 PASSED [ 37%] 2022-11-23T02:30:59.2435559Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2436029Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2436459Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_float64 PASSED [ 37%] 2022-11-23T02:30:59.2436937Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2437366Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2437811Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 38%] 2022-11-23T02:30:59.2438255Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2438696Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 PASSED [ 38%] 2022-11-23T02:30:59.2439131Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 PASSED [ 38%] 2022-11-23T02:30:59.2439562Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 PASSED [ 38%] 2022-11-23T02:30:59.2439988Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2440392Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2440944Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-11-23T02:30:59.2441513Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-11-23T02:30:59.2442046Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 XFAIL [ 38%] 2022-11-23T02:30:59.2442476Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2442959Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2443416Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 PASSED [ 38%] 2022-11-23T02:30:59.2443862Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 PASSED [ 39%] 2022-11-23T02:30:59.2444267Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2444698Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 PASSED [ 39%] 2022-11-23T02:30:59.2445133Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2445563Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 PASSED [ 39%] 2022-11-23T02:30:59.2446005Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2446491Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 PASSED [ 39%] 2022-11-23T02:30:59.2446922Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 PASSED [ 39%] 2022-11-23T02:30:59.2447329Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diff_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2447754Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2448224Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 PASSED [ 39%] 2022-11-23T02:30:59.2448688Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dist_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2449126Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2449578Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 39%] 2022-11-23T02:30:59.2450013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_complex128 PASSED [ 40%] 2022-11-23T02:30:59.2450510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2450986Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 PASSED [ 40%] 2022-11-23T02:30:59.2451478Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:30:59.2452018Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:30:59.2452558Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:30:59.2453034Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2453453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2453865Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2454355Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 PASSED [ 40%] 2022-11-23T02:30:59.2454817Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_exp_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2455245Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 PASSED [ 40%] 2022-11-23T02:30:59.2455683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 PASSED [ 40%] 2022-11-23T02:30:59.2456114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2456535Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 PASSED [ 40%] 2022-11-23T02:30:59.2457021Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:30:59.2457564Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:30:59.2458029Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2458451Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 PASSED [ 41%] 2022-11-23T02:30:59.2458882Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2459368Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2459808Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2460293Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2460761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 PASSED [ 41%] 2022-11-23T02:30:59.2461165Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2461585Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 PASSED [ 41%] 2022-11-23T02:30:59.2462000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2462419Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 PASSED [ 41%] 2022-11-23T02:30:59.2462850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 PASSED [ 41%] 2022-11-23T02:30:59.2463290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2463735Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2464147Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2464576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2465008Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2465441Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2465917Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2466354Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2466826Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2467296Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2467707Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2468128Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fill_cpu_float64 PASSED [ 42%] 2022-11-23T02:30:59.2468552Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2468982Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 PASSED [ 42%] 2022-11-23T02:30:59.2469399Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flip_cpu_float64 PASSED [ 43%] 2022-11-23T02:30:59.2469821Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 PASSED [ 43%] 2022-11-23T02:30:59.2470245Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 PASSED [ 43%] 2022-11-23T02:30:59.2470667Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 PASSED [ 43%] 2022-11-23T02:30:59.2471093Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_cpu_float64 PASSED [ 43%] 2022-11-23T02:30:59.2471584Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:30:59.2472116Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 PASSED [ 43%] 2022-11-23T02:30:59.2472696Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:30:59.2473249Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:30:59.2473731Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 PASSED [ 43%] 2022-11-23T02:30:59.2474158Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gather_cpu_float64 PASSED [ 43%] 2022-11-23T02:30:59.2474629Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:30:59.2475176Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:30:59.2475665Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 PASSED [ 43%] 2022-11-23T02:30:59.2476106Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_grid_sampler_2d_cpu_float64 PASSED [ 43%] 2022-11-23T02:30:59.2476597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2477141Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2477696Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2478231Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 PASSED [ 44%] 2022-11-23T02:30:59.2478759Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2479285Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2479772Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 PASSED [ 44%] 2022-11-23T02:30:59.2480249Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 44%] 2022-11-23T02:30:59.2480695Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 PASSED [ 44%] 2022-11-23T02:30:59.2481122Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 PASSED [ 44%] 2022-11-23T02:30:59.2481555Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_float64 PASSED [ 44%] 2022-11-23T02:30:59.2482050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2482609Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2483145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:30:59.2483688Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:30:59.2484273Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:30:59.2484854Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:30:59.2485384Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 PASSED [ 45%] 2022-11-23T02:30:59.2485858Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T02:30:59.2486359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T02:30:59.2486848Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T02:30:59.2487341Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T02:30:59.2487805Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T02:30:59.2488253Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 PASSED [ 45%] 2022-11-23T02:30:59.2488670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 PASSED [ 45%] 2022-11-23T02:30:59.2489100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 PASSED [ 45%] 2022-11-23T02:30:59.2489541Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 PASSED [ 45%] 2022-11-23T02:30:59.2490023Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 PASSED [ 45%] 2022-11-23T02:30:59.2490569Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 PASSED [ 45%] 2022-11-23T02:30:59.2490989Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 PASSED [ 46%] 2022-11-23T02:30:59.2491414Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 PASSED [ 46%] 2022-11-23T02:30:59.2491864Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 PASSED [ 46%] 2022-11-23T02:30:59.2492331Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 PASSED [ 46%] 2022-11-23T02:30:59.2492831Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 PASSED [ 46%] 2022-11-23T02:30:59.2493260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 PASSED [ 46%] 2022-11-23T02:30:59.2493764Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:30:59.2494329Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:30:59.2494895Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:30:59.2495393Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 46%] 2022-11-23T02:30:59.2495900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 46%] 2022-11-23T02:30:59.2496409Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 46%] 2022-11-23T02:30:59.2496852Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 PASSED [ 46%] 2022-11-23T02:30:59.2497286Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 PASSED [ 46%] 2022-11-23T02:30:59.2497786Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 PASSED [ 47%] 2022-11-23T02:30:59.2498227Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 PASSED [ 47%] 2022-11-23T02:30:59.2498671Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T02:30:59.2499102Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 PASSED [ 47%] 2022-11-23T02:30:59.2499542Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 PASSED [ 47%] 2022-11-23T02:30:59.2500047Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:30:59.2500613Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:30:59.2501185Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:30:59.2501739Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 PASSED [ 47%] 2022-11-23T02:30:59.2502180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T02:30:59.2502655Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 PASSED [ 47%] 2022-11-23T02:30:59.2503096Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 47%] 2022-11-23T02:30:59.2503549Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 PASSED [ 47%] 2022-11-23T02:30:59.2503996Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 PASSED [ 47%] 2022-11-23T02:30:59.2504524Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 47%] 2022-11-23T02:30:59.2505077Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2505508Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 PASSED [ 48%] 2022-11-23T02:30:59.2505941Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2506363Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2506788Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2507232Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 PASSED [ 48%] 2022-11-23T02:30:59.2507709Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2508162Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 PASSED [ 48%] 2022-11-23T02:30:59.2508652Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 PASSED [ 48%] 2022-11-23T02:30:59.2509084Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2509578Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:30:59.2510172Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:30:59.2510631Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2511041Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_float64 PASSED [ 48%] 2022-11-23T02:30:59.2511452Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2511882Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2512312Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2512803Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:30:59.2513353Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:30:59.2513941Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:30:59.2514451Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2514928Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:30:59.2515449Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:30:59.2515915Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 PASSED [ 49%] 2022-11-23T02:30:59.2516332Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2516732Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2517130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_float64 PASSED [ 49%] 2022-11-23T02:30:59.2517660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:30:59.2518140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2518571Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2519010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2519446Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2519929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128 PASSED [ 50%] 2022-11-23T02:30:59.2520398Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2520827Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2521257Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128 PASSED [ 50%] 2022-11-23T02:30:59.2521683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2522120Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128 PASSED [ 50%] 2022-11-23T02:30:59.2522596Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2523028Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 PASSED [ 50%] 2022-11-23T02:30:59.2523457Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2523879Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64 PASSED [ 50%] 2022-11-23T02:30:59.2524299Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128 PASSED [ 50%] 2022-11-23T02:30:59.2524705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2525127Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128 PASSED [ 51%] 2022-11-23T02:30:59.2525590Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2526011Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 PASSED [ 51%] 2022-11-23T02:30:59.2526472Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2526895Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 PASSED [ 51%] 2022-11-23T02:30:59.2527316Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2527734Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2528189Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2528621Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2529039Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 PASSED [ 51%] 2022-11-23T02:30:59.2529448Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 PASSED [ 51%] 2022-11-23T02:30:59.2529857Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 PASSED [ 51%] 2022-11-23T02:30:59.2530927Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mv_cpu_float64 PASSED [ 51%] 2022-11-23T02:30:59.2531340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 PASSED [ 52%] 2022-11-23T02:30:59.2531812Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 PASSED [ 52%] 2022-11-23T02:30:59.2532269Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 PASSED [ 52%] 2022-11-23T02:30:59.2532687Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 PASSED [ 52%] 2022-11-23T02:30:59.2533135Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:30:59.2533595Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_dropout_backward_cpu_float64 PASSED [ 52%] 2022-11-23T02:30:59.2534095Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2534623Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2535077Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 PASSED [ 52%] 2022-11-23T02:30:59.2535565Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2536173Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2536716Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2537258Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2537851Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:30:59.2538426Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:30:59.2538929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2539404Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2539857Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2540314Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2540759Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2541206Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2541655Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2542112Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2542579Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 53%] 2022-11-23T02:30:59.2543050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2543934Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2544455Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2544893Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2545337Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 53%] 2022-11-23T02:30:59.2545781Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2546249Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 54%] 2022-11-23T02:30:59.2546728Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2547174Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2547603Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2548048Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2548542Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2548990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2549478Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2549939Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2550453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2550906Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2551337Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2551779Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2552224Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 PASSED [ 54%] 2022-11-23T02:30:59.2552683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2553146Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2553604Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2554057Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 XFAIL [ 55%] 2022-11-23T02:30:59.2554494Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2554920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2555359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 PASSED [ 55%] 2022-11-23T02:30:59.2555851Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2556687Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2557142Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2557595Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 PASSED [ 55%] 2022-11-23T02:30:59.2558048Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2558510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 55%] 2022-11-23T02:30:59.2558960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 55%] 2022-11-23T02:30:59.2559420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 56%] 2022-11-23T02:30:59.2559886Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2560333Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2560757Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2561232Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2561803Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:30:59.2562370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2562813Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2563259Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2563717Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 PASSED [ 56%] 2022-11-23T02:30:59.2564170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2564625Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2565092Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 56%] 2022-11-23T02:30:59.2565568Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 56%] 2022-11-23T02:30:59.2566060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 56%] 2022-11-23T02:30:59.2566551Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2567021Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2567523Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2568035Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2568541Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:30:59.2569351Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2569773Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2570303Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 PASSED [ 57%] 2022-11-23T02:30:59.2570715Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2571135Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 PASSED [ 57%] 2022-11-23T02:30:59.2571619Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:30:59.2572159Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:30:59.2572693Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:30:59.2573162Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 PASSED [ 57%] 2022-11-23T02:30:59.2573629Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 PASSED [ 58%] 2022-11-23T02:30:59.2574103Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_outer_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2574547Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2574971Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 PASSED [ 58%] 2022-11-23T02:30:59.2575388Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polar_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2575817Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2576279Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:30:59.2576726Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2577138Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2577550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 PASSED [ 58%] 2022-11-23T02:30:59.2577947Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_prod_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2578355Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 PASSED [ 58%] 2022-11-23T02:30:59.2578768Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2579182Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 58%] 2022-11-23T02:30:59.2579708Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:30:59.2580303Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:30:59.2580786Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 PASSED [ 59%] 2022-11-23T02:30:59.2581187Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 PASSED [ 59%] 2022-11-23T02:30:59.2581597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_complex128 PASSED [ 59%] 2022-11-23T02:30:59.2582391Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 PASSED [ 59%] 2022-11-23T02:30:59.2582846Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 PASSED [ 59%] 2022-11-23T02:30:59.2583268Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 PASSED [ 59%] 2022-11-23T02:30:59.2583683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 PASSED [ 59%] 2022-11-23T02:30:59.2584171Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:30:59.2584705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:30:59.2585177Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 PASSED [ 59%] 2022-11-23T02:30:59.2585609Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 PASSED [ 59%] 2022-11-23T02:30:59.2586021Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_float64 PASSED [ 59%] 2022-11-23T02:30:59.2586427Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 PASSED [ 59%] 2022-11-23T02:30:59.2586830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2587286Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 60%] 2022-11-23T02:30:59.2587698Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2588106Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 60%] 2022-11-23T02:30:59.2588534Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 PASSED [ 60%] 2022-11-23T02:30:59.2588968Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2589402Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2589835Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2590270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 60%] 2022-11-23T02:30:59.2590816Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:30:59.2591362Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2591790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 PASSED [ 60%] 2022-11-23T02:30:59.2592209Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 PASSED [ 60%] 2022-11-23T02:30:59.2592687Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:30:59.2593163Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 61%] 2022-11-23T02:30:59.2593580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2593991Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sign_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2594486Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:30:59.2595112Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:30:59.2595658Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:30:59.2596123Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2596535Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 PASSED [ 61%] 2022-11-23T02:30:59.2596942Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2597350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_complex128 PASSED [ 61%] 2022-11-23T02:30:59.2597761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2598178Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2598596Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 PASSED [ 61%] 2022-11-23T02:30:59.2599016Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 PASSED [ 61%] 2022-11-23T02:30:59.2599474Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 61%] 2022-11-23T02:30:59.2600003Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:30:59.2600520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:30:59.2601081Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:30:59.2601655Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:30:59.2602259Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:30:59.2602759Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 PASSED [ 62%] 2022-11-23T02:30:59.2603181Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 PASSED [ 62%] 2022-11-23T02:30:59.2603681Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:30:59.2604264Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:30:59.2604839Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:30:59.2605339Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 PASSED [ 62%] 2022-11-23T02:30:59.2605862Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:30:59.2606505Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:30:59.2607074Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 PASSED [ 62%] 2022-11-23T02:30:59.2607548Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2607963Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2608370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2608807Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2609241Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2609655Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2610149Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2610575Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2610985Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2611385Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2611851Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2612262Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stft_cpu_float64 PASSED [ 63%] 2022-11-23T02:30:59.2612667Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2613074Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2613491Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 PASSED [ 63%] 2022-11-23T02:30:59.2613911Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 PASSED [ 64%] 2022-11-23T02:30:59.2614306Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2614718Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2615144Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 PASSED [ 64%] 2022-11-23T02:30:59.2615557Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2615978Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 PASSED [ 64%] 2022-11-23T02:30:59.2616401Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2616806Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 PASSED [ 64%] 2022-11-23T02:30:59.2617220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2617634Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 PASSED [ 64%] 2022-11-23T02:30:59.2618043Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2618447Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2618927Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:30:59.2619455Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 PASSED [ 64%] 2022-11-23T02:30:59.2619874Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2620288Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trace_cpu_float64 PASSED [ 65%] 2022-11-23T02:30:59.2620692Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2621117Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2621542Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 PASSED [ 65%] 2022-11-23T02:30:59.2621966Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2622374Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2622784Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triu_cpu_float64 PASSED [ 65%] 2022-11-23T02:30:59.2623199Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2623605Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 PASSED [ 65%] 2022-11-23T02:30:59.2624016Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 PASSED [ 65%] 2022-11-23T02:30:59.2624474Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 PASSED [ 65%] 2022-11-23T02:30:59.2624890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 PASSED [ 65%] 2022-11-23T02:30:59.2625369Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:30:59.2625915Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:30:59.2626449Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:30:59.2626921Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 PASSED [ 66%] 2022-11-23T02:30:59.2627329Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2627740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2628159Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 PASSED [ 66%] 2022-11-23T02:30:59.2628580Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_copy_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2628994Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_complex128 PASSED [ 66%] 2022-11-23T02:30:59.2629397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2629806Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 PASSED [ 66%] 2022-11-23T02:30:59.2630204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2630612Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2631013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2631426Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 PASSED [ 66%] 2022-11-23T02:30:59.2631830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zero__cpu_float64 PASSED [ 66%] 2022-11-23T02:30:59.2632343Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:30:59.2632889Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2633435Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2633999Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2634559Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2635123Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2635628Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:30:59.2636145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2636754Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2637305Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 67%] 2022-11-23T02:30:59.2637851Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 PASSED [ 67%] 2022-11-23T02:30:59.2638397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2638952Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:30:59.2639434Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 PASSED [ 67%] 2022-11-23T02:30:59.2639876Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 68%] 2022-11-23T02:30:59.2640319Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 68%] 2022-11-23T02:30:59.2640752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 PASSED [ 68%] 2022-11-23T02:30:59.2641249Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:30:59.2641810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:30:59.2642355Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:30:59.2642898Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:30:59.2643441Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:30:59.2644024Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:30:59.2644543Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 68%] 2022-11-23T02:30:59.2645087Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:30:59.2645663Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:30:59.2646155Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 PASSED [ 68%] 2022-11-23T02:30:59.2646586Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 PASSED [ 68%] 2022-11-23T02:30:59.2647017Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 PASSED [ 68%] 2022-11-23T02:30:59.2647518Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2648069Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2648630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2649168Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 69%] 2022-11-23T02:30:59.2649670Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2650314Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2650879Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:30:59.2651451Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2652037Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2652624Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2653193Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:30:59.2653746Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:30:59.2654310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:30:59.2654898Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 69%] 2022-11-23T02:30:59.2655490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2656042Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 PASSED [ 70%] 2022-11-23T02:30:59.2656546Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2657104Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2657378Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:30:59.2657652Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:30:59.2657936Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2658216Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2658515Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2658848Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2659137Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2659425Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2659706Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2659990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2660284Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:30:59.2660556Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2660781Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 71%] 2022-11-23T02:30:59.2661071Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2661357Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2661638Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2661922Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2662201Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2662453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 PASSED [ 71%] 2022-11-23T02:30:59.2662662Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 PASSED [ 71%] 2022-11-23T02:30:59.2662869Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 PASSED [ 71%] 2022-11-23T02:30:59.2663154Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:30:59.2663428Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2663703Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2663984Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:30:59.2664202Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 72%] 2022-11-23T02:30:59.2664416Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 72%] 2022-11-23T02:30:59.2664624Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 PASSED [ 72%] 2022-11-23T02:30:59.2665365Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2665649Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2665935Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2666208Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2666467Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2666702Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 72%] 2022-11-23T02:30:59.2666975Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2667259Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2667536Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:30:59.2667814Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:30:59.2668086Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:30:59.2668349Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:30:59.2668655Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:30:59.2668864Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 PASSED [ 73%] 2022-11-23T02:30:59.2669071Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 PASSED [ 73%] 2022-11-23T02:30:59.2669352Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2669630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2669838Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 PASSED [ 73%] 2022-11-23T02:30:59.2670114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:30:59.2670382Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:30:59.2670662Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2670950Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2671272Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2671549Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2671834Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2672112Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:30:59.2672386Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2672676Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2672963Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2673243Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2673522Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2673800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2674085Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2674366Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2674683Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2674961Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2675174Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 PASSED [ 74%] 2022-11-23T02:30:59.2675455Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2675730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:30:59.2675940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 PASSED [ 74%] 2022-11-23T02:30:59.2676220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:30:59.2676492Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2676701Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 PASSED [ 75%] 2022-11-23T02:30:59.2677019Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2677291Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:30:59.2677569Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:30:59.2677848Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2678133Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2678415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2678699Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_grid_sampler_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2678971Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:30:59.2679246Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2679520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:30:59.2679800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:30:59.2680064Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:30:59.2680378Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:30:59.2680652Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:30:59.2680932Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:30:59.2681211Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:30:59.2681423Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 PASSED [ 76%] 2022-11-23T02:30:59.2681628Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 PASSED [ 76%] 2022-11-23T02:30:59.2681892Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:30:59.2682172Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:30:59.2682387Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 PASSED [ 76%] 2022-11-23T02:30:59.2682606Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 76%] 2022-11-23T02:30:59.2682859Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 PASSED [ 76%] 2022-11-23T02:30:59.2683076Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 PASSED [ 76%] 2022-11-23T02:30:59.2683297Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 76%] 2022-11-23T02:30:59.2683584Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:30:59.2683866Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:30:59.2684142Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2684419Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2684686Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2684959Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2685228Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2685490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2685767Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2686040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:30:59.2686338Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T02:30:59.2686601Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T02:30:59.2686863Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T02:30:59.2687122Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T02:30:59.2687369Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T02:30:59.2687616Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T02:30:59.2687888Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:30:59.2688177Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2688466Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2688801Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2689104Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2689399Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2689679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2689967Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2690346Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2690647Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2690930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2691217Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2691495Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:30:59.2691782Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:30:59.2692114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:30:59.2692351Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:30:59.2692579Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:30:59.2692883Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2693183Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2693475Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2693833Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2694121Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2694463Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2694878Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2695165Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2695453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:30:59.2695752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:30:59.2696050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:30:59.2696338Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:30:59.2696617Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2696918Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2697213Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2697511Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T02:30:59.2697805Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T02:30:59.2698129Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2698420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2698717Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2699014Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2699301Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2699586Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2699873Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:30:59.2700153Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:30:59.2700477Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:30:59.2700690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 PASSED [ 81%] 2022-11-23T02:30:59.2700900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 PASSED [ 81%] 2022-11-23T02:30:59.2701099Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 PASSED [ 81%] 2022-11-23T02:30:59.2701309Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 PASSED [ 81%] 2022-11-23T02:30:59.2701516Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 PASSED [ 81%] 2022-11-23T02:30:59.2701812Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:30:59.2702098Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:30:59.2702379Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:30:59.2702661Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:30:59.2702940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:30:59.2703216Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:30:59.2703498Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:30:59.2703770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:30:59.2704089Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:30:59.2704301Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 PASSED [ 81%] 2022-11-23T02:30:59.2704576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:30:59.2704849Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:30:59.2705117Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:30:59.2705399Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2705680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2705960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2706233Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2706543Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2706827Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:30:59.2707121Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2707405Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2707695Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2707980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:30:59.2708202Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T02:30:59.2708496Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2708786Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2709071Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2709357Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2709646Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2709974Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2710258Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2710546Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2710835Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2711117Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2711398Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2711677Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2711956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2712276Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:30:59.2712557Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2712837Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2713143Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2713435Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2713732Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2714011Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2714285Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2714589Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2714888Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2715190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2715464Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2715770Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2716043Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:30:59.2716255Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 PASSED [ 84%] 2022-11-23T02:30:59.2716467Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 PASSED [ 84%] 2022-11-23T02:30:59.2716743Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:30:59.2717021Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2717290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2717520Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-11-23T02:30:59.2717752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 85%] 2022-11-23T02:30:59.2718015Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 85%] 2022-11-23T02:30:59.2718294Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2718577Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2718861Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:30:59.2719141Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2719408Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2719695Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2719992Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_dropout_backward_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2720279Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:30:59.2720544Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:30:59.2720832Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:30:59.2721115Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:30:59.2721433Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:30:59.2721708Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:30:59.2721984Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:30:59.2722306Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2722618Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2722929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2723237Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2723536Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2723872Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2724161Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2724468Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2724784Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:30:59.2725008Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 87%] 2022-11-23T02:30:59.2725308Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2725603Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2725898Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2726198Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2726510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2726817Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2727171Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2727472Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2727706Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 87%] 2022-11-23T02:30:59.2727935Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 87%] 2022-11-23T02:30:59.2728163Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 87%] 2022-11-23T02:30:59.2728464Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:30:59.2728732Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 87%] 2022-11-23T02:30:59.2729020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2729319Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2729651Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2729944Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2730325Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2730641Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2730954Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2731270Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2731562Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2731857Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2732146Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2732439Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2732672Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 88%] 2022-11-23T02:30:59.2733008Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2733315Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:30:59.2733616Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2733919Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2734220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2734446Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 89%] 2022-11-23T02:30:59.2734737Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2735044Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2735357Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2735697Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2736000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2736301Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2736603Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2736911Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2737213Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2737525Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:30:59.2737828Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2738133Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2738421Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2738763Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:30:59.2738994Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 90%] 2022-11-23T02:30:59.2739290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2739591Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2739886Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2740191Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2740481Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2740766Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2741080Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2741442Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2741748Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:30:59.2742025Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:30:59.2742303Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2742582Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2742862Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:30:59.2743138Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:30:59.2743410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2743679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2743956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2744242Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2744565Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2744834Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2745078Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:30:59.2745322Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:30:59.2745599Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2745870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:30:59.2746140Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:30:59.2746416Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:30:59.2746691Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:30:59.2747011Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:30:59.2747288Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:30:59.2747565Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:30:59.2747837Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:30:59.2748114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:30:59.2748388Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:30:59.2748612Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 92%] 2022-11-23T02:30:59.2748831Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 92%] 2022-11-23T02:30:59.2749049Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 PASSED [ 92%] 2022-11-23T02:30:59.2749318Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:30:59.2749614Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:30:59.2749906Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2750191Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2750518Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2750795Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:30:59.2751068Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:30:59.2751350Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:30:59.2751633Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2751918Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2752194Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2752469Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2752784Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:30:59.2752995Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 PASSED [ 93%] 2022-11-23T02:30:59.2753220Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 93%] 2022-11-23T02:30:59.2753458Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:30:59.2753671Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 93%] 2022-11-23T02:30:59.2753944Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:30:59.2754233Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:30:59.2754513Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:30:59.2754730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 94%] 2022-11-23T02:30:59.2754956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 94%] 2022-11-23T02:30:59.2755237Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:30:59.2755513Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:30:59.2755800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:30:59.2756013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 PASSED [ 94%] 2022-11-23T02:30:59.2756232Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 94%] 2022-11-23T02:30:59.2756484Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 PASSED [ 94%] 2022-11-23T02:30:59.2756698Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 PASSED [ 94%] 2022-11-23T02:30:59.2756906Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 PASSED [ 94%] 2022-11-23T02:30:59.2757118Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 PASSED [ 94%] 2022-11-23T02:30:59.2757322Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 PASSED [ 95%] 2022-11-23T02:30:59.2757533Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 PASSED [ 95%] 2022-11-23T02:30:59.2757733Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 PASSED [ 95%] 2022-11-23T02:30:59.2758014Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:30:59.2758313Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:30:59.2758600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:30:59.2759319Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:30:59.2759598Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (PyTorch is built without MKL support) [ 95%] 2022-11-23T02:30:59.2759880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:30:59.2760171Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:30:59.2760458Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:30:59.2760741Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:30:59.2761054Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:30:59.2761344Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:30:59.2761644Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:30:59.2761925Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:30:59.2762223Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:30:59.2762532Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:30:59.2762874Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:30:59.2763171Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:30:59.2763455Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:30:59.2763741Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:30:59.2764032Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:30:59.2764335Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:30:59.2764652Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:30:59.2764980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:30:59.2765275Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:30:59.2765502Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 96%] 2022-11-23T02:30:59.2765721Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 PASSED [ 96%] 2022-11-23T02:30:59.2766004Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2766290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2766510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 PASSED [ 97%] 2022-11-23T02:30:59.2766725Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 PASSED [ 97%] 2022-11-23T02:30:59.2767009Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2767288Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2767577Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2767856Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2768143Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2768357Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 PASSED [ 97%] 2022-11-23T02:30:59.2768611Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 PASSED [ 97%] 2022-11-23T02:30:59.2768911Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2769201Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2769490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:30:59.2769702Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 PASSED [ 97%] 2022-11-23T02:30:59.2769916Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 PASSED [ 98%] 2022-11-23T02:30:59.2770290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2770573Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2770850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2771191Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T02:30:59.2771482Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2771714Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 PASSED [ 98%] 2022-11-23T02:30:59.2771936Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 PASSED [ 98%] 2022-11-23T02:30:59.2772228Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2772516Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2772798Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2773098Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2773391Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:30:59.2773606Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 PASSED [ 98%] 2022-11-23T02:30:59.2773890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2774172Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2774457Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2774792Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2775077Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2775354Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:30:59.2775649Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:30:59.2775934Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2776221Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2776508Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2776791Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2777126Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2777410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2777696Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:30:59.2777981Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T02:30:59.2777994Z 2022-11-23T02:30:59.2778121Z ============================== warnings summary =============================== 2022-11-23T02:30:59.2778312Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:30:59.2778623Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:30:59.2778719Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:30:59.2778745Z 2022-11-23T02:30:59.2778933Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:30:59.2779255Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-30d1514d0c1bbd0d.xml - 2022-11-23T02:30:59.2779418Z = 830 passed, 596 skipped, 5 deselected, 18 xfailed, 1 warning in 294.85s (0:04:54) = 2022-11-23T02:30:59.2779616Z 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-23T02:30:59.2779623Z 2022-11-23T02:30:59.2780007Z ##[endgroup] 2022-11-23T02:30:59.2780288Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_s5mfmj90) 2022-11-23T02:30:59.2780296Z 2022-11-23T02:31:50.6256103Z 2022-11-23T02:31:50.6256608Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:31:50.6257495Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_tbyaj34q) 2022-11-23T02:31:50.6294354Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-e93027530349a4fb.xml 2022-11-23T02:31:50.6294738Z ============================= test session starts ============================= 2022-11-23T02:31:50.6295077Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:31:50.6295368Z cachedir: .pytest_cache 2022-11-23T02:31:50.6296730Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:31:50.6297202Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:31:50.6297651Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:31:50.6298038Z collecting ... collected 2907 items / 7 deselected / 2900 selected 2022-11-23T02:31:50.6500086Z Running 1451 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad__softmax_backward_data_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_grid_sampler_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_exponential_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_kaiser_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmod___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_arange_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ceil_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frac_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ge_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogram_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hypot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_le_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_maximum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_minimum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_msort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_remainder_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_cosine_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_kaiser_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sort_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_topk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD__softmax_backward_data_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_cosine_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_exponential_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_gaussian_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_kaiser_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_copy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-11-23T02:31:50.6687404Z 2022-11-23T02:31:50.6688614Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6689066Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 PASSED [ 0%] 2022-11-23T02:31:50.6689510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6689945Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6690371Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6690798Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 PASSED [ 0%] 2022-11-23T02:31:50.6691456Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:31:50.6691900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:31:50.6692333Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6692776Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad__softmax_backward_data_cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6693215Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 PASSED [ 0%] 2022-11-23T02:31:50.6693633Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6694052Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6694473Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 PASSED [ 0%] 2022-11-23T02:31:50.6694896Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 PASSED [ 1%] 2022-11-23T02:31:50.6695332Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 PASSED [ 1%] 2022-11-23T02:31:50.6695745Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 PASSED [ 1%] 2022-11-23T02:31:50.6696286Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 PASSED [ 1%] 2022-11-23T02:31:50.6696779Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6697317Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6697863Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6698337Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 PASSED [ 1%] 2022-11-23T02:31:50.6698743Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 PASSED [ 1%] 2022-11-23T02:31:50.6699242Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 PASSED [ 1%] 2022-11-23T02:31:50.6699730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6700268Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6700800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6701340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:31:50.6701854Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T02:31:50.6702335Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 2%] 2022-11-23T02:31:50.6702846Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 SKIPPED (Passes on complex128 and float64 only) [ 2%] 2022-11-23T02:31:50.6703310Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 PASSED [ 2%] 2022-11-23T02:31:50.6703728Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 PASSED [ 2%] 2022-11-23T02:31:50.6704191Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 PASSED [ 2%] 2022-11-23T02:31:50.6704601Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 PASSED [ 2%] 2022-11-23T02:31:50.6705013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 PASSED [ 2%] 2022-11-23T02:31:50.6705446Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 PASSED [ 2%] 2022-11-23T02:31:50.6705878Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 PASSED [ 2%] 2022-11-23T02:31:50.6706295Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 PASSED [ 2%] 2022-11-23T02:31:50.6706720Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 XFAIL [ 2%] 2022-11-23T02:31:50.6707142Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 PASSED [ 2%] 2022-11-23T02:31:50.6707561Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 PASSED [ 2%] 2022-11-23T02:31:50.6708043Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:31:50.6708531Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 PASSED [ 3%] 2022-11-23T02:31:50.6709031Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:31:50.6709577Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:31:50.6710098Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:31:50.6710584Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 PASSED [ 3%] 2022-11-23T02:31:50.6711123Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 3%] 2022-11-23T02:31:50.6711684Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cdouble_cpu_complex128 PASSED [ 3%] 2022-11-23T02:31:50.6712110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 PASSED [ 3%] 2022-11-23T02:31:50.6712522Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cfloat_cpu_float64 XFAIL [ 3%] 2022-11-23T02:31:50.6712938Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 XFAIL [ 3%] 2022-11-23T02:31:50.6713349Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 XFAIL [ 3%] 2022-11-23T02:31:50.6713816Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:31:50.6714377Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 PASSED [ 3%] 2022-11-23T02:31:50.6714874Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 PASSED [ 3%] 2022-11-23T02:31:50.6715300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 PASSED [ 3%] 2022-11-23T02:31:50.6715724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6716145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 PASSED [ 4%] 2022-11-23T02:31:50.6716561Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6717023Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 PASSED [ 4%] 2022-11-23T02:31:50.6717434Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6717871Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6718299Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 PASSED [ 4%] 2022-11-23T02:31:50.6718719Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6719135Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6719553Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 PASSED [ 4%] 2022-11-23T02:31:50.6719986Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 SKIPPED (Barely fails) [ 4%] 2022-11-23T02:31:50.6720410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6720828Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 PASSED [ 4%] 2022-11-23T02:31:50.6721252Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 PASSED [ 4%] 2022-11-23T02:31:50.6721679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 PASSED [ 5%] 2022-11-23T02:31:50.6722107Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 PASSED [ 5%] 2022-11-23T02:31:50.6722535Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6722967Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_complex128 PASSED [ 5%] 2022-11-23T02:31:50.6723392Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_copy_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6723818Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 PASSED [ 5%] 2022-11-23T02:31:50.6724238Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6724710Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6725138Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6725553Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6725983Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6726415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6726860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6727286Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 PASSED [ 5%] 2022-11-23T02:31:50.6727700Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 PASSED [ 5%] 2022-11-23T02:31:50.6728125Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 PASSED [ 6%] 2022-11-23T02:31:50.6728539Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 PASSED [ 6%] 2022-11-23T02:31:50.6729021Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:31:50.6729610Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:31:50.6730143Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:31:50.6730676Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:31:50.6731145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 PASSED [ 6%] 2022-11-23T02:31:50.6731560Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 PASSED [ 6%] 2022-11-23T02:31:50.6731971Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 PASSED [ 6%] 2022-11-23T02:31:50.6732393Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 PASSED [ 6%] 2022-11-23T02:31:50.6732826Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 PASSED [ 6%] 2022-11-23T02:31:50.6733246Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 PASSED [ 6%] 2022-11-23T02:31:50.6733660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 PASSED [ 6%] 2022-11-23T02:31:50.6734143Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:31:50.6734675Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:31:50.6735143Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6735572Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 PASSED [ 7%] 2022-11-23T02:31:50.6736092Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6736525Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6736954Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6737417Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6737839Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 PASSED [ 7%] 2022-11-23T02:31:50.6738262Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6738676Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6739099Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 PASSED [ 7%] 2022-11-23T02:31:50.6739513Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6739935Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 PASSED [ 7%] 2022-11-23T02:31:50.6740342Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6740761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 PASSED [ 7%] 2022-11-23T02:31:50.6741175Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6741585Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 XFAIL [ 8%] 2022-11-23T02:31:50.6742013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 PASSED [ 8%] 2022-11-23T02:31:50.6742485Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6742894Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6743291Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6743705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6744196Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:31:50.6744741Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:31:50.6745225Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 PASSED [ 8%] 2022-11-23T02:31:50.6745651Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6746136Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:31:50.6746681Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:31:50.6747150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_grid_sampler_2d_cpu_float64 PASSED [ 8%] 2022-11-23T02:31:50.6747642Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:31:50.6748118Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 PASSED [ 9%] 2022-11-23T02:31:50.6748540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 PASSED [ 9%] 2022-11-23T02:31:50.6748957Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 PASSED [ 9%] 2022-11-23T02:31:50.6749367Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 PASSED [ 9%] 2022-11-23T02:31:50.6749887Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:31:50.6750360Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 PASSED [ 9%] 2022-11-23T02:31:50.6750768Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 PASSED [ 9%] 2022-11-23T02:31:50.6751195Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 PASSED [ 9%] 2022-11-23T02:31:50.6751618Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 PASSED [ 9%] 2022-11-23T02:31:50.6752028Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 PASSED [ 9%] 2022-11-23T02:31:50.6752502Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:31:50.6753038Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:31:50.6753576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:31:50.6754107Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:31:50.6754680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:31:50.6755205Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:31:50.6755748Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:31:50.6756289Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:31:50.6756818Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 10%] 2022-11-23T02:31:50.6757289Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 PASSED [ 10%] 2022-11-23T02:31:50.6757717Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 PASSED [ 10%] 2022-11-23T02:31:50.6758147Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 PASSED [ 10%] 2022-11-23T02:31:50.6758572Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 PASSED [ 10%] 2022-11-23T02:31:50.6758987Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 PASSED [ 10%] 2022-11-23T02:31:50.6759415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 PASSED [ 10%] 2022-11-23T02:31:50.6759848Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 XFAIL [ 10%] 2022-11-23T02:31:50.6760297Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 PASSED [ 10%] 2022-11-23T02:31:50.6760733Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 PASSED [ 10%] 2022-11-23T02:31:50.6761160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 PASSED [ 11%] 2022-11-23T02:31:50.6761601Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 PASSED [ 11%] 2022-11-23T02:31:50.6762128Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Flaky) [ 11%] 2022-11-23T02:31:50.6762587Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 PASSED [ 11%] 2022-11-23T02:31:50.6763017Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 PASSED [ 11%] 2022-11-23T02:31:50.6763530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:31:50.6764100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:31:50.6764653Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:31:50.6765163Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:31:50.6765623Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:31:50.6766088Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 11%] 2022-11-23T02:31:50.6766572Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 PASSED [ 11%] 2022-11-23T02:31:50.6767009Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 PASSED [ 11%] 2022-11-23T02:31:50.6767450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 11%] 2022-11-23T02:31:50.6767899Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 PASSED [ 11%] 2022-11-23T02:31:50.6768346Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 PASSED [ 12%] 2022-11-23T02:31:50.6768792Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 PASSED [ 12%] 2022-11-23T02:31:50.6769302Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:31:50.6769890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:31:50.6770577Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:31:50.6771127Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 PASSED [ 12%] 2022-11-23T02:31:50.6771593Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 12%] 2022-11-23T02:31:50.6772070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 12%] 2022-11-23T02:31:50.6772523Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 PASSED [ 12%] 2022-11-23T02:31:50.6772955Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 PASSED [ 12%] 2022-11-23T02:31:50.6773401Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 12%] 2022-11-23T02:31:50.6773845Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 PASSED [ 12%] 2022-11-23T02:31:50.6774320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 PASSED [ 12%] 2022-11-23T02:31:50.6774739Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 PASSED [ 12%] 2022-11-23T02:31:50.6775180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6775617Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 PASSED [ 13%] 2022-11-23T02:31:50.6776138Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6776600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6777052Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6777494Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6777916Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 PASSED [ 13%] 2022-11-23T02:31:50.6778359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6778814Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6779871Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 PASSED [ 13%] 2022-11-23T02:31:50.6780316Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 PASSED [ 13%] 2022-11-23T02:31:50.6780760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6781198Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 PASSED [ 13%] 2022-11-23T02:31:50.6781639Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6782061Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 PASSED [ 13%] 2022-11-23T02:31:50.6782478Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 PASSED [ 14%] 2022-11-23T02:31:50.6782900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 PASSED [ 14%] 2022-11-23T02:31:50.6783348Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cpu_complex128 PASSED [ 14%] 2022-11-23T02:31:50.6783858Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6784422Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6784973Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6785521Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6786062Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6786613Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6787090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 PASSED [ 14%] 2022-11-23T02:31:50.6787643Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:31:50.6788115Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 PASSED [ 14%] 2022-11-23T02:31:50.6788530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 PASSED [ 14%] 2022-11-23T02:31:50.6788939Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 PASSED [ 14%] 2022-11-23T02:31:50.6789349Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 PASSED [ 15%] 2022-11-23T02:31:50.6789744Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6790164Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6790600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6791032Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6791465Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 PASSED [ 15%] 2022-11-23T02:31:50.6791891Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6792366Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6792792Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6793204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6793632Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6794067Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128 PASSED [ 15%] 2022-11-23T02:31:50.6794510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6794939Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64 PASSED [ 15%] 2022-11-23T02:31:50.6795372Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 PASSED [ 15%] 2022-11-23T02:31:50.6795811Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6796235Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 PASSED [ 16%] 2022-11-23T02:31:50.6796672Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6797100Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128 PASSED [ 16%] 2022-11-23T02:31:50.6797530Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6797951Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 PASSED [ 16%] 2022-11-23T02:31:50.6798374Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 PASSED [ 16%] 2022-11-23T02:31:50.6798803Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6799208Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6799624Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 PASSED [ 16%] 2022-11-23T02:31:50.6800110Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 16%] 2022-11-23T02:31:50.6800574Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6801030Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6801467Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:50.6801890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 PASSED [ 17%] 2022-11-23T02:31:50.6802308Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6802783Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:31:50.6803281Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6803730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6804175Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6804600Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6805067Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6805551Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:31:50.6806033Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 PASSED [ 17%] 2022-11-23T02:31:50.6806453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6806942Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:31:50.6807414Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 PASSED [ 17%] 2022-11-23T02:31:50.6807827Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 PASSED [ 17%] 2022-11-23T02:31:50.6808312Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:31:50.6808854Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:31:50.6809404Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:31:50.6809937Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:31:50.6810480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:31:50.6811012Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:31:50.6811540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6812074Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6812550Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6813019Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6813484Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6813957Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6814453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6814920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 18%] 2022-11-23T02:31:50.6815378Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 PASSED [ 18%] 2022-11-23T02:31:50.6815837Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6816397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6816881Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 19%] 2022-11-23T02:31:50.6817418Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6817894Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6818372Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6818837Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6819276Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6819752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6820265Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6820760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6821230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6821694Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6822157Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6822613Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 19%] 2022-11-23T02:31:50.6823068Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6823546Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6824023Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6824549Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6825014Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6825465Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 PASSED [ 20%] 2022-11-23T02:31:50.6825928Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6826395Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6826839Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6827288Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6827743Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6828209Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6828665Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6829109Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 20%] 2022-11-23T02:31:50.6829621Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6830084Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6830524Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 PASSED [ 21%] 2022-11-23T02:31:50.6830990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6831445Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6831900Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 21%] 2022-11-23T02:31:50.6832373Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6832844Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6833314Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 21%] 2022-11-23T02:31:50.6833792Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6834237Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6834680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6835131Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6835595Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6836054Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 PASSED [ 21%] 2022-11-23T02:31:50.6836524Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 22%] 2022-11-23T02:31:50.6837508Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6837990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6838436Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 PASSED [ 22%] 2022-11-23T02:31:50.6838895Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6839361Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 22%] 2022-11-23T02:31:50.6839828Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6840290Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6840762Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6841259Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6841737Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 PASSED [ 22%] 2022-11-23T02:31:50.6842188Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 22%] 2022-11-23T02:31:50.6842752Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-11-23T02:31:50.6843300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-11-23T02:31:50.6843781Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 PASSED [ 23%] 2022-11-23T02:31:50.6844199Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 PASSED [ 23%] 2022-11-23T02:31:50.6844626Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 PASSED [ 23%] 2022-11-23T02:31:50.6845046Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 PASSED [ 23%] 2022-11-23T02:31:50.6845514Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 23%] 2022-11-23T02:31:50.6846025Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T02:31:50.6846568Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T02:31:50.6847047Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 PASSED [ 23%] 2022-11-23T02:31:50.6847472Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 PASSED [ 23%] 2022-11-23T02:31:50.6847889Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 XFAIL [ 23%] 2022-11-23T02:31:50.6848340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-11-23T02:31:50.6848828Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-11-23T02:31:50.6849280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 PASSED [ 23%] 2022-11-23T02:31:50.6849693Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 PASSED [ 23%] 2022-11-23T02:31:50.6850149Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 PASSED [ 23%] 2022-11-23T02:31:50.6850569Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 PASSED [ 24%] 2022-11-23T02:31:50.6850980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 PASSED [ 24%] 2022-11-23T02:31:50.6851389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 PASSED [ 24%] 2022-11-23T02:31:50.6851810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 PASSED [ 24%] 2022-11-23T02:31:50.6852295Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:31:50.6852830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:31:50.6853375Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:31:50.6853926Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:31:50.6854471Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:31:50.6854999Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 PASSED [ 24%] 2022-11-23T02:31:50.6855415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 PASSED [ 24%] 2022-11-23T02:31:50.6855834Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 PASSED [ 24%] 2022-11-23T02:31:50.6856346Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 PASSED [ 24%] 2022-11-23T02:31:50.6856777Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 PASSED [ 24%] 2022-11-23T02:31:50.6857188Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 PASSED [ 25%] 2022-11-23T02:31:50.6857607Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 PASSED [ 25%] 2022-11-23T02:31:50.6858048Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 PASSED [ 25%] 2022-11-23T02:31:50.6858490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 PASSED [ 25%] 2022-11-23T02:31:50.6858978Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:31:50.6859531Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:31:50.6860072Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:31:50.6860619Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:31:50.6861099Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 PASSED [ 25%] 2022-11-23T02:31:50.6861534Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 PASSED [ 25%] 2022-11-23T02:31:50.6861968Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 PASSED [ 25%] 2022-11-23T02:31:50.6862456Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 PASSED [ 25%] 2022-11-23T02:31:50.6862881Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 PASSED [ 25%] 2022-11-23T02:31:50.6863299Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 PASSED [ 25%] 2022-11-23T02:31:50.6863715Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 PASSED [ 25%] 2022-11-23T02:31:50.6864112Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6864527Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6864961Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6865390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 PASSED [ 26%] 2022-11-23T02:31:50.6865893Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:31:50.6866391Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 PASSED [ 26%] 2022-11-23T02:31:50.6866811Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6867243Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6867716Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6868224Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:31:50.6868731Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6869182Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6869619Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 PASSED [ 26%] 2022-11-23T02:31:50.6870052Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 PASSED [ 26%] 2022-11-23T02:31:50.6870477Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 PASSED [ 27%] 2022-11-23T02:31:50.6870887Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 PASSED [ 27%] 2022-11-23T02:31:50.6871430Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:31:50.6871930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 PASSED [ 27%] 2022-11-23T02:31:50.6872409Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 PASSED [ 27%] 2022-11-23T02:31:50.6872917Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:31:50.6873496Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:31:50.6873991Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 PASSED [ 27%] 2022-11-23T02:31:50.6874404Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 PASSED [ 27%] 2022-11-23T02:31:50.6874823Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 PASSED [ 27%] 2022-11-23T02:31:50.6875272Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 PASSED [ 27%] 2022-11-23T02:31:50.6875690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128 PASSED [ 27%] 2022-11-23T02:31:50.6876111Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 PASSED [ 27%] 2022-11-23T02:31:50.6876575Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:31:50.6877057Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:31:50.6877639Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6878258Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6878816Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6879383Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6880023Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6880616Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6881116Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 PASSED [ 28%] 2022-11-23T02:31:50.6881618Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6882196Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6882699Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 PASSED [ 28%] 2022-11-23T02:31:50.6883165Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 28%] 2022-11-23T02:31:50.6883760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:31:50.6884374Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:31:50.6885049Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:31:50.6885641Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:31:50.6886145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6886586Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6887035Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6887525Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 PASSED [ 29%] 2022-11-23T02:31:50.6887954Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6888377Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 PASSED [ 29%] 2022-11-23T02:31:50.6888793Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 PASSED [ 29%] 2022-11-23T02:31:50.6889203Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6889619Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 PASSED [ 29%] 2022-11-23T02:31:50.6890085Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 PASSED [ 29%] 2022-11-23T02:31:50.6890556Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6890981Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6891389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 PASSED [ 29%] 2022-11-23T02:31:50.6891799Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 PASSED [ 29%] 2022-11-23T02:31:50.6892204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6892669Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6893094Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6893515Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6893930Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6894338Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6894748Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6895146Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6895563Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6896105Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6896576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6897037Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6897469Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 PASSED [ 30%] 2022-11-23T02:31:50.6897893Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 PASSED [ 30%] 2022-11-23T02:31:50.6898300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6898717Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6899145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 PASSED [ 31%] 2022-11-23T02:31:50.6899573Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6899992Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 PASSED [ 31%] 2022-11-23T02:31:50.6900463Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6900879Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 PASSED [ 31%] 2022-11-23T02:31:50.6901277Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6901702Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 PASSED [ 31%] 2022-11-23T02:31:50.6902186Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6902645Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6903075Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_complex128 PASSED [ 31%] 2022-11-23T02:31:50.6903509Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unfold_copy_cpu_float64 PASSED [ 31%] 2022-11-23T02:31:50.6904007Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T02:31:50.6904498Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 PASSED [ 31%] 2022-11-23T02:31:50.6904907Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 PASSED [ 32%] 2022-11-23T02:31:50.6905370Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 PASSED [ 32%] 2022-11-23T02:31:50.6905783Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 PASSED [ 32%] 2022-11-23T02:31:50.6906192Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 PASSED [ 32%] 2022-11-23T02:31:50.6906616Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 PASSED [ 32%] 2022-11-23T02:31:50.6907046Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 PASSED [ 32%] 2022-11-23T02:31:50.6907462Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 PASSED [ 32%] 2022-11-23T02:31:50.6907890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 PASSED [ 32%] 2022-11-23T02:31:50.6908331Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 PASSED [ 32%] 2022-11-23T02:31:50.6908873Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:31:50.6909415Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:31:50.6909966Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:31:50.6910441Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_H_cpu_complex128 PASSED [ 32%] 2022-11-23T02:31:50.6910853Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_T_cpu_complex128 PASSED [ 32%] 2022-11-23T02:31:50.6911271Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 PASSED [ 33%] 2022-11-23T02:31:50.6911679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___radd___cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6912093Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6912501Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6912920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 PASSED [ 33%] 2022-11-23T02:31:50.6913408Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:31:50.6913873Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 PASSED [ 33%] 2022-11-23T02:31:50.6914302Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6914757Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 PASSED [ 33%] 2022-11-23T02:31:50.6915170Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_abs_cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6915596Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:31:50.6916021Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6916425Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_add_cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6916833Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 PASSED [ 33%] 2022-11-23T02:31:50.6917250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 33%] 2022-11-23T02:31:50.6917671Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 34%] 2022-11-23T02:31:50.6918077Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6918549Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6918976Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 PASSED [ 34%] 2022-11-23T02:31:50.6919388Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6919832Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 PASSED [ 34%] 2022-11-23T02:31:50.6920263Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_addr_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6920796Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:31:50.6921254Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amax_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6921657Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_amin_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6922132Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:31:50.6922604Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 PASSED [ 34%] 2022-11-23T02:31:50.6923014Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_angle_cpu_float64 PASSED [ 34%] 2022-11-23T02:31:50.6923493Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:31:50.6924028Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:31:50.6924545Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 35%] 2022-11-23T02:31:50.6925010Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 35%] 2022-11-23T02:31:50.6925464Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 PASSED [ 35%] 2022-11-23T02:31:50.6926005Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6926480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6926905Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atan_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6927336Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 PASSED [ 35%] 2022-11-23T02:31:50.6927764Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6928180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 PASSED [ 35%] 2022-11-23T02:31:50.6928621Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6929057Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 PASSED [ 35%] 2022-11-23T02:31:50.6929490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6929920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 XFAIL [ 35%] 2022-11-23T02:31:50.6930349Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 PASSED [ 35%] 2022-11-23T02:31:50.6930776Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 PASSED [ 36%] 2022-11-23T02:31:50.6931254Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 PASSED [ 36%] 2022-11-23T02:31:50.6931711Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 PASSED [ 36%] 2022-11-23T02:31:50.6932210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 PASSED [ 36%] 2022-11-23T02:31:50.6932762Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:31:50.6933258Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 PASSED [ 36%] 2022-11-23T02:31:50.6933799Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 36%] 2022-11-23T02:31:50.6934412Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cat_cpu_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 36%] 2022-11-23T02:31:50.6934935Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cdouble_cpu_complex128 PASSED [ 36%] 2022-11-23T02:31:50.6935364Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 PASSED [ 36%] 2022-11-23T02:31:50.6935767Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 XFAIL [ 36%] 2022-11-23T02:31:50.6936355Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:31:50.6936846Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 PASSED [ 36%] 2022-11-23T02:31:50.6937299Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 PASSED [ 36%] 2022-11-23T02:31:50.6937806Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 PASSED [ 37%] 2022-11-23T02:31:50.6938246Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6938727Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6939201Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 PASSED [ 37%] 2022-11-23T02:31:50.6939639Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6940084Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 PASSED [ 37%] 2022-11-23T02:31:50.6940533Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6940969Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_complex_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6941399Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 PASSED [ 37%] 2022-11-23T02:31:50.6941821Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_conj_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6942254Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6942685Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 PASSED [ 37%] 2022-11-23T02:31:50.6943133Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 PASSED [ 37%] 2022-11-23T02:31:50.6943561Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cos_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6944034Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 PASSED [ 37%] 2022-11-23T02:31:50.6944544Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cov_cpu_float64 XFAIL [ 38%] 2022-11-23T02:31:50.6944966Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cross_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6945389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6945795Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6946224Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6946651Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 38%] 2022-11-23T02:31:50.6947081Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6947527Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6947973Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6948400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6948824Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_copy_cpu_complex128 PASSED [ 38%] 2022-11-23T02:31:50.6949267Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6949760Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6950209Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 38%] 2022-11-23T02:31:50.6950724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 39%] 2022-11-23T02:31:50.6951168Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 PASSED [ 39%] 2022-11-23T02:31:50.6951592Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dot_cpu_float64 PASSED [ 39%] 2022-11-23T02:31:50.6951995Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_double_cpu_float64 PASSED [ 39%] 2022-11-23T02:31:50.6952427Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 PASSED [ 39%] 2022-11-23T02:31:50.6952920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 PASSED [ 39%] 2022-11-23T02:31:50.6953352Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 PASSED [ 39%] 2022-11-23T02:31:50.6953779Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 PASSED [ 39%] 2022-11-23T02:31:50.6954274Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:31:50.6954838Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:31:50.6955405Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:31:50.6955998Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:31:50.6956602Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:31:50.6957081Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_erf_cpu_float64 PASSED [ 39%] 2022-11-23T02:31:50.6957506Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 PASSED [ 39%] 2022-11-23T02:31:50.6957988Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6958417Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6958855Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6959292Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6959705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 PASSED [ 40%] 2022-11-23T02:31:50.6960137Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6960573Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 PASSED [ 40%] 2022-11-23T02:31:50.6961006Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6961436Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6961925Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6962410Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6962818Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6963241Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6963666Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 PASSED [ 40%] 2022-11-23T02:31:50.6964092Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6964515Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_complex128 XFAIL [ 41%] 2022-11-23T02:31:50.6964938Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_cpu_float64 XFAIL [ 41%] 2022-11-23T02:31:50.6965365Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6965821Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6966242Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6966664Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frac_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6967086Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6967627Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:31:50.6968214Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:31:50.6968768Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:31:50.6969250Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 PASSED [ 41%] 2022-11-23T02:31:50.6969658Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_complex128 XFAIL [ 41%] 2022-11-23T02:31:50.6970078Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_half_cpu_float64 XFAIL [ 41%] 2022-11-23T02:31:50.6970569Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:31:50.6971176Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:31:50.6971661Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6972094Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 PASSED [ 42%] 2022-11-23T02:31:50.6972528Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6972954Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6973352Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_i0_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6973840Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 PASSED [ 42%] 2022-11-23T02:31:50.6974332Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6974773Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 42%] 2022-11-23T02:31:50.6975211Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6975642Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6976162Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6976588Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 PASSED [ 42%] 2022-11-23T02:31:50.6977033Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 PASSED [ 42%] 2022-11-23T02:31:50.6977470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 PASSED [ 43%] 2022-11-23T02:31:50.6977969Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6978517Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6979117Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6979725Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6980321Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6980871Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6981397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6981945Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6982483Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:31:50.6983013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T02:31:50.6983527Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T02:31:50.6984615Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T02:31:50.6985128Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T02:31:50.6985643Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T02:31:50.6986185Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 PASSED [ 44%] 2022-11-23T02:31:50.6986647Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kron_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.6987077Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.6987572Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.6988094Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:31:50.6988599Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.6989059Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.7006409Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 PASSED [ 44%] 2022-11-23T02:31:50.7006873Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.7007304Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.7007734Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 PASSED [ 44%] 2022-11-23T02:31:50.7008164Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 PASSED [ 44%] 2022-11-23T02:31:50.7008601Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 PASSED [ 44%] 2022-11-23T02:31:50.7009054Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 PASSED [ 44%] 2022-11-23T02:31:50.7009687Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 PASSED [ 45%] 2022-11-23T02:31:50.7010135Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 PASSED [ 45%] 2022-11-23T02:31:50.7010648Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 PASSED [ 45%] 2022-11-23T02:31:50.7011139Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 PASSED [ 45%] 2022-11-23T02:31:50.7011570Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 PASSED [ 45%] 2022-11-23T02:31:50.7012059Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:31:50.7012633Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:31:50.7013198Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:31:50.7013699Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-11-23T02:31:50.7014142Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 PASSED [ 45%] 2022-11-23T02:31:50.7014661Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 PASSED [ 45%] 2022-11-23T02:31:50.7015104Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 PASSED [ 45%] 2022-11-23T02:31:50.7015543Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 PASSED [ 45%] 2022-11-23T02:31:50.7016071Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 PASSED [ 45%] 2022-11-23T02:31:50.7016660Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:31:50.7017223Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 PASSED [ 46%] 2022-11-23T02:31:50.7017678Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 46%] 2022-11-23T02:31:50.7018132Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 PASSED [ 46%] 2022-11-23T02:31:50.7018572Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 PASSED [ 46%] 2022-11-23T02:31:50.7019090Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 46%] 2022-11-23T02:31:50.7019587Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 PASSED [ 46%] 2022-11-23T02:31:50.7020002Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 PASSED [ 46%] 2022-11-23T02:31:50.7020438Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 PASSED [ 46%] 2022-11-23T02:31:50.7020878Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 PASSED [ 46%] 2022-11-23T02:31:50.7021329Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 PASSED [ 46%] 2022-11-23T02:31:50.7021775Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 PASSED [ 46%] 2022-11-23T02:31:50.7022300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 PASSED [ 46%] 2022-11-23T02:31:50.7022730Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 PASSED [ 46%] 2022-11-23T02:31:50.7023225Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 PASSED [ 46%] 2022-11-23T02:31:50.7023656Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7024102Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7024541Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7024980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7025426Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7025856Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7026269Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log10_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7026665Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7027082Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7027555Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7027999Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_log_softmax_with_dtype_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7028499Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7028982Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7029413Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 PASSED [ 47%] 2022-11-23T02:31:50.7029817Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 PASSED [ 47%] 2022-11-23T02:31:50.7030309Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7030865Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7031406Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7031956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7032501Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7033045Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7033527Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logit_cpu_float64 PASSED [ 48%] 2022-11-23T02:31:50.7034013Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7034615Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:31:50.7035171Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_cpu_float64 PASSED [ 48%] 2022-11-23T02:31:50.7035591Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 PASSED [ 48%] 2022-11-23T02:31:50.7036022Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 PASSED [ 48%] 2022-11-23T02:31:50.7036451Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 PASSED [ 48%] 2022-11-23T02:31:50.7036865Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 PASSED [ 48%] 2022-11-23T02:31:50.7037273Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 PASSED [ 49%] 2022-11-23T02:31:50.7037691Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7038115Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7038607Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:31:50.7039103Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128 PASSED [ 49%] 2022-11-23T02:31:50.7039542Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128 PASSED [ 49%] 2022-11-23T02:31:50.7040026Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 49%] 2022-11-23T02:31:50.7040500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7040985Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7041416Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7041836Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7042265Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 49%] 2022-11-23T02:31:50.7042698Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7043128Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64 PASSED [ 49%] 2022-11-23T02:31:50.7043547Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128 PASSED [ 49%] 2022-11-23T02:31:50.7043967Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7044412Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7044866Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7045293Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7045704Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 PASSED [ 50%] 2022-11-23T02:31:50.7046112Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mean_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7046579Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_median_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7047055Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T02:31:50.7047514Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7048022Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 50%] 2022-11-23T02:31:50.7048478Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7048920Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7049346Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7049753Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mm_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7050146Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mode_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:50.7050561Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 PASSED [ 51%] 2022-11-23T02:31:50.7050981Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7051390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_msort_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7051794Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mul_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7052306Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:31:50.7052866Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7053367Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7053789Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7054223Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7054648Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7055141Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:31:50.7055695Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:31:50.7056263Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 PASSED [ 51%] 2022-11-23T02:31:50.7056703Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:31:50.7057135Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_neg_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7057597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:31:50.7058150Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:31:50.7058761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:31:50.7059353Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:31:50.7059887Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:31:50.7060989Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:31:50.7061517Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7061990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7062465Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7062924Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7063385Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7063859Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7064312Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 52%] 2022-11-23T02:31:50.7064815Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 PASSED [ 52%] 2022-11-23T02:31:50.7065300Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7065795Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 PASSED [ 53%] 2022-11-23T02:31:50.7066232Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7066676Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 53%] 2022-11-23T02:31:50.7067138Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7067598Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 53%] 2022-11-23T02:31:50.7068060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7068516Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7068970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7069411Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7069841Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7070273Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7070807Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 53%] 2022-11-23T02:31:50.7071366Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 53%] 2022-11-23T02:31:50.7071850Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7072309Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7072745Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7073230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7073673Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7074114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7074567Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7075023Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7075480Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7075943Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7076420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7076937Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 PASSED [ 54%] 2022-11-23T02:31:50.7077429Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7077855Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 54%] 2022-11-23T02:31:50.7078343Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 PASSED [ 54%] 2022-11-23T02:31:50.7078785Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7079230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7079662Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7080096Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7080569Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:31:50.7081036Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 55%] 2022-11-23T02:31:50.7081478Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7081919Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7082366Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7082889Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7083422Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 55%] 2022-11-23T02:31:50.7083897Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 PASSED [ 55%] 2022-11-23T02:31:50.7084364Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 PASSED [ 55%] 2022-11-23T02:31:50.7084827Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 PASSED [ 55%] 2022-11-23T02:31:50.7085280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7085789Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7086245Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7086696Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 56%] 2022-11-23T02:31:50.7087160Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7087611Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7088047Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7088485Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7088971Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7089496Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 56%] 2022-11-23T02:31:50.7089970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7090485Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7090938Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 PASSED [ 56%] 2022-11-23T02:31:50.7091393Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 56%] 2022-11-23T02:31:50.7091846Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 PASSED [ 56%] 2022-11-23T02:31:50.7092347Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:31:50.7092815Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 PASSED [ 57%] 2022-11-23T02:31:50.7093237Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 PASSED [ 57%] 2022-11-23T02:31:50.7093662Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 PASSED [ 57%] 2022-11-23T02:31:50.7094108Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T02:31:50.7094625Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T02:31:50.7095169Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:31:50.7095705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 PASSED [ 57%] 2022-11-23T02:31:50.7096215Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 PASSED [ 57%] 2022-11-23T02:31:50.7096631Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 PASSED [ 57%] 2022-11-23T02:31:50.7097056Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 PASSED [ 57%] 2022-11-23T02:31:50.7097506Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:31:50.7097977Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:31:50.7098510Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:31:50.7098960Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 PASSED [ 58%] 2022-11-23T02:31:50.7099384Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 PASSED [ 58%] 2022-11-23T02:31:50.7099794Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_complex128 PASSED [ 58%] 2022-11-23T02:31:50.7100190Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_put_cpu_float64 PASSED [ 58%] 2022-11-23T02:31:50.7100649Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_qr_cpu_float64 PASSED [ 58%] 2022-11-23T02:31:50.7101128Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:31:50.7101724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randint_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:31:50.7102265Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:31:50.7102800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:31:50.7103388Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:31:50.7103929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:31:50.7104390Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_real_cpu_float64 PASSED [ 58%] 2022-11-23T02:31:50.7104818Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 58%] 2022-11-23T02:31:50.7105252Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 58%] 2022-11-23T02:31:50.7105671Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 PASSED [ 58%] 2022-11-23T02:31:50.7106093Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 PASSED [ 59%] 2022-11-23T02:31:50.7106513Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 PASSED [ 59%] 2022-11-23T02:31:50.7106989Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 PASSED [ 59%] 2022-11-23T02:31:50.7107460Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 PASSED [ 59%] 2022-11-23T02:31:50.7107878Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 PASSED [ 59%] 2022-11-23T02:31:50.7108311Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 PASSED [ 59%] 2022-11-23T02:31:50.7108800Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:31:50.7109344Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:31:50.7109833Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 PASSED [ 59%] 2022-11-23T02:31:50.7110261Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 PASSED [ 59%] 2022-11-23T02:31:50.7110726Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 PASSED [ 59%] 2022-11-23T02:31:50.7111141Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_cpu_float64 PASSED [ 59%] 2022-11-23T02:31:50.7111554Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 59%] 2022-11-23T02:31:50.7112005Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:31:50.7112466Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:31:50.7112963Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 PASSED [ 60%] 2022-11-23T02:31:50.7113423Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7113913Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:31:50.7114464Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scalar_tensor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:31:50.7114946Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7115353Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7115826Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7116268Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7116705Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_complex128 PASSED [ 60%] 2022-11-23T02:31:50.7117125Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_select_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7117533Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 PASSED [ 60%] 2022-11-23T02:31:50.7118009Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:31:50.7118602Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:31:50.7119226Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:31:50.7119717Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 PASSED [ 61%] 2022-11-23T02:31:50.7120134Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 PASSED [ 61%] 2022-11-23T02:31:50.7120545Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 PASSED [ 61%] 2022-11-23T02:31:50.7120970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 PASSED [ 61%] 2022-11-23T02:31:50.7121389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sort_cpu_float64 PASSED [ 61%] 2022-11-23T02:31:50.7121870Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7122413Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7122966Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7123587Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7124178Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7124741Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 PASSED [ 61%] 2022-11-23T02:31:50.7125229Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 PASSED [ 61%] 2022-11-23T02:31:50.7125741Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7126323Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:31:50.7126822Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 PASSED [ 62%] 2022-11-23T02:31:50.7127330Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:31:50.7127828Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 PASSED [ 62%] 2022-11-23T02:31:50.7128389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:31:50.7128961Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:31:50.7129464Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 PASSED [ 62%] 2022-11-23T02:31:50.7129929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 62%] 2022-11-23T02:31:50.7130521Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:31:50.7131188Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:31:50.7131792Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:31:50.7132389Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:31:50.7132978Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:31:50.7133539Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:31:50.7134016Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 PASSED [ 62%] 2022-11-23T02:31:50.7134446Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 62%] 2022-11-23T02:31:50.7134867Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_complex128 PASSED [ 63%] 2022-11-23T02:31:50.7135345Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_square_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7135762Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 PASSED [ 63%] 2022-11-23T02:31:50.7136291Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_complex128 PASSED [ 63%] 2022-11-23T02:31:50.7136761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7137217Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 PASSED [ 63%] 2022-11-23T02:31:50.7137637Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sub_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7138035Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7138444Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7138862Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_complex128 PASSED [ 63%] 2022-11-23T02:31:50.7139262Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_t_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7139678Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7140084Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_take_cpu_complex128 PASSED [ 63%] 2022-11-23T02:31:50.7140548Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tan_cpu_float64 PASSED [ 63%] 2022-11-23T02:31:50.7140951Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7141356Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7141776Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7142205Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7142678Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7143130Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_to_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7143537Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_topk_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7143956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7144377Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7144796Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7145210Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7145637Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7146047Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_tril_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7146459Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 PASSED [ 64%] 2022-11-23T02:31:50.7146879Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 PASSED [ 64%] 2022-11-23T02:31:50.7147296Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 PASSED [ 65%] 2022-11-23T02:31:50.7147713Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7148145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7148674Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unfold_copy_cpu_float64 PASSED [ 65%] 2022-11-23T02:31:50.7149221Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:31:50.7149702Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7150126Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 65%] 2022-11-23T02:31:50.7150543Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7150947Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_var_cpu_float64 PASSED [ 65%] 2022-11-23T02:31:50.7151356Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7151782Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 PASSED [ 65%] 2022-11-23T02:31:50.7152205Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7152603Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 PASSED [ 65%] 2022-11-23T02:31:50.7153017Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 PASSED [ 65%] 2022-11-23T02:31:50.7153497Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 PASSED [ 66%] 2022-11-23T02:31:50.7153910Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_where_cpu_complex128 PASSED [ 66%] 2022-11-23T02:31:50.7154450Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:31:50.7155057Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:31:50.7155603Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:31:50.7156149Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7156694Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7157243Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7157816Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7158382Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7158946Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7159512Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7160073Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7160737Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7161354Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:31:50.7161858Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:31:50.7162388Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD__softmax_backward_data_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:31:50.7162884Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 PASSED [ 67%] 2022-11-23T02:31:50.7163325Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:31:50.7163768Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 PASSED [ 67%] 2022-11-23T02:31:50.7164204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 67%] 2022-11-23T02:31:50.7164641Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 PASSED [ 67%] 2022-11-23T02:31:50.7165075Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 67%] 2022-11-23T02:31:50.7165514Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 PASSED [ 67%] 2022-11-23T02:31:50.7166000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 PASSED [ 67%] 2022-11-23T02:31:50.7166476Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 PASSED [ 67%] 2022-11-23T02:31:50.7166980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 67%] 2022-11-23T02:31:50.7167444Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 67%] 2022-11-23T02:31:50.7167890Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 PASSED [ 67%] 2022-11-23T02:31:50.7168323Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 PASSED [ 68%] 2022-11-23T02:31:50.7168748Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 PASSED [ 68%] 2022-11-23T02:31:50.7169238Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7169795Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7170353Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7170906Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:31:50.7171453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7172006Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:31:50.7172629Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:31:50.7173281Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7173830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7174382Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7174953Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:31:50.7175470Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 68%] 2022-11-23T02:31:50.7176088Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:31:50.7176604Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 PASSED [ 69%] 2022-11-23T02:31:50.7177041Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 PASSED [ 69%] 2022-11-23T02:31:50.7177540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7178203Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7178824Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7179397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7179969Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7180534Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7181034Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 69%] 2022-11-23T02:31:50.7181528Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7182097Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7182668Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7183233Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7183506Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:31:50.7183778Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:31:50.7184057Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7184437Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:31:50.7184761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7185101Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 70%] 2022-11-23T02:31:50.7185379Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7185655Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cdouble_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7185938Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7186214Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cfloat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7186490Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7186813Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7187024Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 PASSED [ 70%] 2022-11-23T02:31:50.7187239Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 70%] 2022-11-23T02:31:50.7187454Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 70%] 2022-11-23T02:31:50.7187729Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:31:50.7188009Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7188297Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7188574Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7188853Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7189073Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 71%] 2022-11-23T02:31:50.7189359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7189576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 PASSED [ 71%] 2022-11-23T02:31:50.7189791Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 PASSED [ 71%] 2022-11-23T02:31:50.7190071Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:31:50.7190447Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7190724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7191053Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7191269Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 PASSED [ 71%] 2022-11-23T02:31:50.7191568Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:31:50.7191867Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7192078Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 72%] 2022-11-23T02:31:50.7192357Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7192641Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7193500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7193786Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7194074Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7194353Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7194632Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7194924Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7195207Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7195420Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 PASSED [ 72%] 2022-11-23T02:31:50.7195697Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:31:50.7195922Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 72%] 2022-11-23T02:31:50.7196152Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 72%] 2022-11-23T02:31:50.7196444Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 73%] 2022-11-23T02:31:50.7196726Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7197113Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7197399Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7197677Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7197962Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7198239Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7198525Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:31:50.7198810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:31:50.7199087Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:31:50.7199406Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:31:50.7199680Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T02:31:50.7199898Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 PASSED [ 73%] 2022-11-23T02:31:50.7200107Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 PASSED [ 73%] 2022-11-23T02:31:50.7200315Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 PASSED [ 74%] 2022-11-23T02:31:50.7200522Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 PASSED [ 74%] 2022-11-23T02:31:50.7200809Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7201089Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7201369Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7201649Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7201925Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7202207Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7202542Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7202869Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7203201Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7203486Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7203761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7204042Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7204328Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:31:50.7204609Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7204884Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7205161Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7205488Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7205764Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7206039Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7206316Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7206527Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 PASSED [ 75%] 2022-11-23T02:31:50.7206802Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7207076Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7207349Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7207622Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7207899Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7208174Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:50.7208501Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:31:50.7208825Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:31:50.7209089Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 PASSED [ 76%] 2022-11-23T02:31:50.7209313Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 PASSED [ 76%] 2022-11-23T02:31:50.7209589Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:31:50.7209788Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 PASSED [ 76%] 2022-11-23T02:31:50.7210059Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7210337Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7210620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:31:50.7210887Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7211207Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7211476Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7211761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7212042Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:31:50.7212312Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:31:50.7212533Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 PASSED [ 77%] 2022-11-23T02:31:50.7212754Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 77%] 2022-11-23T02:31:50.7212970Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 PASSED [ 77%] 2022-11-23T02:31:50.7213184Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 PASSED [ 77%] 2022-11-23T02:31:50.7213466Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:31:50.7213740Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:31:50.7214009Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7214281Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7214561Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7214872Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7215145Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7215419Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7215695Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:31:50.7216060Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:31:50.7216320Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T02:31:50.7216581Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T02:31:50.7216830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T02:31:50.7217123Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 78%] 2022-11-23T02:31:50.7217400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7217679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7217953Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7218234Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7218507Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7218723Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 PASSED [ 78%] 2022-11-23T02:31:50.7218933Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 PASSED [ 78%] 2022-11-23T02:31:50.7219143Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 PASSED [ 78%] 2022-11-23T02:31:50.7219428Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7219772Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7220056Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:31:50.7220397Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7220688Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7221408Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7221727Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7222029Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7222317Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7222603Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7222891Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:31:50.7223182Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:31:50.7223463Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:31:50.7223790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:31:50.7224072Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7224353Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7224645Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:31:50.7224934Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7225222Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7225504Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7225787Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:31:50.7226072Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7226358Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7226639Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7226995Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7227303Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7227587Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7227873Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7228162Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7228453Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7228725Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7229017Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:31:50.7229343Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7229643Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7229929Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7230208Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7230500Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7230785Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7231078Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7231367Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7231658Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7231944Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7232230Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7232514Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:31:50.7232771Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 PASSED [ 81%] 2022-11-23T02:31:50.7232982Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 PASSED [ 81%] 2022-11-23T02:31:50.7233260Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7233554Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_log_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7233839Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7234113Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7234394Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:31:50.7234676Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:31:50.7234951Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:31:50.7235272Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:31:50.7235557Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7235899Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:31:50.7236180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7236449Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7236733Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7237062Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7237340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:31:50.7237620Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7237901Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7238185Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:31:50.7238404Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 83%] 2022-11-23T02:31:50.7238737Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7239026Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7239306Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7239599Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7239830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 83%] 2022-11-23T02:31:50.7240050Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 83%] 2022-11-23T02:31:50.7240338Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7240621Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7240905Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7241229Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:50.7241512Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7241801Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7242079Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7242355Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7242656Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7242936Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7243231Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7243524Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7243799Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7244078Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7244359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7244679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7244895Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 84%] 2022-11-23T02:31:50.7245173Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7245463Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:31:50.7245741Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7246019Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7246229Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 PASSED [ 85%] 2022-11-23T02:31:50.7246436Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 PASSED [ 85%] 2022-11-23T02:31:50.7246714Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7247031Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7247306Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7247586Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7247862Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7248125Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:31:50.7248438Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:31:50.7248747Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:31:50.7249061Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:31:50.7249299Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cpu_float64 PASSED [ 85%] 2022-11-23T02:31:50.7249597Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7249893Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7250184Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7250540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7250849Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7251161Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7251474Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7251765Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7252000Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 86%] 2022-11-23T02:31:50.7252299Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7252555Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 86%] 2022-11-23T02:31:50.7252858Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 86%] 2022-11-23T02:31:50.7253166Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7253472Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7253776Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:31:50.7254066Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7254368Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7254668Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7254905Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 87%] 2022-11-23T02:31:50.7255203Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7255514Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7255821Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7256276Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7256591Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7256888Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7257187Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7257495Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7257792Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7258086Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:31:50.7258378Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7258724Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7259020Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7259326Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7259636Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7259940Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7260249Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7260553Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7260856Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7261155Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7261444Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7261742Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7262098Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7262402Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7262701Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:31:50.7262995Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7263285Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7263511Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 XFAIL [ 89%] 2022-11-23T02:31:50.7263737Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 89%] 2022-11-23T02:31:50.7264040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7264336Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7264679Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7264980Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7265281Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7265515Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 89%] 2022-11-23T02:31:50.7265822Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7266151Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7266449Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7266742Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:31:50.7267047Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7267400Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:31:50.7267673Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7268053Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7268340Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7268617Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7268898Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7269175Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7269421Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T02:31:50.7269678Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T02:31:50.7269954Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:31:50.7270223Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:31:50.7270548Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7270830Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7271117Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:31:50.7271398Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:50.7271631Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 91%] 2022-11-23T02:31:50.7271880Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:31:50.7272125Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:31:50.7272409Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:50.7272690Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:50.7272968Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:50.7273242Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:50.7273457Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 PASSED [ 91%] 2022-11-23T02:31:50.7273665Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 PASSED [ 91%] 2022-11-23T02:31:50.7273977Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:50.7274191Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 91%] 2022-11-23T02:31:50.7274466Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:31:50.7274735Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:31:50.7275016Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:31:50.7275295Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7275576Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7275780Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 PASSED [ 92%] 2022-11-23T02:31:50.7275990Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 PASSED [ 92%] 2022-11-23T02:31:50.7276315Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7276601Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7276881Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7277158Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:31:50.7277445Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7277725Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7278003Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7278242Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 92%] 2022-11-23T02:31:50.7278455Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 92%] 2022-11-23T02:31:50.7278731Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:31:50.7278956Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 93%] 2022-11-23T02:31:50.7279173Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 PASSED [ 93%] 2022-11-23T02:31:50.7279385Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 PASSED [ 93%] 2022-11-23T02:31:50.7279612Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 93%] 2022-11-23T02:31:50.7279889Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 93%] 2022-11-23T02:31:50.7280114Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 93%] 2022-11-23T02:31:50.7280338Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 93%] 2022-11-23T02:31:50.7280637Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:31:50.7280932Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:31:50.7281216Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:31:50.7281426Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 PASSED [ 93%] 2022-11-23T02:31:50.7281702Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:31:50.7281973Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:31:50.7282228Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 93%] 2022-11-23T02:31:50.7282519Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_cosine_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7282822Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_exponential_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7283113Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7283402Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7283677Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7283955Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:31:50.7284233Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:31:50.7284515Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:31:50.7284790Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (PyTorch is built without MKL support) [ 94%] 2022-11-23T02:31:50.7285076Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7285376Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7285718Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7286029Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 94%] 2022-11-23T02:31:50.7286315Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:31:50.7286619Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:31:50.7286898Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7287180Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7287467Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7287763Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:31:50.7288540Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:31:50.7288856Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7289178Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:31:50.7289494Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:31:50.7289807Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:31:50.7290105Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:31:50.7290386Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:31:50.7290664Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7290943Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7291228Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:31:50.7291521Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7291854Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7292070Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 96%] 2022-11-23T02:31:50.7292280Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 PASSED [ 96%] 2022-11-23T02:31:50.7292498Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 PASSED [ 96%] 2022-11-23T02:31:50.7292697Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 PASSED [ 96%] 2022-11-23T02:31:50.7292979Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7293257Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7293533Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7293810Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7294085Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7294408Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7294684Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7294965Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7295246Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:31:50.7295522Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7295798Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7296119Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 PASSED [ 97%] 2022-11-23T02:31:50.7296338Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 PASSED [ 97%] 2022-11-23T02:31:50.7296631Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7296913Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7297200Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7297481Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7297755Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7298084Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7298359Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7298630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7298906Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:31:50.7299121Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 PASSED [ 97%] 2022-11-23T02:31:50.7299333Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 PASSED [ 98%] 2022-11-23T02:31:50.7299546Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 PASSED [ 98%] 2022-11-23T02:31:50.7299753Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 PASSED [ 98%] 2022-11-23T02:31:50.7299973Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 98%] 2022-11-23T02:31:50.7300189Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 PASSED [ 98%] 2022-11-23T02:31:50.7300517Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:31:50.7300801Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:31:50.7301076Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:31:50.7301357Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T02:31:50.7301630Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T02:31:50.7301854Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 98%] 2022-11-23T02:31:50.7302069Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 98%] 2022-11-23T02:31:50.7302344Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:31:50.7302615Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:31:50.7302891Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:31:50.7303163Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7303446Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7303725Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_copy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7304040Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7304314Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7304578Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7304860Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7305138Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:31:50.7305348Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 PASSED [ 99%] 2022-11-23T02:31:50.7305564Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 PASSED [ 99%] 2022-11-23T02:31:50.7305761Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 PASSED [ 99%] 2022-11-23T02:31:50.7306034Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:31:50.7306347Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:31:50.7306624Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:31:50.7306905Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:31:50.7306915Z 2022-11-23T02:31:50.7307038Z ============================== warnings summary =============================== 2022-11-23T02:31:50.7307225Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:31:50.7307528Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:31:50.7307636Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:31:50.7307642Z 2022-11-23T02:31:50.7307846Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:31:50.7308155Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-e93027530349a4fb.xml - 2022-11-23T02:31:50.7308313Z = 824 passed, 606 skipped, 7 deselected, 21 xfailed, 1 warning in 346.38s (0:05:46) = 2022-11-23T02:31:50.7308503Z 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-23T02:31:50.7308509Z 2022-11-23T02:31:50.7308873Z ##[endgroup] 2022-11-23T02:31:50.7309146Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_tbyaj34q) 2022-11-23T02:31:50.7309152Z 2022-11-23T02:31:51.0503632Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:51.049804] 2022-11-23T02:31:58.0113647Z 2022-11-23T02:31:58.0114454Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:31:58.0115645Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_sqlnsofo) 2022-11-23T02:31:58.0116217Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-c328046ef71f0722.xml 2022-11-23T02:31:58.0116603Z ============================= test session starts ============================= 2022-11-23T02:31:58.0116936Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:31:58.0117226Z cachedir: .pytest_cache 2022-11-23T02:31:58.0117592Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:31:58.0118013Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:31:58.0118437Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:31:58.0118956Z collecting ... collected 2907 items / 2895 deselected / 12 selected 2022-11-23T02:31:58.0120891Z Running 12 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-11-23T02:31:58.0122720Z 2022-11-23T02:31:58.0122954Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 PASSED [ 8%] 2022-11-23T02:31:58.0123412Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 PASSED [ 16%] 2022-11-23T02:31:58.0123866Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 25%] 2022-11-23T02:31:58.0124311Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 33%] 2022-11-23T02:31:58.0124764Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 PASSED [ 41%] 2022-11-23T02:31:58.0125204Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 PASSED [ 50%] 2022-11-23T02:31:58.0125643Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 PASSED [ 58%] 2022-11-23T02:31:58.0126084Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 PASSED [ 66%] 2022-11-23T02:31:58.0126613Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:31:58.0127213Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:31:58.0128473Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:31:58.0129139Z test_ops_fwd_gradients.py::TestFwdGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T02:31:58.0129440Z 2022-11-23T02:31:58.0129568Z ============================== warnings summary =============================== 2022-11-23T02:31:58.0129884Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:31:58.0130394Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:31:58.0130814Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:31:58.0130957Z 2022-11-23T02:31:58.0131150Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:31:58.0131662Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-c328046ef71f0722.xml - 2022-11-23T02:31:58.0132124Z ========== 8 passed, 4 skipped, 2895 deselected, 1 warning in 2.77s =========== 2022-11-23T02:31:58.0132481Z 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-23T02:31:58.0132691Z 2022-11-23T02:31:58.0132965Z ##[endgroup] 2022-11-23T02:31:58.0133348Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_sqlnsofo) 2022-11-23T02:31:58.0133711Z 2022-11-23T02:31:58.0133847Z Running test_reductions ... [2022-11-23 02:31:58.011944] 2022-11-23T02:31:58.0134285Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:58.011944] 2022-11-23T02:35:48.6525789Z 2022-11-23T02:35:48.6527122Z Expand the folded group to see the log file of test_reductions 2022-11-23T02:35:48.6528004Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_knsop26e) 2022-11-23T02:35:48.6593164Z 2022-11-23T02:35:48.6593413Z Running tests... 2022-11-23T02:35:48.6593751Z ---------------------------------------------------------------------- 2022-11-23T02:35:48.6595731Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-11-23T02:35:48.6597009Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.6597358Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.6597741Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.6598725Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1737: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3523.) 2022-11-23T02:35:48.6599621Z _test_all_any(x.T) 2022-11-23T02:35:48.6600515Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6601437Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6602677Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6603624Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6604663Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6605854Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6607019Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6608212Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6609291Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6610314Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6611485Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6612518Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6613603Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6614584Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6615727Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6616746Z torch.all(x, dim, out=out) 2022-11-23T02:35:48.6617069Z ok (0.068s) 2022-11-23T02:35:48.6617919Z test_all_any_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2493: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:35:48.6618749Z torch_result = torch_fn(t).cpu() 2022-11-23T02:35:48.6619013Z ok (0.750s) 2022-11-23T02:35:48.6619380Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.101s) 2022-11-23T02:35:48.6619861Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.100s) 2022-11-23T02:35:48.6620336Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.097s) 2022-11-23T02:35:48.6620787Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.099s) 2022-11-23T02:35:48.6621235Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.093s) 2022-11-23T02:35:48.6621679Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.095s) 2022-11-23T02:35:48.6622105Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.092s) 2022-11-23T02:35:48.6622665Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.097s) 2022-11-23T02:35:48.6623175Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.068s) 2022-11-23T02:35:48.6623633Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.6624074Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6624513Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.6624926Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6625353Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6625769Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.6626186Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6626753Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.020s) 2022-11-23T02:35:48.6627223Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6627636Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6628059Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.6628523Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6628977Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6629394Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.6629828Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6630269Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-11-23T02:35:48.6630737Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.6631250Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.6632178Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1621: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:35:48.6633005Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-11-23T02:35:48.6633832Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1624: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:35:48.6634591Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-11-23T02:35:48.6634926Z ok (0.014s) 2022-11-23T02:35:48.6635282Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-11-23T02:35:48.6635771Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-11-23T02:35:48.6636244Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-11-23T02:35:48.6636710Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-11-23T02:35:48.6637170Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-11-23T02:35:48.6637645Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-11-23T02:35:48.6638123Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-11-23T02:35:48.6638542Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.268s) 2022-11-23T02:35:48.6638970Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.021s) 2022-11-23T02:35:48.6639421Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-11-23T02:35:48.6639980Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T02:35:48.6640493Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-11-23T02:35:48.6640983Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.6641407Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.022s) 2022-11-23T02:35:48.6641871Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.6642337Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.6642810Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.008s) 2022-11-23T02:35:48.6643254Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.6643704Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6644162Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.039s) 2022-11-23T02:35:48.6644602Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.029s) 2022-11-23T02:35:48.6645082Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6645589Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6646078Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6646619Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.6647530Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1903: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:35:48.6648312Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T02:35:48.6649044Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1909: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:35:48.6649703Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T02:35:48.6650019Z ok (0.000s) 2022-11-23T02:35:48.6650501Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6650998Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6651477Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.6651968Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6652444Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6652847Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6653299Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6653707Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6654129Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6654529Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6654929Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6655327Z Tests that the default dim reduces all dimensions. ... ok (0.010s) 2022-11-23T02:35:48.6655734Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6656144Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6656571Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6659794Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6660162Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6660673Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6660993Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6661374Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T02:35:48.6661779Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6662121Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6662598Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6663063Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6663527Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6664019Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.001s) 2022-11-23T02:35:48.6664510Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6665063Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6665567Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6666070Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6666654Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6667254Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6667760Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6668265Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6668758Z test_dim_default_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6669227Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6669703Z test_dim_default_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6670182Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6670657Z test_dim_default_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6671281Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6671807Z test_dim_default_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6672276Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6672778Z test_dim_default_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6673279Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6673762Z test_dim_default_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6674245Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6674720Z test_dim_default_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6675192Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6675637Z test_dim_default_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6676130Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6676605Z test_dim_default_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6677132Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6677737Z test_dim_default_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6678239Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6678708Z test_dim_default_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6679157Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6679620Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6680114Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6680605Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6681070Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6681538Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6681985Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6682451Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6682943Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6683453Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6683971Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6684467Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6684942Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6685398Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6685887Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6686369Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6686806Z Tests that the default dim reduces all dimensions. ... ok (0.006s) 2022-11-23T02:35:48.6687237Z test_dim_default_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6687600Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6687895Z test_dim_default_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6688270Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6688590Z test_dim_default_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6688905Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6689329Z test_dim_default_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6689663Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6690016Z test_dim_default_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6690342Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6690651Z test_dim_default_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6690964Z Tests that the default dim reduces all dimensions. ... ok (0.010s) 2022-11-23T02:35:48.6691279Z test_dim_default_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6691589Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6691886Z test_dim_default_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6692199Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6692510Z test_dim_default_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6692821Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6693129Z test_dim_default_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6693515Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6693810Z test_dim_default_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6694118Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6694421Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6694725Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6695036Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6695383Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6695668Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6696015Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6696318Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6696623Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6696930Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6697231Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6697512Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6697812Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6698109Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6698409Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6698710Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6699008Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6699284Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6699576Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6699882Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6700185Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6700490Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6700813Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6701166Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6701492Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6701931Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6702273Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6702613Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6702952Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6703266Z test_dim_empty_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6703599Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6703931Z test_dim_empty_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6704263Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6704607Z test_dim_empty_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6704944Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6705259Z test_dim_empty_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6705591Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6705925Z test_dim_empty_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6706259Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6706678Z test_dim_empty_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6706996Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.002s) 2022-11-23T02:35:48.6707394Z test_dim_empty_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6707765Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:35:48.6708099Z test_dim_empty_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6708431Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T02:35:48.6708764Z test_dim_empty_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6709100Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:35:48.6709411Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6709736Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6710062Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6710390Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6710719Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6711049Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T02:35:48.6711354Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6711676Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6712002Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6712323Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.006s) 2022-11-23T02:35:48.6712645Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6712962Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6713338Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6713635Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6713980Z test_dim_empty_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6714280Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6714579Z test_dim_empty_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6714875Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6715166Z test_dim_empty_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6715532Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6715833Z test_dim_empty_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6716130Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6716432Z test_dim_empty_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6716729Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6717012Z test_dim_empty_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6717299Z Tests that dim=[] is a no-op ... ok (0.001s) 2022-11-23T02:35:48.6717582Z test_dim_empty_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6717882Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6718178Z test_dim_empty_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6718473Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6718751Z test_dim_empty_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6719086Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6719378Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6719711Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6720006Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6720296Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6720564Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6720917Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:35:48.6721204Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6721487Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6721777Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6722044Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6722331Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6722617Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6722909Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6723221Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T02:35:48.6723521Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6723801Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:35:48.6724117Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6724426Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:35:48.6724739Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6725073Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:35:48.6725458Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6725768Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:35:48.6726145Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6726480Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T02:35:48.6726822Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6727164Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:35:48.6727504Z test_dim_multi_duplicate_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6727816Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6728148Z test_dim_multi_duplicate_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6728481Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T02:35:48.6728826Z test_dim_multi_duplicate_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6729223Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6729558Z test_dim_multi_duplicate_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6729893Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6730206Z test_dim_multi_duplicate_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6730537Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-11-23T02:35:48.6730875Z test_dim_multi_duplicate_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6731207Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6731583Z test_dim_multi_duplicate_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6731915Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6732267Z test_dim_multi_duplicate_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6732604Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6732943Z test_dim_multi_duplicate_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6733277Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6733600Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6733924Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6734289Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6734616Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:35:48.6734947Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6735271Z Tests that an error is raised if dim has duplicate entries. ... ok (0.011s) 2022-11-23T02:35:48.6735593Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6735917Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:35:48.6736221Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6736542Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:35:48.6736862Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6737187Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:35:48.6737558Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6737911Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6738274Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6738619Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6738967Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6739343Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6739711Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6740077Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6740422Z test_dim_multi_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6740759Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6741109Z test_dim_multi_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6741463Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6741819Z test_dim_multi_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6742233Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6742578Z test_dim_multi_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6742907Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6743255Z test_dim_multi_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6743643Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6743991Z test_dim_multi_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6744382Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6744726Z test_dim_multi_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6745079Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6745407Z test_dim_multi_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6745754Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6746096Z test_dim_multi_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6746537Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6746876Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6747272Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6747590Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6747937Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6748285Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6748641Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6748980Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6749322Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6749658Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6750022Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6750352Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6750735Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.006s) 2022-11-23T02:35:48.6751078Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6751400Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6751721Z test_dim_multi_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6752076Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6752384Z test_dim_multi_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6752690Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6753005Z test_dim_multi_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6753326Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6753633Z test_dim_multi_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6753914Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6754220Z test_dim_multi_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6754522Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.010s) 2022-11-23T02:35:48.6754884Z test_dim_multi_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6755190Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6755493Z test_dim_multi_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6755778Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6756120Z test_dim_multi_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6756425Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6756771Z test_dim_multi_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6757074Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6757369Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6757648Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:35:48.6757949Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6758256Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:35:48.6758551Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6758914Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T02:35:48.6759208Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6759484Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T02:35:48.6759773Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6760719Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:35:48.6761025Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6761353Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:35:48.6761677Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6761982Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:35:48.6762370Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6762711Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:35:48.6763086Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6763448Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6763808Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6764155Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T02:35:48.6764524Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6764912Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6765300Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6765683Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T02:35:48.6766049Z test_dim_multi_unsorted_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6766409Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6766753Z test_dim_multi_unsorted_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6767116Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6767489Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6767859Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6768222Z test_dim_multi_unsorted_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6768692Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6769042Z test_dim_multi_unsorted_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6769447Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6769809Z test_dim_multi_unsorted_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6770167Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6770532Z test_dim_multi_unsorted_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6770902Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6771262Z test_dim_multi_unsorted_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6771607Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6771966Z test_dim_multi_unsorted_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6772328Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6772680Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6773035Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T02:35:48.6773389Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6773725Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:35:48.6774126Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6774522Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:35:48.6774871Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6775264Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.003s) 2022-11-23T02:35:48.6775618Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6775969Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:35:48.6776301Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6776651Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:35:48.6777010Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6777357Z Tests that operator correctly handles unsorted dim list. ... ok (0.006s) 2022-11-23T02:35:48.6777689Z test_dim_multi_unsorted_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6778020Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:35:48.6778333Z test_dim_multi_unsorted_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6778668Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:35:48.6779012Z test_dim_multi_unsorted_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6779354Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:35:48.6779683Z test_dim_multi_unsorted_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6780015Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:35:48.6780322Z test_dim_multi_unsorted_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6780701Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:35:48.6781031Z test_dim_multi_unsorted_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6781399Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:35:48.6781729Z test_dim_multi_unsorted_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6782112Z Tests that operator correctly handles unsorted dim list. ... ok (0.011s) 2022-11-23T02:35:48.6782428Z test_dim_multi_unsorted_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6782764Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:35:48.6783092Z test_dim_multi_unsorted_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6783422Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:35:48.6783744Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6784070Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:35:48.6784372Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6784700Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:35:48.6785017Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6785340Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:35:48.6785661Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6785978Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:35:48.6786277Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6786745Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:35:48.6787062Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6787470Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:35:48.6787784Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6788117Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:35:48.6788431Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6788756Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-11-23T02:35:48.6789093Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6789427Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:35:48.6789755Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6790092Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:35:48.6790440Z test_dim_multi_unsupported_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6790774Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-11-23T02:35:48.6791121Z test_dim_multi_unsupported_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6791468Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:35:48.6791801Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6792141Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-11-23T02:35:48.6792452Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6792774Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T02:35:48.6793079Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6793447Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:35:48.6793778Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6794106Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:35:48.6794420Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6794723Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:35:48.6795043Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6795415Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:35:48.6795744Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6796069Z Tests that an exception is raised when reducing a tensor with more ... ok (0.001s) 2022-11-23T02:35:48.6796392Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6796698Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:35:48.6797027Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6797358Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6797687Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6798025Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:35:48.6798351Z test_dim_ndim_limit_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6798706Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6799026Z test_dim_ndim_limit_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6799398Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6799737Z test_dim_ndim_limit_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6800073Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-11-23T02:35:48.6800407Z test_dim_ndim_limit_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6800770Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6801110Z test_dim_ndim_limit_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6801459Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6801786Z test_dim_ndim_limit_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6802125Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6802452Z test_dim_ndim_limit_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6802782Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6803087Z test_dim_ndim_limit_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6803420Z Tests that an exception is raised when reducing a tensor with more ... ok (0.010s) 2022-11-23T02:35:48.6803754Z test_dim_ndim_limit_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6804088Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6804414Z test_dim_ndim_limit_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6804792Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6805104Z test_dim_ndim_limit_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6805478Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6805801Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6806129Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6806455Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6806782Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6807089Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6807414Z Tests that an exception is raised when reducing a tensor with more ... ok (0.010s) 2022-11-23T02:35:48.6807736Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6808058Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6808378Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6808756Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6809055Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6809373Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6809702Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6810022Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:35:48.6810339Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6810696Z Tests that dim=None reduces all dimensions. ... expected failure (0.011s) 2022-11-23T02:35:48.6810990Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6811324Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6811618Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6811914Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6812202Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6812513Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-11-23T02:35:48.6812811Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6813104Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6813401Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6813697Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6814045Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6814347Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6814628Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6814989Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T02:35:48.6815346Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6815679Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6816015Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6816348Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6816710Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6817068Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T02:35:48.6817460Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6817820Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6818171Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6818534Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6818879Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6819246Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6819615Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6819968Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6820309Z test_dim_none_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6820656Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6820989Z test_dim_none_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6821316Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6821660Z test_dim_none_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6822599Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6822961Z test_dim_none_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6823345Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6823694Z test_dim_none_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6824024Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6824367Z test_dim_none_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6824713Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6825051Z test_dim_none_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6825395Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6825741Z test_dim_none_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6826088Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6826491Z test_dim_none_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6826835Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6827171Z test_dim_none_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6827578Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6827916Z test_dim_none_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6828260Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6828612Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6828952Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6829327Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6829667Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.006s) 2022-11-23T02:35:48.6829999Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6830332Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6830644Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6830998Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.6831343Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6831673Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6831999Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6832333Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6832644Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6832968Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6833295Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6833604Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T02:35:48.6833903Z test_dim_none_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6834195Z Tests that dim=None reduces all dimensions. ... ok (0.011s) 2022-11-23T02:35:48.6834512Z test_dim_none_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6834809Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6835157Z test_dim_none_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6835456Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6835805Z test_dim_none_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6836108Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6836401Z test_dim_none_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6836711Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6837010Z test_dim_none_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6837306Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6837603Z test_dim_none_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6837896Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6838169Z test_dim_none_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6838467Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6838759Z test_dim_none_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6839053Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6839342Z test_dim_none_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6839628Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6839901Z test_dim_none_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6840201Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6840528Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6840867Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6841205Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6841500Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6841769Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6842061Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6842354Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6842663Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6842966Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6843239Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:35:48.6843530Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6843817Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6844099Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6844387Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:35:48.6844682Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6844972Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6845265Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6845554Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6845849Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6846135Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:35:48.6846456Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6846735Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6847024Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6847352Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6847641Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6847925Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6848221Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6848505Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T02:35:48.6848810Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6849169Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6849466Z test_dim_offbounds_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6849765Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6850063Z test_dim_offbounds_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6850345Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6850644Z test_dim_offbounds_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6850947Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-11-23T02:35:48.6851245Z test_dim_offbounds_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6851543Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6851846Z test_dim_offbounds_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6852137Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6852434Z test_dim_offbounds_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6852775Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6853071Z test_dim_offbounds_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6853411Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6853693Z test_dim_offbounds_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6853991Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6854336Z test_dim_offbounds_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6854632Z Tests that passing an off-bounds dim throws ... ok (0.009s) 2022-11-23T02:35:48.6854926Z test_dim_offbounds_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6855222Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6855503Z test_dim_offbounds_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6855803Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6856089Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6856373Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6856659Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6856951Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6857228Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6857520Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6857809Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6858096Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:35:48.6858382Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6858710Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-11-23T02:35:48.6858984Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6859310Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6859592Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6859876Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:35:48.6860834Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1940: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.6861701Z torch.sum(x, 0, out=y) 2022-11-23T02:35:48.6861885Z ok (0.033s) 2022-11-23T02:35:48.6862193Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.029s) 2022-11-23T02:35:48.6862519Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.043s) 2022-11-23T02:35:48.6862850Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.032s) 2022-11-23T02:35:48.6863177Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.040s) 2022-11-23T02:35:48.6863499Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-11-23T02:35:48.6863819Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.037s) 2022-11-23T02:35:48.6864184Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.028s) 2022-11-23T02:35:48.6864535Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6864934Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.6865330Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.012s) 2022-11-23T02:35:48.6865697Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6890120Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6890575Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6890965Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6891355Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6891810Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6892075Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6892361Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6892784Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6893168Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6893555Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6893827Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6894100Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6894385Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6894656Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6895019Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6895335Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6895695Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6896011Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6896327Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6896633Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6896931Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6897242Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6897553Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6897864Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6898180Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6898502Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6898840Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6899184Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6899513Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-11-23T02:35:48.6899839Z test_dim_single_keepdim_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6900240Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6900558Z test_dim_single_keepdim_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6900870Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6901233Z test_dim_single_keepdim_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6901560Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6901919Z test_dim_single_keepdim_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6902239Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.006s) 2022-11-23T02:35:48.6902564Z test_dim_single_keepdim_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6902886Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6903203Z test_dim_single_keepdim_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6903520Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T02:35:48.6903836Z test_dim_single_keepdim_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6904152Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.011s) 2022-11-23T02:35:48.6904468Z test_dim_single_keepdim_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6904792Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6905147Z test_dim_single_keepdim_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6905466Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T02:35:48.6905780Z test_dim_single_keepdim_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6906093Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T02:35:48.6906506Z test_dim_single_keepdim_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6906818Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6907110Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6907468Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6907775Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6908133Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6908447Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6908758Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6909052Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6909372Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6909678Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6909982Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6910290Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6910594Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:35:48.6910891Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6911197Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:35:48.6911510Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6911792Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6912066Z test_dim_single_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6912336Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6912653Z test_dim_single_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6912934Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:35:48.6913250Z test_dim_single_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6913529Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:35:48.6913798Z test_dim_single_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6914122Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:35:48.6914399Z test_dim_single_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6914686Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:35:48.6914964Z test_dim_single_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6915233Z Tests that dim=i reduces dimension i. ... ok (0.006s) 2022-11-23T02:35:48.6915513Z test_dim_single_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6915784Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:35:48.6916055Z test_dim_single_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6916322Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:35:48.6916592Z test_dim_single_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6916866Z Tests that dim=i reduces dimension i. ... ok (0.113s) 2022-11-23T02:35:48.6917135Z test_dim_single_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6917402Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6917717Z test_dim_single_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6917986Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:35:48.6918251Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6918521Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6918788Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6919047Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6919358Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6919624Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6919919Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6920183Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6920455Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6920708Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:35:48.6920970Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6921239Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:35:48.6921495Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6921758Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:35:48.6922039Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6922360Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T02:35:48.6922687Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6923008Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.006s) 2022-11-23T02:35:48.6923322Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6923640Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T02:35:48.6923961Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6924266Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T02:35:48.6924585Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6924912Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T02:35:48.6925266Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6925643Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T02:35:48.6926010Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6926334Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.012s) 2022-11-23T02:35:48.6926666Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6926997Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6927322Z test_empty_tensor_empty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6927647Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6927969Z test_empty_tensor_empty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6928295Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6928613Z test_empty_tensor_empty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6928946Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6929272Z test_empty_tensor_empty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6929601Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6929933Z test_empty_tensor_empty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6930334Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.6930671Z test_empty_tensor_empty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6930998Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6931364Z test_empty_tensor_empty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6931692Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6932055Z test_empty_tensor_empty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6932382Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6932698Z test_empty_tensor_empty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6933024Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6933352Z test_empty_tensor_empty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6933673Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6933994Z test_empty_tensor_empty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6934323Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:35:48.6934637Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6934949Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6935268Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6935598Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6935912Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6936230Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6936541Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6936853Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6937199Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6937524Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6937926Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6938244Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6938549Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6938854Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:35:48.6939164Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6939484Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6939809Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6940139Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6940463Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6940781Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6941104Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6941428Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T02:35:48.6941759Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6942085Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6942409Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6942790Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6943151Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6943494Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6943868Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6944210Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6944542Z test_empty_tensor_nonempty_slice_masked_amax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6944877Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6945191Z test_empty_tensor_nonempty_slice_masked_amin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6945521Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6945865Z test_empty_tensor_nonempty_slice_masked_argmax_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6946193Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6946607Z test_empty_tensor_nonempty_slice_masked_argmin_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6946940Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6947276Z test_empty_tensor_nonempty_slice_masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6947614Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6947945Z test_empty_tensor_nonempty_slice_masked_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6948277Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6948611Z test_empty_tensor_nonempty_slice_masked_norm_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6948941Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6949316Z test_empty_tensor_nonempty_slice_masked_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6949644Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6950011Z test_empty_tensor_nonempty_slice_masked_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6950393Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6950728Z test_empty_tensor_nonempty_slice_masked_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6951058Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6951384Z test_empty_tensor_nonempty_slice_masked_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6951705Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6952025Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6952351Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6952682Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6953007Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6953329Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6953656Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6953970Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6954293Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6954611Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6954943Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6955352Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6955714Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6956028Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6956348Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:35:48.6956672Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.6956963Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-11-23T02:35:48.6957439Z test_histogram_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\histograms.py:906: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.6957848Z return n/db/n.sum(), bin_edges 2022-11-23T02:35:48.6958027Z ok (8.985s) 2022-11-23T02:35:48.6958292Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.6958800Z test_histogramdd_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\histograms.py:1124: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.6959191Z hist /= s 2022-11-23T02:35:48.6959349Z ok (36.682s) 2022-11-23T02:35:48.6959580Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6959884Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:35:48.6960185Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6960483Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6960794Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6961148Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6961453Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6961784Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6962092Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6962388Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6962685Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6963035Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6963337Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6963631Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6963928Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6964229Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6964531Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6964829Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6965122Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6965413Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6965705Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6965996Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6966300Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6966587Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6966884Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6967217Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6967508Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6967900Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6968210Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6968514Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6968819Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6969128Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6969422Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6969729Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6970035Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6970341Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T02:35:48.6970643Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6970941Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6971230Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6971528Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:35:48.6971827Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6972127Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6972424Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6972722Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6973051Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6973356Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T02:35:48.6973695Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6973995Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6974314Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6974632Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6974934Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6975248Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6975616Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6975943Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:35:48.6976265Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6976587Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6976892Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6977210Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6977526Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6977845Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6978164Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6978481Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:35:48.6978786Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6979147Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6979463Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6979824Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6980137Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6980449Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6980791Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6981108Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6981424Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6981741Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:35:48.6982067Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6982394Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6982710Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6983039Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6983360Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6983685Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6984005Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6984325Z Tests that the identity value is an identity for the operator ... ok (0.011s) 2022-11-23T02:35:48.6984643Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6984996Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6985322Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6985687Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6986003Z test_identity_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6986396Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6986715Z test_identity_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6987020Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:35:48.6987334Z test_identity_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6987649Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6987960Z test_identity_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6988331Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6988648Z test_identity_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6988955Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6989268Z test_identity_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6989580Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6989902Z test_identity_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6990228Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6990550Z test_identity_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6990899Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6991220Z test_identity_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6991576Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6991890Z test_identity_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6992203Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6992515Z test_identity_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6992814Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6993126Z test_identity_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6993853Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6993999Z test_identity_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6994147Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T02:35:48.6994290Z test_identity_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6994441Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6994585Z test_identity_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6994732Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:35:48.6994878Z test_identity_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6995024Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6995166Z test_identity_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6995313Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T02:35:48.6995463Z test_identity_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6995612Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6995750Z test_identity_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6995899Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6996043Z test_identity_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6996190Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6996334Z test_identity_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6996480Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:35:48.6996620Z test_identity_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6996767Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6996955Z test_identity_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6997101Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6997240Z test_identity_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6997478Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.6997621Z test_identity_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6997767Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:35:48.6997905Z test_identity_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6998050Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6998188Z test_identity_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6998325Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6998464Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6998611Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6998748Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6998897Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6999036Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6999181Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6999321Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6999468Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6999607Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.6999796Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.6999931Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7000074Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7000204Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7000348Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7000486Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7000632Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7000756Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7000901Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7001033Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7001180Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7001319Z test_identity_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7001463Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7001598Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7001740Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7001886Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7002031Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7002171Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7002315Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7002451Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7002595Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7002730Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7002914Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T02:35:48.7003041Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7003183Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7003362Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7003547Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7003682Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7003826Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:35:48.7003958Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7004102Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7004236Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7004384Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7004522Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7004669Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T02:35:48.7004801Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7004943Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7005083Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7005227Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7005355Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7005500Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7005681Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7005826Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:35:48.7005963Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7006107Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:35:48.7006240Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7006385Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7006517Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7006660Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7006789Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7006932Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7007061Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7007209Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7007339Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7007489Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7007621Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7007756Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:35:48.7007899Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7008046Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.696s) 2022-11-23T02:35:48.7008182Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7008326Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7008464Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7008599Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T02:35:48.7008773Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7008925Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T02:35:48.7009077Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7009268Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7009458Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7009608Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7009755Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7009890Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (14.497s) 2022-11-23T02:35:48.7010045Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7010186Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7010509Z test_median_nan_values_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1119: RuntimeWarning: All-NaN slice encountered 2022-11-23T02:35:48.7010655Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-11-23T02:35:48.7010724Z ok (0.061s) 2022-11-23T02:35:48.7010885Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.058s) 2022-11-23T02:35:48.7011046Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-11-23T02:35:48.7011207Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.034s) 2022-11-23T02:35:48.7011363Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T02:35:48.7011518Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-11-23T02:35:48.7011700Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7011839Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T02:35:48.7011975Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7012115Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7012252Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7012399Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7012564Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7012712Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7012851Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7013001Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7013148Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7013296Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7013447Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7013611Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-11-23T02:35:48.7013699Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-11-23T02:35:48.7013781Z tensor([2047, 2047, 2047, 2047]) 2022-11-23T02:35:48.7013859Z tensor([1024, 1024, 1024, 1024]) 2022-11-23T02:35:48.7013930Z tensor([4095]) 2022-11-23T02:35:48.7013998Z tensor([2048]) 2022-11-23T02:35:48.7014063Z ok (0.006s) 2022-11-23T02:35:48.7014212Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7014352Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.7014490Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7014612Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7014787Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7014926Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7015060Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7015283Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7015505Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7015680Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7015851Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7016020Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7016191Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7016354Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7016522Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7016694Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7016865Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7017014Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T02:35:48.7017165Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7017298Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-11-23T02:35:48.7017488Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7017607Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-11-23T02:35:48.7017757Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7017885Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-11-23T02:35:48.7018029Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7018157Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:35:48.7018301Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7018427Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-11-23T02:35:48.7018573Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7018706Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:35:48.7018849Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7018979Z Tests that NaN values do not affect the result. ... ok (0.006s) 2022-11-23T02:35:48.7019119Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7019247Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:35:48.7019404Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7019554Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7019707Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7019840Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7019990Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7020132Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7020281Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7020423Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7020578Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7020805Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-11-23T02:35:48.7020958Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7021596Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7021759Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7021900Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7022047Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7022189Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7022363Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7022510Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7022687Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7022830Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7022996Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7023137Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7023310Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7023450Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7023620Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7023760Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7023974Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7024117Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7024285Z test_nan_policy_propagate_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7024426Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7024593Z test_nan_policy_propagate_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7024737Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7024904Z test_nan_policy_propagate_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7025041Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7025203Z test_nan_policy_propagate_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7025343Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7025511Z test_nan_policy_propagate_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7025640Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7025801Z test_nan_policy_propagate_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7025941Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7026104Z test_nan_policy_propagate_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7026245Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7026491Z test_nan_policy_propagate_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7026636Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7026852Z test_nan_policy_propagate_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7026998Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7027172Z test_nan_policy_propagate_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7027355Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7027528Z test_nan_policy_propagate_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7027668Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7027884Z test_nan_policy_propagate_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7028026Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7028195Z test_nan_policy_propagate_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7028334Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:35:48.7028502Z test_nan_policy_propagate_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7028632Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7028794Z test_nan_policy_propagate_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7028933Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7029094Z test_nan_policy_propagate_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7029237Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-11-23T02:35:48.7029400Z test_nan_policy_propagate_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7029539Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7029704Z test_nan_policy_propagate_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7029844Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7030008Z test_nan_policy_propagate_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7030187Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7030348Z test_nan_policy_propagate_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7030487Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7030648Z test_nan_policy_propagate_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7030789Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-11-23T02:35:48.7030956Z test_nan_policy_propagate_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7031094Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7031254Z test_nan_policy_propagate_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7031393Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7031563Z test_nan_policy_propagate_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7031702Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7031864Z test_nan_policy_propagate_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7032004Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7032169Z test_nan_policy_propagate_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7032310Z Tests that nan is propagated to the output by default ... ok (0.011s) 2022-11-23T02:35:48.7032472Z test_nan_policy_propagate_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7032611Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7032815Z test_nan_policy_propagate_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7032953Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7033121Z test_nan_policy_propagate_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7033298Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7033465Z test_nan_policy_propagate_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7033606Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7033810Z test_nan_policy_propagate_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7033935Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7034097Z test_nan_policy_propagate_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7034237Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7034404Z test_nan_policy_propagate_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7034544Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7034709Z test_nan_policy_propagate_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7034847Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7035007Z test_nan_policy_propagate_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7035147Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7035310Z test_nan_policy_propagate_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7035449Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7035612Z test_nan_policy_propagate_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7035751Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7035914Z test_nan_policy_propagate_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7036093Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7036258Z test_nan_policy_propagate_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7036397Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7036548Z test_nan_policy_propagate_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7036689Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7036851Z test_nan_policy_propagate_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7036994Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7037155Z test_nan_policy_propagate_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7037294Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:35:48.7037450Z test_nan_policy_propagate_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7037592Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7037749Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7037887Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7038047Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7038187Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-11-23T02:35:48.7038344Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7038483Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7038678Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7038821Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7038974Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7039106Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7039296Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7039439Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7039597Z test_nan_policy_propagate_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7039736Z Tests that nan is propagated to the output by default ... ok (0.011s) 2022-11-23T02:35:48.7039943Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7040084Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7040241Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7040381Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7040534Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7040675Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7040828Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7040967Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7041120Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7041259Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7041418Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7041559Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7041701Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7041841Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7041996Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7042179Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7042328Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7042470Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7042620Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7042763Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7042916Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7043059Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7043216Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7043355Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7043510Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7043651Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7043802Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7043940Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7044076Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7044211Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7044362Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7044501Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7044695Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7044837Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:35:48.7044992Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7045132Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:35:48.7045325Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7045466Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:35:48.7045615Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7045754Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7045943Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7046081Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7046230Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7046368Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:35:48.7046527Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7046678Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7046822Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7046966Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7047110Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7047252Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7047394Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7047533Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7047672Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7047810Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7047946Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7048311Z test_nansum_out_dtype_cpu_float16 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce 2022-11-23T02:35:48.7048449Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T02:35:48.7048517Z ok (0.007s) 2022-11-23T02:35:48.7048674Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7048833Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T02:35:48.7048988Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7049142Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7049281Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7049432Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7049579Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.7049903Z test_nansum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-11-23T02:35:48.7050037Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T02:35:48.7050102Z ok (0.028s) 2022-11-23T02:35:48.7050258Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.019s) 2022-11-23T02:35:48.7050411Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-11-23T02:35:48.7050598Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-11-23T02:35:48.7050756Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7050901Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.7051048Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7051233Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7051388Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7051538Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7051685Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7051885Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7052028Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7052177Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7052328Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7052476Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7052626Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7052778Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:35:48.7052926Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7053074Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7053218Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7053366Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7053511Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7053659Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7053803Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7053949Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7054091Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7054287Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7054432Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7054570Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7054716Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7054865Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7055016Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7055162Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7055306Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7055450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7055599Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7055746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7055895Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7056040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7056188Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7056335Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7056481Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7056668Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7056813Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7056944Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7057090Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7057276Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7057422Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7057565Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7057711Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7057855Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7058052Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7058197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7058345Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7058489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7058641Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7058786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7058934Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7059078Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7059225Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7059355Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7059498Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7059641Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7059783Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7059926Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7060075Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7060261Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7060409Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7060555Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7060699Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7060842Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:35:48.7060996Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7061140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7061283Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7061426Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7061575Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7061720Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7061861Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7062003Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7062150Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7062292Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7062441Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7062627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7062774Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7062917Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:35:48.7063062Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7063246Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7063392Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7063537Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7063681Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7063823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7064011Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7064154Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7064288Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7064432Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7064587Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7064733Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7064885Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7065033Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7065181Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7065326Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7065475Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7065622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7065773Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7065916Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7066065Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7066208Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7066472Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7066617Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7066753Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7066893Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7067043Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7067187Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7067342Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7067486Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7067631Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7067777Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7067925Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7068070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7068216Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7068359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7068549Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7068694Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7068842Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7068984Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7069172Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7069306Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7069457Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7069600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7069750Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7069895Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7070111Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7070253Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7070414Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7070559Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7070727Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7070879Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7071046Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7071191Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7071353Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7071501Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7071664Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7071806Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7071951Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7072094Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7072255Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7072445Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7072605Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7072752Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:35:48.7072913Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7073059Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7073217Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7073363Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7073522Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7073666Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7073836Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7073981Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7074154Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7074308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:35:48.7074523Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7074667Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7074838Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7074985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7075186Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7075335Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7075502Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7075648Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7075808Z test_noncontiguous_all_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7075951Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7076151Z test_noncontiguous_all_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7076294Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7076453Z test_noncontiguous_all_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7076600Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7076758Z test_noncontiguous_all_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7076903Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7077061Z test_noncontiguous_all_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7077206Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7077350Z test_noncontiguous_all_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7077495Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7077651Z test_noncontiguous_all_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7077795Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7077952Z test_noncontiguous_all_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7078099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7078253Z test_noncontiguous_all_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7078437Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7078597Z test_noncontiguous_all_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7078743Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7078902Z test_noncontiguous_all_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7079046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7079205Z test_noncontiguous_all_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7079350Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7079514Z test_noncontiguous_all_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7079660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7079816Z test_noncontiguous_all_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7079950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7080105Z test_noncontiguous_all_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7080251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7080408Z test_noncontiguous_all_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7080594Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:35:48.7080753Z test_noncontiguous_all_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7080898Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7081085Z test_noncontiguous_all_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7081234Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7081397Z test_noncontiguous_all_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7081544Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7081706Z test_noncontiguous_all_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7081851Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7082010Z test_noncontiguous_all_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7082195Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7082352Z test_noncontiguous_all_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7082501Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:35:48.7082649Z test_noncontiguous_all_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7082794Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7082952Z test_noncontiguous_all_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7083101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7083259Z test_noncontiguous_all_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7083405Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7083565Z test_noncontiguous_all_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7083713Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7083872Z test_noncontiguous_all_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7084018Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7084183Z test_noncontiguous_all_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7084327Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7084529Z test_noncontiguous_all_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7084673Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7084830Z test_noncontiguous_all_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7084976Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7085140Z test_noncontiguous_all_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7085276Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7085434Z test_noncontiguous_all_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7085582Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7085739Z test_noncontiguous_all_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7085883Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7086044Z test_noncontiguous_all_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7086190Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7086349Z test_noncontiguous_all_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7086536Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7086697Z test_noncontiguous_all_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7086841Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7087010Z test_noncontiguous_all_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7087193Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7087364Z test_noncontiguous_all_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7087512Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7087678Z test_noncontiguous_all_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7087823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7087977Z test_noncontiguous_all_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7088121Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7088330Z test_noncontiguous_all_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7088475Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7088636Z test_noncontiguous_all_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7088780Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7088941Z test_noncontiguous_all_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7089087Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7089256Z test_noncontiguous_all_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7089400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7089562Z test_noncontiguous_all_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7089709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7089866Z test_noncontiguous_all_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7090013Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7090179Z test_noncontiguous_all_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7090322Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7090486Z test_noncontiguous_all_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7091214Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:35:48.7091374Z test_noncontiguous_all_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7091522Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7091682Z test_noncontiguous_all_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7091835Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7091995Z test_noncontiguous_all_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7092139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7092295Z test_noncontiguous_all_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7092489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7092651Z test_noncontiguous_all_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7092801Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7092955Z test_noncontiguous_all_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7093139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7093297Z test_noncontiguous_all_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7093447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7093603Z test_noncontiguous_all_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7093750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7093900Z test_noncontiguous_all_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7094045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7094207Z test_noncontiguous_all_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7094356Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7094515Z test_noncontiguous_all_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7094660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7094823Z test_noncontiguous_all_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7095021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7095181Z test_noncontiguous_all_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7095325Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7095483Z test_noncontiguous_all_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7095625Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7095795Z test_noncontiguous_all_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7095938Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7096105Z test_noncontiguous_all_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7096250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7096412Z test_noncontiguous_all_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7096547Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7096707Z test_noncontiguous_all_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7096853Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7097009Z test_noncontiguous_all_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7097154Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7097358Z test_noncontiguous_all_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7097501Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7097655Z test_noncontiguous_all_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7097802Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7097958Z test_noncontiguous_all_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7098105Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7098262Z test_noncontiguous_all_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7098453Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7098614Z test_noncontiguous_all_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7098761Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7098959Z test_noncontiguous_all_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7099111Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7099263Z test_noncontiguous_all_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7099410Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7099607Z test_noncontiguous_all_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7099757Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7099916Z test_noncontiguous_all_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7100101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7100258Z test_noncontiguous_all_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7100405Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:35:48.7100595Z test_noncontiguous_all_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7100742Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7100893Z test_noncontiguous_all_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7101036Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7101273Z test_noncontiguous_all_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7101419Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7101572Z test_noncontiguous_all_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7101757Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7101906Z test_noncontiguous_all_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7102054Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7102246Z test_noncontiguous_all_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7102394Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7102556Z test_noncontiguous_all_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7102708Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7102907Z test_noncontiguous_all_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7103056Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7103213Z test_noncontiguous_all_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7103395Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7103554Z test_noncontiguous_all_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7103746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7103945Z test_noncontiguous_all_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7104093Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7104248Z test_noncontiguous_all_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7104433Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7104588Z test_noncontiguous_all_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7104720Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7104872Z test_noncontiguous_all_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7105057Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7105213Z test_noncontiguous_all_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7105361Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7105552Z test_noncontiguous_all_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7105702Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7105863Z test_noncontiguous_all_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7106051Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7106217Z test_noncontiguous_all_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7106452Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7106614Z test_noncontiguous_all_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7106797Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7106958Z test_noncontiguous_all_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7107104Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7107301Z test_noncontiguous_all_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7107449Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7107596Z test_noncontiguous_all_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7107825Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7107980Z test_noncontiguous_all_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7108127Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7108319Z test_noncontiguous_all_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7108465Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T02:35:48.7108621Z test_noncontiguous_all_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7108765Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7108956Z test_noncontiguous_all_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7109102Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7109256Z test_noncontiguous_all_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7109440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7109594Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7109739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7109893Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7110078Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7110279Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7110412Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7110602Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7110749Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7110899Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7111080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7111230Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7111378Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7111568Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7111721Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7111877Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7112021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7112209Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7112354Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7112505Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7112688Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7112840Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7112973Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7113125Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7113307Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7113458Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7113604Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7113790Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7113935Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7114129Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7114279Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7114464Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7114606Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7114757Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7114940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7115091Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7115235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7115425Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7115571Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7115710Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7115851Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7116041Z test_noncontiguous_all_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7116188Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7116335Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7116480Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7116677Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7116821Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7116972Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7117118Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7117270Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7117411Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7117562Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7117705Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7117854Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7117999Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7118138Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7118285Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7118432Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7118579Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7118729Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7118872Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7119021Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7119165Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7119315Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7119461Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7119611Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7119755Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:35:48.7119910Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7120054Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7120207Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7120782Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7120938Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7121075Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:35:48.7121223Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7121411Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7121569Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7121714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7121898Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7122046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7122193Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7122339Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7122531Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7122677Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7122824Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7122969Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7123166Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7123311Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7123456Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7123587Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7123735Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7123882Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7124027Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7124171Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7124316Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7124462Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7124610Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7124756Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7124901Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7125044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7125193Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7125340Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7125488Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7125633Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7125784Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7125918Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7126068Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7126213Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:35:48.7126358Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7126502Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:35:48.7126648Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7127120Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:35:48.7127286Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7127438Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7127594Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7127793Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7127962Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7128113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7128313Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7128468Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:35:48.7128625Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7128777Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7128960Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7129110Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7129262Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7129415Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7129616Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7129768Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7129923Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7130077Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7130232Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7130385Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:35:48.7130541Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7130691Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7130844Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7130994Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7131158Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7131310Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7131464Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7131607Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7131763Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7131912Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7132066Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7132218Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7132374Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7132526Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:35:48.7132682Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7132830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7132985Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7133132Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7133645Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7133806Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7133963Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7134112Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7134312Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7134468Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7134616Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7134800Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7134957Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7135152Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7135377Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7135553Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7135727Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7135899Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7136075Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7136294Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7136474Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7136643Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7136821Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7136994Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7137168Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7137335Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7137512Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7137649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7137828Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7138000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7138177Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7138343Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7138519Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7138690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7138874Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7139044Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7139225Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7139394Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7139574Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7139743Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7139917Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7140085Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7140260Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7140476Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7140621Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7140792Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7140967Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7141137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7141313Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7141479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7141658Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7141832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7142009Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7142179Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:35:48.7142369Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7142540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7142725Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7142896Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7143125Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7143295Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7143476Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7143611Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7143788Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7143961Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7144134Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7144304Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7144477Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7144649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7144830Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7145003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7145178Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7145357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7145547Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7145763Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7145946Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7146118Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7146409Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7146583Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7146767Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7146938Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7147117Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7147338Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7147513Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7147683Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7147857Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7148029Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7148209Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7148381Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7148562Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7148730Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7148925Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7149096Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7149287Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7149456Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7149653Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7149788Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7150028Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7150196Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7150389Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7150561Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7150757Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7150928Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7151118Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7151289Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7151477Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7151652Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7151840Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7152012Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7152199Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7152373Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7152561Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7152735Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7152921Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7153061Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7153260Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7153431Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7153636Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7153808Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7154010Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7154224Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:35:48.7154430Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7154601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7154799Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7154971Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7155174Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7155342Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7155534Z test_noncontiguous_expanded_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7155704Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:35:48.7155894Z test_noncontiguous_expanded_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7156065Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7156254Z test_noncontiguous_expanded_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7156393Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7156583Z test_noncontiguous_expanded_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7156798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7156985Z test_noncontiguous_expanded_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7157156Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7157342Z test_noncontiguous_expanded_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7157518Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7157704Z test_noncontiguous_expanded_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7157874Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7158058Z test_noncontiguous_expanded_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7158228Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7158416Z test_noncontiguous_expanded_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7158588Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7158787Z test_noncontiguous_expanded_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7158959Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7159152Z test_noncontiguous_expanded_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7159323Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7159479Z test_noncontiguous_expanded_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7159651Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7159841Z test_noncontiguous_expanded_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7160011Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7160203Z test_noncontiguous_expanded_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7160374Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7160557Z test_noncontiguous_expanded_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7160729Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7160954Z test_noncontiguous_expanded_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7161123Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7161307Z test_noncontiguous_expanded_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7161480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7161664Z test_noncontiguous_expanded_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7161839Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7168820Z test_noncontiguous_expanded_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7169043Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7169227Z test_noncontiguous_expanded_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7169392Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7169560Z test_noncontiguous_expanded_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7169719Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7169893Z test_noncontiguous_expanded_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7170052Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7170346Z test_noncontiguous_expanded_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7170504Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7170672Z test_noncontiguous_expanded_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7170825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7170992Z test_noncontiguous_expanded_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7171144Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7171313Z test_noncontiguous_expanded_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7171464Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7171633Z test_noncontiguous_expanded_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7171781Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7171958Z test_noncontiguous_expanded_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7172111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7172284Z test_noncontiguous_expanded_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7172426Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7172603Z test_noncontiguous_expanded_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7172755Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7172925Z test_noncontiguous_expanded_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7173072Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7173237Z test_noncontiguous_expanded_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7173394Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:35:48.7173561Z test_noncontiguous_expanded_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7173710Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7173875Z test_noncontiguous_expanded_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7174078Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7174246Z test_noncontiguous_expanded_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7174398Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7174566Z test_noncontiguous_expanded_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7174715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7174895Z test_noncontiguous_expanded_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7175044Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7175219Z test_noncontiguous_expanded_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7175360Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:35:48.7175538Z test_noncontiguous_expanded_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7175685Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7175861Z test_noncontiguous_expanded_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7176013Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7176186Z test_noncontiguous_expanded_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7176335Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7176557Z test_noncontiguous_expanded_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7176709Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7176881Z test_noncontiguous_expanded_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7177030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7177204Z test_noncontiguous_expanded_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7177355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7177528Z test_noncontiguous_expanded_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7177681Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7177842Z test_noncontiguous_expanded_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7177994Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7178167Z test_noncontiguous_expanded_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7178306Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7178482Z test_noncontiguous_expanded_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7178633Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7178804Z test_noncontiguous_expanded_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7178950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7179119Z test_noncontiguous_expanded_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7179269Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7179438Z test_noncontiguous_expanded_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7179586Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7179751Z test_noncontiguous_expanded_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7179902Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7180109Z test_noncontiguous_expanded_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7180262Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7180427Z test_noncontiguous_expanded_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7180579Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7180739Z test_noncontiguous_expanded_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7180884Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7181040Z test_noncontiguous_expanded_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7181190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7181360Z test_noncontiguous_expanded_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7181511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7181679Z test_noncontiguous_expanded_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7181831Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7181996Z test_noncontiguous_expanded_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7182145Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7182312Z test_noncontiguous_expanded_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7182502Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7182670Z test_noncontiguous_expanded_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7182818Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7182980Z test_noncontiguous_expanded_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7183132Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7183307Z test_noncontiguous_expanded_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7183454Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7183627Z test_noncontiguous_expanded_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7183777Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7183937Z test_noncontiguous_expanded_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7184091Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7184258Z test_noncontiguous_expanded_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7184407Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7184573Z test_noncontiguous_expanded_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7184722Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7184885Z test_noncontiguous_expanded_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7185036Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7185201Z test_noncontiguous_expanded_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7185357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7185524Z test_noncontiguous_expanded_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7185675Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7185843Z test_noncontiguous_expanded_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7185990Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7186200Z test_noncontiguous_expanded_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7186468Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:35:48.7186644Z test_noncontiguous_expanded_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7186781Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7186952Z test_noncontiguous_expanded_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7187103Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7187270Z test_noncontiguous_expanded_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7187420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7187585Z test_noncontiguous_expanded_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7187735Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7187896Z test_noncontiguous_expanded_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7188044Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:35:48.7188208Z test_noncontiguous_expanded_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7188357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7188520Z test_noncontiguous_expanded_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7188712Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7188875Z test_noncontiguous_expanded_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7189022Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7189185Z test_noncontiguous_expanded_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7189334Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7189500Z test_noncontiguous_expanded_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7189638Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7189803Z test_noncontiguous_expanded_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7189951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7190129Z test_noncontiguous_expanded_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7190275Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7190446Z test_noncontiguous_expanded_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7190592Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7190760Z test_noncontiguous_expanded_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7190911Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7191077Z test_noncontiguous_expanded_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7191227Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7191392Z test_noncontiguous_expanded_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7191542Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7191705Z test_noncontiguous_expanded_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7191855Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7192014Z test_noncontiguous_expanded_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7192165Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7192360Z test_noncontiguous_expanded_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7192509Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7192671Z test_noncontiguous_expanded_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7192819Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7192981Z test_noncontiguous_expanded_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7193137Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7193304Z test_noncontiguous_expanded_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7193451Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7193685Z test_noncontiguous_expanded_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7193841Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7194014Z test_noncontiguous_expanded_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7194199Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7194369Z test_noncontiguous_expanded_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7194517Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7194722Z test_noncontiguous_expanded_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7194872Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:35:48.7195037Z test_noncontiguous_expanded_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7195187Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7195338Z test_noncontiguous_expanded_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7195489Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7195649Z test_noncontiguous_expanded_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7195797Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7195956Z test_noncontiguous_expanded_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7196103Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7196266Z test_noncontiguous_expanded_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7196416Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:35:48.7196577Z test_noncontiguous_expanded_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7196726Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7196889Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7197037Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7197201Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7197348Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7197513Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7197664Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7197816Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7197950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:35:48.7198103Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7198295Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7198449Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7198599Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7198763Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7198909Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7199076Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7199226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7199393Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7199541Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7199702Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7199853Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7200013Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7200164Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7200321Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7200466Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7201097Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7201246Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7201407Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7201557Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7201719Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7201868Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7202026Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7202176Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7202333Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7202481Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7202635Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7202783Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7202942Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7203091Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7203245Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7203396Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7203558Z test_noncontiguous_expanded_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7203694Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7203850Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7204000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7204165Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7204314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7204475Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7204623Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7204826Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7204974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7205129Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7205276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7205431Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7205582Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7205739Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7205888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7206043Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7206192Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7206339Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7206492Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7206651Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7206799Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:35:48.7206954Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7207143Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7207309Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7207458Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7207620Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7207770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:35:48.7207931Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7208080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7208235Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7208383Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7208537Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7208687Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7208843Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7208982Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7209137Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7209286Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:35:48.7209447Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7209595Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:35:48.7209759Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7209907Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7210064Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7210211Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7210365Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7210512Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7210667Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7210859Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7211016Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7211165Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7211321Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7211471Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7211616Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7211768Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7211926Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7212076Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7212233Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7212387Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:35:48.7212543Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7212690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7212854Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7213000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7213203Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7213351Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7213509Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7213657Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7213813Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7213961Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7214114Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7214251Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:35:48.7214408Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7214561Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7214713Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7214864Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7215024Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7215172Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7215337Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7215487Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7215637Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7215790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7215943Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7216090Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7216245Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7216392Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7216543Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7216688Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7216870Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7217023Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7217178Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7217326Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7217484Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7217633Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7217787Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7217937Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7218099Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7218249Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7218405Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7218553Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7218713Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7218859Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7219019Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7219206Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7219364Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7219501Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7219655Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7219804Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7219959Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7220105Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7220261Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7220409Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7220561Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7220712Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7220865Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7221010Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7221170Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7221319Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7221472Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7221618Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7221776Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7221924Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7222070Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7222223Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7222381Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7222528Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7222682Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7222869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7223025Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7223171Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7223326Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7223470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7223623Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7223768Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7223920Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7224069Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7224228Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7224375Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7224520Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7224667Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7224830Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7224979Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7225140Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7225333Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7225493Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7225640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7225799Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7225946Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7226102Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7226246Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7226517Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7226667Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7226822Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7226967Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7227120Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7227254Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7227412Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7227559Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7227714Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7227862Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7228027Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7228173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7228339Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7228487Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7228647Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7228790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7228946Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7229258Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7229423Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7229573Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7229732Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7229877Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7230027Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7230173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:35:48.7230332Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7230481Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7230643Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7230790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7230956Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7231103Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7231264Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7231410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7231607Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7231754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7231910Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7232053Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7232212Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7232359Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7232515Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7232651Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7232808Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7232952Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7233110Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7233256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7233412Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7233558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7233736Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7233887Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7234056Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7234206Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7234381Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7234529Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7234702Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7234849Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7235021Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7235207Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7235367Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7235517Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7235689Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7235838Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7236009Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7236160Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7236328Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7236474Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7236641Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7236790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7236957Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7237104Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7237274Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7237417Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7237637Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7237781Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7237964Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7238109Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7238280Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7238426Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7238603Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7238748Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7238925Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7239074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7239255Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7239400Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7239571Z test_noncontiguous_innermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7239719Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7239889Z test_noncontiguous_innermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7240034Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7240201Z test_noncontiguous_innermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7240347Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7240511Z test_noncontiguous_innermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7240658Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7240825Z test_noncontiguous_innermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7240960Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7241123Z test_noncontiguous_innermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7241306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7241472Z test_noncontiguous_innermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7241620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7241789Z test_noncontiguous_innermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7241935Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7242102Z test_noncontiguous_innermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7242247Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7242418Z test_noncontiguous_innermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7242565Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7242729Z test_noncontiguous_innermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7242879Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7243048Z test_noncontiguous_innermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7243194Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7243360Z test_noncontiguous_innermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7243507Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7243699Z test_noncontiguous_innermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7243842Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7244001Z test_noncontiguous_innermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7244150Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7244314Z test_noncontiguous_innermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7244463Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7244626Z test_noncontiguous_innermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7244774Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7244938Z test_noncontiguous_innermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7245084Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7245258Z test_noncontiguous_innermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7245408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7245579Z test_noncontiguous_innermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7245728Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7245899Z test_noncontiguous_innermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7246045Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7246212Z test_noncontiguous_innermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7246356Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7246516Z test_noncontiguous_innermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7246669Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7246834Z test_noncontiguous_innermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7246981Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7247144Z test_noncontiguous_innermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7247325Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7247494Z test_noncontiguous_innermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7247640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7247806Z test_noncontiguous_innermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7247953Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7248129Z test_noncontiguous_innermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7248277Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7248447Z test_noncontiguous_innermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7248594Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7248767Z test_noncontiguous_innermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7248911Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7249079Z test_noncontiguous_innermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7249213Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7249380Z test_noncontiguous_innermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7249645Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7249817Z test_noncontiguous_innermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7249964Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7250130Z test_noncontiguous_innermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7250278Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7250451Z test_noncontiguous_innermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7250640Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7250883Z test_noncontiguous_innermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7251032Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7251211Z test_noncontiguous_innermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7251414Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7251597Z test_noncontiguous_innermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7251746Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7251926Z test_noncontiguous_innermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7252079Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:35:48.7252255Z test_noncontiguous_innermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7252398Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7252615Z test_noncontiguous_innermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7252763Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7252938Z test_noncontiguous_innermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7253087Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7253260Z test_noncontiguous_innermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7253411Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7253633Z test_noncontiguous_innermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7253784Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7253954Z test_noncontiguous_innermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7254105Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7254274Z test_noncontiguous_innermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7254424Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7254603Z test_noncontiguous_innermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7254754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7254930Z test_noncontiguous_innermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7255076Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7255234Z test_noncontiguous_innermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7255383Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7255554Z test_noncontiguous_innermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7255703Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7255873Z test_noncontiguous_innermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7256068Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7256235Z test_noncontiguous_innermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7256384Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7256548Z test_noncontiguous_innermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7256698Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7256859Z test_noncontiguous_innermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7257004Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7257170Z test_noncontiguous_innermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7257320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7257486Z test_noncontiguous_innermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7257634Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7257844Z test_noncontiguous_innermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7257995Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7258151Z test_noncontiguous_innermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7258298Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7258466Z test_noncontiguous_innermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7258613Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7258780Z test_noncontiguous_innermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7258929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7259101Z test_noncontiguous_innermost_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7259249Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7259416Z test_noncontiguous_innermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7259563Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7259782Z test_noncontiguous_innermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7259937Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7260111Z test_noncontiguous_innermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7260260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7260430Z test_noncontiguous_innermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7260575Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7260743Z test_noncontiguous_innermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7260879Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7261043Z test_noncontiguous_innermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7261191Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7261355Z test_noncontiguous_innermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7261499Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7261659Z test_noncontiguous_innermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7261801Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:35:48.7261966Z test_noncontiguous_innermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7262158Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7262327Z test_noncontiguous_innermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7262473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7262640Z test_noncontiguous_innermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7262786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7262958Z test_noncontiguous_innermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7263103Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7263276Z test_noncontiguous_innermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7263423Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7263578Z test_noncontiguous_innermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7263729Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7263893Z test_noncontiguous_innermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7264041Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7264207Z test_noncontiguous_innermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7264354Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7264519Z test_noncontiguous_innermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7264665Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7264826Z test_noncontiguous_innermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7265013Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7265179Z test_noncontiguous_innermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7265324Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7265487Z test_noncontiguous_innermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7265631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7265843Z test_noncontiguous_innermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7265990Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7266152Z test_noncontiguous_innermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7266284Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7266545Z test_noncontiguous_innermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7266693Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7266870Z test_noncontiguous_innermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7267015Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7267183Z test_noncontiguous_innermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7267331Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7267505Z test_noncontiguous_innermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7267654Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7267826Z test_noncontiguous_innermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7267976Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7268141Z test_noncontiguous_innermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7268339Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7268500Z test_noncontiguous_innermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7268646Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7268808Z test_noncontiguous_innermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7268955Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7269109Z test_noncontiguous_innermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7269256Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7269460Z test_noncontiguous_innermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7269609Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7269778Z test_noncontiguous_innermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7269932Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7270104Z test_noncontiguous_innermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7270249Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7270422Z test_noncontiguous_innermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7270573Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7270739Z test_noncontiguous_innermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7270886Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7271054Z test_noncontiguous_innermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7271203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7271369Z test_noncontiguous_innermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7271518Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7271680Z test_noncontiguous_innermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7271826Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7271977Z test_noncontiguous_innermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7272173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7272332Z test_noncontiguous_innermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7272477Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7272639Z test_noncontiguous_innermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7272787Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7272952Z test_noncontiguous_innermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7273098Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7273260Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7273407Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7273573Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7273719Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7273881Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7274026Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7274183Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7274332Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7274532Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7274669Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7274826Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7274973Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7275139Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7275286Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7275448Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7275596Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7275754Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7275902Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7276057Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7276202Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7276364Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7276509Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7276667Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7276813Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7276972Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7277118Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7277267Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7277417Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7277577Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7277723Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7277882Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7278073Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7278235Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7278384Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7278540Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7278685Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7278844Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7278992Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7279151Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7279301Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7279463Z test_noncontiguous_innermost_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7279609Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7279755Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7279902Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7280064Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7280210Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7280374Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7280565Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7280725Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7280872Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7281030Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7281180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7281337Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7281484Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7281640Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7281785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7281942Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7282091Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7282247Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7282383Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7282540Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7282691Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7282851Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7282997Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7283161Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7283306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7283470Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7283617Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7283776Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7283925Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7284080Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7284263Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7284419Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7284566Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7284725Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7284869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7285016Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7285165Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7285327Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7285474Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7285635Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7285785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7285938Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7286086Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7286241Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7286388Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7286588Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7286732Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7286886Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7287032Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7287188Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7287333Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7287485Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7287619Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7287773Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7287920Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7288077Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7288221Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7288380Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7288528Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7288691Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7288838Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7288999Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7289147Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7289302Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7289448Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7289605Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7289750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7289904Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7290052Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7290252Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7290399Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7290554Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7290699Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7290861Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7291007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7291169Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7291314Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7291471Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7291618Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7291774Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7291919Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7292077Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7292223Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7292379Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7292565Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7292707Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7292856Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7293011Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7293161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7293319Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7293468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7293622Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7293770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7293932Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7294082Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7294236Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7294384Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7294544Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7294692Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T02:35:48.7294853Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7295001Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7295163Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7295298Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7295461Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7295613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7295771Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7295919Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7296077Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7296229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7296428Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7296576Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7296733Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7296881Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7297044Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7297193Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7297352Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7297499Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7297661Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7297810Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7297959Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7298109Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7298269Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7298418Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7298576Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7299214Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7299374Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7299524Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7299681Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7299830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7299985Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7300133Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7300288Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7300437Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7300598Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7300748Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7300905Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7301039Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7301203Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7301349Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7301513Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7301661Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7301820Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7301968Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7302123Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7302271Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7302428Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7302580Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7302736Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7302928Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7303081Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7303227Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7303379Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7303516Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7303670Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7303821Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7303975Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7304126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7304292Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7304441Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7304605Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7304750Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7304911Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7305058Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7305262Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7305409Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7305571Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7305714Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7305874Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7306023Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7306171Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7306412Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7306575Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7306723Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T02:35:48.7306886Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7307034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7307199Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7307348Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7307513Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7307662Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7307823Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7307969Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7308128Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7308277Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7308437Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7308582Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7308741Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7308876Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7309085Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7309236Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7309398Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7309543Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7309701Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7309847Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7310023Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7310169Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7310339Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7310484Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7310660Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7310806Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7310982Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7311129Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7311301Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7311492Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7311652Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7311798Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7311965Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7312117Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7312286Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7312433Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7312604Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7312751Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7312917Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7313064Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7313234Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7313380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7313548Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7313695Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7313874Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7314022Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7314208Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7314354Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7314527Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7314674Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7314854Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7315001Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7315225Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7315370Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7315547Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7315692Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7315864Z test_noncontiguous_outermost_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7316014Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7316184Z test_noncontiguous_outermost_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7316330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7316497Z test_noncontiguous_outermost_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7316643Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7316806Z test_noncontiguous_outermost_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7316952Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7317117Z test_noncontiguous_outermost_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7317254Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7317457Z test_noncontiguous_outermost_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7317600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7317768Z test_noncontiguous_outermost_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7317913Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7318080Z test_noncontiguous_outermost_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7318228Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7318394Z test_noncontiguous_outermost_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7318542Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7318715Z test_noncontiguous_outermost_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7318860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7319029Z test_noncontiguous_outermost_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7319176Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7319344Z test_noncontiguous_outermost_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7319491Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7319658Z test_noncontiguous_outermost_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7319805Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7319972Z test_noncontiguous_outermost_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7320107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7320269Z test_noncontiguous_outermost_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7320418Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7320582Z test_noncontiguous_outermost_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7320727Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7320893Z test_noncontiguous_outermost_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7321036Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7321239Z test_noncontiguous_outermost_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7321390Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7321564Z test_noncontiguous_outermost_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7321713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7321884Z test_noncontiguous_outermost_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7322034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7322207Z test_noncontiguous_outermost_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7322352Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7322520Z test_noncontiguous_outermost_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7322671Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7322828Z test_noncontiguous_outermost_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7322973Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7323141Z test_noncontiguous_outermost_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7323285Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7323495Z test_noncontiguous_outermost_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7323642Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7323809Z test_noncontiguous_outermost_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7323955Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7324123Z test_noncontiguous_outermost_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7324273Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7324446Z test_noncontiguous_outermost_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7324590Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7324761Z test_noncontiguous_outermost_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7324909Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7325083Z test_noncontiguous_outermost_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7325229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7325398Z test_noncontiguous_outermost_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7325543Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7325703Z test_noncontiguous_outermost_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7325849Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7326021Z test_noncontiguous_outermost_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7326167Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7326331Z test_noncontiguous_outermost_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7326484Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7326653Z test_noncontiguous_outermost_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7326800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7326966Z test_noncontiguous_outermost_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7327111Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7327719Z test_noncontiguous_outermost_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7327875Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7328055Z test_noncontiguous_outermost_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7328204Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7328382Z test_noncontiguous_outermost_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7328534Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7328710Z test_noncontiguous_outermost_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7328849Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7329026Z test_noncontiguous_outermost_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7329176Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7329347Z test_noncontiguous_outermost_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7329499Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7329671Z test_noncontiguous_outermost_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7329818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7330036Z test_noncontiguous_outermost_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7330183Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7330355Z test_noncontiguous_outermost_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7330502Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7330669Z test_noncontiguous_outermost_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7330818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7330993Z test_noncontiguous_outermost_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7331142Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7331315Z test_noncontiguous_outermost_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7331464Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7331634Z test_noncontiguous_outermost_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7331771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7331941Z test_noncontiguous_outermost_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7332088Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7332259Z test_noncontiguous_outermost_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7332406Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7332574Z test_noncontiguous_outermost_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7332721Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7332886Z test_noncontiguous_outermost_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7333035Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7333196Z test_noncontiguous_outermost_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7333342Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7333510Z test_noncontiguous_outermost_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7333698Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7333866Z test_noncontiguous_outermost_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7334012Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7334180Z test_noncontiguous_outermost_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7334326Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7334481Z test_noncontiguous_outermost_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7334629Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7334798Z test_noncontiguous_outermost_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7334946Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7335115Z test_noncontiguous_outermost_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7335264Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7335436Z test_noncontiguous_outermost_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7335584Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7335753Z test_noncontiguous_outermost_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7335898Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7336118Z test_noncontiguous_outermost_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7336265Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7336442Z test_noncontiguous_outermost_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7336592Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7336765Z test_noncontiguous_outermost_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7336913Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7337082Z test_noncontiguous_outermost_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7337219Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7337386Z test_noncontiguous_outermost_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7337536Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7337700Z test_noncontiguous_outermost_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7337847Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7338008Z test_noncontiguous_outermost_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7338156Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7338325Z test_noncontiguous_outermost_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7338475Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7338641Z test_noncontiguous_outermost_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7338789Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7338957Z test_noncontiguous_outermost_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7339108Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7339279Z test_noncontiguous_outermost_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7339426Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7339602Z test_noncontiguous_outermost_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7339799Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7339957Z test_noncontiguous_outermost_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7340107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7340276Z test_noncontiguous_outermost_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7340428Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7340596Z test_noncontiguous_outermost_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7340748Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7340913Z test_noncontiguous_outermost_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7341060Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7341227Z test_noncontiguous_outermost_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7341378Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7341544Z test_noncontiguous_outermost_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7341690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7341855Z test_noncontiguous_outermost_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7342004Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T02:35:48.7342220Z test_noncontiguous_outermost_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7342363Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7342526Z test_noncontiguous_outermost_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7342670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7342834Z test_noncontiguous_outermost_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7342980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7343153Z test_noncontiguous_outermost_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7343303Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7343473Z test_noncontiguous_outermost_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7343623Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7343793Z test_noncontiguous_outermost_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7343941Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7344108Z test_noncontiguous_outermost_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7344257Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7344425Z test_noncontiguous_outermost_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7344573Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7344736Z test_noncontiguous_outermost_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7344881Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7345046Z test_noncontiguous_outermost_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7345192Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7345354Z test_noncontiguous_outermost_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7345488Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7345646Z test_noncontiguous_outermost_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7345793Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7346006Z test_noncontiguous_outermost_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7346151Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7346417Z test_noncontiguous_outermost_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7346570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7346743Z test_noncontiguous_outermost_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7346896Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7347063Z test_noncontiguous_outermost_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7347212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7347380Z test_noncontiguous_outermost_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7347532Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7347701Z test_noncontiguous_outermost_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7347848Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7348013Z test_noncontiguous_outermost_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7348161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7348353Z test_noncontiguous_outermost_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7348501Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7348659Z test_noncontiguous_outermost_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7348806Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7348968Z test_noncontiguous_outermost_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7349115Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7349278Z test_noncontiguous_outermost_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7349424Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7349584Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7349733Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7349899Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7350045Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7350207Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7350351Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7350513Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7350658Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7350817Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7351009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7351194Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7351344Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7351509Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7351690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7351861Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7352007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7352212Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7352359Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7352518Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7352666Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7352830Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7352980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7353140Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7353286Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7353447Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7353595Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7353747Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7353892Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7354051Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7354196Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7354357Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7354544Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7354703Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7354851Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7355009Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7355153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7355312Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7355462Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7355620Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7355768Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7355929Z test_noncontiguous_outermost_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7356081Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7356240Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7356373Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7356537Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7356686Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7356846Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7356990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7357149Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7357297Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7357455Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7357604Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7357759Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7357903Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7358061Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7358249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7358406Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7358555Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7358709Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7358856Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7359001Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7359150Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7359309Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7359457Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7359619Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7359766Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7359927Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7360072Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7360231Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7360379Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7360573Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7360717Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:35:48.7360873Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7361018Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7361177Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7361326Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7361469Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7361616Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:35:48.7361779Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7361926Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7362089Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7362236Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7362391Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7362536Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7362691Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7362840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7362995Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7363140Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:35:48.7363295Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7363442Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:35:48.7363597Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7363743Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7363897Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7364032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7364187Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7364374Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7364530Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7364679Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:35:48.7364839Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7364984Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7365149Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7365292Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7365456Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7365603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7365761Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7365909Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7366063Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7366206Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7366359Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7366506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:35:48.7366699Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7366820Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7366977Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7367097Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7367264Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7367385Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7367552Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7367670Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7367832Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7367948Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7368109Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7368232Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7368393Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7368510Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7368666Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7368774Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7368933Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7369050Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7369204Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7369321Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7369478Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7369598Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7369754Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7369870Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7370034Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7370152Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7370354Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7370471Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7370635Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7370751Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7370911Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7371016Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7371177Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7371296Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7371456Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7371574Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7371732Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7371850Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7372008Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7372124Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7372280Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7372399Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7372556Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7372715Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7372878Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7372995Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7373152Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7373256Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7373417Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7373533Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-11-23T02:35:48.7373694Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7373809Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7373966Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7374081Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7374241Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7374356Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7374510Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7374627Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7374781Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7374900Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7375057Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7375171Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7375318Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7375432Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7375590Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7375708Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7375864Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7375980Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7376147Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7376261Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7376469Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7376589Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7376751Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7376867Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7377027Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7377141Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7377303Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7377419Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7377564Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7377679Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7377834Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7377953Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7378112Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7378228Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7378385Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7378501Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7378656Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7378811Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7378980Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7379099Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7379266Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7379384Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7379552Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7379657Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7379823Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7379944Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7380108Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7380227Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7380388Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7380506Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7380667Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7380784Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7380949Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7381063Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7381226Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7381341Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:35:48.7381515Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7381633Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7381802Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7381907Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7382074Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7382192Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7382358Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7382516Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7382680Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7382798Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7382961Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7383077Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7383237Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7383353Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7383517Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7383633Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7383791Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7383908Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7384085Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7384190Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7384361Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7384476Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7384653Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7384817Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7384997Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7385115Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7385290Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7385405Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7385582Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7385700Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7385873Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7385988Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7386161Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7386279Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7386549Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7386659Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7386830Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7386948Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7387121Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7387238Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7387408Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7387523Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7387709Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7387825Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7388014Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7388129Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7388317Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7388432Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T02:35:48.7388660Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7388776Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7388952Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7389056Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7389239Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7389354Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7389530Z test_noncontiguous_transposed_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7389650Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7389820Z test_noncontiguous_transposed_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7389937Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7390109Z test_noncontiguous_transposed_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7390226Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7390396Z test_noncontiguous_transposed_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7390513Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7390683Z test_noncontiguous_transposed_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7390802Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7391015Z test_noncontiguous_transposed_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7391131Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7391294Z test_noncontiguous_transposed_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7391403Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7391573Z test_noncontiguous_transposed_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7391690Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7391858Z test_noncontiguous_transposed_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7391973Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7392146Z test_noncontiguous_transposed_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7392260Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7392426Z test_noncontiguous_transposed_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7392545Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7392718Z test_noncontiguous_transposed_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7392832Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7392999Z test_noncontiguous_transposed_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7393112Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7393281Z test_noncontiguous_transposed_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7393396Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7393562Z test_noncontiguous_transposed_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7393667Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7393830Z test_noncontiguous_transposed_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7393948Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7394116Z test_noncontiguous_transposed_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7394233Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7394401Z test_noncontiguous_transposed_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7394518Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7394734Z test_noncontiguous_transposed_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7394851Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7395027Z test_noncontiguous_transposed_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7395147Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7395322Z test_noncontiguous_transposed_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7395437Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7395610Z test_noncontiguous_transposed_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7395727Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7395898Z test_noncontiguous_transposed_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7396004Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7396176Z test_noncontiguous_transposed_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7396293Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7396463Z test_noncontiguous_transposed_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7396581Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:35:48.7396751Z test_noncontiguous_transposed_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7396865Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7397477Z test_noncontiguous_transposed_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7397592Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7397772Z test_noncontiguous_transposed_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7397888Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7398064Z test_noncontiguous_transposed_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7398183Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7398358Z test_noncontiguous_transposed_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7398476Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7398648Z test_noncontiguous_transposed_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7398752Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7398925Z test_noncontiguous_transposed_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7399041Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7399209Z test_noncontiguous_transposed_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7399325Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7399493Z test_noncontiguous_transposed_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7399611Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7399782Z test_noncontiguous_transposed_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7399898Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7400069Z test_noncontiguous_transposed_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7400184Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7400367Z test_noncontiguous_transposed_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7400484Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7400663Z test_noncontiguous_transposed_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7400780Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7400961Z test_noncontiguous_transposed_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7401110Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7401289Z test_noncontiguous_transposed_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7401409Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7401583Z test_noncontiguous_transposed_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7401701Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7401875Z test_noncontiguous_transposed_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7401994Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7402169Z test_noncontiguous_transposed_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7402287Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7402464Z test_noncontiguous_transposed_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7402581Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7402758Z test_noncontiguous_transposed_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7402874Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7403042Z test_noncontiguous_transposed_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7403159Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7403330Z test_noncontiguous_transposed_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7403777Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7403940Z test_noncontiguous_transposed_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7404056Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7404227Z test_noncontiguous_transposed_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7404345Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7404519Z test_noncontiguous_transposed_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7404637Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7404806Z test_noncontiguous_transposed_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7404922Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7405091Z test_noncontiguous_transposed_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7405210Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7405377Z test_noncontiguous_transposed_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7405495Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7405663Z test_noncontiguous_transposed_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7405779Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7405947Z test_noncontiguous_transposed_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7406064Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7406223Z test_noncontiguous_transposed_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7406338Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7406513Z test_noncontiguous_transposed_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7406630Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7406806Z test_noncontiguous_transposed_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7406923Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7407090Z test_noncontiguous_transposed_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7407205Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:35:48.7407374Z test_noncontiguous_transposed_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7407532Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7407705Z test_noncontiguous_transposed_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7407821Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7407988Z test_noncontiguous_transposed_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7408104Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7408277Z test_noncontiguous_transposed_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7408394Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7408557Z test_noncontiguous_transposed_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7408673Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7408842Z test_noncontiguous_transposed_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7408959Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7409125Z test_noncontiguous_transposed_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7409238Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7409406Z test_noncontiguous_transposed_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7409523Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7409689Z test_noncontiguous_transposed_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7410121Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7410284Z test_noncontiguous_transposed_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7410401Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7410568Z test_noncontiguous_transposed_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7410687Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7410858Z test_noncontiguous_transposed_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7410975Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7411134Z test_noncontiguous_transposed_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7411248Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7411424Z test_noncontiguous_transposed_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7411545Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7411719Z test_noncontiguous_transposed_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7411836Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7412008Z test_noncontiguous_transposed_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7412123Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7412295Z test_noncontiguous_transposed_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7412413Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7412581Z test_noncontiguous_transposed_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7412698Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7412864Z test_noncontiguous_transposed_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7412983Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7413151Z test_noncontiguous_transposed_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7413266Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7413421Z test_noncontiguous_transposed_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7413536Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7413743Z test_noncontiguous_transposed_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7413863Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T02:35:48.7414033Z test_noncontiguous_transposed_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7414149Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7414317Z test_noncontiguous_transposed_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7414433Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7414611Z test_noncontiguous_transposed_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7414725Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7414901Z test_noncontiguous_transposed_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7415018Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7415188Z test_noncontiguous_transposed_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7415306Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7415472Z test_noncontiguous_transposed_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7415589Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7415748Z test_noncontiguous_transposed_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7415864Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7416028Z test_noncontiguous_transposed_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7416463Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7416628Z test_noncontiguous_transposed_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7416745Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7416909Z test_noncontiguous_transposed_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7417025Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7417194Z test_noncontiguous_transposed_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7417310Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7417479Z test_noncontiguous_transposed_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7417598Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7417771Z test_noncontiguous_transposed_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7417891Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7418067Z test_noncontiguous_transposed_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7418185Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7418345Z test_noncontiguous_transposed_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7418459Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7418630Z test_noncontiguous_transposed_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7418749Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7418919Z test_noncontiguous_transposed_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7419034Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7419201Z test_noncontiguous_transposed_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7419318Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7419489Z test_noncontiguous_transposed_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7419607Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7419774Z test_noncontiguous_transposed_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7419890Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7420102Z test_noncontiguous_transposed_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7420223Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7420391Z test_noncontiguous_transposed_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7420511Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7420666Z test_noncontiguous_transposed_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7420785Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7420955Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7421075Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7421246Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7421364Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7421534Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7421655Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7421819Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7421936Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:35:48.7422098Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7422214Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7422377Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7422803Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7422974Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7423081Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7423251Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7423372Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7423544Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7423666Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7423834Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7423952Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7424118Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7424239Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T02:35:48.7424405Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7424526Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7424693Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7424808Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7424976Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7425094Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7425255Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7425361Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7425524Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7425644Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7425807Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7425926Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7426088Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7426202Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7426451Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7426896Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7427064Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7427182Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7427346Z test_noncontiguous_transposed_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7427464Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7427625Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7427746Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7427917Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7428022Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7428188Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7428306Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7428472Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7428589Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7428757Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7428872Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7429031Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7429147Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7429612Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7429728Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7429887Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7430004Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7430165Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7430283Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7430432Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7430548Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7430709Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7430826Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7430996Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7431117Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7431286Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7431403Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7431566Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7431684Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7431849Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7431968Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:35:48.7432127Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7432244Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:35:48.7432408Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7432565Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7432713Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7432856Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:35:48.7433042Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7583287Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7583870Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7584037Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7584234Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7584382Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:35:48.7584619Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7584762Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7584953Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7585092Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7585269Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7585406Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7585585Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7585691Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7585870Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7586008Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7586182Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7586418Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7586606Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7587351Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7587547Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7587686Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7587876Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7588019Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7588214Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7588358Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7588545Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7588689Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7588878Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7588983Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:35:48.7589170Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7589320Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:35:48.7589510Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7590110Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1327: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-11-23T02:35:48.7590396Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:35:48.7590551Z expect = np.prod(np.array(val), dtype=np.bool) 2022-11-23T02:35:48.7590651Z ok (0.000s) 2022-11-23T02:35:48.7590871Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7591081Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:35:48.7591281Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:35:48.7591457Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.037s) 2022-11-23T02:35:48.7591630Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.008s) 2022-11-23T02:35:48.7592034Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1374: RuntimeWarning: All-NaN slice encountered 2022-11-23T02:35:48.7592157Z r, k = function_base._ureduce( 2022-11-23T02:35:48.7592422Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1395: RuntimeWarning: All-NaN slice encountered 2022-11-23T02:35:48.7592584Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-11-23T02:35:48.7592681Z ok (3.621s) 2022-11-23T02:35:48.7592856Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.607s) 2022-11-23T02:35:48.7592998Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7593167Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.7593419Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-11-23T02:35:48.7593730Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7594097Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:35:48.7594451Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:35:48.7594804Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:35:48.7595753Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T02:35:48.7596114Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7596509Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7596852Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7597194Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7597583Z test_reductions_large_half_tensors_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7597936Z test_reductions_large_half_tensors_cpu_complex32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:35:48.7598280Z test_reductions_large_half_tensors_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:35:48.7598545Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7598835Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7599091Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7599371Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7599594Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7599786Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7599927Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7600122Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7600301Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7600551Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7600800Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7600994Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7601275Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7601471Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7601650Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7601842Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7602018Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7602211Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7602382Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7602570Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7602745Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7602985Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7603158Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7603348Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7603487Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7603717Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7603893Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7604137Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7604308Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7604494Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7604669Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7604864Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7605047Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7605233Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7605406Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7605589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7605761Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7605948Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7606118Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7606301Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7606469Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7606655Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7606795Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7606977Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7607147Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7607330Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7607503Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7607685Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7607853Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7608039Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7608260Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7608450Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:35:48.7608621Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7608808Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7608977Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7609163Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7609373Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7609557Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7609727Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7609879Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7610062Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7610285Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T02:35:48.7610464Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7610647Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7610869Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7611067Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7611241Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7611430Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7611603Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7611797Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T02:35:48.7611966Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7612150Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7612316Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7612500Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7612668Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7612850Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7613015Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7613167Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7613334Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7613521Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T02:35:48.7613696Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7613878Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7614051Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7614238Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7614410Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7614592Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7614764Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7614988Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7615160Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7615343Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7615516Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7615737Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7615917Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7616099Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7616266Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7616415Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7616628Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7616817Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7616993Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7617175Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7617350Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7617534Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7617758Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7617945Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7618116Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7618299Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7618470Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7618652Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7618823Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7619005Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7619176Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7619363Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-11-23T02:35:48.7619543Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7619693Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7619878Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7620058Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7620245Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7620424Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7620608Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7620784Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7620966Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7621143Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:35:48.7621320Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7621497Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7621722Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7621905Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7622125Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7622310Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7622493Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7622678Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7622898Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7623049Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T02:35:48.7623232Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7623418Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7623597Z test_ref_duplicate_values_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7623780Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7623959Z test_ref_duplicate_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7624141Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7624364Z test_ref_duplicate_values_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7624546Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T02:35:48.7624723Z test_ref_duplicate_values_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7624907Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7625063Z test_ref_duplicate_values_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7625237Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7625400Z test_ref_duplicate_values_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7625574Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7625735Z test_ref_duplicate_values_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7625916Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7626086Z test_ref_duplicate_values_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7626266Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7626503Z test_ref_duplicate_values_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7626694Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7626872Z test_ref_duplicate_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7627051Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7627228Z test_ref_duplicate_values_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7627409Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7627589Z test_ref_duplicate_values_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7627771Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7627950Z test_ref_duplicate_values_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7628172Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7628404Z test_ref_duplicate_values_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7628586Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7628802Z test_ref_duplicate_values_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7628985Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7629165Z test_ref_duplicate_values_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7629350Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7629536Z test_ref_duplicate_values_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7629721Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7629874Z test_ref_duplicate_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7630056Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7630235Z test_ref_duplicate_values_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7630413Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7630593Z test_ref_duplicate_values_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7630778Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7631000Z test_ref_duplicate_values_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7631182Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7631360Z test_ref_duplicate_values_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7631544Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7631727Z test_ref_duplicate_values_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7631896Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7632075Z test_ref_duplicate_values_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7632256Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7632438Z test_ref_duplicate_values_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7632622Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7632800Z test_ref_duplicate_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7632980Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:35:48.7633128Z test_ref_duplicate_values_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7633310Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7633491Z test_ref_duplicate_values_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7633675Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7633853Z test_ref_duplicate_values_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7634036Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7634258Z test_ref_duplicate_values_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7634441Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T02:35:48.7634619Z test_ref_duplicate_values_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7634841Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7635067Z test_ref_duplicate_values_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7635253Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7635432Z test_ref_duplicate_values_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7635639Z Compares op against reference for input tensors with duplicate values ... expected failure (0.002s) 2022-11-23T02:35:48.7635828Z test_ref_duplicate_values_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7636012Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7636195Z test_ref_duplicate_values_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7636377Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7636556Z test_ref_duplicate_values_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7636708Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7636888Z test_ref_duplicate_values_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7637070Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7637250Z test_ref_duplicate_values_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7637435Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7637652Z test_ref_duplicate_values_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7637834Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7638008Z test_ref_duplicate_values_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7638188Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7638368Z test_ref_duplicate_values_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7638545Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7638718Z test_ref_duplicate_values_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7638901Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:35:48.7639079Z test_ref_duplicate_values_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7639265Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7639443Z test_ref_duplicate_values_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7640850Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7641045Z test_ref_duplicate_values_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7641235Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7641391Z test_ref_duplicate_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7641574Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7641761Z test_ref_duplicate_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7641951Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7642137Z test_ref_duplicate_values_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7642324Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:35:48.7642503Z test_ref_duplicate_values_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7642690Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7642926Z test_ref_duplicate_values_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7643108Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7643290Z test_ref_duplicate_values_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7643477Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7643655Z test_ref_duplicate_values_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7643844Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T02:35:48.7644021Z test_ref_duplicate_values_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7644207Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7644392Z test_ref_duplicate_values_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7644576Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7644731Z test_ref_duplicate_values_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7644917Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7645100Z test_ref_duplicate_values_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7645284Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T02:35:48.7645513Z test_ref_duplicate_values_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7645697Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7645875Z test_ref_duplicate_values_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7646132Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7646315Z test_ref_duplicate_values_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7646499Z Compares op against reference for input tensors with duplicate values ... ok (0.012s) 2022-11-23T02:35:48.7646715Z test_ref_duplicate_values_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7646900Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7647076Z test_ref_duplicate_values_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7647258Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7647437Z test_ref_duplicate_values_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7647620Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7647797Z test_ref_duplicate_values_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7647982Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7648138Z test_ref_duplicate_values_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7648323Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7648507Z test_ref_duplicate_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7648691Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7648873Z test_ref_duplicate_values_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7649059Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7649230Z test_ref_duplicate_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7649421Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7649598Z test_ref_duplicate_values_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7649824Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7650001Z test_ref_duplicate_values_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7650181Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7650356Z test_ref_duplicate_values_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7650534Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7650710Z test_ref_duplicate_values_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7650891Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7651034Z test_ref_duplicate_values_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7651215Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7651390Z test_ref_duplicate_values_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7651572Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7651758Z test_ref_duplicate_values_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7651938Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:35:48.7652162Z test_ref_duplicate_values_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7652392Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:35:48.7652571Z test_ref_duplicate_values_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7652791Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7652970Z test_ref_duplicate_values_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7653156Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7653330Z test_ref_duplicate_values_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7653511Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7653684Z test_ref_duplicate_values_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7653864Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7654039Z test_ref_duplicate_values_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7654218Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7654361Z test_ref_duplicate_values_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7654541Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:35:48.7654718Z test_ref_duplicate_values_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7654898Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7655074Z test_ref_duplicate_values_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7655257Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:35:48.7655435Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7655619Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7655793Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7655974Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7656144Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7656371Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T02:35:48.7656543Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7656726Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7656895Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7657076Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7657254Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7657437Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7657584Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7657765Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7657985Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7658169Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7658339Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7658522Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7658736Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7658919Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7659168Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7659349Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7659520Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7659703Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7659875Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7660062Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7660236Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7660425Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7660600Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7660773Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7660911Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7661068Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7661238Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7661402Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7661548Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7661706Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:35:48.7661862Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7662018Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7662173Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7662359Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.003s) 2022-11-23T02:35:48.7662510Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7662680Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7662884Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7663071Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7663239Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7663428Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:35:48.7663597Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7663768Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7663947Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7664121Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7664286Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7664465Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7664668Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7664873Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7665036Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7665238Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.010s) 2022-11-23T02:35:48.7665441Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7665621Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7665768Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7665942Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7666095Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7666275Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7666497Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7666674Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7666819Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7666983Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7667127Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7667287Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:35:48.7667438Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7667601Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T02:35:48.7667748Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7667922Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7668081Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7668257Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7668427Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7668615Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7668784Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7668945Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7669088Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7669293Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7669436Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7669594Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7669736Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7669939Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7670079Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7670238Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:35:48.7670390Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7670609Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7670763Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7670939Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7671084Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7671254Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7671400Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7671624Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7671767Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7671942Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7672092Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7672256Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7672400Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7672561Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7672707Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7672866Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7673005Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7673163Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7673310Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7673469Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7673616Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7673773Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7673923Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7674081Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7674228Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7674384Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7674547Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7674704Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7674862Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7675058Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7675213Z test_ref_extremal_values_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7675373Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:35:48.7675526Z test_ref_extremal_values_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7675685Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7675877Z test_ref_extremal_values_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7676037Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7676195Z test_ref_extremal_values_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7676354Z Compares op against reference for input tensors with extremal values ... ok (0.007s) 2022-11-23T02:35:48.7676554Z test_ref_extremal_values_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7676893Z Compares op against reference for input tensors with extremal values ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7676993Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:35:48.7677056Z ok (0.004s) 2022-11-23T02:35:48.7677211Z test_ref_extremal_values_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7677371Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:35:48.7677572Z test_ref_extremal_values_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7677732Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7677887Z test_ref_extremal_values_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7678044Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7678202Z test_ref_extremal_values_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7678534Z Compares op against reference for input tensors with extremal values ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7678682Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-11-23T02:35:48.7678926Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:230: RuntimeWarning: invalid value encountered in subtract 2022-11-23T02:35:48.7679015Z x = asanyarray(arr - arrmean) 2022-11-23T02:35:48.7679071Z ok (0.004s) 2022-11-23T02:35:48.7679227Z test_ref_extremal_values_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7679386Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:35:48.7679544Z test_ref_extremal_values_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7679706Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7679859Z test_ref_extremal_values_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7680019Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7680176Z test_ref_extremal_values_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7680335Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:35:48.7680489Z test_ref_extremal_values_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7680649Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:35:48.7680811Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7680970Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7681158Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7681316Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T02:35:48.7681467Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7681622Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:35:48.7681761Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7681964Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7682114Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7682271Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T02:35:48.7682427Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7682661Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7682820Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7682978Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7683155Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7683316Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7683523Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7683707Z Compares op against reference for input tensors with extremal values ... ok (0.010s) 2022-11-23T02:35:48.7683876Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7684030Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7684180Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7684337Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7684479Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7684636Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:35:48.7684777Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7684950Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.029s) 2022-11-23T02:35:48.7685086Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7685252Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.019s) 2022-11-23T02:35:48.7685396Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7685567Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-11-23T02:35:48.7685710Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7685878Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.029s) 2022-11-23T02:35:48.7686042Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7686230Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.032s) 2022-11-23T02:35:48.7686393Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7686561Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-11-23T02:35:48.7686717Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7686884Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.029s) 2022-11-23T02:35:48.7687037Z test_ref_large_input_1D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7687697Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.022s) 2022-11-23T02:35:48.7687906Z test_ref_large_input_1D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7688100Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.021s) 2022-11-23T02:35:48.7688282Z test_ref_large_input_1D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7688513Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.027s) 2022-11-23T02:35:48.7688666Z test_ref_large_input_1D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7688857Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.034s) 2022-11-23T02:35:48.7689031Z test_ref_large_input_1D_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7689228Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.032s) 2022-11-23T02:35:48.7689401Z test_ref_large_input_1D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7689587Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.025s) 2022-11-23T02:35:48.7689762Z test_ref_large_input_1D_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7689944Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.040s) 2022-11-23T02:35:48.7690172Z test_ref_large_input_1D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7690356Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.023s) 2022-11-23T02:35:48.7690523Z test_ref_large_input_1D_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7690706Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.040s) 2022-11-23T02:35:48.7690853Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7691020Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.019s) 2022-11-23T02:35:48.7691167Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7691331Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.035s) 2022-11-23T02:35:48.7691481Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7691648Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.028s) 2022-11-23T02:35:48.7691785Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7691948Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.023s) 2022-11-23T02:35:48.7692088Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7692250Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.032s) 2022-11-23T02:35:48.7692391Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7692556Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.022s) 2022-11-23T02:35:48.7692697Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7692864Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.037s) 2022-11-23T02:35:48.7693006Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7693184Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.050s) 2022-11-23T02:35:48.7693329Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7693503Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.047s) 2022-11-23T02:35:48.7693690Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7693905Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-11-23T02:35:48.7694045Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7694218Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.047s) 2022-11-23T02:35:48.7694407Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7694582Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-11-23T02:35:48.7694732Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7694894Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.047s) 2022-11-23T02:35:48.7695064Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7695236Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.052s) 2022-11-23T02:35:48.7695389Z test_ref_large_input_2D_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7695560Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-11-23T02:35:48.7695713Z test_ref_large_input_2D_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7695886Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.036s) 2022-11-23T02:35:48.7696101Z test_ref_large_input_2D_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7696274Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.040s) 2022-11-23T02:35:48.7696431Z test_ref_large_input_2D_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7696598Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.059s) 2022-11-23T02:35:48.7696750Z test_ref_large_input_2D_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7696914Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.054s) 2022-11-23T02:35:48.7697065Z test_ref_large_input_2D_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7697235Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.033s) 2022-11-23T02:35:48.7697399Z test_ref_large_input_2D_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7697582Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.075s) 2022-11-23T02:35:48.7697753Z test_ref_large_input_2D_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7697910Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.051s) 2022-11-23T02:35:48.7698073Z test_ref_large_input_2D_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7698242Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.064s) 2022-11-23T02:35:48.7698389Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7698570Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.045s) 2022-11-23T02:35:48.7698730Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7698900Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.070s) 2022-11-23T02:35:48.7699069Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7699258Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.052s) 2022-11-23T02:35:48.7699414Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7699608Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.039s) 2022-11-23T02:35:48.7699855Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7700047Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.074s) 2022-11-23T02:35:48.7700213Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7700444Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.037s) 2022-11-23T02:35:48.7700609Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7700802Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.076s) 2022-11-23T02:35:48.7700986Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7701198Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.859s) 2022-11-23T02:35:48.7701352Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7701561Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.598s) 2022-11-23T02:35:48.7701742Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7701952Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.605s) 2022-11-23T02:35:48.7702134Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7702381Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.789s) 2022-11-23T02:35:48.7702567Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7702773Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.738s) 2022-11-23T02:35:48.7702958Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7703166Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.746s) 2022-11-23T02:35:48.7703365Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7703566Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.197s) 2022-11-23T02:35:48.7703761Z test_ref_large_input_64bit_indexing_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7703963Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.653s) 2022-11-23T02:35:48.7704157Z test_ref_large_input_64bit_indexing_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7704360Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.611s) 2022-11-23T02:35:48.7704552Z test_ref_large_input_64bit_indexing_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7704757Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.838s) 2022-11-23T02:35:48.7704947Z test_ref_large_input_64bit_indexing_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7705149Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.764s) 2022-11-23T02:35:48.7705337Z test_ref_large_input_64bit_indexing_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7705512Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (5.451s) 2022-11-23T02:35:48.7705741Z test_ref_large_input_64bit_indexing_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7705950Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.803s) 2022-11-23T02:35:48.7706136Z test_ref_large_input_64bit_indexing_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7706498Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.468s) 2022-11-23T02:35:48.7706695Z test_ref_large_input_64bit_indexing_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7706898Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.769s) 2022-11-23T02:35:48.7707082Z test_ref_large_input_64bit_indexing_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7707288Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.543s) 2022-11-23T02:35:48.7707473Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7707678Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.831s) 2022-11-23T02:35:48.7707864Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7708070Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.897s) 2022-11-23T02:35:48.7708256Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7708456Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.604s) 2022-11-23T02:35:48.7708635Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7708837Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.753s) 2022-11-23T02:35:48.7709071Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7709274Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.826s) 2022-11-23T02:35:48.7709453Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7709660Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.819s) 2022-11-23T02:35:48.7709809Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7710013Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.741s) 2022-11-23T02:35:48.7710175Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7710342Z Compares op against reference for scalar input tensors ... ok (0.012s) 2022-11-23T02:35:48.7710514Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7710681Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7710849Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7711013Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7711179Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7711346Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7711515Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7711761Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7711930Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7712094Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7712259Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7712422Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7712627Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7712765Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7712921Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7713136Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7713298Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7713464Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7713625Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7713787Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7713947Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7714111Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7714276Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7714441Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7714611Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7714783Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7714949Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7715116Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7715276Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7715405Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7715572Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7715786Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7715948Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7716114Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7716273Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7716442Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7716603Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7716770Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7716932Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7717095Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7717264Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7717434Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7717607Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7717769Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7717977Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7718109Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7718273Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7718437Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7718631Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7718796Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7718963Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7719127Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7719287Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7719449Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7719607Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7719766Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7719972Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7720137Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7720310Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7720471Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:35:48.7720633Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7720763Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7720931Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7721096Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7721263Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7721429Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7721598Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7721762Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7721927Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7722090Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7722252Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7722415Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7722620Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7722795Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-11-23T02:35:48.7722954Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7723117Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7723277Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7723440Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7723579Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7723745Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7723957Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7724123Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7724295Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7724457Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7724663Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7724829Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7724995Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7725161Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7725325Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7725486Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7725654Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7725819Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7725987Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7726148Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7726284Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7726448Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7726614Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7726825Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7726993Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7727154Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7727323Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7727489Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7727657Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7727819Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7727985Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7728149Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7728316Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7728486Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7728652Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7728816Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7728991Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7729121Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7729308Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7729515Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7729702Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7729903Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7730084Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7730247Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7730420Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7730622Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7730798Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7730962Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7731143Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7731309Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7731485Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7731648Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7731825Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7731958Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7732131Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7732294Z Compares op against reference for scalar input tensors ... ok (0.007s) 2022-11-23T02:35:48.7732466Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7732628Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7732810Z test_ref_scalar_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7732975Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7733150Z test_ref_scalar_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7733314Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7733487Z test_ref_scalar_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7733700Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7733875Z test_ref_scalar_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7734037Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7734208Z test_ref_scalar_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7734373Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7734545Z test_ref_scalar_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7734709Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7734847Z test_ref_scalar_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7735011Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7735182Z test_ref_scalar_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7735348Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7735525Z test_ref_scalar_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7735688Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7735917Z test_ref_scalar_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7736085Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7736308Z test_ref_scalar_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7736510Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7736687Z test_ref_scalar_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7736848Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7737021Z test_ref_scalar_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7737184Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7737355Z test_ref_scalar_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7737517Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7737688Z test_ref_scalar_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7737819Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7737987Z test_ref_scalar_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7738153Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7738330Z test_ref_scalar_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7738492Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7738671Z test_ref_scalar_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7738833Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7739009Z test_ref_scalar_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7739171Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:35:48.7739349Z test_ref_scalar_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7739516Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7739695Z test_ref_scalar_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7739858Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7740032Z test_ref_scalar_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7740197Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7740425Z test_ref_scalar_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7740588Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7740728Z test_ref_scalar_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7740891Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7741072Z test_ref_scalar_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7741232Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:35:48.7741413Z test_ref_scalar_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7741579Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7741804Z test_ref_scalar_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7741973Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7742152Z test_ref_scalar_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7742317Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7742534Z test_ref_scalar_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7742703Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7742876Z test_ref_scalar_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7743089Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7743263Z test_ref_scalar_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7743431Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7743609Z test_ref_scalar_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7743741Z Compares op against reference for scalar input tensors ... ok (0.012s) 2022-11-23T02:35:48.7743919Z test_ref_scalar_input_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7744087Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7744270Z test_ref_scalar_input_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7744433Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7744613Z test_ref_scalar_input_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7744776Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7744949Z test_ref_scalar_input_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7745111Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7745283Z test_ref_scalar_input_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7745446Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7745623Z test_ref_scalar_input_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7745786Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7745958Z test_ref_scalar_input_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7746092Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7746272Z test_ref_scalar_input_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7746525Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7746708Z test_ref_scalar_input_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7746880Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7747058Z test_ref_scalar_input_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7747228Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7747455Z test_ref_scalar_input_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7747623Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7747846Z test_ref_scalar_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7748014Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7748204Z test_ref_scalar_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7748439Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7748590Z test_ref_scalar_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7748757Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7748935Z test_ref_scalar_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7749104Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7749285Z test_ref_scalar_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7749451Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7749624Z test_ref_scalar_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7749792Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7749966Z test_ref_scalar_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7750181Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7750356Z test_ref_scalar_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7750524Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7750700Z test_ref_scalar_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7750873Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7751049Z test_ref_scalar_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7751218Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7751401Z test_ref_scalar_input_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7751531Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:35:48.7751715Z test_ref_scalar_input_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7751887Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7752066Z test_ref_scalar_input_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7752237Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7752420Z test_ref_scalar_input_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7752590Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7752766Z test_ref_scalar_input_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7752936Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7753109Z test_ref_scalar_input_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7753279Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:35:48.7753457Z test_ref_scalar_input_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7753625Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7753843Z test_ref_scalar_input_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7754012Z Compares op against reference for scalar input tensors ... ok (0.009s) 2022-11-23T02:35:48.7754187Z test_ref_scalar_input_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7754439Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7754583Z test_ref_scalar_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7754754Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7754943Z test_ref_scalar_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7755110Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7755293Z test_ref_scalar_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7755462Z Compares op against reference for scalar input tensors ... ok (0.004s) 2022-11-23T02:35:48.7755644Z test_ref_scalar_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7755810Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7755990Z test_ref_scalar_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7756163Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7756337Z test_ref_scalar_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7756502Z Compares op against reference for scalar input tensors ... ok (0.005s) 2022-11-23T02:35:48.7756676Z test_ref_scalar_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7756845Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7757023Z test_ref_scalar_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7757236Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7757372Z test_ref_scalar_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7757540Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7757718Z test_ref_scalar_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7757887Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7758060Z test_ref_scalar_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7758227Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7758411Z test_ref_scalar_input_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7758577Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:35:48.7758763Z test_ref_scalar_input_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7758931Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7759106Z test_ref_scalar_input_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7759276Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7759454Z test_ref_scalar_input_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7759621Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7759838Z test_ref_scalar_input_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7760011Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:35:48.7760183Z test_ref_scalar_input_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7760357Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:35:48.7760540Z test_ref_scalar_input_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7760705Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7760877Z test_ref_scalar_input_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7761046Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7761222Z test_ref_scalar_input_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7761437Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7761609Z test_ref_scalar_input_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7761780Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7761954Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7762118Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7762297Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7762462Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7762633Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7762805Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7762981Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7763149Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7763283Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7763457Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7763633Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7763798Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7763972Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7764626Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7764801Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7764972Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7765147Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7765321Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7765498Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7765712Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7765885Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7766053Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7766225Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7766435Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7766575Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7766743Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7766913Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7767084Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7767250Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7767419Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7767591Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7767756Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7767926Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7768097Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7768264Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7768431Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7768609Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7768828Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7769002Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7769164Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7769333Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7769465Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7769634Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7769798Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7769965Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7770130Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7770298Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7770467Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7770633Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7770798Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7770964Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7771130Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7771297Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7771512Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7771727Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7772069Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:262: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:35:48.7772221Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T02:35:48.7772541Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:35:48.7772633Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:35:48.7772725Z ok (0.002s) 2022-11-23T02:35:48.7772894Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7773240Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7773366Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:35:48.7773453Z ok (0.002s) 2022-11-23T02:35:48.7773628Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7773799Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7773969Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7774138Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7774304Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7774472Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7774633Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7774796Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7774972Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7775137Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7775275Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7775438Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7775605Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7775822Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7775989Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7776154Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7776318Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7776481Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7776647Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7776812Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7776975Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7777137Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7777301Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7777467Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7777673Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7777842Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7777973Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7778138Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7778348Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7778727Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3723: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:35:48.7778896Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T02:35:48.7778985Z ok (0.002s) 2022-11-23T02:35:48.7779154Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7779323Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:35:48.7779494Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7779664Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7779832Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7779995Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:35:48.7780158Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7780325Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:35:48.7780488Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7780654Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7780824Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7780958Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7781128Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7781293Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7781459Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7781621Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7781782Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7781953Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7782119Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7782282Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7782444Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7782613Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7782825Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7782997Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7783158Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7783322Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7783482Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7783656Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7783824Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7783990Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7784197Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7784369Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7784537Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7784704Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7784868Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7785033Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7785201Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7785365Z Compares op against reference for small input tensors ... ok (0.012s) 2022-11-23T02:35:48.7785576Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7785738Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7785900Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7786060Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7786218Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7786428Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7786594Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7786761Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7786923Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7787086Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7787249Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7787416Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7787587Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7787756Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7787926Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7788094Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7788262Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7788428Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7788591Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7788757Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7788920Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7789050Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7789210Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7789372Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7789575Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7789748Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7789964Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7790171Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:35:48.7790336Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7790507Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7790678Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7790846Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7791008Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7791168Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7791336Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7791496Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7791660Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7791823Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7791952Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7792115Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7792279Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7792446Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7792653Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7792819Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7792981Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7793147Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7793311Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7793475Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7793634Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7793800Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7793970Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7794135Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7794309Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7794472Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7794606Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7794768Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7794936Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7795103Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7795271Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7795438Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7795642Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7795808Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7795976Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7796179Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7796345Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7796511Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7796682Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7797320Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7797496Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7797662Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7797796Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7797965Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7798133Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7798302Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7798470Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7798635Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7798799Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7798965Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7799130Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7799292Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7799458Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7799623Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7799800Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7800019Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7800205Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7800368Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7800551Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7800684Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7800866Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7801034Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7801212Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7801376Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7801596Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7801768Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7801944Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7802149Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7802328Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7802495Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7802667Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7802831Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7803002Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7803165Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7803336Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7803471Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7803647Z test_ref_small_input_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7803816Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7803987Z test_ref_small_input_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7804202Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7804376Z test_ref_small_input_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7804540Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7804714Z test_ref_small_input_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7804882Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7805057Z test_ref_small_input_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7805223Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7805396Z test_ref_small_input_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7805557Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7805731Z test_ref_small_input_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7805898Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7806070Z test_ref_small_input_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7806236Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7806374Z test_ref_small_input_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7806539Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7806712Z test_ref_small_input_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7806924Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7807098Z test_ref_small_input_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7807268Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7807479Z test_ref_small_input_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7807652Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7807824Z test_ref_small_input_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7808028Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7808204Z test_ref_small_input_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7808375Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7808551Z test_ref_small_input_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7808716Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7808899Z test_ref_small_input_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7809067Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7809250Z test_ref_small_input_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7809385Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7809568Z test_ref_small_input_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7809736Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7809913Z test_ref_small_input_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7810079Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7810260Z test_ref_small_input_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7810427Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7810608Z test_ref_small_input_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7810777Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7810951Z test_ref_small_input_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7811165Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7811347Z test_ref_small_input_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7811511Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7811687Z test_ref_small_input_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7811852Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7812034Z test_ref_small_input_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7812199Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7812343Z test_ref_small_input_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7812507Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7812683Z test_ref_small_input_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7812848Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7813022Z test_ref_small_input_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7813185Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7813405Z test_ref_small_input_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7813580Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7813798Z test_ref_small_input_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7814002Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7814177Z test_ref_small_input_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7814340Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7814511Z test_ref_small_input_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7814677Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7814853Z test_ref_small_input_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7815046Z Compares op against reference for small input tensors ... expected failure (0.000s) 2022-11-23T02:35:48.7815230Z test_ref_small_input_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7815358Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7815541Z test_ref_small_input_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7815706Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7815882Z test_ref_small_input_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7816048Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7816226Z test_ref_small_input_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7816393Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T02:35:48.7816566Z test_ref_small_input_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7816730Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7816903Z test_ref_small_input_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7817074Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7817246Z test_ref_small_input_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7817409Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7817584Z test_ref_small_input_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7817749Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7817925Z test_ref_small_input_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7818102Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7818284Z test_ref_small_input_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7818449Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7818623Z test_ref_small_input_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7818793Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7818980Z test_ref_small_input_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7819146Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7819402Z test_ref_small_input_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7819567Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7819743Z test_ref_small_input_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7819951Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7820134Z test_ref_small_input_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7820298Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7820474Z test_ref_small_input_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7820667Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7820888Z test_ref_small_input_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7821072Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7821208Z test_ref_small_input_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7821375Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7821551Z test_ref_small_input_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7821739Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7821915Z test_ref_small_input_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7822081Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7822264Z test_ref_small_input_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7822432Z Compares op against reference for small input tensors ... ok (0.014s) 2022-11-23T02:35:48.7822612Z test_ref_small_input_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7822783Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7822958Z test_ref_small_input_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7823124Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7823304Z test_ref_small_input_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7823469Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7823643Z test_ref_small_input_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7823810Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7823979Z test_ref_small_input_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7824110Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7824287Z test_ref_small_input_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7824452Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7824624Z test_ref_small_input_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7824794Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7825013Z test_ref_small_input_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7825181Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7825395Z test_ref_small_input_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7825564Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7825744Z test_ref_small_input_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7825946Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7826130Z test_ref_small_input_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7826295Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7826589Z test_ref_small_input_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7826754Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7826928Z test_ref_small_input_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7827092Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7827231Z test_ref_small_input_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7827397Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7827568Z test_ref_small_input_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7827736Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7827963Z test_ref_small_input_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7828132Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7828301Z test_ref_small_input_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7828472Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7828646Z test_ref_small_input_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7828811Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7828980Z test_ref_small_input_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7829143Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7829321Z test_ref_small_input_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7829485Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7829664Z test_ref_small_input_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7829827Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7829966Z test_ref_small_input_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7830132Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7830306Z test_ref_small_input_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7830468Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7830640Z test_ref_small_input_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7830804Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7830975Z test_ref_small_input_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7831140Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:35:48.7831359Z test_ref_small_input_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7831526Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7831697Z test_ref_small_input_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7831899Z Compares op against reference for small input tensors ... ok (0.013s) 2022-11-23T02:35:48.7832121Z test_ref_small_input_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7832288Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7832461Z test_ref_small_input_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7832626Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7832799Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7832929Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7833103Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7833269Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7833441Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7833631Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7833806Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7833977Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7834146Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7834311Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7834484Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7834666Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7834879Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7835045Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:35:48.7835218Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7835387Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7835557Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7835688Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7835854Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7836041Z Compares op against reference for small input tensors ... skip: Skipped! (0.003s) 2022-11-23T02:35:48.7836210Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7836377Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7836550Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7836719Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7836888Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7837061Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7837267Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7837441Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7837605Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7837769Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7837974Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7838140Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T02:35:48.7838309Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7838471Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7838601Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7838769Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7838942Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7839154Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7839328Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7839516Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7839682Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7839847Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7840015Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7840181Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7840346Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7840508Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7840677Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7840846Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7841011Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7841174Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7841304Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7841474Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7841638Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7841845Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:35:48.7842022Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7842208Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7842379Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7842566Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7842732Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7842918Z Compares op against reference for small input tensors ... skip: Skipped! (0.002s) 2022-11-23T02:35:48.7843085Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7843312Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7843481Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7843672Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:35:48.7843839Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7844008Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7844218Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7844353Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:35:48.7844519Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7844682Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:35:48.7844848Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7845031Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7845197Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7845365Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7845529Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7845693Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7845854Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7846078Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7846239Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7846404Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7846567Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7846735Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:35:48.7846894Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7847029Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T02:35:48.7847190Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7847354Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:35:48.7847528Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7847715Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7847884Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7848068Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7848231Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7848414Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7848579Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7848804Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7848966Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7849150Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:35:48.7849334Z test_reference_masked_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7849566Z Test masked reduction operations on strided-only tensors using ... ok (0.033s) 2022-11-23T02:35:48.7849750Z test_reference_masked_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7849939Z Test masked reduction operations on strided-only tensors using ... ok (0.044s) 2022-11-23T02:35:48.7850126Z test_reference_masked_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7850314Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-11-23T02:35:48.7850496Z test_reference_masked_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7850682Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-11-23T02:35:48.7850858Z test_reference_masked_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7851040Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T02:35:48.7851222Z test_reference_masked_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7851406Z Test masked reduction operations on strided-only tensors using ... ok (0.019s) 2022-11-23T02:35:48.7851582Z test_reference_masked_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7851765Z Test masked reduction operations on strided-only tensors using ... ok (0.035s) 2022-11-23T02:35:48.7851939Z test_reference_masked_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7852121Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-11-23T02:35:48.7852298Z test_reference_masked_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7852474Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-11-23T02:35:48.7852661Z test_reference_masked_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7852840Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-11-23T02:35:48.7853068Z test_reference_masked_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7853252Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-11-23T02:35:48.7853398Z test_reference_masked_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7853580Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-11-23T02:35:48.7853765Z test_reference_masked_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7853949Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-11-23T02:35:48.7854130Z test_reference_masked_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7854316Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-11-23T02:35:48.7854491Z test_reference_masked_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7854673Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-11-23T02:35:48.7854851Z test_reference_masked_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7855030Z Test masked reduction operations on strided-only tensors using ... ok (0.024s) 2022-11-23T02:35:48.7855206Z test_reference_masked_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7855429Z Test masked reduction operations on strided-only tensors using ... ok (0.025s) 2022-11-23T02:35:48.7855605Z test_reference_masked_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7855832Z Test masked reduction operations on strided-only tensors using ... ok (0.025s) 2022-11-23T02:35:48.7856057Z test_reference_masked_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7856272Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-11-23T02:35:48.7856455Z test_reference_masked_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7856631Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:35:48.7856816Z test_reference_masked_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7857024Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7857209Z test_reference_masked_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7857419Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-11-23T02:35:48.7857601Z test_reference_masked_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7857804Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7857985Z test_reference_masked_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7858185Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7858370Z test_reference_masked_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7858566Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7858748Z test_reference_masked_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7858946Z Test masked reduction operations on strided-only tensors using ... expected failure (0.010s) 2022-11-23T02:35:48.7859125Z test_reference_masked_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7859324Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7859514Z test_reference_masked_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7859715Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7859903Z test_reference_masked_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7860151Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7860300Z test_reference_masked_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7860503Z Test masked reduction operations on strided-only tensors using ... expected failure (0.010s) 2022-11-23T02:35:48.7860691Z test_reference_masked_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7860889Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7861071Z test_reference_masked_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7861271Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7861489Z test_reference_masked_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7861684Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T02:35:48.7861863Z test_reference_masked_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7862096Z Test masked reduction operations on strided-only tensors using ... expected failure (0.010s) 2022-11-23T02:35:48.7862276Z test_reference_masked_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7862470Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-11-23T02:35:48.7862647Z test_reference_masked_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7862885Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-11-23T02:35:48.7863067Z test_reference_masked_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7863410Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3440: RuntimeWarning: Mean of empty slice. 2022-11-23T02:35:48.7863560Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-11-23T02:35:48.7863841Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7863912Z ret = um.true_divide( 2022-11-23T02:35:48.7864008Z ok (0.044s) 2022-11-23T02:35:48.7864191Z test_reference_masked_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7864538Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:35:48.7864666Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:35:48.7864778Z expected failure (0.019s) 2022-11-23T02:35:48.7864970Z test_reference_masked_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7865316Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-11-23T02:35:48.7865438Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:35:48.7865531Z ok (0.045s) 2022-11-23T02:35:48.7865718Z test_reference_masked_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7865908Z Test masked reduction operations on strided-only tensors using ... ok (0.045s) 2022-11-23T02:35:48.7866091Z test_reference_masked_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7866521Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:187: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7866646Z ret = arr.dtype.type(ret / rcount) 2022-11-23T02:35:48.7866737Z ok (0.052s) 2022-11-23T02:35:48.7866924Z test_reference_masked_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7867074Z Test masked reduction operations on strided-only tensors using ... ok (0.045s) 2022-11-23T02:35:48.7867338Z test_reference_masked_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7867530Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-11-23T02:35:48.7867708Z test_reference_masked_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7867896Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-11-23T02:35:48.7868117Z test_reference_masked_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7868305Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-11-23T02:35:48.7868485Z test_reference_masked_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7868667Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-11-23T02:35:48.7868845Z test_reference_masked_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7869026Z Test masked reduction operations on strided-only tensors using ... ok (0.045s) 2022-11-23T02:35:48.7869203Z test_reference_masked_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7869384Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-11-23T02:35:48.7869565Z test_reference_masked_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7869748Z Test masked reduction operations on strided-only tensors using ... ok (0.051s) 2022-11-23T02:35:48.7869978Z test_reference_masked_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7870201Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:35:48.7870387Z test_reference_masked_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7870534Z Test masked reduction operations on strided-only tensors using ... ok (0.044s) 2022-11-23T02:35:48.7870720Z test_reference_masked_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7870902Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-11-23T02:35:48.7871086Z test_reference_masked_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7871269Z Test masked reduction operations on strided-only tensors using ... ok (0.040s) 2022-11-23T02:35:48.7871452Z test_reference_masked_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7871635Z Test masked reduction operations on strided-only tensors using ... ok (0.029s) 2022-11-23T02:35:48.7871819Z test_reference_masked_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7872040Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.011s) 2022-11-23T02:35:48.7872224Z test_reference_masked_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7872443Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:35:48.7872622Z test_reference_masked_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7872804Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-11-23T02:35:48.7872982Z test_reference_masked_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7873200Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:35:48.7873422Z test_reference_masked_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7873611Z Test masked reduction operations on strided-only tensors using ... ok (0.022s) 2022-11-23T02:35:48.7873791Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7874150Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7874350Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T02:35:48.7874625Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7874731Z ret = um.true_divide( 2022-11-23T02:35:48.7874824Z ok (0.134s) 2022-11-23T02:35:48.7875014Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7875367Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-11-23T02:35:48.7875520Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T02:35:48.7875613Z ok (0.127s) 2022-11-23T02:35:48.7875801Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7875986Z Test masked reduction operations on strided-only tensors using ... ok (0.114s) 2022-11-23T02:35:48.7876171Z test_reference_masked_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7876357Z Test masked reduction operations on strided-only tensors using ... ok (0.128s) 2022-11-23T02:35:48.7876538Z test_reference_masked_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7876887Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:35:48.7877505Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T02:35:48.7877595Z ok (0.127s) 2022-11-23T02:35:48.7877776Z test_reference_masked_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7877928Z Test masked reduction operations on strided-only tensors using ... ok (0.105s) 2022-11-23T02:35:48.7878108Z test_reference_masked_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7878290Z Test masked reduction operations on strided-only tensors using ... ok (0.105s) 2022-11-23T02:35:48.7878464Z test_reference_masked_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7878647Z Test masked reduction operations on strided-only tensors using ... ok (0.102s) 2022-11-23T02:35:48.7878829Z test_reference_masked_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7879013Z Test masked reduction operations on strided-only tensors using ... ok (0.102s) 2022-11-23T02:35:48.7879188Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7879411Z Test masked reduction operations on strided-only tensors using ... ok (0.103s) 2022-11-23T02:35:48.7879599Z test_reference_masked_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7879785Z Test masked reduction operations on strided-only tensors using ... ok (0.039s) 2022-11-23T02:35:48.7880003Z test_reference_masked_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7880226Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:35:48.7880409Z test_reference_masked_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7880590Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-11-23T02:35:48.7880774Z test_reference_masked_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7880953Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-11-23T02:35:48.7881100Z test_reference_masked_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7881281Z Test masked reduction operations on strided-only tensors using ... ok (0.037s) 2022-11-23T02:35:48.7881460Z test_reference_masked_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7881637Z Test masked reduction operations on strided-only tensors using ... ok (0.038s) 2022-11-23T02:35:48.7881865Z test_reference_masked_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7882048Z Test masked reduction operations on strided-only tensors using ... ok (0.030s) 2022-11-23T02:35:48.7882226Z test_reference_masked_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7882445Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-11-23T02:35:48.7882621Z test_reference_masked_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7882838Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-11-23T02:35:48.7883017Z test_reference_masked_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7883198Z Test masked reduction operations on strided-only tensors using ... ok (0.035s) 2022-11-23T02:35:48.7883374Z test_reference_masked_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7883588Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.001s) 2022-11-23T02:35:48.7883764Z test_reference_masked_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7883949Z Test masked reduction operations on strided-only tensors using ... ok (0.027s) 2022-11-23T02:35:48.7884131Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7884314Z Test masked reduction operations on strided-only tensors using ... ok (0.125s) 2022-11-23T02:35:48.7884830Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7885013Z Test masked reduction operations on strided-only tensors using ... ok (0.126s) 2022-11-23T02:35:48.7885242Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7885423Z Test masked reduction operations on strided-only tensors using ... ok (0.151s) 2022-11-23T02:35:48.7885602Z test_reference_masked_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7885795Z Test masked reduction operations on strided-only tensors using ... ok (0.148s) 2022-11-23T02:35:48.7886015Z test_reference_masked_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7886195Z Test masked reduction operations on strided-only tensors using ... ok (0.151s) 2022-11-23T02:35:48.7886374Z test_reference_masked_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7886555Z Test masked reduction operations on strided-only tensors using ... ok (0.130s) 2022-11-23T02:35:48.7886718Z test_reference_masked_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7901512Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-11-23T02:35:48.7901724Z test_reference_masked_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7901895Z Test masked reduction operations on strided-only tensors using ... ok (0.098s) 2022-11-23T02:35:48.7902059Z test_reference_masked_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7902220Z Test masked reduction operations on strided-only tensors using ... ok (0.109s) 2022-11-23T02:35:48.7902378Z test_reference_masked_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7902538Z Test masked reduction operations on strided-only tensors using ... ok (0.101s) 2022-11-23T02:35:48.7902692Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7902858Z Test masked reduction operations on strided-only tensors using ... ok (0.101s) 2022-11-23T02:35:48.7903007Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.7903151Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7903283Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7903422Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7903701Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7903853Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7903969Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7904113Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7904240Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7904382Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7904513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7904652Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7904779Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7904921Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7905050Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7905191Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7905317Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7905454Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7905580Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7905716Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7905843Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7906557Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7906685Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7906824Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7906977Z Tests that the result has the correct dtype ... expected failure (0.003s) 2022-11-23T02:35:48.7907122Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7907255Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7907394Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7907521Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7907662Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7907789Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7907933Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7908063Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7908267Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7908393Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7908531Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7908657Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7908827Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7908956Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:35:48.7909093Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7909224Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7909359Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7909482Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7909623Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7909748Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7909891Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7910017Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7910152Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7910278Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7910475Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7910598Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7910740Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7910853Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7910991Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7911117Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7911255Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7911380Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7911516Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7911640Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7911775Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7911903Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7912041Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7912165Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7912302Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7912425Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7912565Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7913072Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7913197Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7913321Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7913469Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7913594Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7913740Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7913863Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T02:35:48.7914004Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7914131Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7914270Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7914394Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7914535Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7914661Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7914796Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7914922Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7915060Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7915186Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7915309Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7915434Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7915570Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7915693Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7915828Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7915978Z Tests that the result has the correct dtype ... expected failure (0.000s) 2022-11-23T02:35:48.7916127Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7916250Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7916395Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7916519Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7916704Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7916829Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7916971Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7917094Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7917235Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7917349Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7917490Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7917614Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7917752Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7917877Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7918017Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7918144Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7918285Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7918408Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7918558Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7918682Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7918825Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7919278Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7919422Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7919548Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7919690Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7919801Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7919940Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7920067Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7920205Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7920331Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7920471Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7920597Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7920741Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7920866Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T02:35:48.7921004Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7921130Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7921288Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7921411Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7921562Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7921685Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7921831Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7921955Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7922116Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7922240Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7922392Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7922516Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7922666Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7923125Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7923283Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7923410Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7923564Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7923692Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7923844Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7923973Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7924176Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7924303Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7924440Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7924566Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7924761Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7924892Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7925055Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7925179Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7925347Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7925805Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7925971Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7926098Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7926258Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7926384Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7926545Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7926674Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7926833Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7926959Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7927097Z test_result_dtype_masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7927225Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7927378Z test_result_dtype_masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7927505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7927655Z test_result_dtype_masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7927781Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7927934Z test_result_dtype_masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7928060Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7928207Z test_result_dtype_masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7928333Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7928480Z test_result_dtype_masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7928605Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7928757Z test_result_dtype_masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7928882Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7929031Z test_result_dtype_masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7929155Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7929289Z test_result_dtype_masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7929456Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7929610Z test_result_dtype_masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7929737Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7929888Z test_result_dtype_masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7930014Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7930163Z test_result_dtype_masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7930288Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7930435Z test_result_dtype_masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7930560Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7930709Z test_result_dtype_masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7930835Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7930983Z test_result_dtype_masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7931109Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7931260Z test_result_dtype_masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7931383Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7931518Z test_result_dtype_masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7931644Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7932103Z test_result_dtype_masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7932230Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7932387Z test_result_dtype_masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7932513Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7932671Z test_result_dtype_masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7932796Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7932947Z test_result_dtype_masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7933074Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7933222Z test_result_dtype_masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7933346Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7933501Z test_result_dtype_masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7933627Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7933777Z test_result_dtype_masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7933890Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7934045Z test_result_dtype_masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7934174Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7934323Z test_result_dtype_masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7934452Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7934600Z test_result_dtype_masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7934730Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7934885Z test_result_dtype_masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7935011Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7935163Z test_result_dtype_masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7935288Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7935438Z test_result_dtype_masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7935606Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7935753Z test_result_dtype_masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7935876Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7936026Z test_result_dtype_masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7936139Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7936289Z test_result_dtype_masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7936418Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7936566Z test_result_dtype_masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7936692Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7936842Z test_result_dtype_masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7936965Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7937115Z test_result_dtype_masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7937242Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7937407Z test_result_dtype_masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7937532Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7937693Z test_result_dtype_masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7937818Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7938285Z test_result_dtype_masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7938408Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7938563Z test_result_dtype_masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7938673Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7938827Z test_result_dtype_masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7938950Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7939098Z test_result_dtype_masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7939220Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7939376Z test_result_dtype_masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7939500Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7939658Z test_result_dtype_masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7939784Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7939936Z test_result_dtype_masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7940062Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7940211Z test_result_dtype_masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7940337Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7940487Z test_result_dtype_masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7940612Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7940765Z test_result_dtype_masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7940874Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7941023Z test_result_dtype_masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7941149Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7941297Z test_result_dtype_masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7941422Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7941571Z test_result_dtype_masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7941696Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7941886Z test_result_dtype_masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7942012Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7942159Z test_result_dtype_masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7942284Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:35:48.7942430Z test_result_dtype_masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7942559Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7942705Z test_result_dtype_masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7942829Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7942975Z test_result_dtype_masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7943087Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7943242Z test_result_dtype_masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7943366Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:35:48.7943514Z test_result_dtype_masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7943641Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7943793Z test_result_dtype_masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7943916Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7944367Z test_result_dtype_masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7944486Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7944634Z test_result_dtype_masked_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7944758Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7944906Z test_result_dtype_masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7945033Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7945190Z test_result_dtype_masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7945314Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7945470Z test_result_dtype_masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7945580Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7945730Z test_result_dtype_masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7945861Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7946012Z test_result_dtype_masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7946138Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7946287Z test_result_dtype_masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7946502Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7946657Z test_result_dtype_masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7946780Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7946926Z test_result_dtype_masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7947051Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7947196Z test_result_dtype_masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7947326Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7947472Z test_result_dtype_masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7947596Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7947732Z test_result_dtype_masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7947856Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7948062Z test_result_dtype_masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7948188Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7948342Z test_result_dtype_masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7948468Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7948616Z test_result_dtype_masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7948743Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7948894Z test_result_dtype_masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7949019Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7949168Z test_result_dtype_masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7949292Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7949437Z test_result_dtype_masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7949561Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7949706Z test_result_dtype_masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7949830Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7949964Z test_result_dtype_masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7950092Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7950235Z test_result_dtype_masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7950676Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7950826Z test_result_dtype_masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7950951Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7951098Z test_result_dtype_masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7951223Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7951379Z test_result_dtype_masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7951500Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7951653Z test_result_dtype_masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7951777Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7951923Z test_result_dtype_masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7952049Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7952193Z test_result_dtype_masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7952316Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7952461Z test_result_dtype_masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7952585Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7952732Z test_result_dtype_masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7952854Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7952985Z test_result_dtype_masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7953108Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7953251Z test_result_dtype_masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7953376Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7953521Z test_result_dtype_masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7953646Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7953789Z test_result_dtype_masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7953911Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7954060Z test_result_dtype_masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7954228Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7954383Z test_result_dtype_masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7954505Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7954654Z test_result_dtype_masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7954778Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7954925Z test_result_dtype_masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7955116Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7955254Z test_result_dtype_masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7955379Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7955524Z test_result_dtype_masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7955649Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7955834Z test_result_dtype_masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7955960Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7956106Z test_result_dtype_masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7956232Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7956373Z test_result_dtype_masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7956859Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7957004Z test_result_dtype_masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7957127Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7957270Z test_result_dtype_masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7957393Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7957536Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7957649Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7957796Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7957918Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7958063Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7958186Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7958327Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7958450Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7958590Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7958714Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7958852Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7958977Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7959124Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7959249Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7959395Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7959518Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7959660Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7959773Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7959916Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7960039Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7960181Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7960302Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7960486Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7960611Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7960753Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7960877Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7961021Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7961143Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7961284Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7961407Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7961546Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7961673Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7961799Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7961926Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7962064Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7962190Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7962327Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7962451Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7962590Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7962763Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7962905Z test_result_dtype_prod_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7963028Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7963165Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7963288Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7963439Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7963564Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7963708Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7963832Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7963960Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7964083Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7964223Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7964347Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7964486Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7964607Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7964744Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7964870Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7965006Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7965127Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7965265Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7965388Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7965521Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7965647Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7965787Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7965900Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7966046Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7966169Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7966357Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7966482Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7966620Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7966744Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7966882Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7967002Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7967138Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7967261Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7967397Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7967520Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7967655Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7967780Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7967912Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7968034Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7968175Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7968298Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:35:48.7968434Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7968601Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7968737Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7968859Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7968994Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7969117Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:35:48.7969253Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7969372Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7969508Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7969631Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7969765Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7969886Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7970011Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7970130Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7970264Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7970386Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:35:48.7970526Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7970649Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7970796Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7970918Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7971062Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7971183Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:35:48.7971318Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7971443Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:35:48.7971578Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7971700Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7971835Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-11-23T02:35:48.7971947Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:35:48.7972331Z test_std_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:35:48.7972412Z ret = um.true_divide( 2022-11-23T02:35:48.7972476Z ok (0.011s) 2022-11-23T02:35:48.7972648Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7972815Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.7972982Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T02:35:48.7973117Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.346s) 2022-11-23T02:35:48.7973264Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.005s) 2022-11-23T02:35:48.7973429Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7973595Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7973756Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.020s) 2022-11-23T02:35:48.7973913Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7974048Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.025s) 2022-11-23T02:35:48.7974195Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.055s) 2022-11-23T02:35:48.7974346Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7974540Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.7974688Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.003s) 2022-11-23T02:35:48.7974826Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7974964Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-11-23T02:35:48.7975105Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-11-23T02:35:48.7975288Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7975502Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:35:48.7976304Z test_sum_dim_reduction_uint8_overflow_cpu (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:457: UserWarning: An output with one or more elements was resized since it had shape [2, 3], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:48.7976388Z torch.sum(x, 0, out=y) 2022-11-23T02:35:48.7976455Z ok (0.004s) 2022-11-23T02:35:48.7976606Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.042s) 2022-11-23T02:35:48.7976784Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7976925Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-11-23T02:35:48.7977068Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (1.139s) 2022-11-23T02:35:48.7977388Z test_sum_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-11-23T02:35:48.7977523Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T02:35:48.7977588Z ok (0.026s) 2022-11-23T02:35:48.7977737Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.021s) 2022-11-23T02:35:48.7977925Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-11-23T02:35:48.7978072Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-11-23T02:35:48.7978219Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.013s) 2022-11-23T02:35:48.7978363Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.7978505Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T02:35:48.7978640Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7978837Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T02:35:48.7978995Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.012s) 2022-11-23T02:35:48.7979300Z test_tensor_reduce_ops_empty_cpu (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3440: RuntimeWarning: Mean of empty slice. 2022-11-23T02:35:48.7979423Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-11-23T02:35:48.7979669Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7979748Z ret = um.true_divide( 2022-11-23T02:35:48.7979991Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3723: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:35:48.7980136Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T02:35:48.7980411Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7980560Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-11-23T02:35:48.7980803Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:35:48.7980878Z ret = um.true_divide( 2022-11-23T02:35:48.7981111Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:262: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:35:48.7981238Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T02:35:48.7981304Z ok (0.025s) 2022-11-23T02:35:48.7981636Z test_var_correction_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:35:48.7981717Z ret = um.true_divide( 2022-11-23T02:35:48.7981780Z ok (0.010s) 2022-11-23T02:35:48.7981941Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.7982109Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.011s) 2022-11-23T02:35:48.7982274Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.009s) 2022-11-23T02:35:48.7982432Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7982567Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.322s) 2022-11-23T02:35:48.7982736Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:35:48.7982880Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7983046Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.014s) 2022-11-23T02:35:48.7983211Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-11-23T02:35:48.7983373Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-11-23T02:35:48.7983528Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-11-23T02:35:48.7983666Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.167s) 2022-11-23T02:35:48.7983813Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.047s) 2022-11-23T02:35:48.7984001Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7984146Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.002s) 2022-11-23T02:35:48.7984289Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.004s) 2022-11-23T02:35:48.7984442Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7984586Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.006s) 2022-11-23T02:35:48.7984737Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.012s) 2022-11-23T02:35:48.7984885Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.007s) 2022-11-23T02:35:48.7984895Z 2022-11-23T02:35:48.7985049Z ---------------------------------------------------------------------- 2022-11-23T02:35:48.7985133Z Ran 3063 tests in 226.437s 2022-11-23T02:35:48.7985139Z 2022-11-23T02:35:48.7985242Z OK (skipped=101, expected failures=51) 2022-11-23T02:35:48.7985248Z 2022-11-23T02:35:48.7985337Z Generating XML reports... 2022-11-23T02:35:48.7985588Z Generated XML report: test-reports\python-unittest\test_reductions\TEST-TestReductionsCPU-20221123023201.xml 2022-11-23T02:35:48.7985595Z 2022-11-23T02:35:48.7985977Z ##[endgroup] 2022-11-23T02:35:48.7986241Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_knsop26e) 2022-11-23T02:35:48.7986247Z 2022-11-23T02:35:48.7986453Z Running test_nn ... [2022-11-23 02:35:48.668976] 2022-11-23T02:35:48.7986794Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:48.669573] 2022-11-23T02:38:43.7259521Z 2022-11-23T02:38:43.7260366Z Expand the folded group to see the log file of test_nn 2022-11-23T02:38:43.7261408Z ##[group]PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_t6vp2xa5) 2022-11-23T02:38:43.7284963Z 2022-11-23T02:38:43.7285287Z Running tests... 2022-11-23T02:38:43.7285630Z ---------------------------------------------------------------------- 2022-11-23T02:38:43.7285974Z Test results will be stored in test-reports\python-unittest\test_nn 2022-11-23T02:38:43.7286304Z test_add_relu (__main__.TestAddRelu) ... ok (0.004s) 2022-11-23T02:38:43.7289173Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.002s) 2022-11-23T02:38:43.7289581Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-11-23T02:38:43.7289938Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-11-23T02:38:43.7290388Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-11-23T02:38:43.7290806Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.341s) 2022-11-23T02:38:43.7291198Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.003s) 2022-11-23T02:38:43.7291549Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.002s) 2022-11-23T02:38:43.7292360Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7293211Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T02:38:43.7293759Z ok (0.004s) 2022-11-23T02:38:43.7294140Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-11-23T02:38:43.7294531Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T02:38:43.7294918Z This test is to test when multiple forward hook functions can be registered ... ok (0.003s) 2022-11-23T02:38:43.7295490Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T02:38:43.7296023Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-11-23T02:38:43.7296635Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-11-23T02:38:43.7297272Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-11-23T02:38:43.7297830Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.011s) 2022-11-23T02:38:43.7298270Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.062s) 2022-11-23T02:38:43.7298752Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7299242Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7299754Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7300258Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7300759Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7301264Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7301736Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7302220Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7302786Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7303359Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7303988Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7304530Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7305014Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7305476Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7305991Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7306484Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7306967Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7307471Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7307998Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7308478Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7308943Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7309425Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7309957Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7310475Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7310980Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7311463Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.086s) 2022-11-23T02:38:43.7311904Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7312360Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7312832Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7313309Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7313934Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7314441Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7314937Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7315388Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7315916Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7316414Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7316950Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7317446Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7317951Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7318449Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7318920Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7319412Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7319894Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7320465Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7320991Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7321486Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7321968Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7322481Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7323054Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7323586Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7324102Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7324569Z test_AvgPool1d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7325037Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7325467Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7325971Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7326426Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7326878Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7327341Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7327821Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7328264Z test_AvgPool2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7328719Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7329163Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7329681Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7330137Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7330611Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7331086Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7331653Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7332143Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7332541Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7332925Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7333310Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7333680Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7334052Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7334381Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7334783Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7335118Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7335445Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7335823Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7336160Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7336455Z test_AvgPool3d (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7336826Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7337143Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7337472Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7337811Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7338141Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7338527Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7338907Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7339330Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7339746Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7340093Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7340456Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7340830Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7341289Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7341683Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7342164Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7342573Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7342980Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7343484Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7343925Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7344401Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7344787Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7346282Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7346724Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7347136Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7347597Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7347975Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7348410Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7348775Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7349123Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7349468Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7349805Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7350197Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7350503Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7350869Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7351232Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7351559Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7351894Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7352249Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7352631Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7353003Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7353392Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7353803Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7354189Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7354574Z test_BCELoss (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7354896Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7355248Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7355600Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7355951Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7356251Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7356599Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7356990Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7357376Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7357768Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7358118Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7358485Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7358870Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7359207Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7359553Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7359982Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7360363Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7360734Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7361045Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7361371Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7361721Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7362054Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7362402Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7362842Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7363230Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7363596Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7363925Z test_BCELoss_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7364256Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7364632Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7365002Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7365368Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7365682Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7366033Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7366441Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7366806Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7367197Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7367604Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7367993Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7368362Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7368963Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:38:43.7369552Z warnings.warn(warning.format(ret)) 2022-11-23T02:38:43.7370024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:38:43.7371092Z warnings.warn(warning.format(ret)) 2022-11-23T02:38:43.7371323Z ok (0.010s) 2022-11-23T02:38:43.7371631Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7372007Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7372379Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7372872Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7373341Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7373719Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7374104Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7374531Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7374945Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7375318Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7375685Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7376172Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7376593Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7376959Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7377329Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7377691Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7378075Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7378429Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7378866Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7379299Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7379771Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7380141Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7380513Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7380922Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7381310Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7381656Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7381998Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7382334Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7382684Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7383037Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7383467Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7383906Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7384283Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7384625Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7384955Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7385346Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7385694Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7386073Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7386452Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7386830Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7387214Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7387567Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7387906Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7388228Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7388585Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7388988Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7389349Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7389707Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7390082Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7390429Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7390753Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7391096Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7391541Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7391876Z test_BatchNorm2d (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7392171Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7392587Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7392930Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7393312Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7393686Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7394004Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7394335Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7394668Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7395002Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7395327Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7395681Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7396023Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7396366Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7396772Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7397127Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7397454Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7397844Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7398225Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7398598Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7398998Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7399335Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7399675Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7400011Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7400337Z test_BatchNorm3d (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:38:43.7400638Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7401001Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7401357Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7401781Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7402134Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7402449Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7402775Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7403110Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7403445Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7403780Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7404111Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7404507Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7404849Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7405235Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7405588Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7405939Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7406301Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7406646Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7407022Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7407365Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7407704Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7408044Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7408396Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7408688Z test_CELU (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7408985Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7409342Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7409666Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7409971Z test_CELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7410276Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7410649Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7411031Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7411500Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7411893Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7412306Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7412757Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7413146Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7413523Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7413924Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7414359Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7414768Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7415214Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7415585Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7415938Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7416331Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7416676Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7417126Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7417628Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7418024Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.006s) 2022-11-23T02:38:43.7418361Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.683s) 2022-11-23T02:38:43.7418696Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:38:43.7419026Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7419359Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7419751Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7420113Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7420497Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7420917Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7421273Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7421679Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7422045Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7422402Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7422787Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7423259Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7423764Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:38:43.7424139Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7424501Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:38:43.7424822Z test_ConstantPad1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7450516Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7451022Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7451377Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7451736Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7452269Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7452598Z test_ConstantPad2d (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7452875Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7453225Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7453600Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7453940Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7454294Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7454698Z test_ConstantPad3d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7454975Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7455370Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7455745Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7456132Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7456489Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7456857Z test_Conv1d (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7457129Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7457535Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7457895Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7458248Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7458572Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7458940Z test_Conv1d_groups (__main__.TestNN) ... ok (0.072s) 2022-11-23T02:38:43.7459242Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7459551Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7459909Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7460221Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7460669Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7460982Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7461329Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7461641Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:38:43.7462014Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7462330Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7463092Z test_Conv1d_pad_same2 (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:38:43.7463931Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:38:43.7464217Z ok (0.028s) 2022-11-23T02:38:43.7464496Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7464883Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7465217Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7465603Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7465994Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7466370Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7466708Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7467094Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7467450Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7467859Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7468192Z test_Conv1d_stride (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:38:43.7468557Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7468876Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7469227Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7469564Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7469940Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7470265Z test_Conv2d (__main__.TestNN) ... ok (0.038s) 2022-11-23T02:38:43.7470554Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-11-23T02:38:43.7470962Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7471323Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7471668Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.036s) 2022-11-23T02:38:43.7471995Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7472378Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7472726Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7473122Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:38:43.7473468Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7473842Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:38:43.7474240Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7474646Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7475063Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7475401Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:38:43.7475724Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7476095Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7476456Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7476831Z test_Conv2d_groups (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:38:43.7477150Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7477520Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7477849Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7478243Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7478594Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7479001Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7479411Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7479738Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7480051Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7480381Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7480717Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7481045Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.035s) 2022-11-23T02:38:43.7481365Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7481686Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:38:43.7482026Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7482353Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7482654Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7482968Z test_Conv2d_padding (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7483288Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7483626Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7483990Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7484386Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7484740Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7485118Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7485476Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7485862Z test_Conv2d_strided (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7486184Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7486571Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7486929Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7487345Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7487681Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7488055Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7488378Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7488765Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7489131Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7489523Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7489849Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7490210Z test_Conv3d (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7490483Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7490852Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7491188Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:38:43.7491597Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7491933Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.051s) 2022-11-23T02:38:43.7492400Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7492761Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7493110Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7493428Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7493795Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7494121Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7494485Z test_Conv3d_groups (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7494809Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7495138Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7495548Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7495863Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7496224Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7496545Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7496944Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7497249Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:38:43.7497610Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7497927Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.038s) 2022-11-23T02:38:43.7498303Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7498620Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7498982Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:38:43.7499316Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7499656Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7499975Z test_Conv3d_stride (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7500335Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7500656Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7500987Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7501332Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7501685Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7502040Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7502392Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7502727Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7503058Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7503466Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7503792Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7504153Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7504567Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7504908Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7505352Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7505678Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7506055Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7506369Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7506720Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7507065Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7507410Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7507748Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7508088Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7508397Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7508719Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7509053Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7509400Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7509762Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7510150Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7510504Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:38:43.7510830Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7511241Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7511633Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7512032Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7512376Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7512780Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7513195Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7513566Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7513934Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7514269Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.037s) 2022-11-23T02:38:43.7514594Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7514927Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7515271Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7515593Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7515946Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7516343Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7516733Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7517085Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7517451Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7517907Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7518354Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7518735Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7519182Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7519671Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7520117Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7520500Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7520887Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7521297Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7521725Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.009s) 2022-11-23T02:38:43.7522100Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7522491Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7522917Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7523338Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7523714Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7524083Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7524507Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7524926Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7525351Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7525737Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7526164Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7526587Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7526920Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7527217Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7527567Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7527955Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7528342Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7528693Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7529068Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7529466Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7529878Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7530368Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7530801Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:38:43.7531268Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7531762Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7532174Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7532605Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7533060Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7533529Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7533956Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7534389Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7534865Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7535332Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7535749Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7536171Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7536614Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7537071Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7537501Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7537878Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7538293Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7538700Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7539076Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7539460Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7539897Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7540331Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7540741Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7541173Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7541644Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7542105Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7543196Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7543693Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7544151Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7544602Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7545005Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7545410Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7545854Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7546299Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7546681Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7547120Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7547550Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7548019Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7548411Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7548877Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7549337Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7549790Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7550160Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7550600Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7551012Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7551426Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7551787Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7552156Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7552557Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7552946Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7553318Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7553724Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7554166Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7554606Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7555064Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7555484Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7555951Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7556403Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7556825Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7557264Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7557741Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7558210Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7558649Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7559108Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7559603Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7560093Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7560476Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7560851Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7561257Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7561657Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7562068Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7562454Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7562876Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7563284Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7563683Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7564109Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7564575Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7565044Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7565450Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7565858Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7566295Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7566763Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7567145Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7567539Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7567980Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7568409Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7568809Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7569232Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7569678Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7570138Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7570523Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7570897Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7571305Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7571714Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7572093Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7572501Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7572925Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7573362Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7573743Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7574258Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7574698Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7575180Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7575574Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7575982Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7576448Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7576906Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7577321Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7577701Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7578078Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7578413Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7578817Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7579195Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7579587Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7579950Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7580339Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7580766Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7581185Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7581547Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7581898Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7582305Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7582706Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7583079Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7583561Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7583999Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7584431Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7584787Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7585150Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7585557Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7586002Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7586330Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7586650Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7586943Z test_ELU (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7587216Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7587509Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7587822Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7588120Z test_ELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7588426Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7588725Z test_Embedding (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7589001Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7589356Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7589682Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7590002Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7590336Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7590691Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7591052Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7591374Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7591709Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7592063Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7592407Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7592737Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7593038Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7593349Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7593675Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7594029Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7594390Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7594707Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7595052Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7595363Z test_Embedding_sparse (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7595683Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7595981Z test_Flatten (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7596277Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7596579Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7596894Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7597171Z test_Fold (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7597449Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7597738Z test_Fold_int_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7598040Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7598345Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7599191Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7599515Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7599851Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7600183Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7600540Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7600900Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7601278Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7601673Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7602081Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7602470Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7602855Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7603215Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7603560Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7603970Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7604330Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7604718Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7605135Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7605508Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7605864Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7606207Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7606554Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7606899Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7607271Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7607664Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7608083Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7608468Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7608840Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7609193Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7609538Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7609891Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7610344Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7610738Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7611265Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7611586Z test_GELU (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7611941Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7612284Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7612593Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7612892Z test_GELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7613250Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7613521Z test_GLU (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7613805Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7614089Z test_GLU_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7614379Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7614675Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7614981Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7615275Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7615557Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7615882Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7616265Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7616604Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7616963Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7617268Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:38:43.7617596Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7617968Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7618406Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7618747Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7619082Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7619411Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7619744Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7620068Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7620395Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7620724Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7621073Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7621390Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7621695Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7622020Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:38:43.7622346Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7622721Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7623120Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7623603Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7623940Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7624256Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7624594Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7624925Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7625261Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7625644Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7625985Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7626371Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7626757Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7627079Z test_Hardshrink (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7627379Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7627688Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7628015Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7628377Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7628681Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7628996Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7629327Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7629648Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7629979Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7630275Z test_Hardtanh (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7630554Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7630865Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7631184Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7631541Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7631848Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7632209Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7632552Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7632929Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7633304Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7633640Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7633998Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7634396Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7634789Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7635147Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7635556Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7635929Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7636319Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7636748Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7637169Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7637543Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7637917Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7638319Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7638735Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7639095Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7639472Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7639882Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7640341Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7640704Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7641061Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7641471Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7641878Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7642236Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7642590Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7642940Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7643313Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7643714Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7644121Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7644498Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7644908Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7645350Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7645787Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7646165Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7646530Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7646939Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7647390Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7647713Z test_HuberLoss (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7648023Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7648375Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7648722Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7649054Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7649360Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.101s) 2022-11-23T02:38:43.7649670Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7649985Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7650332Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7650719Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7651097Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7651413Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7651760Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7652195Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7652575Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7652903Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7653240Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7653624Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7653992Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7654323Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7654667Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7655053Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7655433Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7655809Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7656117Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7656432Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7656744Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7657072Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7657401Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7657748Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7658090Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7658434Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7658778Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7659130Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7659522Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7659891Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7660255Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7660621Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7661002Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7661392Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7661729Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7662044Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7662365Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7662688Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7663004Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7663349Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7663800Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7664208Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7664551Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7664902Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7665248Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7665602Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.009s) 2022-11-23T02:38:43.7665969Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.032s) 2022-11-23T02:38:43.7666345Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7666718Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7667105Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7667444Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7667746Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7668062Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7668386Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7668714Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7669060Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7669399Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7669754Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:38:43.7670088Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7670443Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7670792Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7671151Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7671560Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7671943Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7672321Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7672695Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7673465Z test_KLDivLoss (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7674085Z warnings.warn( 2022-11-23T02:38:43.7674701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7675254Z warnings.warn( 2022-11-23T02:38:43.7675860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7676464Z warnings.warn( 2022-11-23T02:38:43.7676645Z ok (0.014s) 2022-11-23T02:38:43.7676877Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7677164Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7677502Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7677859Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7678208Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7678943Z test_KLDivLoss_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7679554Z warnings.warn( 2022-11-23T02:38:43.7680163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7680729Z warnings.warn( 2022-11-23T02:38:43.7680906Z ok (0.007s) 2022-11-23T02:38:43.7681180Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7681562Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7681939Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7682282Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7682654Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7683109Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7683501Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7683844Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7684199Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7684587Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7684974Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7685308Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7685657Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7686033Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7686415Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7686753Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7687097Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7687483Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7687909Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7688234Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7688543Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7688876Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7689226Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7689563Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7689905Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7690258Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7690629Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7691379Z test_KLDivLoss_scalar (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7691988Z warnings.warn( 2022-11-23T02:38:43.7692594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7693151Z warnings.warn( 2022-11-23T02:38:43.7693757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7694301Z warnings.warn( 2022-11-23T02:38:43.7694477Z ok (0.005s) 2022-11-23T02:38:43.7694801Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7695179Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7695537Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7696287Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7696904Z warnings.warn( 2022-11-23T02:38:43.7697510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7698062Z warnings.warn( 2022-11-23T02:38:43.7698241Z ok (0.000s) 2022-11-23T02:38:43.7698539Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7698939Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7699382Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7699733Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7700123Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7700549Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7700970Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7701330Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7701695Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7702104Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7702489Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7702828Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7703174Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7703648Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7704030Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7704370Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7704727Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7705063Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7705410Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7705718Z test_L1Loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7706015Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7706403Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7706746Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7707071Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7707406Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7707710Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7708048Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7708424Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7708796Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7709123Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7709445Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7709818Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7710181Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7710501Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7710833Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7711063Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7711240Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7711362Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7711499Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7711674Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7711837Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7711954Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7712128Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7712249Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7712422Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7712591Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7712758Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7712925Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7713091Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7713207Z test_LPPool1d (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7713364Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7713494Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7713668Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7713790Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7713953Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7714065Z test_LPPool2d (__main__.TestNN) ... ok (0.029s) 2022-11-23T02:38:43.7714220Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7714379Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7714531Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7714641Z test_LSTM_cell (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7714781Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7714918Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7715066Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7715262Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7715415Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7715610Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7715766Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7715961Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7716119Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7716322Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7716470Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.025s) 2022-11-23T02:38:43.7716699Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7716856Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7717051Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7717197Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7717387Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7717537Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7717715Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7717865Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (1.456s) 2022-11-23T02:38:43.7718057Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7718212Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (1.427s) 2022-11-23T02:38:43.7718411Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7718561Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7718752Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7718905Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7719097Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7719211Z test_LeakyReLU (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7719370Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7719501Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7719674Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7719802Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7719974Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7720154Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7720337Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7720473Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7720652Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7720747Z test_Linear (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7720904Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7721030Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7721197Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7721314Z test_Linear_no_bias (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7721479Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7721616Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7721790Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7721939Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7722129Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7722896Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7723095Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7723211Z test_LogSigmoid (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7723370Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7723504Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7723682Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7723811Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7723983Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7724085Z test_LogSoftmax (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7724246Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7724385Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7724560Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7724705Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7724892Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7725028Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7725203Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7725316Z test_MSELoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7725479Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7725640Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7725801Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7725935Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7726121Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7726304Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7726534Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7726668Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7726850Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7727015Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7727197Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7727326Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7727501Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7727682Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7727864Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7727990Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7728153Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7728287Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7728462Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7728623Z test_MSELoss_prec (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7728797Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7728965Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7729136Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7729302Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7729427Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7729601Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7729774Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7729944Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7730102Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7730243Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7730435Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7730627Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7730819Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7731007Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7731138Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7731321Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7731506Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7731686Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7731818Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7732000Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7732227Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7732408Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7732626Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7732828Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7733019Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7733211Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7733422Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7733634Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7733830Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7734036Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7734192Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7734394Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7734639Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7734835Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7734986Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7735187Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7735382Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7735575Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7735726Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7735929Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7736129Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7736324Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7736478Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7736679Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7736877Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7737074Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7737187Z test_MaxPool1d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7737346Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7737486Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7737663Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7737775Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7737942Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7738110Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7738278Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7738403Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7738565Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7738750Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7738935Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7739047Z test_MaxPool3d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7739207Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7739386Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7739567Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7739691Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7739854Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7739989Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7740168Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7740294Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7740495Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7740635Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7740818Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7740941Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7741108Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7741247Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7741426Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7741549Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7741715Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7741854Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7742034Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7742139Z test_Mish (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7742289Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7742415Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7742579Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7742695Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7742856Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7742961Z test_ModuleDict (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7743074Z test_ModuleList (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7743214Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7743447Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7743647Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7743786Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7744025Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7744222Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7744414Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7744604Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7744805Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7745004Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7745163Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7745425Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7745639Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7745847Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7746055Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7746246Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7746483Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7746669Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7746854Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7746992Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7747183Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7747345Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7747554Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7747761Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7747968Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7748127Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7748331Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7748536Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7748735Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7748894Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7749098Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7749301Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7749504Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7749653Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.040s) 2022-11-23T02:38:43.7749843Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7750488Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7750766Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7750975Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7751178Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7751386Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7751671Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7751863Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7752088Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7752312Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7752510Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7752754Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7752995Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7753284Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7753476Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7753714Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7753952Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7754184Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7754376Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7754617Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7754866Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7755108Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7755291Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7755518Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7755699Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7755930Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7756168Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7756396Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7756592Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7756825Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7757040Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7757744Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7758012Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7758264Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7758422Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7758581Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7758790Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7758995Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7759196Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7759366Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7759579Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7759751Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7759975Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7760200Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7760467Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7760671Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7760871Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7761071Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7761239Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7761453Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7761627Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7761838Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7762019Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7762231Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7762412Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7762640Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7762865Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7763140Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7763305Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7763534Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7763710Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7763898Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7764088Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7764272Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7764479Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7764691Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7764846Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7765069Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7765293Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7765512Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7765684Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7765866Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7766090Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7766307Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7766469Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7766685Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7766935Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7767137Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7767303Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7767501Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7767680Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7767912Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7768132Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7768341Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7768484Z test_NLLLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7768637Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7768833Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7769032Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7769227Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7769384Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7769644Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7769765Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7769951Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7770115Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.034s) 2022-11-23T02:38:43.7770319Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7788121Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7788433Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7788700Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7788879Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7789050Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7789217Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7789379Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7789520Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7789708Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7789893Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7790077Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7790257Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7790393Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7790582Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7790754Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7790999Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7791181Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7791308Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7791487Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7791668Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7791843Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7792017Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7792180Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7792343Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7792507Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7792665Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7792849Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7793027Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7793197Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7793369Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7793583Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7793726Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7793923Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7794114Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7794290Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7794526Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7794658Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:38:43.7794838Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7795016Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7795191Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7795364Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7795509Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.030s) 2022-11-23T02:38:43.7795707Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7795899Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7796096Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7796290Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7796418Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7796600Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7796821Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7797000Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7797176Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7797308Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7797494Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7797676Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7797852Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7797971Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7798155Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7798335Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7798508Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7798637Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7798877Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7799054Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7799235Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7799359Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7799572Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7799717Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7799898Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7800030Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7800256Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7800408Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7800601Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7800755Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7800952Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7801085Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7801257Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7801436Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7801615Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7801797Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7801916Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7802090Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7802261Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7802477Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7802645Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7802785Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7802976Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7803168Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7803356Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7803540Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7803682Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7803876Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7804066Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7804256Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7804446Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7804556Z test_PReLU_1d (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7804713Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7804882Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7805056Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7805166Z test_PReLU_2d (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7805325Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7805499Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7805674Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7805779Z test_PReLU_3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7805931Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7806101Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7806273Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7806421Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7806547Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7806714Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7806834Z test_PReLU_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7806994Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7807129Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7807304Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7807428Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7807604Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7807733Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7807905Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7808037Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7808260Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7808387Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7808557Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7808693Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7808870Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7809001Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7809176Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7809306Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7809479Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7809609Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7809780Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7809908Z test_PairwiseDistance (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7810044Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7810237Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7810389Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7810582Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7810785Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7810948Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7811135Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.007s) 2022-11-23T02:38:43.7811294Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7811544Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7811669Z test_ParameterDict (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7811809Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7811975Z test_ParameterList (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7812103Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7812243Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7812362Z test_PixelShuffle (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7812524Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7812651Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7812821Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7812944Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7813132Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7813319Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7813507Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7813661Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7813860Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7814058Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7814301Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7814446Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7814644Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7814839Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7815030Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7815175Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7815367Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7815560Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7815752Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7815898Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7816095Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7816288Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7816479Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7816618Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7816841Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7817030Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7817214Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7817412Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7817618Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7817862Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7818064Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7818202Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7818379Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7818491Z test_RNN_cell (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7818630Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7818765Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7818910Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7819043Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7819197Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:38:43.7819353Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-11-23T02:38:43.7819513Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-11-23T02:38:43.7819661Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-11-23T02:38:43.7819800Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.003s) 2022-11-23T02:38:43.7819977Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:38:43.7820103Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7820228Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7820334Z test_RReLU (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7820485Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7820610Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7820775Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7820901Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7821060Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7821196Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7821371Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7821477Z test_ReLU (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7821582Z test_ReLU6 (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7821732Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7821853Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7822018Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7822121Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7822281Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7822432Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7822554Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7822769Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7822888Z test_ReLU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7823044Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7823169Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7823304Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7823669Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7823814Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7823995Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7824163Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7824288Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7824426Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7824608Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7824772Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7824916Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7825091Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7825217Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7825353Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.045s) 2022-11-23T02:38:43.7825530Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7825695Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7825878Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7826057Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7826183Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7826318Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7826498Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7826639Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7826820Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7826990Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7827118Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7827257Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.024s) 2022-11-23T02:38:43.7827440Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7827606Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7827738Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7827928Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7828068Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7828204Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7828384Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7828551Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7828683Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7828932Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7829038Z test_SELU (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7829185Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7829305Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7829561Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7829678Z test_SELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7829835Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7829956Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7830082Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7830208Z test_Sequential_delitem (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7830329Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7830451Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7830572Z test_Sequential_iadd (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7830688Z test_Sequential_imul (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7830799Z test_Sequential_insert (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7830937Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7831054Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7831170Z test_Sequential_pop (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7831292Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7831415Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7831545Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7831693Z test_SiLU (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7831842Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7831963Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T02:38:43.7832124Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7832239Z test_SiLU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7832398Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7832506Z test_Sigmoid (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7832658Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7832784Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7832940Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7833059Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7833223Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7833339Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.018s) 2022-11-23T02:38:43.7833462Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7833629Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7833800Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7833966Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7834130Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7834270Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7834465Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7834655Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7834893Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7835036Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7835269Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7835502Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7835687Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7835826Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7836012Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7836198Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7836371Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7836501Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7836675Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7836814Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7836995Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7837122Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7837300Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7838074Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7838251Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7838400Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7838596Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7838795Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T02:38:43.7838988Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7839126Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7839314Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7839503Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7839687Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7839817Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7839989Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7840103Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7840280Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7840452Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7840623Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7840834Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7841036Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7841228Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7841469Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7841673Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7841866Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7842057Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7842245Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7842390Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7842579Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7842768Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7842959Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7843095Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7843273Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7843414Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7843605Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7843794Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7844030Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7844141Z test_Softmax (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7844255Z test_Softmax2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7844411Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7844542Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7844713Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7844867Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7844994Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7845161Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7845284Z test_Softmax_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7845446Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7845556Z test_Softmin (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7845705Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7845828Z test_Softmin_multidim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7845994Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7846119Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7846281Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7846388Z test_Softmin_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7846546Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7846694Z test_Softplus (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7846828Z test_Softplus_beta (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7846991Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7847122Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7847383Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7847528Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7847711Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7847867Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7847994Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7848162Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7848277Z test_Softshrink (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7848436Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7848559Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7848724Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7848858Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7849022Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7849153Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7849325Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7849436Z test_Softsign (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7849631Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7849758Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7849927Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7850051Z test_Softsign_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7850214Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7850318Z test_Tanh (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7850465Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7850587Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7850748Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7850861Z test_Tanh_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7851018Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7851132Z test_Tanhshrink (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7851289Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7851408Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7851582Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7851706Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7851871Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7852001Z test_Threshold_large_value (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7852172Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7852301Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7852474Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7852608Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7852832Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7852977Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7853211Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7853432Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.087s) 2022-11-23T02:38:43.7853642Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7853806Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.094s) 2022-11-23T02:38:43.7854016Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7854180Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.051s) 2022-11-23T02:38:43.7854387Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7854548Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.203s) 2022-11-23T02:38:43.7854743Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:38:43.7854866Z test_Transformer_cell (__main__.TestNN) ... ok (1.179s) 2022-11-23T02:38:43.7855007Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.484s) 2022-11-23T02:38:43.7855191Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7855343Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7855596Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7855796Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7855990Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7856143Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7856344Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7856542Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7856738Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7856892Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-11-23T02:38:43.7857092Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7857287Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7857482Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7857612Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7857782Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7857891Z test_Unfold (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7858044Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7858154Z test_Unfold_int_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7858317Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7858429Z test_ZeroPad2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7858554Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7858766Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7858923Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7859098Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7859324Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7859457Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7859630Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7859758Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.031s) 2022-11-23T02:38:43.7859870Z test_add_module (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7860020Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7860134Z test_affine_grid (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7860250Z test_affine_grid_3d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7860385Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7860487Z test_assignment (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7860622Z test_backward_hooks_interaction (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7860788Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7860946Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:38:43.7861100Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:38:43.7861274Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7861429Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:38:43.7861560Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7861739Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:38:43.7861912Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7862086Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7862268Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7862451Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7862644Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7862820Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7862957Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7863091Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7863216Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7863346Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:38:43.7863570Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7863715Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7863886Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7864086Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.081s) 2022-11-23T02:38:43.7864241Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7864393Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7864561Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7864841Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7864977Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7865147Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7865305Z test_bilinear (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7865441Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7865560Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:38:43.7865693Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7865882Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:38:43.7866048Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:38:43.7866225Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.006s) 2022-11-23T02:38:43.7866356Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7866483Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7866616Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7866751Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7866892Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7867026Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7867193Z test_caching_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7867333Z Test the caching system of a parametrization ... ok (0.004s) 2022-11-23T02:38:43.7867515Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T02:38:43.7867697Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.005s) 2022-11-23T02:38:43.7868308Z test_call_supports_python_dict_output (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7868480Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-11-23T02:38:43.7868549Z ok (0.002s) 2022-11-23T02:38:43.7868671Z test_channel_shuffle (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7868808Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7868916Z test_children (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7869033Z test_clip_grad_norm (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7869152Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7869267Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T02:38:43.7869413Z Test that requested pruning `amount` gets translated into the ... ok (0.006s) 2022-11-23T02:38:43.7869532Z test_container_copy (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7869690Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:38:43.7869838Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7869990Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.021s) 2022-11-23T02:38:43.7870130Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7870276Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.040s) 2022-11-23T02:38:43.7870401Z test_cosine_similarity (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7870526Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7870761Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (4.531s) 2022-11-23T02:38:43.7870899Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7871088Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-11-23T02:38:43.7871246Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-11-23T02:38:43.7871403Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-11-23T02:38:43.7871520Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T02:38:43.7871718Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-11-23T02:38:43.7871851Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7872024Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.010s) 2022-11-23T02:38:43.7872126Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7872238Z test_dir_digit (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7872365Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7872490Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7872616Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7872782Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7872950Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7873107Z test_extra_state (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7873250Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:38:43.7873392Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7873515Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7874006Z test_fb_fc_packed (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5090: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:382.) 2022-11-23T02:38:43.7874148Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-11-23T02:38:43.7874609Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5091: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:417.) 2022-11-23T02:38:43.7874779Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-11-23T02:38:43.7874845Z ok (0.004s) 2022-11-23T02:38:43.7874954Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:38:43.7875072Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7875192Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:38:43.7875333Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7875443Z test_get_buffer (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7875578Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7875728Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.006s) 2022-11-23T02:38:43.7875828Z test_global_pruning (__main__.TestNN) 2022-11-23T02:38:43.7875997Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.000s) 2022-11-23T02:38:43.7876126Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T02:38:43.7876292Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.000s) 2022-11-23T02:38:43.7876407Z test_grid_sample (__main__.TestNN) ... ok (1.170s) 2022-11-23T02:38:43.7876523Z test_grid_sample_3d (__main__.TestNN) ... ok (0.098s) 2022-11-23T02:38:43.7877131Z test_grid_sample_error_checking (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7877213Z warnings.warn( 2022-11-23T02:38:43.7877279Z ok (0.007s) 2022-11-23T02:38:43.7877405Z test_hardtanh_backward (__main__.TestNN) ... ok (0.143s) 2022-11-23T02:38:43.7877569Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7877712Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7878059Z test_hook_backward_writeable (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T02:38:43.7878242Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:38:43.7878748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7878985Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T02:38:43.7879053Z ok (0.002s) 2022-11-23T02:38:43.7879188Z test_hook_buffer_registration (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7879300Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7879423Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7879568Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7879685Z test_hook_inplace (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7879812Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7879946Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7880072Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7880195Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.022s) 2022-11-23T02:38:43.7880335Z test_hook_parameter_registration (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7880457Z test_hook_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7880592Z test_hook_submodule_registration (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7881136Z test_hooks (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7881329Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T02:38:43.7881394Z ok (0.022s) 2022-11-23T02:38:43.7881524Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7881617Z test_identity_pruning (__main__.TestNN) 2022-11-23T02:38:43.7881768Z Test that a mask of 1s does not change forward or backward. ... ok (0.010s) 2022-11-23T02:38:43.7881901Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7882065Z Test that it is possible to initialize a parametrization when it ... ok (0.000s) 2022-11-23T02:38:43.7882180Z test_inplace_thnn (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7882296Z test_interpolate (__main__.TestNN) ... ok (0.194s) 2022-11-23T02:38:43.7882467Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7882644Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7882784Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7883018Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7883158Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7883344Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7883500Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7883742Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7883896Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7884072Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7884286Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7884487Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7884617Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7884818Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7885020Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7885203Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T02:38:43.7885335Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7885511Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7885654Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7885839Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7885981Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7886168Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7886329Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7886529Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7886682Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7886859Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7887076Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7887273Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7887416Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7887575Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7887778Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7887963Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7888137Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:38:43.7888296Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7888448Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7888640Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7888811Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7889005Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7889192Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7889331Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7889489Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7889732Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7889911Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7890049Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7890298Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7890432Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7890604Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7890800Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7890985Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7891117Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7891291Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7891430Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7891626Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7891766Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7891951Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7892088Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7892257Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7892398Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7892580Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7892719Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7892902Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7893038Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7893214Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7893351Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.028s) 2022-11-23T02:38:43.7893533Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7893668Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7893848Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7893984Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7894201Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7894339Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7894506Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7894640Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7894815Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7895012Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7895203Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7895343Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.015s) 2022-11-23T02:38:43.7895549Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7895755Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:38:43.7895937Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7896078Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7896238Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7896484Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7896668Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7896799Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7897350Z test_kl_div_with_diff_type (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7897428Z warnings.warn( 2022-11-23T02:38:43.7897494Z ok (0.000s) 2022-11-23T02:38:43.7897634Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7897753Z test_l1_loss_correct (__main__.TestNN) ... ok (12.953s) 2022-11-23T02:38:43.7897873Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T02:38:43.7898031Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-11-23T02:38:43.7898169Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T02:38:43.7898325Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-11-23T02:38:43.7898478Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7898635Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7899290Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:38:43.7899442Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2022-11-23T02:38:43.7899509Z ok (0.005s) 2022-11-23T02:38:43.7899668Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7899832Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7900033Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7900189Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7900338Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7900504Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7900632Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7900746Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T02:38:43.7900919Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-11-23T02:38:43.7901061Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T02:38:43.7901182Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-11-23T02:38:43.7901300Z test_load_state_dict (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7901412Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7901590Z test_load_state_dict_child (__main__.TestNN) ... ok (0.140s) 2022-11-23T02:38:43.7901722Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7901851Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7901982Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.180s) 2022-11-23T02:38:43.7902108Z test_load_state_dict_type (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7902227Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.020s) 2022-11-23T02:38:43.7902391Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7902553Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7902671Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7902832Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7902958Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7903125Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7903248Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7903484Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7903614Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7903769Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7903909Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7904089Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7904549Z test_loss_equal_input_target_shape (__main__.TestNN) ... C:\actions-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-23T02:38:43.7904666Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-11-23T02:38:43.7905065Z C:\actions-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-23T02:38:43.7905173Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-11-23T02:38:43.7905569Z C:\actions-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-23T02:38:43.7905693Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-11-23T02:38:43.7906133Z C:\actions-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-23T02:38:43.7906250Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-11-23T02:38:43.7906747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7906881Z warnings.warn( 2022-11-23T02:38:43.7906950Z ok (0.000s) 2022-11-23T02:38:43.7907101Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7907243Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7907377Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7907552Z test_module_backcompat (__main__.TestNN) ... ok (0.048s) 2022-11-23T02:38:43.7907679Z test_module_to_argparse (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7907786Z test_modules (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7907912Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7908127Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.864s) 2022-11-23T02:38:43.7908294Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.631s) 2022-11-23T02:38:43.7908431Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7908572Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7908712Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7909233Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... C:\actions-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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:38:43.7909368Z nt = torch.nested.nested_tensor([torch.randn(4, 4)]) 2022-11-23T02:38:43.7909433Z ok (0.004s) 2022-11-23T02:38:43.7909565Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-11-23T02:38:43.7909725Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7909927Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7910074Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7910205Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7910325Z test_named_children (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7910440Z test_named_modules (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7910588Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7910716Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7910855Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7910980Z test_new_spectral_norm (__main__.TestNN) ... ok (0.054s) 2022-11-23T02:38:43.7911110Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7911241Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7911369Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.023s) 2022-11-23T02:38:43.7911473Z test_no_grad (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7911642Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7911754Z test_normalize (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7911877Z test_orthogonal_errors (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7912016Z test_orthogonal_parametrization (__main__.TestNN) ... ok (0.221s) 2022-11-23T02:38:43.7912167Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7912339Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:38:43.7912462Z test_pad_scalar_error (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7912576Z test_padding_list (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7912701Z test_pairwise_distance (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7912879Z test_parameter_assignment (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7913018Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7913176Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7913319Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7913494Z test_parameters_to_vector (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7913620Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T02:38:43.7913784Z Test training mode updated on parametrization registration ... ok (0.000s) 2022-11-23T02:38:43.7913893Z test_parse_to (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7914098Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:38:43.7914203Z test_pdist (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7914375Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.004s) 2022-11-23T02:38:43.7914548Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.002s) 2022-11-23T02:38:43.7914672Z test_pdist_empty_col (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7914791Z test_pdist_empty_row (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7914903Z test_pdist_large (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7914997Z test_pdist_zeros (__main__.TestNN) 2022-11-23T02:38:43.7915124Z Test that grad is still valid when dist is 0 ... ok (0.006s) 2022-11-23T02:38:43.7915250Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7915383Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.465s) 2022-11-23T02:38:43.7915832Z test_pointwise_loss_broadcast (__main__.TestNN) ... C:\actions-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-23T02:38:43.7915962Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7916358Z C:\actions-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-23T02:38:43.7916485Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7916877Z C:\actions-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-23T02:38:43.7917007Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7917424Z C:\actions-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-23T02:38:43.7917554Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7917935Z C:\actions-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-23T02:38:43.7918060Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7918440Z C:\actions-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-23T02:38:43.7918565Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7919005Z C:\actions-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-23T02:38:43.7919129Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T02:38:43.7919554Z C:\actions-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-23T02:38:43.7919727Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7920112Z C:\actions-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-23T02:38:43.7920234Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7920618Z C:\actions-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-23T02:38:43.7920741Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7921126Z C:\actions-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-23T02:38:43.7921248Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7921627Z C:\actions-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-23T02:38:43.7921746Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7922126Z C:\actions-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-23T02:38:43.7922246Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7922630Z C:\actions-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-23T02:38:43.7922794Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7923169Z C:\actions-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-23T02:38:43.7923309Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7923685Z C:\actions-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-23T02:38:43.7923826Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7924207Z C:\actions-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-23T02:38:43.7924347Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7924755Z C:\actions-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-23T02:38:43.7924958Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7925365Z C:\actions-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-23T02:38:43.7925524Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7925892Z C:\actions-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-23T02:38:43.7926032Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7926406Z C:\actions-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-23T02:38:43.7926545Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T02:38:43.7926923Z C:\actions-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-23T02:38:43.7927055Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7927437Z C:\actions-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-23T02:38:43.7927571Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7927948Z C:\actions-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-23T02:38:43.7928123Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7928497Z C:\actions-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-23T02:38:43.7928627Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7929004Z C:\actions-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-23T02:38:43.7929137Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7929515Z C:\actions-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-23T02:38:43.7929647Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7930017Z C:\actions-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-23T02:38:43.7930635Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T02:38:43.7930763Z ok (0.051s) 2022-11-23T02:38:43.7930916Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7931062Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7931210Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7931402Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7931588Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-11-23T02:38:43.7931738Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7931843Z test_prune (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7931975Z test_prune_importance_scores (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7932125Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7932254Z test_pruning_container (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7932378Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T02:38:43.7932534Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-11-23T02:38:43.7932649Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T02:38:43.7932814Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-11-23T02:38:43.7932917Z test_pruning_rollback (__main__.TestNN) 2022-11-23T02:38:43.7933074Z Test that if something fails when the we try to compute the mask, ... ok (0.004s) 2022-11-23T02:38:43.7933204Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7933349Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7933468Z test_random_pruning (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7933581Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T02:38:43.7933730Z Test that a mask of 1s does not change forward or backward. ... ok (0.003s) 2022-11-23T02:38:43.7933839Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T02:38:43.7933951Z check forward with mask (by hand). ... ok (0.006s) 2022-11-23T02:38:43.7934065Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T02:38:43.7934212Z Test that module.name now contains a pruned version of ... ok (0.000s) 2022-11-23T02:38:43.7934371Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T02:38:43.7934520Z Test that original tensor is correctly stored in 'orig' ... ok (0.010s) 2022-11-23T02:38:43.7934651Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7934760Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T02:38:43.7934920Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-11-23T02:38:43.7935066Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7935204Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7935375Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.005s) 2022-11-23T02:38:43.7935517Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7935661Z Test that it is possible to nest the parametrizations ... ok (0.005s) 2022-11-23T02:38:43.7935798Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7935945Z Test that it is possible to add a few parametrizations ... ok (0.019s) 2022-11-23T02:38:43.7936115Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7936272Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7936437Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7936683Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7936862Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7937026Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7937197Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.012s) 2022-11-23T02:38:43.7937375Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.007s) 2022-11-23T02:38:43.7937477Z test_remove_pruning (__main__.TestNN) 2022-11-23T02:38:43.7937635Z `prune.remove` removes the hook and the reparametrization ... ok (0.005s) 2022-11-23T02:38:43.7937750Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T02:38:43.7937892Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-11-23T02:38:43.7938001Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T02:38:43.7938160Z Remove pruning and check forward is unchanged from previous ... ok (0.003s) 2022-11-23T02:38:43.7938262Z test_repr (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7938380Z test_requires_grad_ (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7938495Z test_rnn_args_check (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7938658Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-11-23T02:38:43.7938790Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7938905Z test_rnn_pruning (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7939024Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7939154Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T02:38:43.7939321Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.015s) 2022-11-23T02:38:43.7939782Z test_share_memory (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7939891Z warnings.warn(message, UserWarning) 2022-11-23T02:38:43.7939958Z ok (0.004s) 2022-11-23T02:38:43.7940099Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.008s) 2022-11-23T02:38:43.7940301Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7940405Z test_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7940534Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7940708Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7940837Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7941007Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7941144Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7941325Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7941446Z test_softmax_lastdim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7941606Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:38:43.7941735Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7941904Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7942021Z test_softmax_spatial (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7942184Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:38:43.7942312Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7942524Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7942704Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.011s) 2022-11-23T02:38:43.7942880Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T02:38:43.7942989Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7943595Z test_spectral_norm (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7943694Z warnings.warn(message, UserWarning) 2022-11-23T02:38:43.7943762Z ok (0.030s) 2022-11-23T02:38:43.7943885Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7944013Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7944150Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.026s) 2022-11-23T02:38:43.7944278Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7944388Z test_state_dict (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7944560Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:38:43.7944732Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:38:43.7944855Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7944971Z test_threshold_int (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7945069Z test_to (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7945206Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7945345Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T02:38:43.7945539Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-11-23T02:38:43.7945706Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.006s) 2022-11-23T02:38:43.7945853Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T02:38:43.7946041Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-11-23T02:38:43.7946245Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T02:38:43.7946436Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.010s) 2022-11-23T02:38:43.7946565Z test_transformer_args_check (__main__.TestNN) ... ok (0.279s) 2022-11-23T02:38:43.7946704Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7946836Z test_transformerdecoder (__main__.TestNN) ... ok (0.155s) 2022-11-23T02:38:43.7946980Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.027s) 2022-11-23T02:38:43.7947131Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.041s) 2022-11-23T02:38:43.7947258Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T02:38:43.7947394Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7947524Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.013s) 2022-11-23T02:38:43.7947669Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7947772Z test_type (__main__.TestNN) ... ok (0.005s) 2022-11-23T02:38:43.7947899Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T02:38:43.7948074Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-11-23T02:38:43.7948706Z test_unflatten (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T02:38:43.7948886Z return super(Tensor, self).refine_names(names) 2022-11-23T02:38:43.7948952Z ok (0.003s) 2022-11-23T02:38:43.7949070Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7949239Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7949382Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T02:38:43.7949541Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-11-23T02:38:43.7949706Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7949837Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T02:38:43.7949996Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-11-23T02:38:43.7950137Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.059s) 2022-11-23T02:38:43.7950301Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.004s) 2022-11-23T02:38:43.7950429Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.033s) 2022-11-23T02:38:43.7950583Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.014s) 2022-11-23T02:38:43.7950716Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7950834Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T02:38:43.7950985Z Tests the second util function that validates the pruning ... ok (0.002s) 2022-11-23T02:38:43.7951109Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T02:38:43.7951246Z Test the first util function that validates the pruning ... ok (0.002s) 2022-11-23T02:38:43.7951374Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-11-23T02:38:43.7951489Z test_weight_norm (__main__.TestNN) ... ok (0.009s) 2022-11-23T02:38:43.7951617Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7951724Z test_zero_grad (__main__.TestNN) ... ok (0.003s) 2022-11-23T02:38:43.7951876Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7952025Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7952240Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7952400Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:38:43.7952606Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7952806Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7953005Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7953202Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7953400Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7953598Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7953772Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T02:38:43.7953927Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7954082Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7954235Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.946s) 2022-11-23T02:38:43.7954414Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:38:43.7954668Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7954834Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7954996Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7955193Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T02:38:43.7955368Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:38:43.7955523Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.082s) 2022-11-23T02:38:43.7955689Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7955854Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7956015Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7956211Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7956403Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7956573Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7956741Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7956910Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.284s) 2022-11-23T02:38:43.7957075Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (3.464s) 2022-11-23T02:38:43.7957238Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.379s) 2022-11-23T02:38:43.7957414Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:38:43.7957589Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7957764Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.381s) 2022-11-23T02:38:43.7957936Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.698s) 2022-11-23T02:38:43.7958116Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.399s) 2022-11-23T02:38:43.7958285Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.229s) 2022-11-23T02:38:43.7958915Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.751s) 2022-11-23T02:38:43.7959069Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7959256Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:38:43.7959422Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.397s) 2022-11-23T02:38:43.7959574Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7959730Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7959883Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T02:38:43.7960045Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.371s) 2022-11-23T02:38:43.7960207Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (8.151s) 2022-11-23T02:38:43.7960374Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7960636Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7960836Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:38:43.7960996Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7961238Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7961469Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:38:43.7961622Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T02:38:43.7961815Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:38:43.7962011Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7962186Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7962394Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:38:43.7962604Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7962769Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7962944Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.152s) 2022-11-23T02:38:43.7963138Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7963304Z test_conv_empty_input_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7964018Z test_conv_empty_input_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7964100Z warnings.warn( 2022-11-23T02:38:43.7964168Z ok (0.006s) 2022-11-23T02:38:43.7964331Z test_conv_empty_input_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7964488Z test_conv_empty_input_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7964701Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T02:38:43.7964923Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7965121Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-11-23T02:38:43.7965308Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T02:38:43.7965521Z test_cross_entropy_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7965734Z test_cross_entropy_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7965944Z test_cross_entropy_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:38:43.7966136Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:38:43.7966314Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7966545Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T02:38:43.7966775Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:38:43.7966999Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7967326Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7967541Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7967752Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7967976Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7968169Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:38:43.7968308Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.439s) 2022-11-23T02:38:43.7968484Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T02:38:43.7968656Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7968821Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7968987Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7969125Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:38:43.7969269Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T02:38:43.7969450Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7969624Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (10.322s) 2022-11-23T02:38:43.7969798Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (12.638s) 2022-11-23T02:38:43.7969972Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (7.931s) 2022-11-23T02:38:43.7970146Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (9.857s) 2022-11-23T02:38:43.7970312Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7970460Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7970622Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T02:38:43.7970830Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T02:38:43.7970990Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7971149Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T02:38:43.7971306Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7971457Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7971623Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7971850Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7972061Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7972229Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:38:43.7972453Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7972662Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:38:43.7972827Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7972999Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7973222Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7973415Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7973575Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7973727Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7973933Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7974123Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7974273Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (10.168s) 2022-11-23T02:38:43.7974470Z test_masked_softmax_devices_parity_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:38:43.7974644Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.693s) 2022-11-23T02:38:43.7974803Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.094s) 2022-11-23T02:38:43.7974967Z test_masked_softmax_mask_types_cpu (__main__.TestNNDeviceTypeCPU) ... ok (31.143s) 2022-11-23T02:38:43.7975170Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7975328Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7975488Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7975647Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7975809Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7976023Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7976237Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:38:43.7976445Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7976644Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7976883Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7977077Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7977294Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7977480Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7977663Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7977849Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7978003Z test_multihead_self_attn_two_masks_fast_path_cpu (__main__.TestNNDeviceTypeCPU) 2022-11-23T02:38:43.7978232Z Multihead self-attention should give the same result on the fast path (BetterTransformer) as on the slow path ... ok (0.012s) 2022-11-23T02:38:43.7978450Z test_multihead_self_attn_two_masks_fast_path_mock_cpu (__main__.TestNNDeviceTypeCPU) 2022-11-23T02:38:43.7978650Z Multihead self-attention should take fast path when both attention mask (mask type 0) ... ok (0.003s) 2022-11-23T02:38:43.7978809Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7978981Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7979251Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7979425Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7979598Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7979762Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7979928Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7980132Z test_nll_loss_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7980329Z test_nll_loss_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7980532Z test_nll_loss_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7980699Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7980872Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7981036Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7981179Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7981325Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7981486Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:38:43.7981866Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T02:38:43.7982031Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T02:38:43.7982338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T02:38:43.7982521Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:38:43.7982588Z ok (0.000s) 2022-11-23T02:38:43.7982728Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:38:43.7982990Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7983145Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:38:43.7983293Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7983579Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:38:43.7983761Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:38:43.7983941Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:38:43.7984112Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T02:38:43.7984278Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T02:38:43.7984487Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7984637Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7984797Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:38:43.7984962Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:38:43.7985206Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7985357Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.092s) 2022-11-23T02:38:43.7985571Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7985745Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7985906Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.368s) 2022-11-23T02:38:43.7986075Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7986238Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7986383Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7986549Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7986707Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7986874Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7987560Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:38:43.7987640Z warnings.warn( 2022-11-23T02:38:43.7988075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1118: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:38:43.7988250Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-11-23T02:38:43.7988320Z ok (0.006s) 2022-11-23T02:38:43.7988505Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T02:38:43.7988691Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) 2022-11-23T02:38:43.7988870Z Test transformer fast path on CPU with different valid mask types and shapes ... ok (0.109s) 2022-11-23T02:38:43.7989103Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T02:38:43.7989281Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.729s) 2022-11-23T02:38:43.7989481Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.144s) 2022-11-23T02:38:43.7989714Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7989953Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7990167Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7990414Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:38:43.7990619Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7990826Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:38:43.7991052Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7991288Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7991522Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7991781Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-11-23T02:38:43.7991996Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:38:43.7992208Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.067s) 2022-11-23T02:38:43.7992420Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-11-23T02:38:43.7992599Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:38:43.7992766Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-11-23T02:38:43.7992975Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:38:43.7993162Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T02:38:43.7993325Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-11-23T02:38:43.7993533Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7993740Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7993947Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7994126Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.185s) 2022-11-23T02:38:43.7994290Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T02:38:43.7994495Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7994692Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:38:43.7994878Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:38:43.7995060Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:38:43.7995253Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.219s) 2022-11-23T02:38:43.7995506Z test_upsampling_64bit_indexing_channels_last_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:38:43.7995671Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.615s) 2022-11-23T02:38:43.7995870Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7996064Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:38:43.7996212Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:38:43.7996430Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:38:43.7996567Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:38:43.7996708Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:38:43.7996884Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:38:43.7997050Z test_constant (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:38:43.7997177Z test_deprecation (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T02:38:43.7997304Z test_dirac_identity (__main__.TestNNInit) ... ok (0.015s) 2022-11-23T02:38:43.7997450Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:38:43.7997583Z test_dirac_properties (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:38:43.7997741Z test_eye (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T02:38:43.7997881Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T02:38:43.7997998Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.327s) 2022-11-23T02:38:43.7998169Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.011s) 2022-11-23T02:38:43.7998329Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.005s) 2022-11-23T02:38:43.7998460Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.271s) 2022-11-23T02:38:43.7998629Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:38:43.7998789Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.015s) 2022-11-23T02:38:43.7998902Z test_normal (__main__.TestNNInit) ... ok (1.265s) 2022-11-23T02:38:43.7999027Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T02:38:43.7999154Z test_orthogonal (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T02:38:43.7999289Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T02:38:43.7999432Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:38:43.7999635Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:38:43.7999753Z test_uniform (__main__.TestNNInit) ... ok (1.210s) 2022-11-23T02:38:43.7999876Z test_xavier_normal (__main__.TestNNInit) ... ok (0.704s) 2022-11-23T02:38:43.8000044Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T02:38:43.8000169Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.114s) 2022-11-23T02:38:43.8000336Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T02:38:43.8000489Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T02:38:43.8000646Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T02:38:43.8000886Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.000s) 2022-11-23T02:38:43.8001041Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.012s) 2022-11-23T02:38:43.8001231Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-11-23T02:38:43.8001373Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-11-23T02:38:43.8001386Z 2022-11-23T02:38:43.8001542Z ---------------------------------------------------------------------- 2022-11-23T02:38:43.8001627Z Ran 2406 tests in 170.469s 2022-11-23T02:38:43.8001633Z 2022-11-23T02:38:43.8001739Z OK (skipped=1162, expected failures=3) 2022-11-23T02:38:43.8001745Z 2022-11-23T02:38:43.8001835Z Generating XML reports... 2022-11-23T02:38:43.8002057Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20221123023551.xml 2022-11-23T02:38:43.8002331Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20221123023551.xml 2022-11-23T02:38:43.8002576Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20221123023551.xml 2022-11-23T02:38:43.8002791Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20221123023551.xml 2022-11-23T02:38:43.8003067Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionUtils-20221123023551.xml 2022-11-23T02:38:43.8003308Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20221123023551.xml 2022-11-23T02:38:43.8003500Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20221123023551.xml 2022-11-23T02:38:43.8003735Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNDeviceTypeCPU-20221123023551.xml 2022-11-23T02:38:43.8003991Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20221123023551.xml 2022-11-23T02:38:43.8004219Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20221123023551.xml 2022-11-23T02:38:43.8004226Z 2022-11-23T02:38:43.8004628Z ##[endgroup] 2022-11-23T02:38:43.8004849Z FINISHED PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_t6vp2xa5) 2022-11-23T02:38:43.8004866Z 2022-11-23T02:38:43.8004968Z Running test_linalg ... [2022-11-23 02:38:43.733552] 2022-11-23T02:38:43.8005246Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:43.734178] 2022-11-23T02:40:47.3412301Z 2022-11-23T02:40:47.3412765Z Expand the folded group to see the log file of test_linalg 2022-11-23T02:40:47.3423043Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_6lte394c) 2022-11-23T02:40:47.3423363Z 2022-11-23T02:40:47.3423456Z Running tests... 2022-11-23T02:40:47.3423729Z ---------------------------------------------------------------------- 2022-11-23T02:40:47.3424086Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-11-23T02:40:47.3424491Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.872s) 2022-11-23T02:40:47.3424831Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.591s) 2022-11-23T02:40:47.3425217Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.517s) 2022-11-23T02:40:47.3425536Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.357s) 2022-11-23T02:40:47.3425827Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.340s) 2022-11-23T02:40:47.3426154Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-11-23T02:40:47.3426530Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3426934Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3427331Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:40:47.3427816Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-11-23T02:40:47.3428132Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3428623Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3428959Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3429272Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3429605Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.727s) 2022-11-23T02:40:47.3430033Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-11-23T02:40:47.3430468Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-11-23T02:40:47.3430976Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-11-23T02:40:47.3431409Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-11-23T02:40:47.3431834Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3432246Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3432723Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3433237Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3433699Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3434131Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3434637Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-11-23T02:40:47.3435113Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3436011Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3436496Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3437008Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3437455Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-11-23T02:40:47.3438016Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3438438Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3462917Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3463392Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3463853Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.316s) 2022-11-23T02:40:47.3464324Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (2.045s) 2022-11-23T02:40:47.3464789Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.320s) 2022-11-23T02:40:47.3465198Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.489s) 2022-11-23T02:40:47.3465627Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.732s) 2022-11-23T02:40:47.3466034Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.755s) 2022-11-23T02:40:47.3466484Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3466842Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3467251Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3467599Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3467970Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3468312Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3468650Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3468982Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3469316Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3469799Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3470098Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3471061Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4675: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3472002Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-11-23T02:40:47.3472247Z ok (0.010s) 2022-11-23T02:40:47.3473124Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4650: UserWarning: An output with one or more elements was resized since it had shape [7], 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3474208Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-11-23T02:40:47.3474431Z ok (0.000s) 2022-11-23T02:40:47.3474695Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3475027Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3475355Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3475677Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3476000Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3476929Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3477764Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3478610Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3479397Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3480263Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3481170Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3482001Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3482800Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3483625Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3484399Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3485185Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3486074Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3486932Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3487739Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3488569Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3489348Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3490177Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3490951Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3491837Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3492668Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3493542Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3494329Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3495159Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3496605Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3497426Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3498210Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3499192Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3500021Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:40:47.3500222Z ok (1.174s) 2022-11-23T02:40:47.3500476Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.148s) 2022-11-23T02:40:47.3500793Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.107s) 2022-11-23T02:40:47.3501103Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.960s) 2022-11-23T02:40:47.3501403Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.950s) 2022-11-23T02:40:47.3502336Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6854: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3503184Z torch.matmul(l, r, out=out) 2022-11-23T02:40:47.3504098Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6854: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3504921Z torch.matmul(l, r, out=out) 2022-11-23T02:40:47.3505107Z ok (0.018s) 2022-11-23T02:40:47.3505372Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3506279Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1625: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:1076.) 2022-11-23T02:40:47.3507086Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-11-23T02:40:47.3507334Z ok (0.003s) 2022-11-23T02:40:47.3507593Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.355s) 2022-11-23T02:40:47.3507921Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3508302Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.096s) 2022-11-23T02:40:47.3508595Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3508947Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3509322Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3509690Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3510060Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3510409Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3510722Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3511047Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3511411Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3511743Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3512126Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3512471Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3512808Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3513136Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-11-23T02:40:47.3513477Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-11-23T02:40:47.3513810Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-11-23T02:40:47.3514141Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3514503Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3514899Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3515270Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3515651Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3516088Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.134s) 2022-11-23T02:40:47.3516482Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3516868Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3517248Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3517906Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:2483: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T02:40:47.3518430Z L = torch.cholesky(A) 2022-11-23T02:40:47.3518639Z should be replaced with 2022-11-23T02:40:47.3518860Z L = torch.linalg.cholesky(A) 2022-11-23T02:40:47.3519058Z and 2022-11-23T02:40:47.3519256Z U = torch.cholesky(A, upper=True) 2022-11-23T02:40:47.3519463Z should be replaced with 2022-11-23T02:40:47.3519694Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:40:47.3520206Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T02:40:47.3520682Z L = torch.cholesky(A, upper=upper) 2022-11-23T02:40:47.3520893Z ok (0.008s) 2022-11-23T02:40:47.3521165Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3521560Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3521903Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3522343Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:40:47.3522859Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:40:47.3523376Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3523927Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3524341Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3524726Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3525038Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3525356Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3525722Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3526111Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3526491Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3526869Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3527203Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... 2022-11-23T02:40:47.3527496Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3527670Z 2022-11-23T02:40:47.3527810Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3528042Z ok (0.534s) 2022-11-23T02:40:47.3528280Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... 2022-11-23T02:40:47.3528578Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3528744Z 2022-11-23T02:40:47.3528940Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3529155Z ok (0.050s) 2022-11-23T02:40:47.3529388Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... 2022-11-23T02:40:47.3529682Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3529849Z 2022-11-23T02:40:47.3529987Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3530265Z ok (0.153s) 2022-11-23T02:40:47.3530496Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... 2022-11-23T02:40:47.3530772Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3530936Z 2022-11-23T02:40:47.3531114Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T02:40:47.3531345Z ok (0.039s) 2022-11-23T02:40:47.3531617Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-11-23T02:40:47.3531984Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3532338Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3532670Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-11-23T02:40:47.3533033Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.653s) 2022-11-23T02:40:47.3533411Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.998s) 2022-11-23T02:40:47.3533843Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.825s) 2022-11-23T02:40:47.3534214Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.586s) 2022-11-23T02:40:47.3534580Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.760s) 2022-11-23T02:40:47.3534945Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (1.446s) 2022-11-23T02:40:47.3535295Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (1.651s) 2022-11-23T02:40:47.3535654Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.220s) 2022-11-23T02:40:47.3536013Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (1.437s) 2022-11-23T02:40:47.3536369Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (1.434s) 2022-11-23T02:40:47.3536751Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3537057Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3537412Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3537766Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3538090Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3538474Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.100s) 2022-11-23T02:40:47.3538805Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-11-23T02:40:47.3539182Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... skip: Skipped on Windows! (0.008s) 2022-11-23T02:40:47.3539514Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3539829Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3540160Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3540478Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3540872Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:40:47.3541302Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3541765Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:40:47.3542143Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3542531Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3542959Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3543327Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3543722Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3544066Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3544398Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.162s) 2022-11-23T02:40:47.3544694Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-11-23T02:40:47.3545010Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3545328Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3545651Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3545968Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3546279Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3546639Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-11-23T02:40:47.3546952Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3547257Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-11-23T02:40:47.3547555Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3547884Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3548244Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3548583Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3548929Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3549318Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3549650Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3550039Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3550362Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3550715Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:40:47.3551125Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:40:47.3551533Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:40:47.3551930Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:40:47.3552305Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3552672Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3553033Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3553367Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3553713Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3554036Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3554901Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3555241Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3555619Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3555928Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-11-23T02:40:47.3556626Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1042: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:40:47.3557234Z out = torch.empty_like(t).to(real_dtype) 2022-11-23T02:40:47.3557446Z ok (0.005s) 2022-11-23T02:40:47.3557723Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3558092Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3558452Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3558795Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3559093Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-11-23T02:40:47.3559404Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-11-23T02:40:47.3559712Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3560097Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (3.927s) 2022-11-23T02:40:47.3560422Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.556s) 2022-11-23T02:40:47.3560756Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3561083Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3561411Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-11-23T02:40:47.3561767Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-11-23T02:40:47.3562074Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-11-23T02:40:47.3562373Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-11-23T02:40:47.3562749Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3563087Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3563431Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3563770Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3564127Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3564465Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3564768Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3565083Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3565437Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3565786Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3566126Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3566465Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3566803Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3567133Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3567446Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3567831Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3568210Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3568538Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3568903Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3569276Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3569624Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.088s) 2022-11-23T02:40:47.3569938Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-11-23T02:40:47.3570252Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-11-23T02:40:47.3570601Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-11-23T02:40:47.3571135Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3571672Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3572195Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3572747Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3573308Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.203s) 2022-11-23T02:40:47.3573875Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.650s) 2022-11-23T02:40:47.3574558Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.316s) 2022-11-23T02:40:47.3575083Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.537s) 2022-11-23T02:40:47.3575723Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:40:47.3576450Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3576935Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3577406Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3577795Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3578101Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3578486Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3578787Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3579083Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3579414Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3579740Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3580052Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3581034Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3581938Z torch.kron(a, b, out=out) 2022-11-23T02:40:47.3582134Z ok (0.006s) 2022-11-23T02:40:47.3583171Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3584040Z torch.kron(a, b, out=out) 2022-11-23T02:40:47.3584239Z ok (0.000s) 2022-11-23T02:40:47.3585140Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3585962Z torch.kron(a, b, out=out) 2022-11-23T02:40:47.3586139Z ok (0.000s) 2022-11-23T02:40:47.3587039Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3587944Z torch.kron(a, b, out=out) 2022-11-23T02:40:47.3588178Z ok (0.010s) 2022-11-23T02:40:47.3588429Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3588924Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7288: ComplexWarning: scipy.linalg.ldl(): 2022-11-23T02:40:47.3589493Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-11-23T02:40:47.3589935Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-11-23T02:40:47.3590150Z ok (0.318s) 2022-11-23T02:40:47.3590411Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.105s) 2022-11-23T02:40:47.3590736Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-11-23T02:40:47.3591050Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-11-23T02:40:47.3591366Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3591688Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3591989Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3592295Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3592614Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3592943Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3593291Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3593662Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3594033Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-11-23T02:40:47.3594483Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-11-23T02:40:47.3594859Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-11-23T02:40:47.3595227Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-11-23T02:40:47.3595610Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.985s) 2022-11-23T02:40:47.3595936Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.807s) 2022-11-23T02:40:47.3596259Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.636s) 2022-11-23T02:40:47.3596557Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.571s) 2022-11-23T02:40:47.3596902Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3597258Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3597613Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3597956Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3598299Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-11-23T02:40:47.3598651Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3598975Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3599365Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3599998Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:40:47.3600549Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:40:47.3600835Z should be replaced with 2022-11-23T02:40:47.3601092Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:40:47.3601300Z and 2022-11-23T02:40:47.3601582Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:40:47.3601836Z should be replaced with 2022-11-23T02:40:47.3602278Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:40:47.3602762Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T02:40:47.3603006Z ok (0.367s) 2022-11-23T02:40:47.3603251Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.354s) 2022-11-23T02:40:47.3603585Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.341s) 2022-11-23T02:40:47.3603912Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.411s) 2022-11-23T02:40:47.3604238Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-11-23T02:40:47.3604569Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-11-23T02:40:47.3604892Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-11-23T02:40:47.3605195Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-11-23T02:40:47.3605617Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:40:47.3606117Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3606605Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:40:47.3607180Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:40:47.3607594Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-11-23T02:40:47.3607989Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-11-23T02:40:47.3608354Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3608713Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3609089Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3609455Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3609832Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.085s) 2022-11-23T02:40:47.3610218Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-11-23T02:40:47.3610601Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-11-23T02:40:47.3610982Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-11-23T02:40:47.3611340Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3611700Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-11-23T02:40:47.3612090Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-11-23T02:40:47.3612437Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3612815Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3613211Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-11-23T02:40:47.3613646Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3614017Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3614432Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.607s) 2022-11-23T02:40:47.3614789Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.650s) 2022-11-23T02:40:47.3615140Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.379s) 2022-11-23T02:40:47.3615484Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.365s) 2022-11-23T02:40:47.3615866Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:40:47.3616284Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:40:47.3616678Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:40:47.3617079Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3617449Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3618021Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5096: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:40:47.3618775Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:40:47.3619126Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:40:47.3619349Z should be replaced with 2022-11-23T02:40:47.3619706Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:40:47.3619945Z and 2022-11-23T02:40:47.3620152Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:40:47.3620435Z should be replaced with 2022-11-23T02:40:47.3620879Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:40:47.3621285Z e = torch.symeig(A)[0] 2022-11-23T02:40:47.3621460Z ok (0.935s) 2022-11-23T02:40:47.3621718Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (8.251s) 2022-11-23T02:40:47.3622025Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3622350Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-11-23T02:40:47.3622686Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-11-23T02:40:47.3622973Z ------------------------------------------------------- 2022-11-23T02:40:47.3623255Z | standard | generalized | method 2022-11-23T02:40:47.3623504Z torch.lobpcg | 221.82 | 269.86 | ortho 2022-11-23T02:40:47.3623740Z scipy_lobpcg | 245.90 | 305.03 | N/A 2022-11-23T02:40:47.3623997Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-11-23T02:40:47.3624218Z 2022-11-23T02:40:47.3624501Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-11-23T02:40:47.3624888Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-11-23T02:40:47.3625297Z ---------------------------------------------------------------------------- 2022-11-23T02:40:47.3625605Z | standard | generalized | niter | method 2022-11-23T02:40:47.3625911Z torch.lobpcg | 9.18e-14 | 7.23e-15 | 1000 | ortho 2022-11-23T02:40:47.3626166Z scipy_lobpcg | -1.00e+00 | 9.02e-10 | -1 | N/A 2022-11-23T02:40:47.3626443Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-11-23T02:40:47.3626675Z 2022-11-23T02:40:47.3626744Z ok (24.701s) 2022-11-23T02:40:47.3627003Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.299s) 2022-11-23T02:40:47.3627326Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3627904Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T02:40:47.3628453Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:40:47.3628710Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:40:47.3628909Z should be replaced with 2022-11-23T02:40:47.3629325Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T02:40:47.3629742Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-11-23T02:40:47.3629944Z ok (0.003s) 2022-11-23T02:40:47.3630216Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3630580Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3630923Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3631259Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3631589Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3631911Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3632282Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3632696Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3633291Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:40:47.3633775Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:40:47.3634252Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:40:47.3634637Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3635238Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3635549Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3635847Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3636201Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3636586Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:40:47.3636973Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3637353Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3637751Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3638082Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3639161Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4285: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3640025Z ans = torch.matmul(x, y, out=out) 2022-11-23T02:40:47.3640868Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4285: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3641650Z ans = torch.matmul(x, y, out=out) 2022-11-23T02:40:47.3642460Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4285: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3643202Z ans = torch.matmul(x, y, out=out) 2022-11-23T02:40:47.3643394Z ok (0.440s) 2022-11-23T02:40:47.3643661Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.387s) 2022-11-23T02:40:47.3643996Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.254s) 2022-11-23T02:40:47.3644343Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.760s) 2022-11-23T02:40:47.3644791Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.629s) 2022-11-23T02:40:47.3645134Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.114s) 2022-11-23T02:40:47.3645524Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.973s) 2022-11-23T02:40:47.3645873Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.836s) 2022-11-23T02:40:47.3646201Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.271s) 2022-11-23T02:40:47.3646526Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3646831Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3647159Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-11-23T02:40:47.3647499Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3647844Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3648188Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3648510Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3648836Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-11-23T02:40:47.3649159Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-11-23T02:40:47.3649525Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-11-23T02:40:47.3649844Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3650172Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3650487Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3650858Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3651177Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3651492Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-11-23T02:40:47.3651850Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-11-23T02:40:47.3652158Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3652454Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-11-23T02:40:47.3652774Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3653100Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3653422Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3653741Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3654088Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3654462Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3654816Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3655175Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3655519Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3655835Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3656215Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3656703Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:40:47.3657182Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3657590Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3658051Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3658546Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3658904Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3659211Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3659522Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3659842Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3660148Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-11-23T02:40:47.3660459Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3660764Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-11-23T02:40:47.3661074Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-11-23T02:40:47.3661446Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-11-23T02:40:47.3661759Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-11-23T02:40:47.3662052Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-11-23T02:40:47.3662353Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-11-23T02:40:47.3662654Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-11-23T02:40:47.3662962Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3663304Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... skip: Skipped on Windows! (0.003s) 2022-11-23T02:40:47.3663733Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3664043Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.102s) 2022-11-23T02:40:47.3664458Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:40:47.3664853Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3665197Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.169s) 2022-11-23T02:40:47.3665502Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.178s) 2022-11-23T02:40:47.3665837Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-11-23T02:40:47.3666198Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.062s) 2022-11-23T02:40:47.3666541Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-11-23T02:40:47.3666892Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-11-23T02:40:47.3667204Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.059s) 2022-11-23T02:40:47.3667508Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3667825Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.083s) 2022-11-23T02:40:47.3668128Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.857s) 2022-11-23T02:40:47.3668452Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-11-23T02:40:47.3668812Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-11-23T02:40:47.3669218Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-11-23T02:40:47.3669571Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-11-23T02:40:47.3669977Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.704s) 2022-11-23T02:40:47.3670320Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3670689Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-11-23T02:40:47.3670997Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3671325Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-11-23T02:40:47.3671663Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3671997Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3672326Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3672747Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:40:47.3673181Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3673579Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:40:47.3674029Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3674418Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:40:47.3674763Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3675085Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3675399Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3675693Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3676061Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3676398Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3676766Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3677092Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3677404Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-11-23T02:40:47.3677691Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-11-23T02:40:47.3677986Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-11-23T02:40:47.3678274Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.076s) 2022-11-23T02:40:47.3678600Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3678953Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3679299Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3679637Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3680332Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:1241.) 2022-11-23T02:40:47.3680929Z torch.ger(a, b, out=out) 2022-11-23T02:40:47.3681118Z ok (0.010s) 2022-11-23T02:40:47.3681401Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3681701Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3681999Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3682328Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3682618Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3682904Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3683243Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3683526Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3683812Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3684082Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3684365Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3684672Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3685017Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3685369Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3685722Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3686081Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3686469Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3686815Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3687157Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3687507Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3687848Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3688187Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3688565Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3688908Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3689295Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3689638Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3689980Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3690328Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3690671Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3690994Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3691326Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3691657Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3691983Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3692309Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3692636Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3692958Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3693301Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3693703Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3694061Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3694420Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3694823Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3695176Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-11-23T02:40:47.3695521Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3695904Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3696246Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3696590Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3696939Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3697282Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3697631Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3697965Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3699013Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3699375Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3699730Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3700082Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3700430Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3700761Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3701154Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3701499Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3701887Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3702242Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3702591Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3702935Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3703270Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3703629Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3703975Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3704320Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3704658Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3704995Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3705333Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-11-23T02:40:47.3705653Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3705990Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3706388Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3706733Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3707076Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3707470Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3707812Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3708160Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3708554Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3708892Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3709229Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3709565Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3709896Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3710217Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3710550Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3710888Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3711284Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3711632Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3711988Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3712339Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3712673Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3713012Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3713351Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3713685Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3714073Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3714412Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3714785Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-11-23T02:40:47.3715124Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3715465Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3715810Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3716155Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3716494Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3716826Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3717148Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3717481Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3717817Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3718148Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3718533Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3718866Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3719191Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3719528Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3719869Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3720263Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3720608Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3720983Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3721318Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3721641Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3721980Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3722309Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3722636Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3722969Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3723350Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3723671Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3724008Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3724357Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3724698Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3725034Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3725364Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3725696Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3726011Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3726344Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3726730Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3727075Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3727459Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3727793Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3728124Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3728476Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3728822Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3729157Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3729496Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3729829Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3730163Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3730528Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3730864Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3731199Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3731542Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3731879Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3732221Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3732556Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3732947Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3733284Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3733664Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3734010Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3734345Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3734682Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3734998Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3735382Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3735696Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.757s) 2022-11-23T02:40:47.3735996Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3736297Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.156s) 2022-11-23T02:40:47.3736596Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.155s) 2022-11-23T02:40:47.3736881Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.147s) 2022-11-23T02:40:47.3737173Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.131s) 2022-11-23T02:40:47.3737503Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3737855Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3738204Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3738632Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3738944Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3739311Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-11-23T02:40:47.3739623Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3739978Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3740332Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T02:40:47.3740668Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3740992Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.007s) 2022-11-23T02:40:47.3741300Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3741623Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-11-23T02:40:47.3741933Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3742246Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-11-23T02:40:47.3742554Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3742868Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-11-23T02:40:47.3743462Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3498: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:40:47.3743995Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:40:47.3744262Z Q, R = torch.qr(A, some) 2022-11-23T02:40:47.3744465Z should be replaced with 2022-11-23T02:40:47.3744909Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:40:47.3745372Z Q, R = torch.qr(A, some=some) 2022-11-23T02:40:47.3745789Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3516: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:40:47.3746307Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:40:47.3746574Z Q, R = torch.qr(A, some) 2022-11-23T02:40:47.3746770Z should be replaced with 2022-11-23T02:40:47.3747199Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2470.) 2022-11-23T02:40:47.3747627Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-11-23T02:40:47.3747828Z ok (0.055s) 2022-11-23T02:40:47.3748052Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-11-23T02:40:47.3748403Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-11-23T02:40:47.3748685Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-11-23T02:40:47.3748982Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3749280Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3749567Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-11-23T02:40:47.3749841Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3750123Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-11-23T02:40:47.3750399Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3750678Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-11-23T02:40:47.3750950Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-11-23T02:40:47.3751208Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.000s) 2022-11-23T02:40:47.3751487Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.010s) 2022-11-23T02:40:47.3751824Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3752126Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-11-23T02:40:47.3752477Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-11-23T02:40:47.3752783Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-11-23T02:40:47.3753070Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-11-23T02:40:47.3753402Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3753762Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3754111Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3754457Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3754814Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3755175Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3755520Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3755868Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3756784Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-11-23T02:40:47.3757102Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-11-23T02:40:47.3757402Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-11-23T02:40:47.3757690Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-11-23T02:40:47.3758034Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3758346Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-11-23T02:40:47.3758663Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3759008Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.180s) 2022-11-23T02:40:47.3759305Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.170s) 2022-11-23T02:40:47.3759598Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.144s) 2022-11-23T02:40:47.3759868Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.133s) 2022-11-23T02:40:47.3760160Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.051s) 2022-11-23T02:40:47.3760487Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.436s) 2022-11-23T02:40:47.3760830Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.251s) 2022-11-23T02:40:47.3761167Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-11-23T02:40:47.3761495Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.160s) 2022-11-23T02:40:47.3762111Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:40:47.3762720Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:40:47.3763069Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:40:47.3763284Z should be replaced with 2022-11-23T02:40:47.3763540Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:40:47.3763759Z and 2022-11-23T02:40:47.3763956Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:40:47.3764167Z should be replaced with 2022-11-23T02:40:47.3764650Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2927.) 2022-11-23T02:40:47.3765129Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T02:40:47.3766069Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3766908Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T02:40:47.3767794Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3768630Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T02:40:47.3769563Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3770398Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T02:40:47.3771384Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:40:47.3772213Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T02:40:47.3772470Z ok (0.039s) 2022-11-23T02:40:47.3772714Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-11-23T02:40:47.3773017Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-11-23T02:40:47.3773344Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-11-23T02:40:47.3773672Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3774033Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3774385Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3774739Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3775048Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3775338Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-11-23T02:40:47.3775645Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3775949Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3776248Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-11-23T02:40:47.3776608Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3776935Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3777302Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3777609Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3777949Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3778392Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3778751Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3779100Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3779454Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3779790Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3780131Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3780474Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3780804Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-11-23T02:40:47.3781177Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3781493Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-11-23T02:40:47.3781804Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3782115Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3782446Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3782831Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3783192Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3783534Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-11-23T02:40:47.3784168Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4210: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T02:40:47.3784801Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:40:47.3785116Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:40:47.3785335Z should be replaced with 2022-11-23T02:40:47.3785754Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:40:47.3786307Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-11-23T02:40:47.3786587Z ok (0.051s) 2022-11-23T02:40:47.3786871Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-11-23T02:40:47.3787244Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-11-23T02:40:47.3787684Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-11-23T02:40:47.3788092Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3788532Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-11-23T02:40:47.3788936Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-11-23T02:40:47.3789370Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-11-23T02:40:47.3789850Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:40:47.3790372Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:40:47.3790924Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:40:47.3791455Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:40:47.3791902Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-11-23T02:40:47.3792278Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-11-23T02:40:47.3792647Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-11-23T02:40:47.3816629Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-11-23T02:40:47.3817178Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3817709Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3818101Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3818629Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3818981Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3819348Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-11-23T02:40:47.3819674Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-11-23T02:40:47.3819986Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.281s) 2022-11-23T02:40:47.3820287Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.172s) 2022-11-23T02:40:47.3820597Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.274s) 2022-11-23T02:40:47.3820908Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.275s) 2022-11-23T02:40:47.3821223Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.267s) 2022-11-23T02:40:47.3821531Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.160s) 2022-11-23T02:40:47.3821843Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-11-23T02:40:47.3822327Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-11-23T02:40:47.3822791Z ret **= (1 / ord) 2022-11-23T02:40:47.3823147Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-11-23T02:40:47.3823472Z absx **= ord 2022-11-23T02:40:47.3823818Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-11-23T02:40:47.3824138Z absx **= ord 2022-11-23T02:40:47.3824293Z ok (0.017s) 2022-11-23T02:40:47.3824405Z 2022-11-23T02:40:47.3824564Z ---------------------------------------------------------------------- 2022-11-23T02:40:47.3824823Z Ran 728 tests in 120.469s 2022-11-23T02:40:47.3824945Z 2022-11-23T02:40:47.3825022Z OK (skipped=55) 2022-11-23T02:40:47.3825133Z 2022-11-23T02:40:47.3825223Z Generating XML reports... 2022-11-23T02:40:47.3825574Z Generated XML report: test-reports\python-unittest\test_linalg\TEST-TestLinalgCPU-20221123023846.xml 2022-11-23T02:40:47.3825828Z 2022-11-23T02:40:47.3826137Z ##[endgroup] 2022-11-23T02:40:47.3826485Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_6lte394c) 2022-11-23T02:40:47.3826743Z 2022-11-23T02:40:47.3826889Z Running distributions/test_distributions ... [2022-11-23 02:40:47.346767] 2022-11-23T02:40:47.3827368Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:40:47.347393] 2022-11-23T02:41:29.2761455Z 2022-11-23T02:41:29.2761953Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T02:41:29.2762843Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_gbbg4ji1) 2022-11-23T02:41:29.2763783Z 2022-11-23T02:41:29.2764014Z Running tests... 2022-11-23T02:41:29.2764356Z ---------------------------------------------------------------------- 2022-11-23T02:41:29.2764912Z Test results will be stored in test-reports\python-unittest\distributions.test_distributions 2022-11-23T02:41:29.2765992Z test_cdf (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2766469Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2766778Z ok (0.049s) 2022-11-23T02:41:29.2767215Z test_icdf (__main__.TestAgainstScipy) ... ok (0.029s) 2022-11-23T02:41:29.2769012Z test_mean (__main__.TestAgainstScipy) ... ok (1.144s) 2022-11-23T02:41:29.2770194Z test_variance_stddev (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T02:41:29.2771368Z return torch.as_tensor(tensor_like) 2022-11-23T02:41:29.2771664Z ok (0.042s) 2022-11-23T02:41:29.2772004Z test_params_constraints (__main__.TestConstraints) ... ok (0.079s) 2022-11-23T02:41:29.2772443Z test_support_constraints (__main__.TestConstraints) ... ok (0.089s) 2022-11-23T02:41:29.2772907Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2773288Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:41:29.2773652Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2774064Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2774582Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2774979Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.013s) 2022-11-23T02:41:29.2775320Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:41:29.2775676Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2776048Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2776516Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2776871Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2777338Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2777738Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:41:29.2778106Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2778442Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.022s) 2022-11-23T02:41:29.2778799Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2779170Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2779529Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2779885Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2780295Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2780723Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2781133Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2781581Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2782022Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2782449Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2782874Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2783390Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2783756Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2784106Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2784457Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2784800Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2785163Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2785526Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2785891Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:41:29.2786312Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:41:29.2786688Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:41:29.2787098Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:41:29.2787454Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2787811Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2788150Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:41:29.2788569Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:41:29.2788927Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:41:29.2789277Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:41:29.2789595Z test_bernoulli (__main__.TestDistributions) ... ok (0.124s) 2022-11-23T02:41:29.2789892Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:41:29.2790204Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2790526Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.074s) 2022-11-23T02:41:29.2790823Z test_beta_sample (__main__.TestDistributions) ... ok (0.336s) 2022-11-23T02:41:29.2791119Z test_beta_shape (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2791417Z test_beta_underflow (__main__.TestDistributions) ... ok (0.035s) 2022-11-23T02:41:29.2791755Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:41:29.2792066Z test_binomial (__main__.TestDistributions) ... ok (0.031s) 2022-11-23T02:41:29.2792425Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2792753Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:41:29.2793137Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.070s) 2022-11-23T02:41:29.2793487Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:41:29.2793819Z test_binomial_sample (__main__.TestDistributions) ... ok (0.066s) 2022-11-23T02:41:29.2794129Z test_binomial_stable (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2794434Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.088s) 2022-11-23T02:41:29.2794756Z test_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:41:29.2795062Z test_categorical_2d (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:41:29.2795392Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:41:29.2795711Z test_cauchy (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T02:41:29.2796268Z test_cdf_icdf_inverse (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2796728Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2796947Z ok (0.326s) 2022-11-23T02:41:29.2797186Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.110s) 2022-11-23T02:41:29.2797486Z test_chi2_sample (__main__.TestDistributions) ... ok (0.146s) 2022-11-23T02:41:29.2797788Z test_chi2_shape (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:41:29.2798107Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:41:29.2798477Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:41:29.2798806Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2799157Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:41:29.2799466Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.044s) 2022-11-23T02:41:29.2799779Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:41:29.2800285Z test_distribution_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2800742Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2800944Z ok (0.653s) 2022-11-23T02:41:29.2801208Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.156s) 2022-11-23T02:41:29.2801600Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.030s) 2022-11-23T02:41:29.2801920Z test_exponential (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T02:41:29.2802231Z test_exponential_sample (__main__.TestDistributions) ... ok (0.106s) 2022-11-23T02:41:29.2802544Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:41:29.2802853Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.943s) 2022-11-23T02:41:29.2803200Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:41:29.2803551Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-11-23T02:41:29.2803892Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2804250Z test_gamma_sample (__main__.TestDistributions) ... ok (0.316s) 2022-11-23T02:41:29.2804551Z test_gamma_shape (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:41:29.2804890Z test_geometric (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:41:29.2805209Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:41:29.2805532Z test_geometric_sample (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:41:29.2805829Z test_gumbel (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:41:29.2806117Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.654s) 2022-11-23T02:41:29.2806416Z test_halfcauchy (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:41:29.2806736Z test_halfnormal (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:41:29.2807040Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:41:29.2807368Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.183s) 2022-11-23T02:41:29.2807674Z test_has_examples (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:41:29.2808170Z test_independent_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2808628Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2808843Z ok (0.778s) 2022-11-23T02:41:29.2809085Z test_independent_shape (__main__.TestDistributions) ... ok (0.304s) 2022-11-23T02:41:29.2809427Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.763s) 2022-11-23T02:41:29.2809823Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.037s) 2022-11-23T02:41:29.2810195Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:41:29.2810502Z test_laplace (__main__.TestDistributions) ... ok (0.022s) 2022-11-23T02:41:29.2810798Z test_laplace_sample (__main__.TestDistributions) ... ok (0.302s) 2022-11-23T02:41:29.2811158Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:41:29.2811474Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:41:29.2811777Z test_logisticnormal (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:41:29.2812097Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:41:29.2812423Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.412s) 2022-11-23T02:41:29.2812730Z test_lognormal (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:41:29.2813042Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:41:29.2813353Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.319s) 2022-11-23T02:41:29.2813681Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:41:29.2814041Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.034s) 2022-11-23T02:41:29.2814432Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2814881Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.060s) 2022-11-23T02:41:29.2815256Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.058s) 2022-11-23T02:41:29.2815607Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T02:41:29.2815958Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.065s) 2022-11-23T02:41:29.2816366Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:41:29.2816910Z test_mode (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2817397Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2817635Z ok (0.154s) 2022-11-23T02:41:29.2817879Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T02:41:29.2818224Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:41:29.2818557Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:41:29.2818886Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:41:29.2819214Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:41:29.2819565Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:41:29.2819920Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.116s) 2022-11-23T02:41:29.2820258Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.078s) 2022-11-23T02:41:29.2820629Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:41:29.2820986Z test_negative_binomial (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:41:29.2821298Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.065s) 2022-11-23T02:41:29.2821667Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T02:41:29.2822005Z test_normal (__main__.TestDistributions) ... ok (0.025s) 2022-11-23T02:41:29.2822303Z test_normal_sample (__main__.TestDistributions) ... ok (0.339s) 2022-11-23T02:41:29.2822629Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:41:29.2823053Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:41:29.2823433Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:41:29.2823762Z test_pareto (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:41:29.2824057Z test_pareto_sample (__main__.TestDistributions) ... ok (0.354s) 2022-11-23T02:41:29.2824369Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:41:29.2824709Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:41:29.2825049Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:41:29.2825364Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:41:29.2825655Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:41:29.2825967Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:41:29.2826303Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:41:29.2826651Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:41:29.2826966Z test_repr (__main__.TestDistributions) ... ok (0.025s) 2022-11-23T02:41:29.2827282Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.031s) 2022-11-23T02:41:29.2827787Z test_rsample_requires_grad (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2828300Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2828521Z ok (0.019s) 2022-11-23T02:41:29.2828770Z test_sample_detached (__main__.TestDistributions) ... ok (0.022s) 2022-11-23T02:41:29.2829131Z test_studentT (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:41:29.2829433Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.101s) 2022-11-23T02:41:29.2829781Z test_studentT_sample (__main__.TestDistributions) ... ok (1.320s) 2022-11-23T02:41:29.2830104Z test_support_attributes (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T02:41:29.2830412Z test_uniform (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:41:29.2830735Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.036s) 2022-11-23T02:41:29.2831066Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:41:29.2831377Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.350s) 2022-11-23T02:41:29.2831867Z test_wishart_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2832313Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2832532Z ok (0.096s) 2022-11-23T02:41:29.2833034Z test_wishart_moments (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T02:41:29.2833642Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:41:29.2833928Z ok (1.694s) 2022-11-23T02:41:29.2834183Z test_wishart_properties (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:41:29.2834505Z test_wishart_sample (__main__.TestDistributions) ... ok (0.354s) 2022-11-23T02:41:29.2835113Z test_wishart_shape (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2835620Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2836083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2836546Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2836959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2837347Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2837757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2838137Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2838550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2838937Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2839345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2839731Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2839952Z ok (0.141s) 2022-11-23T02:41:29.2840216Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:41:29.2840590Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.011s) 2022-11-23T02:41:29.2840916Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-11-23T02:41:29.2841202Z test_cat_transform (__main__.TestFunctors) ... ok (0.005s) 2022-11-23T02:41:29.2841550Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.005s) 2022-11-23T02:41:29.2841912Z test_stack_transform (__main__.TestFunctors) ... ok (0.005s) 2022-11-23T02:41:29.2842404Z test_cdf (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:41:29.2842829Z warnings.warn("Singular sample detected.") 2022-11-23T02:41:29.2843045Z ok (0.928s) 2022-11-23T02:41:29.2843522Z test_entropy (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T02:41:29.2844105Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:41:29.2844392Z ok (1.179s) 2022-11-23T02:41:29.2844628Z test_enumerate_support (__main__.TestJit) ... ok (0.402s) 2022-11-23T02:41:29.2844914Z test_log_prob (__main__.TestJit) ... ok (2.251s) 2022-11-23T02:41:29.2845186Z test_mean (__main__.TestJit) ... ok (1.053s) 2022-11-23T02:41:29.2845437Z test_rsample (__main__.TestJit) ... ok (0.664s) 2022-11-23T02:41:29.2845688Z test_sample (__main__.TestJit) ... ok (0.759s) 2022-11-23T02:41:29.2845943Z test_variance (__main__.TestJit) ... ok (1.288s) 2022-11-23T02:41:29.2846214Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.046s) 2022-11-23T02:41:29.2846512Z test_entropy_monte_carlo (__main__.TestKL) ... ok (3.686s) 2022-11-23T02:41:29.2846785Z test_kl_edgecases (__main__.TestKL) ... ok (0.018s) 2022-11-23T02:41:29.2847062Z test_kl_exponential_family (__main__.TestKL) ... ok (0.022s) 2022-11-23T02:41:29.2847336Z test_kl_infinite (__main__.TestKL) ... ok (0.020s) 2022-11-23T02:41:29.2847673Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.033s) 2022-11-23T02:41:29.2847988Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.022s) 2022-11-23T02:41:29.2848294Z test_kl_monte_carlo (__main__.TestKL) ... ok (1.168s) 2022-11-23T02:41:29.2848616Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.038s) 2022-11-23T02:41:29.2848919Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.024s) 2022-11-23T02:41:29.2849250Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.022s) 2022-11-23T02:41:29.2849545Z test_kl_shape (__main__.TestKL) ... ok (0.057s) 2022-11-23T02:41:29.2849856Z test_kl_transformed (__main__.TestKL) ... ok (0.010s) 2022-11-23T02:41:29.2850188Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.000s) 2022-11-23T02:41:29.2850584Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.013s) 2022-11-23T02:41:29.2850950Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.017s) 2022-11-23T02:41:29.2851308Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-11-23T02:41:29.2851679Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T02:41:29.2852041Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T02:41:29.2852392Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T02:41:29.2852764Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.028s) 2022-11-23T02:41:29.2853155Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-11-23T02:41:29.2853555Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T02:41:29.2853980Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.012s) 2022-11-23T02:41:29.2854343Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T02:41:29.2854701Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.051s) 2022-11-23T02:41:29.2855039Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.055s) 2022-11-23T02:41:29.2855306Z test_chi2 (__main__.TestRsample) ... ok (0.025s) 2022-11-23T02:41:29.2855594Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.649s) 2022-11-23T02:41:29.2855909Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.067s) 2022-11-23T02:41:29.2856315Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.120s) 2022-11-23T02:41:29.2856591Z test_gamma (__main__.TestRsample) ... ok (0.034s) 2022-11-23T02:41:29.2856866Z test_invalid (__main__.TestValidation) ... ok (0.028s) 2022-11-23T02:41:29.2857164Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.346s) 2022-11-23T02:41:29.2857457Z test_valid (__main__.TestValidation) ... ok (0.021s) 2022-11-23T02:41:29.2857772Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.009s) 2022-11-23T02:41:29.2857967Z 2022-11-23T02:41:29.2858129Z ---------------------------------------------------------------------- 2022-11-23T02:41:29.2858380Z Ran 219 tests in 38.422s 2022-11-23T02:41:29.2858505Z 2022-11-23T02:41:29.2858581Z OK (skipped=5) 2022-11-23T02:41:29.2858695Z 2022-11-23T02:41:29.2858788Z Generating XML reports... 2022-11-23T02:41:29.2859194Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestAgainstScipy-20221123024050.xml 2022-11-23T02:41:29.2859752Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestConstraints-20221123024050.xml 2022-11-23T02:41:29.2860362Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributionShapes-20221123024050.xml 2022-11-23T02:41:29.2860973Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributions-20221123024050.xml 2022-11-23T02:41:29.2861491Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestFunctors-20221123024050.xml 2022-11-23T02:41:29.2862012Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestJit-20221123024050.xml 2022-11-23T02:41:29.2862511Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestKL-20221123024050.xml 2022-11-23T02:41:29.2863065Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestLazyLogitsInitialization-20221123024050.xml 2022-11-23T02:41:29.2863718Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestNumericalStability-20221123024050.xml 2022-11-23T02:41:29.2864274Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestRsample-20221123024050.xml 2022-11-23T02:41:29.2864802Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestValidation-20221123024050.xml 2022-11-23T02:41:29.2865082Z 2022-11-23T02:41:29.2865396Z ##[endgroup] 2022-11-23T02:41:29.2865857Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_gbbg4ji1) 2022-11-23T02:41:29.2866181Z 2022-11-23T02:41:29.2866319Z Running test_tensorexpr ... [2022-11-23 02:41:29.277470] 2022-11-23T02:41:29.2866806Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:41:29.278075] 2022-11-23T02:42:02.7121413Z 2022-11-23T02:42:02.7122221Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T02:42:02.7123380Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_equ9nxkz) 2022-11-23T02:42:02.7123861Z 2022-11-23T02:42:02.7123997Z Running tests... 2022-11-23T02:42:02.7124449Z ---------------------------------------------------------------------- 2022-11-23T02:42:02.7125605Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-11-23T02:42:02.7126140Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.471s) 2022-11-23T02:42:02.7126610Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T02:42:02.7127178Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.074s) 2022-11-23T02:42:02.7127779Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T02:42:02.7128315Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.241s) 2022-11-23T02:42:02.7128646Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.051s) 2022-11-23T02:42:02.7128932Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.006s) 2022-11-23T02:42:02.7129301Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.440s) 2022-11-23T02:42:02.7129612Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.059s) 2022-11-23T02:42:02.7130705Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.093s) 2022-11-23T02:42:02.7131221Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.585s) 2022-11-23T02:42:02.7131639Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-11-23T02:42:02.7131999Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (2.300s) 2022-11-23T02:42:02.7132311Z test_cat (__main__.TestTensorExprFuser) ... ok (1.720s) 2022-11-23T02:42:02.7132623Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.301s) 2022-11-23T02:42:02.7132962Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.273s) 2022-11-23T02:42:02.7133349Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-11-23T02:42:02.7133712Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.270s) 2022-11-23T02:42:02.7134048Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-11-23T02:42:02.7135407Z test_char (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-11-23T02:42:02.7136277Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.100s) 2022-11-23T02:42:02.7136575Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-11-23T02:42:02.7136872Z test_constant (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T02:42:02.7137156Z test_double (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T02:42:02.7137468Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-11-23T02:42:02.7138026Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-11-23T02:42:02.7138376Z test_easy (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T02:42:02.7138663Z test_eq (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T02:42:02.7138955Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.021s) 2022-11-23T02:42:02.7139242Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-11-23T02:42:02.7139538Z test_ge (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T02:42:02.7139823Z test_gt (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-11-23T02:42:02.7140145Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:42:02.7140478Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.002s) 2022-11-23T02:42:02.7142191Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.005s) 2022-11-23T02:42:02.7142490Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-11-23T02:42:02.7142807Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.021s) 2022-11-23T02:42:02.7143101Z test_le (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-11-23T02:42:02.7143387Z test_loop (__main__.TestTensorExprFuser) ... ok (0.150s) 2022-11-23T02:42:02.7143669Z test_lt (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-11-23T02:42:02.7143964Z test_mask (__main__.TestTensorExprFuser) ... ok (0.011s) 2022-11-23T02:42:02.7144352Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-11-23T02:42:02.7144661Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-11-23T02:42:02.7144989Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T02:42:02.7145324Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T02:42:02.7145660Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-11-23T02:42:02.7145987Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T02:42:02.7146285Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-11-23T02:42:02.7146604Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-11-23T02:42:02.7148306Z test_nans (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-11-23T02:42:02.7148594Z test_ne (__main__.TestTensorExprFuser) ... ok (0.024s) 2022-11-23T02:42:02.7148893Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T02:42:02.7149223Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (11.230s) 2022-11-23T02:42:02.7149536Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.429s) 2022-11-23T02:42:02.7149861Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.182s) 2022-11-23T02:42:02.7150154Z test_relu (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-11-23T02:42:02.7150449Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.124s) 2022-11-23T02:42:02.7150756Z test_reps (__main__.TestTensorExprFuser) ... ok (0.492s) 2022-11-23T02:42:02.7151048Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-11-23T02:42:02.7151328Z test_short (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-11-23T02:42:02.7151631Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-11-23T02:42:02.7151932Z test_slice (__main__.TestTensorExprFuser) ... ok (5.597s) 2022-11-23T02:42:02.7152234Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-11-23T02:42:02.7152548Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.117s) 2022-11-23T02:42:02.7154251Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:42:02.7154598Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-11-23T02:42:02.7154924Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-11-23T02:42:02.7155337Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.145s) 2022-11-23T02:42:02.7155648Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-11-23T02:42:02.7155949Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (0.904s) 2022-11-23T02:42:02.7156246Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (2.442s) 2022-11-23T02:42:02.7156527Z test_where (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-11-23T02:42:02.7156692Z 2022-11-23T02:42:02.7156857Z ---------------------------------------------------------------------- 2022-11-23T02:42:02.7157123Z Ran 72 tests in 30.843s 2022-11-23T02:42:02.7157246Z 2022-11-23T02:42:02.7157321Z OK (skipped=4) 2022-11-23T02:42:02.7157437Z 2022-11-23T02:42:02.7157529Z Generating XML reports... 2022-11-23T02:42:02.7157918Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221123024131.xml 2022-11-23T02:42:02.7158198Z 2022-11-23T02:42:02.7159516Z ##[endgroup] 2022-11-23T02:42:02.7160449Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_equ9nxkz) 2022-11-23T02:42:02.7160728Z 2022-11-23T02:42:02.7160849Z Running nn/test_pooling ... [2022-11-23 02:42:02.712275] 2022-11-23T02:42:02.7161279Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:42:02.712897] 2022-11-23T02:42:34.7354875Z 2022-11-23T02:42:34.7355334Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T02:42:34.7356397Z ##[group]PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_cn0biuj1) 2022-11-23T02:42:34.7356685Z 2022-11-23T02:42:34.7356765Z Running tests... 2022-11-23T02:42:34.7357039Z ---------------------------------------------------------------------- 2022-11-23T02:42:34.7357392Z Test results will be stored in test-reports\python-unittest\nn.test_pooling 2022-11-23T02:42:34.7357725Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.005s) 2022-11-23T02:42:34.7358865Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-11-23T02:42:34.7359222Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-11-23T02:42:34.7359606Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.011s) 2022-11-23T02:42:34.7359937Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.003s) 2022-11-23T02:42:34.7360324Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.063s) 2022-11-23T02:42:34.7360638Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.186s) 2022-11-23T02:42:34.7360969Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.673s) 2022-11-23T02:42:34.7361426Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T02:42:34.7361817Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:42:34.7362252Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:42:34.7362647Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T02:42:34.7362987Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.008s) 2022-11-23T02:42:34.7363387Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.000s) 2022-11-23T02:42:34.7363859Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.006s) 2022-11-23T02:42:34.7364298Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.000s) 2022-11-23T02:42:34.7364717Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.309s) 2022-11-23T02:42:34.7365043Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T02:42:34.7365411Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7366045Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7366520Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7366931Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7367302Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7367726Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:42:34.7368162Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:42:34.7368575Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:42:34.7368990Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:42:34.7369406Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:42:34.7369803Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7370173Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7370552Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7371003Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7371501Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:42:34.7372046Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:42:34.7372636Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:42:34.7373242Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:42:34.7373767Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:42:34.7374272Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:42:34.7374787Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:42:34.7375306Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:42:34.7375824Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:42:34.7376339Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:42:34.7376782Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7377180Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7377645Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:42:34.7378038Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:42:34.7378588Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:42:34.7379045Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:42:34.7379450Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:42:34.7379859Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7380273Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7380680Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7381092Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7381492Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7381902Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:42:34.7382309Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7382693Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:42:34.7383069Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (4.448s) 2022-11-23T02:42:34.7383541Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (6.989s) 2022-11-23T02:42:34.7383918Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.144s) 2022-11-23T02:42:34.7384335Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.963s) 2022-11-23T02:42:34.7384727Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:42:34.7385126Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:42:34.7385516Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7385891Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.446s) 2022-11-23T02:42:34.7386255Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.853s) 2022-11-23T02:42:34.7386607Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T02:42:34.7386990Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:42:34.7387394Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:42:34.7387780Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (4.553s) 2022-11-23T02:42:34.7388149Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.194s) 2022-11-23T02:42:34.7388544Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:42:34.7388959Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:42:34.7389387Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:42:34.7389790Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:42:34.7390226Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.829s) 2022-11-23T02:42:34.7390612Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-11-23T02:42:34.7390977Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.006s) 2022-11-23T02:42:34.7391953Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:42:34.7392395Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:42:34.7392782Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:42:34.7393160Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.994s) 2022-11-23T02:42:34.7393553Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:42:34.7393962Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:42:34.7394348Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:42:34.7394728Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:42:34.7395083Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-11-23T02:42:34.7395469Z Test the output shape calculation for pooling functions ... ok (0.010s) 2022-11-23T02:42:34.7395818Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:42:34.7396243Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:42:34.7396448Z 2022-11-23T02:42:34.7396608Z ---------------------------------------------------------------------- 2022-11-23T02:42:34.7396930Z Ran 88 tests in 29.016s 2022-11-23T02:42:34.7397052Z 2022-11-23T02:42:34.7397128Z OK (skipped=23) 2022-11-23T02:42:34.7397241Z 2022-11-23T02:42:34.7397336Z Generating XML reports... 2022-11-23T02:42:34.7397684Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestAvgPool-20221123024205.xml 2022-11-23T02:42:34.7398165Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNN-20221123024205.xml 2022-11-23T02:42:34.7398684Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNNDeviceTypeCPU-20221123024205.xml 2022-11-23T02:42:34.7398976Z 2022-11-23T02:42:34.7399270Z ##[endgroup] 2022-11-23T02:42:34.7399637Z FINISHED PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_cn0biuj1) 2022-11-23T02:42:34.7399905Z 2022-11-23T02:42:34.7400056Z Running test_multiprocessing_spawn ... [2022-11-23 02:42:34.736611] 2022-11-23T02:42:34.7400505Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:42:34.737206] 2022-11-23T02:42:59.0853833Z 2022-11-23T02:42:59.0854319Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T02:42:59.0855176Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_n_v5xw12) 2022-11-23T02:42:59.0855488Z 2022-11-23T02:42:59.0856145Z Running tests... 2022-11-23T02:42:59.0856484Z ---------------------------------------------------------------------- 2022-11-23T02:42:59.0856946Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-11-23T02:42:59.0857306Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.440s) 2022-11-23T02:42:59.0857631Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0859105Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0860335Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0860739Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0861105Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0861673Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0862100Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0862470Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:42:59.0863030Z test_exception_all (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0863570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0864006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0864463Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0865060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0865627Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0866060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0866524Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0866764Z ok (2.481s) 2022-11-23T02:42:59.0867180Z test_exception_raises (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0867745Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0868226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0868634Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0868877Z ok (2.348s) 2022-11-23T02:42:59.0869337Z test_exception_single (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0869786Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0870209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0870642Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0871225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0872045Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0872782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0873411Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0874087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0874798Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0875477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0876120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0876763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0877199Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0877769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0878194Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0878437Z ok (4.833s) 2022-11-23T02:42:59.0878859Z test_first_argument_index (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0879314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0879726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0880146Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0880578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0880980Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0881401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0881820Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0882056Z ok (2.378s) 2022-11-23T02:42:59.0882322Z test_signal_raises (__main__.SpawnTest) ... ok (0.013s) 2022-11-23T02:42:59.0883012Z 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-23T02:42:59.0883944Z test_success_first_then_exception (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0884474Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0884944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0885417Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0885892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0886347Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0886813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0887248Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0922085Z ok (2.486s) 2022-11-23T02:42:59.0922670Z test_success_non_blocking (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0923151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0923596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0924039Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0924499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0924955Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0925436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0926037Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0926291Z ok (2.449s) 2022-11-23T02:42:59.0926714Z test_terminate_exit (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0927172Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0927601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0928012Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0928456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0928869Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0929310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0929741Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0929986Z ok (2.432s) 2022-11-23T02:42:59.0930405Z test_terminate_signal (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0930848Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0931398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0931876Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0932317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:42:59.0932731Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:42:59.0933157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:42:59.0933581Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:42:59.0933811Z ok (2.111s) 2022-11-23T02:42:59.0933924Z 2022-11-23T02:42:59.0934086Z ---------------------------------------------------------------------- 2022-11-23T02:42:59.0934356Z Ran 19 tests in 21.984s 2022-11-23T02:42:59.0934481Z 2022-11-23T02:42:59.0934561Z OK (skipped=9) 2022-11-23T02:42:59.0934676Z 2022-11-23T02:42:59.0934773Z Generating XML reports... 2022-11-23T02:42:59.0935249Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20221123024236.xml 2022-11-23T02:42:59.0935764Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20221123024236.xml 2022-11-23T02:42:59.0936269Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20221123024236.xml 2022-11-23T02:42:59.0936521Z 2022-11-23T02:42:59.0936860Z ##[endgroup] 2022-11-23T02:42:59.0937313Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_n_v5xw12) 2022-11-23T02:42:59.0937618Z 2022-11-23T02:42:59.0937760Z Running test_cpp_api_parity ... [2022-11-23 02:42:59.086903] 2022-11-23T02:42:59.0938249Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:42:59.087668] 2022-11-23T02:44:01.5537424Z 2022-11-23T02:44:01.5538184Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T02:44:01.5539201Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_3sjxbdt6) 2022-11-23T02:44:01.5549551Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:44:01.5552192Z 2022-11-23T02:44:01.5552432Z Running tests... 2022-11-23T02:44:01.5552773Z ---------------------------------------------------------------------- 2022-11-23T02:44:01.5553154Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-11-23T02:44:01.5553526Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:44:01.5553946Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5554356Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5554782Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5555319Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5555765Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5556394Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5556963Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5557510Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5558230Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5558807Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5559563Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5560091Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5560638Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5561187Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5561745Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5562271Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5562809Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5563329Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5563890Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5564418Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5564957Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5565478Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5566005Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5566539Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5567068Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:44:01.5567576Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5568100Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5568745Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5569298Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5569830Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5570391Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5570912Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5571437Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5571831Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5572222Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5572611Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5573007Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5573401Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5573801Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5574182Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5574639Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5575033Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5575452Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5575850Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5576243Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5576642Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5577046Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5577451Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5577853Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5578219Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5578568Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5579030Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:44:01.5579415Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5579771Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5580142Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5580512Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5580895Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5581254Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5581602Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5581949Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5582376Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5582747Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5583132Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5583513Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5583909Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5584288Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5584653Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5585020Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5585388Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5585762Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5586134Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5586486Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5586830Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5587218Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5587585Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5587960Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5588334Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5588757Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5589179Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5589559Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5589937Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5590349Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5590784Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5591217Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5591650Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5592083Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5592528Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5592917Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5593295Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5593672Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5594030Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5594476Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5594887Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5595247Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5595609Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5596006Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5596424Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5596842Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5597259Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5597678Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5598093Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5598453Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5598797Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5599218Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.043s) 2022-11-23T02:44:01.5599613Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5600005Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-11-23T02:44:01.5600406Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5600798Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.041s) 2022-11-23T02:44:01.5601183Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5601555Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5601941Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:44:01.5602302Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5602660Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5603025Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5603403Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5603801Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T02:44:01.5604236Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5604662Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.027s) 2022-11-23T02:44:01.5605091Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5605519Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:44:01.5605940Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5606346Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5606807Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5607192Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5607590Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5607976Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5608369Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5608751Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5609150Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5609523Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5609882Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5610270Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5610681Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5611065Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5611496Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5611873Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5612270Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5612638Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5613015Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5613372Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5613718Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5614115Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5614518Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5614868Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5615241Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5615614Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5615994Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5616377Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5616775Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5617158Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5617528Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5617886Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5618228Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:44:01.5618621Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5619179Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5619556Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5619935Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5620292Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5620669Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5621057Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5621457Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5621833Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5622215Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5622563Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5622887Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5623222Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5623573Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5624002Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5624413Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5624806Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5625195Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5625557Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5625933Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5626297Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5626636Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5627016Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5627386Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5627771Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5628159Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5628519Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5628866Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5629305Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5629704Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5630081Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5630456Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5630828Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:44:01.5631172Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T02:44:01.5631610Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5632007Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5632377Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5632764Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5633193Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5633529Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5633971Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5634365Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5634713Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5635072Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5635421Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5635767Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5636115Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5636527Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5636874Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5637237Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5637584Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5637925Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5638276Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5638637Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5638991Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:44:01.5639798Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:44:01.5640553Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:44:01.5640769Z ok (0.042s) 2022-11-23T02:44:01.5641063Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5641442Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5641805Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5642182Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5642542Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5642904Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5643272Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5643655Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5644071Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5644467Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5644831Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5645183Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5645587Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5645951Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5646320Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5646744Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5647094Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5647425Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5647815Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5648197Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5648542Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5649545Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5649921Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5650304Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5650683Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5651072Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5651451Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:44:01.5651879Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5652272Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5652720Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5653096Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5653455Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5653810Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5654173Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5654529Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:44:01.5654885Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5655232Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5655588Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5655937Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5656297Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5656661Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5657039Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5657461Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:44:01.5657831Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5658237Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5658648Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5659178Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5659586Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5659963Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5660360Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5660732Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5661089Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5661446Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5662233Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5662598Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5663038Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5663388Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5663708Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5664128Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5664503Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5664944Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5665331Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5665662Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:44:01.5666021Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5666386Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5666764Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5667123Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5667483Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5667831Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5668173Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5668521Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:44:01.5668878Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5669244Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:44:01.5669620Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5670023Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:44:01.5670437Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5670866Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5671265Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5671631Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5671982Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5672343Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5672719Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5673069Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5673431Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5673798Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5674176Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5674545Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5674913Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5675337Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5675712Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5676146Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5676534Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:44:01.5676968Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5677348Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5677714Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:44:01.5678082Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5678442Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:44:01.5678825Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5679203Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5679584Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5679962Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:44:01.5680341Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5680709Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:44:01.5681064Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5681433Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:44:01.5681829Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5682260Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5682696Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5683141Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5683531Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5683944Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5684365Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5684791Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5685213Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5685626Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5686041Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5686435Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5686769Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5687150Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:44:01.5687540Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5688053Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5688498Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5688956Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.004s) 2022-11-23T02:44:01.5689406Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5689860Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5690320Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5690785Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5691245Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5691697Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5692124Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5692538Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:44:01.5692953Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5693365Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5693841Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5694326Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5694834Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.5695275Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5695767Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5696189Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5696592Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5696976Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5697392Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5697829Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5698276Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5698743Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5699298Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5699763Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5700274Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5700875Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5701315Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5701723Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5702131Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5702559Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5703002Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5703460Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5703886Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5704310Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5704722Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5705126Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5705536Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5706004Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5706476Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5706857Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5707235Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5707627Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5708579Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5708988Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5709384Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5709756Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5710110Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5710455Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5710786Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5711130Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5711477Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5711889Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5712237Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5712679Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5713062Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5713433Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5713867Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5714266Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5714641Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5715013Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5715379Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5715777Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5716158Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5716534Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5716902Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5717269Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5717634Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5718080Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5718521Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5718888Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5719278Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5719647Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5720014Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5720351Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5720695Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5721047Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5721466Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5721814Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5722147Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5722490Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5722834Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:44:01.5723200Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5723576Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5724004Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5724434Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5724820Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5725220Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5725615Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5726040Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5726537Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5727003Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:44:01.5727430Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5727828Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5728231Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5728638Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5729078Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5729547Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:44:01.5730035Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5730481Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5730880Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5731279Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5731684Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5732094Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5732531Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5732999Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:44:01.5733427Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:44:01.5733869Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5734274Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5734693Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5735121Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5735623Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:44:01.5736032Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5736411Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5736747Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5737099Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5737433Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5737747Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5738076Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5738415Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5738812Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5739245Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5739622Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5740011Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5740388Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:44:01.5740789Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5741170Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5741548Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5741980Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5742417Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5742776Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5743147Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5743534Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:44:01.5743934Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:44:01.5744318Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5744693Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5745069Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:44:01.5745433Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5745820Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:44:01.5746280Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5746655Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5747011Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5747366Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5747780Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5748121Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5748519Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5748866Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5749226Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5749591Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5749975Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5750360Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5750743Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5751215Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T02:44:01.5751657Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5752089Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:44:01.5752521Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5752948Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-11-23T02:44:01.5753377Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5753827Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5754239Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5754670Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5755018Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5755372Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5755742Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5756117Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5756493Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5756886Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5757290Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5757702Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:44:01.5758126Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5758516Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.122s) 2022-11-23T02:44:01.5758934Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5759297Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5759691Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5760132Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5760587Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5760999Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5761421Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5761803Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5762156Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5762529Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5762922Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5763308Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5763751Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5764155Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5764574Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5765377Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:01.5766078Z warnings.warn( 2022-11-23T02:44:01.5766904Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include\torch/nn/functional/loss.h:57.) 2022-11-23T02:44:01.5767755Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T02:44:01.5768024Z ok (0.041s) 2022-11-23T02:44:01.5768309Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5768674Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5769054Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5769422Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5769792Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5770161Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5770556Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5770917Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5771304Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5771648Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5772050Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5772397Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5772788Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5773152Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5773528Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5773888Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5774248Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5774599Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5774934Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5775281Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5775639Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5776065Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5776468Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5776872Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5777292Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5777688Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5778146Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5778593Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5779112Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5779518Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.129s) 2022-11-23T02:44:01.5779922Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5780324Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5780717Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5781085Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5781435Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5781795Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5782170Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5782548Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5782936Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5783310Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5783757Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5784163Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5784550Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5784901Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5785272Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5785629Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5785976Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5786344Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5786730Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5787125Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5787531Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5787935Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:44:01.5788346Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5788756Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5789108Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:44:01.5789464Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5789883Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5790244Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5790641Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5790991Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5791373Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5791757Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5792157Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5792539Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5792919Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5793272Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5793600Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5793943Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.091s) 2022-11-23T02:44:01.5794293Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5794645Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5795005Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5795368Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5795783Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5796160Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5796656Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5797060Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5797480Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:44:01.5797892Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5798310Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5798712Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5799103Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5799474Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5799827Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5800185Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5800551Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5800918Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5801273Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5801721Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5802104Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5802508Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5802857Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5803210Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5803580Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5803941Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5804330Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5804686Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:44:01.5805016Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5805351Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5805699Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5806069Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:44:01.5806418Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5806819Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5807248Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5807687Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5808144Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5808623Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5809057Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5809515Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5809948Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5810363Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5810779Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5811211Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5811663Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5812107Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5812536Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5812977Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:44:01.5813425Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5813914Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5814455Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5814854Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5815206Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.5815569Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5815981Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5816364Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5816758Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5817135Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5817517Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5817906Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5818291Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5818656Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5819064Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5819424Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5819842Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5820256Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5820653Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5821016Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5821405Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5821758Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5822123Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5822545Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5822929Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5823286Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5823664Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5824067Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.671s) 2022-11-23T02:44:01.5824474Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5824878Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.013s) 2022-11-23T02:44:01.5825280Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:44:01.5825734Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-11-23T02:44:01.5826125Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5826548Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5826922Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5827354Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5827755Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5828151Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5828559Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5828912Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5829263Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5829627Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5830011Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5830370Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5830721Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5831082Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:44:01.5831448Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5831865Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:44:01.5832260Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5832624Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:44:01.5833005Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5833369Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5833718Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5834085Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5834453Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5834875Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5835330Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5835747Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5836169Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5836542Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5836954Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5837371Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5837859Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5838305Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5838675Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5839042Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5839398Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5839778Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5840232Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5840633Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5841053Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5841457Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5841861Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5842255Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5842677Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5843058Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5843416Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:44:01.5843834Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5844263Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:44:01.5844646Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5845026Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:44:01.5845387Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5845694Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5846037Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5846422Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5846816Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5847222Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5847564Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5847949Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5877447Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5877835Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5878235Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5878631Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5879040Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5879512Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5879887Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:44:01.5880242Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:44:01.5880693Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5881104Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5881484Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5881865Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5883139Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:44:01.5883494Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.092s) 2022-11-23T02:44:01.5883888Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5884300Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5884685Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:44:01.5885084Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5885451Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5885870Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5886291Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5886698Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5887095Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5887507Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5887884Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5888221Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:44:01.5888613Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5889020Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5889401Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5889801Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5890179Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:44:01.5890536Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:44:01.5890980Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5891400Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:44:01.5891840Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5892276Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5892644Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5892973Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5893308Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5893644Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5894005Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5894392Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5894790Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-11-23T02:44:01.5895185Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:44:01.5895533Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5895849Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5896655Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5897012Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5897358Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5897763Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5898111Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5898519Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5898856Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:44:01.5899302Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5899726Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5900104Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5900468Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5900836Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5901227Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:44:01.5901647Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5902063Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T02:44:01.5902479Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5902891Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-11-23T02:44:01.5903302Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5903719Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5904034Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:44:01.5904479Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5904840Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5905214Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5905595Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5905946Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:44:01.5906315Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5906660Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5907022Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5907366Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5907706Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5908053Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5908414Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5908771Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:44:01.5909645Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5910003Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5910407Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5910758Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.5911074Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5911428Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5911789Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5912167Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5912533Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:44:01.5912925Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5913321Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5913657Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5913997Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5914343Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5914700Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5915058Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5915431Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5915842Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.5916179Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5916565Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5916917Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5917301Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5917617Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5917948Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5918292Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5918626Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5918975Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5919320Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5919665Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5920022Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5920392Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5920757Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5921139Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5921514Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5921956Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5922462Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.088s) 2022-11-23T02:44:01.5922900Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5923324Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.120s) 2022-11-23T02:44:01.5923757Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5924185Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T02:44:01.5924619Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5925042Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T02:44:01.5925466Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5925868Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.271s) 2022-11-23T02:44:01.5926255Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5926646Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.5927050Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5927453Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5927907Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5928346Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:44:01.5928741Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5929114Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5929536Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5929881Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:44:01.5930214Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5930550Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:44:01.5930889Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5931227Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:44:01.5931557Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5931922Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5932303Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5932661Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:44:01.5933036Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5933396Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:44:01.5933826Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5934254Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5934695Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5935084Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5935488Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5935890Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:44:01.5936287Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5936699Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5937127Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5937787Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:44:01.5938327Z warnings.warn(warning.format(ret)) 2022-11-23T02:44:01.5938531Z ok (0.023s) 2022-11-23T02:44:01.5938852Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5939363Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:44:01.5939905Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5940379Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:44:01.5940820Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5941259Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5941695Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5942583Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5943021Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5943408Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5943795Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5944184Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5944587Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5944996Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5945414Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5945893Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5946348Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5946777Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5947212Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5947702Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5948129Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5948547Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5948969Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5949364Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5949714Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5950121Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5950543Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5950928Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T02:44:01.5951328Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5951772Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5952207Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5952586Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5952986Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5953407Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-11-23T02:44:01.5953847Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5954280Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5954764Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5955199Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5955624Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5956039Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:44:01.5956467Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5956903Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.5957353Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5957871Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5958384Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5958824Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5959242Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5959702Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5960125Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5960546Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:44:01.5960956Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5961368Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-11-23T02:44:01.5961785Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:44:01.5962209Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5962628Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5963039Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5963463Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5963880Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:44:01.5964350Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5964763Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:44:01.5965171Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5965562Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5965946Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5966348Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5966765Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5967226Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5967641Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5968035Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:44:01.5968420Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5968810Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5969222Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5969681Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5970143Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5970560Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5970992Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5971424Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.5971911Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5972317Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.5972721Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5973118Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5973519Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5973915Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:44:01.5974313Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5974705Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5975095Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5975491Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5975890Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5976285Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:44:01.5976684Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5977083Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:44:01.5977478Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5977861Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5978259Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5978650Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5979176Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5979579Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.5979988Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5980384Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5980816Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5981255Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5981657Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5982057Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5982469Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5982868Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5983258Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5983657Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5984111Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5984514Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5984915Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5985319Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:44:01.5985736Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5986145Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.5986559Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5986976Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:44:01.5987423Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5987861Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5988294Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.5988763Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5989245Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5989668Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:44:01.5990067Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5990500Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5990956Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5991405Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5991810Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:44:01.5992222Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-11-23T02:44:01.5992642Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5993057Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:44:01.5993469Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5993888Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:44:01.5994342Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5994783Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:44:01.5995211Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:44:01.5995686Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5995960Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5996150Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.5996352Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.5996645Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5996862Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.5997075Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.5997276Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.012s) 2022-11-23T02:44:01.5997500Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5997704Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5997891Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:44:01.5998095Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5998277Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:44:01.5998479Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-11-23T02:44:01.5998709Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:44:01.5998923Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5999107Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:44:01.5999363Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5999540Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.5999745Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.5999932Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:44:01.6000150Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6000326Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:44:01.6000529Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6000729Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:44:01.6000954Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6001138Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:44:01.6001354Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6001572Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.6001780Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6001967Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:44:01.6002183Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6002364Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:44:01.6002576Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6002760Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.6002970Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6003143Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.6003358Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6003539Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.6003752Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6003936Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.6004148Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6004328Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:44:01.6004540Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6004718Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.6004926Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6005151Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:44:01.6005372Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6005556Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:44:01.6005761Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:44:01.6005999Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6006216Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6006401Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.6006602Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:44:01.6006835Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6007050Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6007218Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.6007459Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6007627Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:44:01.6007826Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6008000Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:44:01.6008189Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6008352Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:44:01.6008552Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6008723Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.6008932Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6009112Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.6009324Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:44:01.6009529Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:44:01.6009764Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6009949Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:44:01.6010162Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6010364Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-11-23T02:44:01.6010575Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6010752Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.6011005Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T02:44:01.6011181Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:44:01.6011393Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:44:01.6011572Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.6011793Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:44:01.6011959Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:44:01.6012157Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6012332Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:44:01.6012542Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:44:01.6012705Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.6012894Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6013112Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:44:01.6013324Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T02:44:01.6013497Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:44:01.6013707Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:44:01.6013717Z 2022-11-23T02:44:01.6013871Z ---------------------------------------------------------------------- 2022-11-23T02:44:01.6013953Z Ran 1100 tests in 20.156s 2022-11-23T02:44:01.6013959Z 2022-11-23T02:44:01.6014061Z OK (skipped=550, expected failures=17) 2022-11-23T02:44:01.6014066Z 2022-11-23T02:44:01.6014154Z Generating XML reports... 2022-11-23T02:44:01.6014410Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20221123024340.xml 2022-11-23T02:44:01.6014418Z 2022-11-23T02:44:01.6014756Z ##[endgroup] 2022-11-23T02:44:01.6015025Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_3sjxbdt6) 2022-11-23T02:44:01.6015031Z 2022-11-23T02:44:01.6015138Z Running test_torch ... [2022-11-23 02:44:01.553219] 2022-11-23T02:44:01.6015419Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:01.553219] 2022-11-23T02:44:21.2461532Z 2022-11-23T02:44:21.2462084Z Expand the folded group to see the log file of test_torch 2022-11-23T02:44:21.2462967Z ##[group]PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_ast7sdl2) 2022-11-23T02:44:21.2471977Z 2022-11-23T02:44:21.2472378Z Running tests... 2022-11-23T02:44:21.2472713Z ---------------------------------------------------------------------- 2022-11-23T02:44:21.2473097Z Test results will be stored in test-reports\python-unittest\test_torch 2022-11-23T02:44:21.2473558Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.003s) 2022-11-23T02:44:21.2473982Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-11-23T02:44:21.2474574Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.000s) 2022-11-23T02:44:21.2474996Z test_RNGState (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2475661Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2476065Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2476409Z test_Size (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2476747Z test_Size_iter (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2477094Z test_Size_scalar (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2477464Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2477859Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2478241Z test_apply (__main__.TestTorch) ... ok (0.011s) 2022-11-23T02:44:21.2478578Z test_as_subclass (__main__.TestTorch) ... ok (0.022s) 2022-11-23T02:44:21.2478938Z test_assert_async (__main__.TestTorch) ... ok (0.637s) 2022-11-23T02:44:21.2479311Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.071s) 2022-11-23T02:44:21.2479718Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.008s) 2022-11-23T02:44:21.2481002Z test_bmm_multithreaded (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2482258Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2483351Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2484382Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2485469Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2486472Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2487366Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2488194Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2489092Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2489868Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2490687Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2491441Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2492285Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2493052Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2493938Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2494804Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2495639Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2496390Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2497220Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2497998Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2498832Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2499632Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2500640Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2501414Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2502229Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2503001Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2503828Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2504646Z torch.bmm(b1, b2, out=res2) 2022-11-23T02:44:21.2504835Z ok (0.819s) 2022-11-23T02:44:21.2505066Z test_boxMullerState (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:44:21.2505386Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.000s) 2022-11-23T02:44:21.2505709Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2506029Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.018s) 2022-11-23T02:44:21.2506301Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2506568Z test_contains (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2506884Z test_copy_broadcast (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2507143Z test_copy_dtypes (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2507413Z test_copy_float16 (__main__.TestTorch) ... ok (0.014s) 2022-11-23T02:44:21.2507686Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2508299Z test_copy_transpose (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:7647: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:44:21.2508921Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-11-23T02:44:21.2509164Z ok (0.006s) 2022-11-23T02:44:21.2509395Z test_cuda_not_built (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2509664Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2509924Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2510197Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2510470Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2510729Z test_cxx_flags (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2511021Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] CUDA.used False 2022-11-23T02:44:21.2511323Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:44:21.2511579Z [TORCH_VITAL] CUDA.used False 2022-11-23T02:44:21.2511841Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:44:21.2512137Z [TORCH_VITAL] CUDA.used False 2022-11-23T02:44:21.2512403Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:44:21.2512674Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T02:44:21.2513344Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\python_variable.cpp:318] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-11-23T02:44:21.2513934Z ok (0.002s) 2022-11-23T02:44:21.2514174Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2514477Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2514771Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2515042Z test_device (__main__.TestTorch) ... ok (0.011s) 2022-11-23T02:44:21.2515300Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2515532Z test_doc (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2515771Z test_doc_template (__main__.TestTorch) 2022-11-23T02:44:21.2516075Z Test that all public API doc strings use the same standard template for ... ok (0.027s) 2022-11-23T02:44:21.2516392Z test_dot_data_use (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2516663Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2517386Z test_element_size (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:21.2517953Z warnings.warn(message, UserWarning) 2022-11-23T02:44:21.2518201Z ok (0.004s) 2022-11-23T02:44:21.2518429Z test_empty_meta (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2518708Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2518973Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2519255Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2519533Z test_fill_diagonal (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2519808Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2520079Z test_from_buffer (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2520342Z test_from_file (__main__.TestTorch) ... ok (0.025s) 2022-11-23T02:44:21.2520606Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2520877Z test_generator_cpu (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2521148Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2521425Z test_has_storage (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2521691Z test_index_add (__main__.TestTorch) ... ok (0.023s) 2022-11-23T02:44:21.2521968Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2522250Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2522537Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:44:21.2522805Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2523085Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2523387Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:44:21.2523668Z test_is_nonzero (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2524360Z test_is_same_size (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:44:21.2525000Z nt1 = torch.nested.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-11-23T02:44:21.2525262Z ok (0.010s) 2022-11-23T02:44:21.2525463Z test_iter (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2525731Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2526017Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2526304Z test_manual_seed (__main__.TestTorch) ... ok (0.011s) 2022-11-23T02:44:21.2526556Z test_map (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2526789Z test_map2 (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2527045Z test_max_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2527313Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2527581Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2527851Z test_memory_format (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2528192Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2528522Z test_memory_format_empty (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2528794Z test_min_neg_dim (__main__.TestTorch) ... ok (0.011s) 2022-11-23T02:44:21.2529057Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2529395Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.001s) 2022-11-23T02:44:21.2529777Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2530053Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2530295Z test_ndim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2530538Z test_new (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2530821Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2531107Z test_newindex (__main__.TestTorch) ... ok (0.007s) 2022-11-23T02:44:21.2531373Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2531640Z test_normal_shape (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:44:21.2531880Z test_numel (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2532141Z test_parallel_info (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2532419Z test_parsing_double (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2532693Z test_parsing_int64 (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2533338Z test_parsing_intlist (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:6185: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-11-23T02:44:21.2534129Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:44:21.2534595Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-11-23T02:44:21.2534847Z ok (0.013s) 2022-11-23T02:44:21.2535066Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2535323Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2535584Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2535859Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2536140Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2536440Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2536732Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2536996Z test_pin_memory (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2537316Z test_print (__main__.TestTorch) ... ok (0.065s) 2022-11-23T02:44:21.2537579Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2537854Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2538108Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2538372Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2538707Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2539336Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2539608Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2539981Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2540296Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.003s) 2022-11-23T02:44:21.2540632Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2540928Z test_show_config (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2541194Z test_size_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T02:44:21.2541804Z test_sizeof (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:21.2542430Z warnings.warn(message, UserWarning) 2022-11-23T02:44:21.2542642Z ok (0.003s) 2022-11-23T02:44:21.2542850Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2543189Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:44:21.2543538Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2543839Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.147s) 2022-11-23T02:44:21.2544156Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2544474Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2544780Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2545106Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2545425Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2545715Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.010s) 2022-11-23T02:44:21.2546025Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2546337Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2546633Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2546954Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2547272Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2547572Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2547864Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2548150Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2548435Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2548729Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2548997Z test_split_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T02:44:21.2549269Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T02:44:21.2549533Z test_std_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T02:44:21.2549798Z test_storage_casts (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:44:21.2550052Z test_storage_error (__main__.TestTorch) ... ok (0.031s) 2022-11-23T02:44:21.2550386Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2550686Z test_structseq_repr (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2550974Z test_subclass_preserved (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2551257Z test_subclass_tensors (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2551515Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2551782Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2552057Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2552334Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2552611Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2552897Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.156s) 2022-11-23T02:44:21.2553178Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.069s) 2022-11-23T02:44:21.2553469Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2553765Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2554048Z test_tensor_set (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2554318Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2554600Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T02:44:21.2554874Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2555231Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.150s) 2022-11-23T02:44:21.2555511Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2555771Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-11-23T02:44:21.2556042Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2556319Z test_torch_from_file (__main__.TestTorch) ... ok (0.019s) 2022-11-23T02:44:21.2556586Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T02:44:21.2556852Z test_type (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2557105Z test_type_alias (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2557400Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2557726Z test_typed_storage_deprecation_warning (__main__.TestTorch) ... ok (0.012s) 2022-11-23T02:44:21.2558392Z test_typed_storage_internal_no_warning (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:21.2558979Z warnings.warn(message, UserWarning) 2022-11-23T02:44:21.2559173Z ok (0.004s) 2022-11-23T02:44:21.2559399Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2559665Z test_unflatten (__main__.TestTorch) ... ok (0.015s) 2022-11-23T02:44:21.2559934Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2560206Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2560495Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2560784Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.004s) 2022-11-23T02:44:21.2561071Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T02:44:21.2561345Z test_wildcard_import (__main__.TestTorch) ... ok (0.000s) 2022-11-23T02:44:21.2561659Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2562007Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2562352Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2562732Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2563071Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2563403Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2563732Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2564055Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2564384Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2564717Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2565135Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2565485Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2565826Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2566159Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2566540Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2566855Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2567178Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2567508Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2567889Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2568422Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:44:21.2568932Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:44:21.2569364Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2569709Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2570061Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2570410Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2570757Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2571115Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2571467Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2571818Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2572149Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2572496Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2572839Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2573185Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2573525Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.087s) 2022-11-23T02:44:21.2573880Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2574221Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2574575Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2574927Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2575279Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-11-23T02:44:21.2576476Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2576852Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2577189Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2577535Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2577879Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2578223Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2578571Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-11-23T02:44:21.2578905Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2579242Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2579575Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2580012Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2580365Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2580719Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2581086Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2581463Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2581877Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2582226Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2582566Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2582907Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2583249Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2583599Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2583934Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2584621Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:21.2585234Z warnings.warn(message, UserWarning) 2022-11-23T02:44:21.2585442Z ok (0.004s) 2022-11-23T02:44:21.2585716Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2586081Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2586443Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2586798Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2587140Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2587486Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2587830Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2588173Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2588519Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2588869Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.280s) 2022-11-23T02:44:21.2589211Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2589607Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2589958Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2590381Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:44:21.2590870Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:44:21.2591311Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:44:21.2591676Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2592012Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-11-23T02:44:21.2592370Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2592798Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:44:21.2593201Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.148s) 2022-11-23T02:44:21.2593553Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2593912Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-11-23T02:44:21.2594309Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.366s) 2022-11-23T02:44:21.2594631Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.127s) 2022-11-23T02:44:21.2594967Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2595324Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2595689Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2596041Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2596412Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2596754Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2597139Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-11-23T02:44:21.2597565Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2598252Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5218: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:44:21.2598779Z t.copy_(src) 2022-11-23T02:44:21.2598954Z ok (0.006s) 2022-11-23T02:44:21.2599207Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2599529Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2599873Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2600214Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2600545Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2600876Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2601202Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2601513Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2601841Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2602210Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2602538Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2602862Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2603213Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2603565Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2603904Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2604281Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2604663Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2605037Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2605693Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:117.) 2022-11-23T02:44:21.2606236Z res = torch.corrcoef(x) 2022-11-23T02:44:21.2606588Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-11-23T02:44:21.2606896Z avg = a.mean(axis) 2022-11-23T02:44:21.2607296Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:44:21.2607638Z ret = um.true_divide( 2022-11-23T02:44:21.2607987Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2683: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:44:21.2608333Z c = cov(x, y, rowvar, dtype=dtype) 2022-11-23T02:44:21.2608710Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:44:21.2609049Z c *= np.true_divide(1, fact) 2022-11-23T02:44:21.2609419Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: invalid value encountered in multiply 2022-11-23T02:44:21.2609762Z c *= np.true_divide(1, fact) 2022-11-23T02:44:21.2610128Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2689: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:44:21.2610457Z return c / c 2022-11-23T02:44:21.2610797Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2691: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:44:21.2611110Z c /= stddev[:, None] 2022-11-23T02:44:21.2611469Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2692: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:44:21.2611807Z c /= stddev[None, :] 2022-11-23T02:44:21.2611991Z ok (0.012s) 2022-11-23T02:44:21.2612306Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2612698Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2613371Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:117.) 2022-11-23T02:44:21.2614000Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-11-23T02:44:21.2614463Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:44:21.2614901Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-11-23T02:44:21.2615416Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-11-23T02:44:21.2615860Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-11-23T02:44:21.2616129Z ok (0.054s) 2022-11-23T02:44:21.2616425Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-11-23T02:44:21.2616760Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-11-23T02:44:21.2617163Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.420s) 2022-11-23T02:44:21.2617632Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:44:21.2644710Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2645258Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2645614Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2645982Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2646309Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2646989Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:21.2647772Z warnings.warn(message, UserWarning) 2022-11-23T02:44:21.2647980Z ok (0.013s) 2022-11-23T02:44:21.2648249Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2648597Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2648970Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2649363Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.004s) 2022-11-23T02:44:21.2649728Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-11-23T02:44:21.2650058Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-11-23T02:44:21.2650396Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-11-23T02:44:21.2650726Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-11-23T02:44:21.2651040Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-11-23T02:44:21.2651363Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T02:44:21.2651689Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-11-23T02:44:21.2652003Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-11-23T02:44:21.2652323Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-11-23T02:44:21.2652644Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-11-23T02:44:21.2652950Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-11-23T02:44:21.2653283Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-11-23T02:44:21.2653643Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-11-23T02:44:21.2654005Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-11-23T02:44:21.2654365Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-11-23T02:44:21.2654716Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-11-23T02:44:21.2655047Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T02:44:21.2655395Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-11-23T02:44:21.2655815Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-11-23T02:44:21.2656164Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-11-23T02:44:21.2656510Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-11-23T02:44:21.2656858Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-11-23T02:44:21.2657201Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-11-23T02:44:21.2657551Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2657887Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2658218Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2658568Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2658920Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2659270Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2659607Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2660053Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2660412Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2660837Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2661202Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2661565Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2661945Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2662361Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2662765Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.740s) 2022-11-23T02:44:21.2663146Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.758s) 2022-11-23T02:44:21.2663502Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2663845Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2664189Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2664514Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2664852Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2665188Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2665517Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2665843Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2666176Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2666507Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2666867Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2667223Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2667567Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2667919Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2668266Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2668657Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2668995Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2669339Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2669690Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.154s) 2022-11-23T02:44:21.2670041Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.151s) 2022-11-23T02:44:21.2670565Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1084: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:44:21.2670989Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-11-23T02:44:21.2671360Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:44:21.2671698Z b = (dx2 - dx1) / (dx1 * dx2) 2022-11-23T02:44:21.2672060Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1086: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:44:21.2672401Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-11-23T02:44:21.2672756Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in add 2022-11-23T02:44:21.2673160Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2673628Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1140: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T02:44:21.2673972Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-11-23T02:44:21.2674326Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1141: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T02:44:21.2674670Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-11-23T02:44:21.2675036Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:44:21.2675449Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2675868Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1123: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T02:44:21.2676221Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-11-23T02:44:21.2676579Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1124: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T02:44:21.2676912Z b = (dx1 + dx2) / (dx1 * dx2) 2022-11-23T02:44:21.2677257Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in add 2022-11-23T02:44:21.2677658Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2678063Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in add 2022-11-23T02:44:21.2678458Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2678873Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:44:21.2679252Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T02:44:21.2679655Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:44:21.2680043Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T02:44:21.2680439Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in multiply 2022-11-23T02:44:21.2680842Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2681307Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1125: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T02:44:21.2681652Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-11-23T02:44:21.2681997Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in multiply 2022-11-23T02:44:21.2682395Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2682801Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in multiply 2022-11-23T02:44:21.2683197Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2683611Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1142: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T02:44:21.2683966Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-11-23T02:44:21.2684339Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:44:21.2684713Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T02:44:21.2685111Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:44:21.2685497Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T02:44:21.2685763Z ok (0.126s) 2022-11-23T02:44:21.2686047Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.110s) 2022-11-23T02:44:21.2686426Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-11-23T02:44:21.2686795Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-11-23T02:44:21.2687341Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1080: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:44:21.2687843Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-11-23T02:44:21.2688273Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:44:21.2688688Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T02:44:21.2689113Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:44:21.2689512Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T02:44:21.2690424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T02:44:21.2691247Z return torch.as_tensor(tensor_like) 2022-11-23T02:44:21.2691646Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:44:21.2692071Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2692512Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:44:21.2692940Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2693415Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:44:21.2693843Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T02:44:21.2694079Z ok (0.054s) 2022-11-23T02:44:21.2694334Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2694671Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.204s) 2022-11-23T02:44:21.2695034Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2695388Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2695730Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2696074Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2696424Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2696770Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2697099Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2697435Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2697769Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2698152Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2698480Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2698810Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2699129Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2699479Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (2.031s) 2022-11-23T02:44:21.2699926Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2700295Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2700656Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2701022Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2701385Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2701750Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2702113Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2702472Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2702829Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2703183Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2703527Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2703860Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2704207Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2704557Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2704892Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2705230Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2705573Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2705968Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2706309Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2706646Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2706979Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2707310Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2707642Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2707970Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2708289Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2708630Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2708980Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2709356Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2710093Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:44:21.2710810Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-11-23T02:44:21.2711049Z ok (0.042s) 2022-11-23T02:44:21.2711317Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-11-23T02:44:21.2711693Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-11-23T02:44:21.2712066Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-11-23T02:44:21.2712437Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-11-23T02:44:21.2712803Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:44:21.2713165Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-11-23T02:44:21.2713522Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-11-23T02:44:21.2713876Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-11-23T02:44:21.2714247Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T02:44:21.2714620Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-11-23T02:44:21.2714991Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:44:21.2715360Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-11-23T02:44:21.2715723Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-11-23T02:44:21.2716084Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-11-23T02:44:21.2716427Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-11-23T02:44:21.2716790Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-11-23T02:44:21.2717154Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-11-23T02:44:21.2717521Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-11-23T02:44:21.2717894Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-11-23T02:44:21.2718304Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-11-23T02:44:21.2718663Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-11-23T02:44:21.2719025Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-11-23T02:44:21.2719386Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-11-23T02:44:21.2719741Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-11-23T02:44:21.2720099Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-11-23T02:44:21.2720459Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-11-23T02:44:21.2720824Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-11-23T02:44:21.2721189Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-11-23T02:44:21.2721557Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-11-23T02:44:21.2721923Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-11-23T02:44:21.2722290Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-11-23T02:44:21.2722648Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-11-23T02:44:21.2723042Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-11-23T02:44:21.2723481Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:44:21.2723829Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:44:21.2724232Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2724577Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2724924Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2725273Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2725619Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2725949Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2726295Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2726633Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2726970Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2727308Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2727643Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2727978Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2728321Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2728662Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2728980Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2729356Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2729680Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2730055Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2730376Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2730706Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2731088Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2731415Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2731741Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2732062Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2732366Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2732687Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2733006Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2733327Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2733691Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2734093Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:44:21.2734449Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2734790Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2735127Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2735517Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2735945Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2736296Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2736655Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2737001Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2737355Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2737707Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2738060Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2738416Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2738769Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2739108Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2739464Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2739906Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2740273Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2740635Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2740995Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2741394Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2741734Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2742132Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2742482Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2742828Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2743175Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2743517Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2743919Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2744251Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2744595Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2744940Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2745287Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2745636Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2745984Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2746317Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2746669Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2747028Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2747430Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2747819Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2748174Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2748522Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2749549Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2749898Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2750250Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2750599Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2750948Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2751292Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2751623Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2751968Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2752357Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2752876Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2754131Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2755265Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2755567Z ok (0.005s) 2022-11-23T02:44:21.2756591Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2757490Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2757787Z ok (0.006s) 2022-11-23T02:44:21.2759552Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2760930Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2761280Z ok (0.000s) 2022-11-23T02:44:21.2762260Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2763064Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2763326Z ok (0.011s) 2022-11-23T02:44:21.2764035Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2764737Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2764928Z ok (0.004s) 2022-11-23T02:44:21.2765639Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2766458Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2766663Z ok (0.005s) 2022-11-23T02:44:21.2767368Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2768058Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2768259Z ok (0.005s) 2022-11-23T02:44:21.2769016Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2769748Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2769953Z ok (0.005s) 2022-11-23T02:44:21.2770637Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2771329Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2771531Z ok (0.005s) 2022-11-23T02:44:21.2772219Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2772910Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2773171Z ok (0.005s) 2022-11-23T02:44:21.2773871Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2774600Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2774808Z ok (0.004s) 2022-11-23T02:44:21.2775532Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1796.) 2022-11-23T02:44:21.2776225Z torch.masked_select(src, mask, out=dst3) 2022-11-23T02:44:21.2776429Z ok (0.003s) 2022-11-23T02:44:21.2776709Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2777074Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2777434Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2777829Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T02:44:21.2778255Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2778650Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.341s) 2022-11-23T02:44:21.2779035Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.254s) 2022-11-23T02:44:21.2779414Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2779893Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2780262Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-11-23T02:44:21.2780669Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-11-23T02:44:21.2781019Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.126s) 2022-11-23T02:44:21.2781465Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:44:21.2781846Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2782206Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2782557Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2782919Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-11-23T02:44:21.2783267Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-11-23T02:44:21.2783650Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:44:21.2784081Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2784514Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2784930Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2785325Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2785710Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2786190Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:44:21.2786721Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:44:21.2787193Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2787585Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2788012Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2788433Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2788832Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2789224Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2789614Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2790037Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2790467Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2790874Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2791373Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.000s) 2022-11-23T02:44:21.2791818Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2792226Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2792716Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.000s) 2022-11-23T02:44:21.2793214Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2793630Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:44:21.2794085Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-11-23T02:44:21.2794530Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2794943Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2795335Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2795737Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2796135Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2796540Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2796952Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2797370Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2797776Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2798168Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2798610Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2799047Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2799494Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2799891Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2800284Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2800676Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2801062Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2801454Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2801830Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2802214Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2802612Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2803002Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2803385Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2803833Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2804237Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2804705Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2805172Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2805594Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2806618Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:44:21.2807518Z torch.median(a, 0, out=(result, indices)) 2022-11-23T02:44:21.2807723Z ok (0.003s) 2022-11-23T02:44:21.2808018Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2808406Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2808760Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T02:44:21.2809109Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2809454Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2809805Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2810169Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2810565Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2810924Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2812146Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\amp\grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-11-23T02:44:21.2812777Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-11-23T02:44:21.2813058Z ok (0.004s) 2022-11-23T02:44:21.2813360Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2813751Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2814118Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2814484Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2814832Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2815190Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2815544Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2815897Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2816244Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2816661Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2817117Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2817472Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2817812Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-11-23T02:44:21.2818146Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-11-23T02:44:21.2818477Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-11-23T02:44:21.2818807Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-11-23T02:44:21.2819135Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-11-23T02:44:21.2819446Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-11-23T02:44:21.2819767Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-11-23T02:44:21.2820198Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-11-23T02:44:21.2820521Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-11-23T02:44:21.2820839Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-11-23T02:44:21.2821160Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-11-23T02:44:21.2821467Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2821799Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2822146Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2822881Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:21.2823518Z warnings.warn(message, UserWarning) 2022-11-23T02:44:21.2823729Z ok (0.037s) 2022-11-23T02:44:21.2823988Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2824341Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2824720Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.798s) 2022-11-23T02:44:21.2825569Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2825932Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2826274Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2826694Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2827174Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2827600Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2827991Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2828454Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2828861Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2829303Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2829687Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2830068Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2830435Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2830870Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2831245Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2831624Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2832009Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2832410Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2832827Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2833236Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2833662Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2834078Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2834529Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2834973Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2835392Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2835792Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2836184Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2836583Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2836991Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2837379Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2837739Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2838168Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2838544Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2838904Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2839268Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2839627Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2839987Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2840398Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2840758Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2841169Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2841519Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2841869Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2842222Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2842587Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2843001Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2843336Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2843667Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2844014Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2844356Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2844697Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2845036Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2845372Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2845708Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2846029Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2846410Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2846746Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2847130Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2847452Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2847820Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:44:21.2848171Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2848511Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2848857Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2849194Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2849531Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2849859Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2850174Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2850495Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2850875Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2851212Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2851556Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2851918Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2852335Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2852701Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2853118Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2853484Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2853835Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:44:21.2854195Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2854546Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2854888Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2855239Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-11-23T02:44:21.2855592Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2856006Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2856370Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2856744Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2857128Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2857494Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2857863Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-11-23T02:44:21.2858279Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2858645Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:44:21.2859059Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2859415Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2859769Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2860206Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2860568Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2860926Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2861287Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2861642Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2861992Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2862336Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2862679Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2863021Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2863368Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2863765Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2864168Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2864537Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2864935Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2865293Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2865647Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-11-23T02:44:21.2866013Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:44:21.2866361Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2866685Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2867006Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2867339Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2867668Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-11-23T02:44:21.2867991Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2868311Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2868682Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2868992Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2869314Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:44:21.2869632Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2869956Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2870330Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2870680Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2871097Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2871450Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2871820Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2872185Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:44:21.2872547Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:44:21.2872909Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:44:21.2873265Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2873608Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2873964Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2874311Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2874658Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2875052Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T02:44:21.2875443Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2875799Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2876148Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2876604Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2877022Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2877382Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2877737Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2878096Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2878453Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2878797Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2879154Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2879508Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2879864Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2880223Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-11-23T02:44:21.2880587Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:44:21.2880930Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2881290Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2881703Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2882064Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2882477Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:44:21.2882878Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2883239Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2883577Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2883924Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2884274Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2884624Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2884984Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2885333Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2885668Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2886016Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:44:21.2886360Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:44:21.2886698Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2887043Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2887392Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:44:21.2887759Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-11-23T02:44:21.2888182Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:44:21.2888398Z 2022-11-23T02:44:21.2888558Z ---------------------------------------------------------------------- 2022-11-23T02:44:21.2888866Z Ran 828 tests in 16.406s 2022-11-23T02:44:21.2888986Z 2022-11-23T02:44:21.2889060Z OK (skipped=38) 2022-11-23T02:44:21.2889225Z 2022-11-23T02:44:21.2889316Z Generating XML reports... 2022-11-23T02:44:21.2889687Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20221123024404.xml 2022-11-23T02:44:21.2890142Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20221123024404.xml 2022-11-23T02:44:21.2890615Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorchDeviceTypeCPU-20221123024404.xml 2022-11-23T02:44:21.2891127Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestVitalSignsCudaCPU-20221123024404.xml 2022-11-23T02:44:21.2891478Z [TORCH_VITAL] CUDA.used False 2022-11-23T02:44:21.2891741Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T02:44:21.2892008Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T02:44:21.2892153Z 2022-11-23T02:44:21.2892474Z ##[endgroup] 2022-11-23T02:44:21.2892823Z FINISHED PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_ast7sdl2) 2022-11-23T02:44:21.2893078Z 2022-11-23T02:44:21.2893236Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 02:44:21.248770] 2022-11-23T02:44:21.2893734Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:21.249395] 2022-11-23T02:44:37.8585489Z 2022-11-23T02:44:37.8586096Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T02:44:37.8587168Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_vf7qlguo) 2022-11-23T02:44:37.8595410Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:44:37.8595802Z 2022-11-23T02:44:37.8595924Z Running tests... 2022-11-23T02:44:37.8596712Z ---------------------------------------------------------------------- 2022-11-23T02:44:37.8602685Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-11-23T02:44:37.8603393Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:44:37.8604080Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\custom_device_extension... 2022-11-23T02:44:37.8604822Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\custom_device_extension\build.ninja... 2022-11-23T02:44:37.8605389Z Building extension module custom_device_extension... 2022-11-23T02:44:37.8605884Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:44:37.8607594Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension.cpp /Foopen_registration_extension.o 2022-11-23T02:44:37.8608932Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:44:37.8609248Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:44:37.8609420Z 2022-11-23T02:44:37.8609757Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:44:37.8610374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:44:37.8611235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8611724Z with 2022-11-23T02:44:37.8611947Z [ 2022-11-23T02:44:37.8612192Z T=c10::SymInt 2022-11-23T02:44:37.8612427Z ] 2022-11-23T02:44:37.8612996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8613513Z with 2022-11-23T02:44:37.8613722Z [ 2022-11-23T02:44:37.8613966Z T=c10::SymInt 2022-11-23T02:44:37.8614169Z ] 2022-11-23T02:44:37.8614685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8615120Z with 2022-11-23T02:44:37.8615322Z [ 2022-11-23T02:44:37.8615704Z T=c10::SymInt 2022-11-23T02:44:37.8615873Z ] 2022-11-23T02:44:37.8616540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8617001Z with 2022-11-23T02:44:37.8617166Z [ 2022-11-23T02:44:37.8617346Z T=c10::SymInt 2022-11-23T02:44:37.8617506Z ] 2022-11-23T02:44:37.8617961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8618781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8619673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8620219Z with 2022-11-23T02:44:37.8620527Z [ 2022-11-23T02:44:37.8620754Z T=c10::SymInt 2022-11-23T02:44:37.8620915Z ] 2022-11-23T02:44:37.8621308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:44:37.8621967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8622500Z with 2022-11-23T02:44:37.8622728Z [ 2022-11-23T02:44:37.8622975Z T=at::TensorBase 2022-11-23T02:44:37.8623211Z ] 2022-11-23T02:44:37.8623790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8624308Z with 2022-11-23T02:44:37.8624531Z [ 2022-11-23T02:44:37.8624776Z T=at::TensorBase 2022-11-23T02:44:37.8625005Z ] 2022-11-23T02:44:37.8625727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8626305Z with 2022-11-23T02:44:37.8626525Z [ 2022-11-23T02:44:37.8626775Z T=at::TensorBase 2022-11-23T02:44:37.8626951Z ] 2022-11-23T02:44:37.8627474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8627926Z with 2022-11-23T02:44:37.8628088Z [ 2022-11-23T02:44:37.8628306Z T=at::TensorBase 2022-11-23T02:44:37.8628479Z ] 2022-11-23T02:44:37.8628914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8629585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8630263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8630663Z with 2022-11-23T02:44:37.8630822Z [ 2022-11-23T02:44:37.8631071Z T=at::TensorBase 2022-11-23T02:44:37.8631246Z ] 2022-11-23T02:44:37.8631649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8632019Z with 2022-11-23T02:44:37.8632167Z [ 2022-11-23T02:44:37.8632343Z T=at::Tensor 2022-11-23T02:44:37.8632514Z ] 2022-11-23T02:44:37.8632984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8633412Z with 2022-11-23T02:44:37.8633560Z [ 2022-11-23T02:44:37.8633733Z T=at::Tensor 2022-11-23T02:44:37.8633903Z ] 2022-11-23T02:44:37.8634362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8634785Z with 2022-11-23T02:44:37.8634941Z [ 2022-11-23T02:44:37.8635100Z T=at::Tensor 2022-11-23T02:44:37.8635266Z ] 2022-11-23T02:44:37.8635756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8636197Z with 2022-11-23T02:44:37.8636357Z [ 2022-11-23T02:44:37.8636533Z T=at::Tensor 2022-11-23T02:44:37.8636690Z ] 2022-11-23T02:44:37.8637111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8637762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8638438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8638886Z with 2022-11-23T02:44:37.8639046Z [ 2022-11-23T02:44:37.8639270Z T=at::Tensor 2022-11-23T02:44:37.8639489Z ] 2022-11-23T02:44:37.8639898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8640271Z with 2022-11-23T02:44:37.8640433Z [ 2022-11-23T02:44:37.8640610Z T=at::Generator 2022-11-23T02:44:37.8640773Z ] 2022-11-23T02:44:37.8641197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8641587Z with 2022-11-23T02:44:37.8641754Z [ 2022-11-23T02:44:37.8641928Z T=at::Generator 2022-11-23T02:44:37.8642099Z ] 2022-11-23T02:44:37.8642545Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8642968Z with 2022-11-23T02:44:37.8643132Z [ 2022-11-23T02:44:37.8643305Z T=at::Generator 2022-11-23T02:44:37.8643476Z ] 2022-11-23T02:44:37.8643958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8644451Z with 2022-11-23T02:44:37.8644611Z [ 2022-11-23T02:44:37.8644835Z T=at::Generator 2022-11-23T02:44:37.8645010Z ] 2022-11-23T02:44:37.8645481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8646155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8646823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8647222Z with 2022-11-23T02:44:37.8647383Z [ 2022-11-23T02:44:37.8647561Z T=at::Generator 2022-11-23T02:44:37.8647736Z ] 2022-11-23T02:44:37.8648139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8648510Z with 2022-11-23T02:44:37.8648659Z [ 2022-11-23T02:44:37.8648834Z T=c10::Scalar 2022-11-23T02:44:37.8649005Z ] 2022-11-23T02:44:37.8649422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8649803Z with 2022-11-23T02:44:37.8649950Z [ 2022-11-23T02:44:37.8650124Z T=c10::Scalar 2022-11-23T02:44:37.8650292Z ] 2022-11-23T02:44:37.8650794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8651220Z with 2022-11-23T02:44:37.8651448Z [ 2022-11-23T02:44:37.8679685Z T=c10::Scalar 2022-11-23T02:44:37.8679892Z ] 2022-11-23T02:44:37.8680575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8681041Z with 2022-11-23T02:44:37.8681217Z [ 2022-11-23T02:44:37.8681459Z T=c10::Scalar 2022-11-23T02:44:37.8681640Z ] 2022-11-23T02:44:37.8682127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8682813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8683504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8683908Z with 2022-11-23T02:44:37.8684082Z [ 2022-11-23T02:44:37.8684266Z T=c10::Scalar 2022-11-23T02:44:37.8684445Z ] 2022-11-23T02:44:37.8684862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8685248Z with 2022-11-23T02:44:37.8685400Z [ 2022-11-23T02:44:37.8685668Z T=std::string 2022-11-23T02:44:37.8685849Z ] 2022-11-23T02:44:37.8686278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8686669Z with 2022-11-23T02:44:37.8686820Z [ 2022-11-23T02:44:37.8687001Z T=std::string 2022-11-23T02:44:37.8687181Z ] 2022-11-23T02:44:37.8687705Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8688178Z with 2022-11-23T02:44:37.8688350Z [ 2022-11-23T02:44:37.8688514Z T=std::string 2022-11-23T02:44:37.8688693Z ] 2022-11-23T02:44:37.8689191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8689655Z with 2022-11-23T02:44:37.8689824Z [ 2022-11-23T02:44:37.8690004Z T=std::string 2022-11-23T02:44:37.8690168Z ] 2022-11-23T02:44:37.8690603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8691276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8691955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8692368Z with 2022-11-23T02:44:37.8692540Z [ 2022-11-23T02:44:37.8692721Z T=std::string 2022-11-23T02:44:37.8692883Z ] 2022-11-23T02:44:37.8693392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8693830Z with 2022-11-23T02:44:37.8694072Z [ 2022-11-23T02:44:37.8694272Z T=c10::QualifiedName 2022-11-23T02:44:37.8694494Z ] 2022-11-23T02:44:37.8694926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8695326Z with 2022-11-23T02:44:37.8695496Z [ 2022-11-23T02:44:37.8695687Z T=c10::QualifiedName 2022-11-23T02:44:37.8695879Z ] 2022-11-23T02:44:37.8696332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8696763Z with 2022-11-23T02:44:37.8696929Z [ 2022-11-23T02:44:37.8697121Z T=c10::QualifiedName 2022-11-23T02:44:37.8697308Z ] 2022-11-23T02:44:37.8697809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8698270Z with 2022-11-23T02:44:37.8698422Z [ 2022-11-23T02:44:37.8698613Z T=c10::QualifiedName 2022-11-23T02:44:37.8698847Z ] 2022-11-23T02:44:37.8699295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8700919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8701621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8702087Z with 2022-11-23T02:44:37.8702244Z [ 2022-11-23T02:44:37.8702445Z T=c10::QualifiedName 2022-11-23T02:44:37.8702635Z ] 2022-11-23T02:44:37.8703092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8703482Z with 2022-11-23T02:44:37.8703634Z [ 2022-11-23T02:44:37.8703873Z T=std::shared_ptr 2022-11-23T02:44:37.8704097Z ] 2022-11-23T02:44:37.8704531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8704927Z with 2022-11-23T02:44:37.8705098Z [ 2022-11-23T02:44:37.8705317Z T=std::shared_ptr 2022-11-23T02:44:37.8705538Z ] 2022-11-23T02:44:37.8706055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8706492Z with 2022-11-23T02:44:37.8706707Z [ 2022-11-23T02:44:37.8706988Z T=std::shared_ptr 2022-11-23T02:44:37.8707191Z ] 2022-11-23T02:44:37.8707768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8708221Z with 2022-11-23T02:44:37.8708392Z [ 2022-11-23T02:44:37.8708686Z T=std::shared_ptr 2022-11-23T02:44:37.8708902Z ] 2022-11-23T02:44:37.8709442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8710161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8710865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8711268Z with 2022-11-23T02:44:37.8711428Z [ 2022-11-23T02:44:37.8711642Z T=std::shared_ptr 2022-11-23T02:44:37.8711850Z ] 2022-11-23T02:44:37.8712301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8712673Z with 2022-11-23T02:44:37.8712832Z [ 2022-11-23T02:44:37.8713098Z T=std::weak_ptr 2022-11-23T02:44:37.8713295Z ] 2022-11-23T02:44:37.8713859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8714295Z with 2022-11-23T02:44:37.8714451Z [ 2022-11-23T02:44:37.8714669Z T=std::weak_ptr 2022-11-23T02:44:37.8714866Z ] 2022-11-23T02:44:37.8715333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8715758Z with 2022-11-23T02:44:37.8715914Z [ 2022-11-23T02:44:37.8716128Z T=std::weak_ptr 2022-11-23T02:44:37.8716334Z ] 2022-11-23T02:44:37.8716815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8717290Z with 2022-11-23T02:44:37.8717490Z [ 2022-11-23T02:44:37.8717754Z T=std::weak_ptr 2022-11-23T02:44:37.8717961Z ] 2022-11-23T02:44:37.8718552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8719354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8720052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8720444Z with 2022-11-23T02:44:37.8720603Z [ 2022-11-23T02:44:37.8720828Z T=std::weak_ptr 2022-11-23T02:44:37.8721035Z ] 2022-11-23T02:44:37.8721490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8721864Z with 2022-11-23T02:44:37.8722012Z [ 2022-11-23T02:44:37.8722264Z T=std::vector> 2022-11-23T02:44:37.8722500Z ] 2022-11-23T02:44:37.8722923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8723309Z with 2022-11-23T02:44:37.8723467Z [ 2022-11-23T02:44:37.8723705Z T=std::vector> 2022-11-23T02:44:37.8724020Z ] 2022-11-23T02:44:37.8724520Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8725071Z with 2022-11-23T02:44:37.8725229Z [ 2022-11-23T02:44:37.8725519Z T=std::vector> 2022-11-23T02:44:37.8725742Z ] 2022-11-23T02:44:37.8726229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8726730Z with 2022-11-23T02:44:37.8726887Z [ 2022-11-23T02:44:37.8727136Z T=std::vector> 2022-11-23T02:44:37.8727370Z ] 2022-11-23T02:44:37.8727879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.8728696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.8729415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8729822Z with 2022-11-23T02:44:37.8729986Z [ 2022-11-23T02:44:37.8730232Z T=std::vector> 2022-11-23T02:44:37.8730463Z ] 2022-11-23T02:44:37.8730911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8731275Z with 2022-11-23T02:44:37.8731476Z [ 2022-11-23T02:44:37.8731699Z T=std::vector> 2022-11-23T02:44:37.8731905Z ] 2022-11-23T02:44:37.8732325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8732711Z with 2022-11-23T02:44:37.8732856Z [ 2022-11-23T02:44:37.8733069Z T=std::vector> 2022-11-23T02:44:37.8733273Z ] 2022-11-23T02:44:37.8733727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8734148Z with 2022-11-23T02:44:37.8734304Z [ 2022-11-23T02:44:37.8734502Z T=std::vector> 2022-11-23T02:44:37.8734701Z ] 2022-11-23T02:44:37.8735238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8735689Z with 2022-11-23T02:44:37.8735849Z [ 2022-11-23T02:44:37.8736061Z T=std::vector> 2022-11-23T02:44:37.8736249Z ] 2022-11-23T02:44:37.8736701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.8737508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.8738201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8738613Z with 2022-11-23T02:44:37.8738771Z [ 2022-11-23T02:44:37.8738984Z T=std::vector> 2022-11-23T02:44:37.8739172Z ] 2022-11-23T02:44:37.8739574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8740003Z with 2022-11-23T02:44:37.8740160Z [ 2022-11-23T02:44:37.8740521Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8740768Z ] 2022-11-23T02:44:37.8741179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8741559Z with 2022-11-23T02:44:37.8741717Z [ 2022-11-23T02:44:37.8741982Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8742220Z ] 2022-11-23T02:44:37.8742678Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8743153Z with 2022-11-23T02:44:37.8743298Z [ 2022-11-23T02:44:37.8743609Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8743844Z ] 2022-11-23T02:44:37.8744333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8744780Z with 2022-11-23T02:44:37.8744939Z [ 2022-11-23T02:44:37.8745189Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8745427Z ] 2022-11-23T02:44:37.8745917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:44:37.8746699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:44:37.8747477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:44:37.8748153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8748554Z with 2022-11-23T02:44:37.8748757Z [ 2022-11-23T02:44:37.8749013Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8749255Z ] 2022-11-23T02:44:37.8749709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8750084Z with 2022-11-23T02:44:37.8750241Z [ 2022-11-23T02:44:37.8750498Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8750722Z ] 2022-11-23T02:44:37.8751135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8751526Z with 2022-11-23T02:44:37.8751683Z [ 2022-11-23T02:44:37.8751932Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8752217Z ] 2022-11-23T02:44:37.8752664Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8753080Z with 2022-11-23T02:44:37.8753235Z [ 2022-11-23T02:44:37.8753491Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8753724Z ] 2022-11-23T02:44:37.8754210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8754660Z with 2022-11-23T02:44:37.8754854Z [ 2022-11-23T02:44:37.8755108Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8755385Z ] 2022-11-23T02:44:37.8755873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:44:37.8756633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:44:37.8757321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:44:37.8757984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8758393Z with 2022-11-23T02:44:37.8758540Z [ 2022-11-23T02:44:37.8758797Z T=std::vector,std::allocator>> 2022-11-23T02:44:37.8759032Z ] 2022-11-23T02:44:37.8759492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8759863Z with 2022-11-23T02:44:37.8760021Z [ 2022-11-23T02:44:37.8760228Z T=std::vector> 2022-11-23T02:44:37.8760433Z ] 2022-11-23T02:44:37.8760899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8761330Z with 2022-11-23T02:44:37.8761489Z [ 2022-11-23T02:44:37.8761709Z T=std::vector> 2022-11-23T02:44:37.8761904Z ] 2022-11-23T02:44:37.8762365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8762785Z with 2022-11-23T02:44:37.8762942Z [ 2022-11-23T02:44:37.8763160Z T=std::vector> 2022-11-23T02:44:37.8763364Z ] 2022-11-23T02:44:37.8763836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8764291Z with 2022-11-23T02:44:37.8764503Z [ 2022-11-23T02:44:37.8764719Z T=std::vector> 2022-11-23T02:44:37.8764921Z ] 2022-11-23T02:44:37.8765373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.8766089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.8766825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8767253Z with 2022-11-23T02:44:37.8767414Z [ 2022-11-23T02:44:37.8767637Z T=std::vector> 2022-11-23T02:44:37.8767842Z ] 2022-11-23T02:44:37.8768246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8768612Z with 2022-11-23T02:44:37.8768759Z [ 2022-11-23T02:44:37.8769008Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:37.8769241Z ] 2022-11-23T02:44:37.8769665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8770049Z with 2022-11-23T02:44:37.8770194Z [ 2022-11-23T02:44:37.8770438Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:37.8770666Z ] 2022-11-23T02:44:37.8771129Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8771553Z with 2022-11-23T02:44:37.8771707Z [ 2022-11-23T02:44:37.8771950Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:37.8772174Z ] 2022-11-23T02:44:37.8772764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8773261Z with 2022-11-23T02:44:37.8773422Z [ 2022-11-23T02:44:37.8773672Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:37.8773907Z ] 2022-11-23T02:44:37.8774381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8775174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8775963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:44:37.8776686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8777142Z with 2022-11-23T02:44:37.8777302Z [ 2022-11-23T02:44:37.8777548Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:37.8777782Z ] 2022-11-23T02:44:37.8778181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8778605Z with 2022-11-23T02:44:37.8778772Z [ 2022-11-23T02:44:37.8779019Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:37.8779298Z ] 2022-11-23T02:44:37.8779713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8780092Z with 2022-11-23T02:44:37.8780250Z [ 2022-11-23T02:44:37.8780578Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:37.8780810Z ] 2022-11-23T02:44:37.8781273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8781691Z with 2022-11-23T02:44:37.8781837Z [ 2022-11-23T02:44:37.8782089Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:37.8782320Z ] 2022-11-23T02:44:37.8782809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8783254Z with 2022-11-23T02:44:37.8783419Z [ 2022-11-23T02:44:37.8783655Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:37.8783893Z ] 2022-11-23T02:44:37.8784374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8785295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8786088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:44:37.8786826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8787238Z with 2022-11-23T02:44:37.8787400Z [ 2022-11-23T02:44:37.8787650Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:37.8787872Z ] 2022-11-23T02:44:37.8788281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8788653Z with 2022-11-23T02:44:37.8788813Z [ 2022-11-23T02:44:37.8789008Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:37.8789187Z ] 2022-11-23T02:44:37.8789604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8790045Z with 2022-11-23T02:44:37.8790205Z [ 2022-11-23T02:44:37.8790397Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:37.8790585Z ] 2022-11-23T02:44:37.8791082Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8791550Z with 2022-11-23T02:44:37.8791715Z [ 2022-11-23T02:44:37.8791910Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:37.8792098Z ] 2022-11-23T02:44:37.8792578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8793023Z with 2022-11-23T02:44:37.8793169Z [ 2022-11-23T02:44:37.8793369Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:37.8793557Z ] 2022-11-23T02:44:37.8794002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8794682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8795081Z with 2022-11-23T02:44:37.8795229Z [ 2022-11-23T02:44:37.8795427Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:37.8795617Z ] 2022-11-23T02:44:37.8796094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:44:37.8796867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8797274Z with 2022-11-23T02:44:37.8797471Z [ 2022-11-23T02:44:37.8797663Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:37.8797854Z ] 2022-11-23T02:44:37.8798307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8798681Z with 2022-11-23T02:44:37.8798838Z [ 2022-11-23T02:44:37.8799111Z T=std::vector> 2022-11-23T02:44:37.8799374Z ] 2022-11-23T02:44:37.8799791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8800185Z with 2022-11-23T02:44:37.8800344Z [ 2022-11-23T02:44:37.8800628Z T=std::vector> 2022-11-23T02:44:37.8800877Z ] 2022-11-23T02:44:37.8801345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8801766Z with 2022-11-23T02:44:37.8801923Z [ 2022-11-23T02:44:37.8802208Z T=std::vector> 2022-11-23T02:44:37.8802471Z ] 2022-11-23T02:44:37.8803004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8803540Z with 2022-11-23T02:44:37.8803704Z [ 2022-11-23T02:44:37.8803990Z T=std::vector> 2022-11-23T02:44:37.8804255Z ] 2022-11-23T02:44:37.8804775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.8805614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.8806367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8806769Z with 2022-11-23T02:44:37.8806918Z [ 2022-11-23T02:44:37.8807203Z T=std::vector> 2022-11-23T02:44:37.8807464Z ] 2022-11-23T02:44:37.8807875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8808246Z with 2022-11-23T02:44:37.8808404Z [ 2022-11-23T02:44:37.8808582Z T=torch::autograd::ViewInfo 2022-11-23T02:44:37.8808772Z ] 2022-11-23T02:44:37.8809232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8809665Z with 2022-11-23T02:44:37.8809822Z [ 2022-11-23T02:44:37.8810011Z T=torch::autograd::ViewInfo 2022-11-23T02:44:37.8810184Z ] 2022-11-23T02:44:37.8810697Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8811118Z with 2022-11-23T02:44:37.8811274Z [ 2022-11-23T02:44:37.8811465Z T=torch::autograd::ViewInfo 2022-11-23T02:44:37.8811650Z ] 2022-11-23T02:44:37.8812122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8812575Z with 2022-11-23T02:44:37.8812738Z [ 2022-11-23T02:44:37.8812930Z T=torch::autograd::ViewInfo 2022-11-23T02:44:37.8813116Z ] 2022-11-23T02:44:37.8813555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8814237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8814981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8815438Z with 2022-11-23T02:44:37.8815644Z [ 2022-11-23T02:44:37.8815835Z T=torch::autograd::ViewInfo 2022-11-23T02:44:37.8816020Z ] 2022-11-23T02:44:37.8816428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8816786Z with 2022-11-23T02:44:37.8816945Z [ 2022-11-23T02:44:37.8817117Z T=c10::IValue 2022-11-23T02:44:37.8817287Z ] 2022-11-23T02:44:37.8817703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8818087Z with 2022-11-23T02:44:37.8818237Z [ 2022-11-23T02:44:37.8818407Z T=c10::IValue 2022-11-23T02:44:37.8818573Z ] 2022-11-23T02:44:37.8819031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8819448Z with 2022-11-23T02:44:37.8819596Z [ 2022-11-23T02:44:37.8819765Z T=c10::IValue 2022-11-23T02:44:37.8819930Z ] 2022-11-23T02:44:37.8820497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8820993Z with 2022-11-23T02:44:37.8821153Z [ 2022-11-23T02:44:37.8821312Z T=c10::IValue 2022-11-23T02:44:37.8821481Z ] 2022-11-23T02:44:37.8821909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8822617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8823351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8823761Z with 2022-11-23T02:44:37.8823921Z [ 2022-11-23T02:44:37.8824083Z T=c10::IValue 2022-11-23T02:44:37.8824252Z ] 2022-11-23T02:44:37.8824989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8825360Z with 2022-11-23T02:44:37.8825524Z [ 2022-11-23T02:44:37.8825698Z T=c10::AliasInfo 2022-11-23T02:44:37.8825858Z ] 2022-11-23T02:44:37.8826277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8826666Z with 2022-11-23T02:44:37.8826826Z [ 2022-11-23T02:44:37.8826999Z T=c10::AliasInfo 2022-11-23T02:44:37.8827171Z ] 2022-11-23T02:44:37.8827663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8828086Z with 2022-11-23T02:44:37.8828247Z [ 2022-11-23T02:44:37.8828469Z T=c10::AliasInfo 2022-11-23T02:44:37.8828641Z ] 2022-11-23T02:44:37.8829203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8829643Z with 2022-11-23T02:44:37.8829803Z [ 2022-11-23T02:44:37.8829978Z T=c10::AliasInfo 2022-11-23T02:44:37.8830152Z ] 2022-11-23T02:44:37.8830578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8831248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8831926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8832324Z with 2022-11-23T02:44:37.8832485Z [ 2022-11-23T02:44:37.8832661Z T=c10::AliasInfo 2022-11-23T02:44:37.8832835Z ] 2022-11-23T02:44:37.8833243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8833620Z with 2022-11-23T02:44:37.8833768Z [ 2022-11-23T02:44:37.8834046Z T=std::vector> 2022-11-23T02:44:37.8834262Z ] 2022-11-23T02:44:37.8834726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8835111Z with 2022-11-23T02:44:37.8835259Z [ 2022-11-23T02:44:37.8835486Z T=std::vector> 2022-11-23T02:44:37.8835705Z ] 2022-11-23T02:44:37.8836162Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8836583Z with 2022-11-23T02:44:37.8836740Z [ 2022-11-23T02:44:37.8837008Z T=std::vector> 2022-11-23T02:44:37.8837227Z ] 2022-11-23T02:44:37.8837711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8838163Z with 2022-11-23T02:44:37.8838323Z [ 2022-11-23T02:44:37.8838551Z T=std::vector> 2022-11-23T02:44:37.8838756Z ] 2022-11-23T02:44:37.8839207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.8839627Z with 2022-11-23T02:44:37.8839784Z [ 2022-11-23T02:44:37.8839959Z T=c10::SymInt 2022-11-23T02:44:37.8840134Z ] 2022-11-23T02:44:37.8840612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.8841056Z with 2022-11-23T02:44:37.8841217Z [ 2022-11-23T02:44:37.8841388Z T=c10::SymInt 2022-11-23T02:44:37.8841557Z ] 2022-11-23T02:44:37.8842027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:44:37.8842884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:44:37.8843647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8844042Z with 2022-11-23T02:44:37.8844203Z [ 2022-11-23T02:44:37.8844435Z T=std::vector> 2022-11-23T02:44:37.8844653Z ] 2022-11-23T02:44:37.8845061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8845431Z with 2022-11-23T02:44:37.8845580Z [ 2022-11-23T02:44:37.8845817Z T=c10::either 2022-11-23T02:44:37.8846039Z ] 2022-11-23T02:44:37.8846465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8846906Z with 2022-11-23T02:44:37.8847064Z [ 2022-11-23T02:44:37.8847286Z T=c10::either 2022-11-23T02:44:37.8847564Z ] 2022-11-23T02:44:37.8848024Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8848450Z with 2022-11-23T02:44:37.8848607Z [ 2022-11-23T02:44:37.8848841Z T=c10::either 2022-11-23T02:44:37.8849051Z ] 2022-11-23T02:44:37.8849587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8850041Z with 2022-11-23T02:44:37.8850200Z [ 2022-11-23T02:44:37.8850432Z T=c10::either 2022-11-23T02:44:37.8850651Z ] 2022-11-23T02:44:37.8851103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8851888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8852632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8853084Z with 2022-11-23T02:44:37.8853246Z [ 2022-11-23T02:44:37.8853483Z T=c10::either 2022-11-23T02:44:37.8853755Z ] 2022-11-23T02:44:37.8854148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8854579Z with 2022-11-23T02:44:37.8854739Z [ 2022-11-23T02:44:37.8854926Z T=at::StepCallbacks 2022-11-23T02:44:37.8855109Z ] 2022-11-23T02:44:37.8855533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8855913Z with 2022-11-23T02:44:37.8856074Z [ 2022-11-23T02:44:37.8856258Z T=at::StepCallbacks 2022-11-23T02:44:37.8856438Z ] 2022-11-23T02:44:37.8856897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8857325Z with 2022-11-23T02:44:37.8857472Z [ 2022-11-23T02:44:37.8857655Z T=at::StepCallbacks 2022-11-23T02:44:37.8857836Z ] 2022-11-23T02:44:37.8858318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8858768Z with 2022-11-23T02:44:37.8858927Z [ 2022-11-23T02:44:37.8859096Z T=at::StepCallbacks 2022-11-23T02:44:37.8859317Z ] 2022-11-23T02:44:37.8859753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8860591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8861286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8861695Z with 2022-11-23T02:44:37.8861855Z [ 2022-11-23T02:44:37.8862026Z T=at::StepCallbacks 2022-11-23T02:44:37.8862206Z ] 2022-11-23T02:44:37.8862673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8863054Z with 2022-11-23T02:44:37.8863215Z [ 2022-11-23T02:44:37.8863380Z T=c10::DimVector 2022-11-23T02:44:37.8863555Z ] 2022-11-23T02:44:37.8863977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8864369Z with 2022-11-23T02:44:37.8864526Z [ 2022-11-23T02:44:37.8864703Z T=c10::DimVector 2022-11-23T02:44:37.8864864Z ] 2022-11-23T02:44:37.8865324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8865792Z with 2022-11-23T02:44:37.8865955Z [ 2022-11-23T02:44:37.8866130Z T=c10::DimVector 2022-11-23T02:44:37.8866304Z ] 2022-11-23T02:44:37.8866818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8867271Z with 2022-11-23T02:44:37.8867434Z [ 2022-11-23T02:44:37.8867662Z T=c10::DimVector 2022-11-23T02:44:37.8867836Z ] 2022-11-23T02:44:37.8868264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8868917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8869584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8869997Z with 2022-11-23T02:44:37.8870160Z [ 2022-11-23T02:44:37.8870337Z T=c10::DimVector 2022-11-23T02:44:37.8870512Z ] 2022-11-23T02:44:37.8870915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8871280Z with 2022-11-23T02:44:37.8871437Z [ 2022-11-23T02:44:37.8871631Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:37.8871823Z ] 2022-11-23T02:44:37.8872243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8872626Z with 2022-11-23T02:44:37.8872773Z [ 2022-11-23T02:44:37.8872972Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:37.8873158Z ] 2022-11-23T02:44:37.8873612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8874036Z with 2022-11-23T02:44:37.8874180Z [ 2022-11-23T02:44:37.8874374Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:37.8874559Z ] 2022-11-23T02:44:37.8875045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8875541Z with 2022-11-23T02:44:37.8875702Z [ 2022-11-23T02:44:37.8875885Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:37.8876072Z ] 2022-11-23T02:44:37.8876512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8877275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8878042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8878451Z with 2022-11-23T02:44:37.8878613Z [ 2022-11-23T02:44:37.8878798Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:37.8878989Z ] 2022-11-23T02:44:37.8879396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8879765Z with 2022-11-23T02:44:37.8879923Z [ 2022-11-23T02:44:37.8880161Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:37.8880428Z ] 2022-11-23T02:44:37.8880848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8881232Z with 2022-11-23T02:44:37.8881393Z [ 2022-11-23T02:44:37.8881628Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:37.8881851Z ] 2022-11-23T02:44:37.8882300Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8882722Z with 2022-11-23T02:44:37.8882882Z [ 2022-11-23T02:44:37.8883118Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:37.8883339Z ] 2022-11-23T02:44:37.8883821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8884273Z with 2022-11-23T02:44:37.8884423Z [ 2022-11-23T02:44:37.8884658Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:37.8884878Z ] 2022-11-23T02:44:37.8885353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8886125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8886865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8887276Z with 2022-11-23T02:44:37.8887424Z [ 2022-11-23T02:44:37.8887665Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:37.8887888Z ] 2022-11-23T02:44:37.8888339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8888712Z with 2022-11-23T02:44:37.8888873Z [ 2022-11-23T02:44:37.8889072Z T=std::tuple 2022-11-23T02:44:37.8889271Z ] 2022-11-23T02:44:37.8889691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8890082Z with 2022-11-23T02:44:37.8890242Z [ 2022-11-23T02:44:37.8890438Z T=std::tuple 2022-11-23T02:44:37.8890638Z ] 2022-11-23T02:44:37.8891099Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8891530Z with 2022-11-23T02:44:37.8891689Z [ 2022-11-23T02:44:37.8891897Z T=std::tuple 2022-11-23T02:44:37.8892083Z ] 2022-11-23T02:44:37.8892567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8893055Z with 2022-11-23T02:44:37.8893219Z [ 2022-11-23T02:44:37.8893429Z T=std::tuple 2022-11-23T02:44:37.8893695Z ] 2022-11-23T02:44:37.8894135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8894925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8895645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8896045Z with 2022-11-23T02:44:37.8896211Z [ 2022-11-23T02:44:37.8896422Z T=std::tuple 2022-11-23T02:44:37.8896625Z ] 2022-11-23T02:44:37.8897027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8897392Z with 2022-11-23T02:44:37.8897554Z [ 2022-11-23T02:44:37.8897745Z T=torch::jit::SourceRange 2022-11-23T02:44:37.8897935Z ] 2022-11-23T02:44:37.8898354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8898738Z with 2022-11-23T02:44:37.8898884Z [ 2022-11-23T02:44:37.8899074Z T=torch::jit::SourceRange 2022-11-23T02:44:37.8899258Z ] 2022-11-23T02:44:37.8899715Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8900139Z with 2022-11-23T02:44:37.8900283Z [ 2022-11-23T02:44:37.8900546Z T=torch::jit::SourceRange 2022-11-23T02:44:37.8900731Z ] 2022-11-23T02:44:37.8901280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8901725Z with 2022-11-23T02:44:37.8901884Z [ 2022-11-23T02:44:37.8902059Z T=torch::jit::SourceRange 2022-11-23T02:44:37.8902243Z ] 2022-11-23T02:44:37.8902689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8903393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8904102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8904506Z with 2022-11-23T02:44:37.8904665Z [ 2022-11-23T02:44:37.8904843Z T=torch::jit::SourceRange 2022-11-23T02:44:37.8905030Z ] 2022-11-23T02:44:37.8905432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8906458Z with 2022-11-23T02:44:37.8906618Z [ 2022-11-23T02:44:37.8906830Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:37.8907019Z ] 2022-11-23T02:44:37.8907440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8907824Z with 2022-11-23T02:44:37.8907983Z [ 2022-11-23T02:44:37.8908193Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:37.8908398Z ] 2022-11-23T02:44:37.8908844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8909270Z with 2022-11-23T02:44:37.8909432Z [ 2022-11-23T02:44:37.8909639Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:37.8909841Z ] 2022-11-23T02:44:37.8910328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8910768Z with 2022-11-23T02:44:37.8910927Z [ 2022-11-23T02:44:37.8911135Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:37.8911331Z ] 2022-11-23T02:44:37.8911784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8912498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8913198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8913598Z with 2022-11-23T02:44:37.8913746Z [ 2022-11-23T02:44:37.8913957Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:37.8914153Z ] 2022-11-23T02:44:37.8914605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8914978Z with 2022-11-23T02:44:37.8915124Z [ 2022-11-23T02:44:37.8915326Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:37.8915520Z ] 2022-11-23T02:44:37.8915944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8916325Z with 2022-11-23T02:44:37.8916480Z [ 2022-11-23T02:44:37.8916669Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:37.8916863Z ] 2022-11-23T02:44:37.8917322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8917746Z with 2022-11-23T02:44:37.8917898Z [ 2022-11-23T02:44:37.8918096Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:37.8918280Z ] 2022-11-23T02:44:37.8918765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8919249Z with 2022-11-23T02:44:37.8919405Z [ 2022-11-23T02:44:37.8919605Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:37.8919799Z ] 2022-11-23T02:44:37.8920235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8920954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8921658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8922060Z with 2022-11-23T02:44:37.8922214Z [ 2022-11-23T02:44:37.8922419Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:37.8922610Z ] 2022-11-23T02:44:37.8923001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8923375Z with 2022-11-23T02:44:37.8923530Z [ 2022-11-23T02:44:37.8923711Z T=torch::jit::ScopePtr 2022-11-23T02:44:37.8923888Z ] 2022-11-23T02:44:37.8924306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8924678Z with 2022-11-23T02:44:37.8924833Z [ 2022-11-23T02:44:37.8925087Z T=torch::jit::ScopePtr 2022-11-23T02:44:37.8925264Z ] 2022-11-23T02:44:37.8925721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8926184Z with 2022-11-23T02:44:37.8926327Z [ 2022-11-23T02:44:37.8926506Z T=torch::jit::ScopePtr 2022-11-23T02:44:37.8926682Z ] 2022-11-23T02:44:37.8927226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8927671Z with 2022-11-23T02:44:37.8927817Z [ 2022-11-23T02:44:37.8928001Z T=torch::jit::ScopePtr 2022-11-23T02:44:37.8928177Z ] 2022-11-23T02:44:37.8928613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8929296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8929979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8930386Z with 2022-11-23T02:44:37.8930542Z [ 2022-11-23T02:44:37.8930717Z T=torch::jit::ScopePtr 2022-11-23T02:44:37.8930898Z ] 2022-11-23T02:44:37.8931296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8931668Z with 2022-11-23T02:44:37.8931872Z [ 2022-11-23T02:44:37.8932047Z T=at::ThreadLocalState 2022-11-23T02:44:37.8932230Z ] 2022-11-23T02:44:37.8932645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8933030Z with 2022-11-23T02:44:37.8933191Z [ 2022-11-23T02:44:37.8933375Z T=at::ThreadLocalState 2022-11-23T02:44:37.8933545Z ] 2022-11-23T02:44:37.8934004Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8934417Z with 2022-11-23T02:44:37.8934573Z [ 2022-11-23T02:44:37.8934756Z T=at::ThreadLocalState 2022-11-23T02:44:37.8934934Z ] 2022-11-23T02:44:37.8935407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8935857Z with 2022-11-23T02:44:37.8936017Z [ 2022-11-23T02:44:37.8936198Z T=at::ThreadLocalState 2022-11-23T02:44:37.8936379Z ] 2022-11-23T02:44:37.8936814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8937506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8938205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8938615Z with 2022-11-23T02:44:37.8938771Z [ 2022-11-23T02:44:37.8938956Z T=at::ThreadLocalState 2022-11-23T02:44:37.8939136Z ] 2022-11-23T02:44:37.8939584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8939947Z with 2022-11-23T02:44:37.8940104Z [ 2022-11-23T02:44:37.8940310Z T=std::shared_ptr 2022-11-23T02:44:37.8940600Z ] 2022-11-23T02:44:37.8941024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8941411Z with 2022-11-23T02:44:37.8941559Z [ 2022-11-23T02:44:37.8941770Z T=std::shared_ptr 2022-11-23T02:44:37.8941966Z ] 2022-11-23T02:44:37.8942422Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8942835Z with 2022-11-23T02:44:37.8942995Z [ 2022-11-23T02:44:37.8943189Z T=std::shared_ptr 2022-11-23T02:44:37.8943381Z ] 2022-11-23T02:44:37.8943860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8944309Z with 2022-11-23T02:44:37.8944466Z [ 2022-11-23T02:44:37.8944709Z T=std::shared_ptr 2022-11-23T02:44:37.8944909Z ] 2022-11-23T02:44:37.8945354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.8946056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.8946771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:44:37.8947486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8947895Z with 2022-11-23T02:44:37.8948057Z [ 2022-11-23T02:44:37.8948266Z T=std::shared_ptr 2022-11-23T02:44:37.8948452Z ] 2022-11-23T02:44:37.8948858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8949230Z with 2022-11-23T02:44:37.8949384Z [ 2022-11-23T02:44:37.8949578Z T=torch::jit::GraphExecutor 2022-11-23T02:44:37.8949757Z ] 2022-11-23T02:44:37.8950169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8950555Z with 2022-11-23T02:44:37.8950714Z [ 2022-11-23T02:44:37.8950900Z T=torch::jit::GraphExecutor 2022-11-23T02:44:37.8951085Z ] 2022-11-23T02:44:37.8951527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8951942Z with 2022-11-23T02:44:37.8952098Z [ 2022-11-23T02:44:37.8952335Z T=torch::jit::GraphExecutor 2022-11-23T02:44:37.8952522Z ] 2022-11-23T02:44:37.8953008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8953446Z with 2022-11-23T02:44:37.8953605Z [ 2022-11-23T02:44:37.8953799Z T=torch::jit::GraphExecutor 2022-11-23T02:44:37.8953989Z ] 2022-11-23T02:44:37.8954424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8955100Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8955804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:44:37.8956519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8956959Z with 2022-11-23T02:44:37.8957119Z [ 2022-11-23T02:44:37.8957313Z T=torch::jit::GraphExecutor 2022-11-23T02:44:37.8957502Z ] 2022-11-23T02:44:37.8957909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8958281Z with 2022-11-23T02:44:37.8958428Z [ 2022-11-23T02:44:37.8958610Z T=torch::jit::Method 2022-11-23T02:44:37.8958789Z ] 2022-11-23T02:44:37.8959204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8959591Z with 2022-11-23T02:44:37.8959735Z [ 2022-11-23T02:44:37.8959917Z T=torch::jit::Method 2022-11-23T02:44:37.8960095Z ] 2022-11-23T02:44:37.8960549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8960973Z with 2022-11-23T02:44:37.8961131Z [ 2022-11-23T02:44:37.8961298Z T=torch::jit::Method 2022-11-23T02:44:37.8987567Z ] 2022-11-23T02:44:37.8988297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8988760Z with 2022-11-23T02:44:37.8988924Z [ 2022-11-23T02:44:37.8989114Z T=torch::jit::Method 2022-11-23T02:44:37.8989293Z ] 2022-11-23T02:44:37.8989727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.8990407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.8991849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8992257Z with 2022-11-23T02:44:37.8992419Z [ 2022-11-23T02:44:37.8992610Z T=torch::jit::Method 2022-11-23T02:44:37.8992790Z ] 2022-11-23T02:44:37.8993197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8993577Z with 2022-11-23T02:44:37.8993725Z [ 2022-11-23T02:44:37.8993960Z T=std::vector> 2022-11-23T02:44:37.8994178Z ] 2022-11-23T02:44:37.8994600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.8994989Z with 2022-11-23T02:44:37.8995149Z [ 2022-11-23T02:44:37.8995368Z T=std::vector> 2022-11-23T02:44:37.8995584Z ] 2022-11-23T02:44:37.8996044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.8996467Z with 2022-11-23T02:44:37.8996622Z [ 2022-11-23T02:44:37.8996924Z T=std::vector> 2022-11-23T02:44:37.8997129Z ] 2022-11-23T02:44:37.8997527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.8997593Z with 2022-11-23T02:44:37.8997655Z [ 2022-11-23T02:44:37.8997794Z T=std::vector> 2022-11-23T02:44:37.8997855Z ] 2022-11-23T02:44:37.8998236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.8998613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.8998965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8999031Z with 2022-11-23T02:44:37.8999094Z [ 2022-11-23T02:44:37.8999232Z T=std::vector> 2022-11-23T02:44:37.8999294Z ] 2022-11-23T02:44:37.8999603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.8999667Z with 2022-11-23T02:44:37.8999727Z [ 2022-11-23T02:44:37.8999892Z T=std::function 2022-11-23T02:44:37.8999942Z ] 2022-11-23T02:44:37.9000268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.9000332Z with 2022-11-23T02:44:37.9000394Z [ 2022-11-23T02:44:37.9000561Z T=std::function 2022-11-23T02:44:37.9000667Z ] 2022-11-23T02:44:37.9001038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.9001101Z with 2022-11-23T02:44:37.9001162Z [ 2022-11-23T02:44:37.9001326Z T=std::function 2022-11-23T02:44:37.9001389Z ] 2022-11-23T02:44:37.9001779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.9001843Z with 2022-11-23T02:44:37.9001903Z [ 2022-11-23T02:44:37.9002067Z T=std::function 2022-11-23T02:44:37.9002131Z ] 2022-11-23T02:44:37.9002533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.9002951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.9003344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9003408Z with 2022-11-23T02:44:37.9003468Z [ 2022-11-23T02:44:37.9003622Z T=std::function 2022-11-23T02:44:37.9003683Z ] 2022-11-23T02:44:37.9003990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9004053Z with 2022-11-23T02:44:37.9004114Z [ 2022-11-23T02:44:37.9004309Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:37.9004372Z ] 2022-11-23T02:44:37.9004698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.9004764Z with 2022-11-23T02:44:37.9004825Z [ 2022-11-23T02:44:37.9005015Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:37.9005076Z ] 2022-11-23T02:44:37.9005445Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.9005510Z with 2022-11-23T02:44:37.9005573Z [ 2022-11-23T02:44:37.9005760Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:37.9005821Z ] 2022-11-23T02:44:37.9006199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.9006265Z with 2022-11-23T02:44:37.9006327Z [ 2022-11-23T02:44:37.9006513Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:37.9006574Z ] 2022-11-23T02:44:37.9007040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:37.9007496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:37.9007837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9007902Z with 2022-11-23T02:44:37.9007963Z [ 2022-11-23T02:44:37.9008152Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:37.9008214Z ] 2022-11-23T02:44:37.9008525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9008589Z with 2022-11-23T02:44:37.9008652Z [ 2022-11-23T02:44:37.9008780Z T=std::vector> 2022-11-23T02:44:37.9008840Z ] 2022-11-23T02:44:37.9009205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.9009270Z with 2022-11-23T02:44:37.9009331Z [ 2022-11-23T02:44:37.9009445Z T=std::vector> 2022-11-23T02:44:37.9009505Z ] 2022-11-23T02:44:37.9009876Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.9009941Z with 2022-11-23T02:44:37.9010000Z [ 2022-11-23T02:44:37.9010126Z T=std::vector> 2022-11-23T02:44:37.9010186Z ] 2022-11-23T02:44:37.9010576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.9010641Z with 2022-11-23T02:44:37.9010700Z [ 2022-11-23T02:44:37.9010823Z T=std::vector> 2022-11-23T02:44:37.9010883Z ] 2022-11-23T02:44:37.9011238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.9011301Z with 2022-11-23T02:44:37.9011359Z [ 2022-11-23T02:44:37.9011430Z T=double 2022-11-23T02:44:37.9011478Z ] 2022-11-23T02:44:37.9011871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.9011938Z with 2022-11-23T02:44:37.9011997Z [ 2022-11-23T02:44:37.9012068Z T=double 2022-11-23T02:44:37.9012129Z ] 2022-11-23T02:44:37.9012471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9012534Z with 2022-11-23T02:44:37.9012640Z [ 2022-11-23T02:44:37.9012766Z T=std::vector> 2022-11-23T02:44:37.9012827Z ] 2022-11-23T02:44:37.9013139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9013204Z with 2022-11-23T02:44:37.9013264Z [ 2022-11-23T02:44:37.9013377Z T=std::tuple 2022-11-23T02:44:37.9013427Z ] 2022-11-23T02:44:37.9013750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.9013815Z with 2022-11-23T02:44:37.9013873Z [ 2022-11-23T02:44:37.9013989Z T=std::tuple 2022-11-23T02:44:37.9014046Z ] 2022-11-23T02:44:37.9014407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.9014468Z with 2022-11-23T02:44:37.9014526Z [ 2022-11-23T02:44:37.9014623Z T=std::tuple 2022-11-23T02:44:37.9014683Z ] 2022-11-23T02:44:37.9015073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.9015179Z with 2022-11-23T02:44:37.9015235Z [ 2022-11-23T02:44:37.9015342Z T=std::tuple 2022-11-23T02:44:37.9015401Z ] 2022-11-23T02:44:37.9015759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:37.9016143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:37.9016486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9016550Z with 2022-11-23T02:44:37.9016608Z [ 2022-11-23T02:44:37.9016715Z T=std::tuple 2022-11-23T02:44:37.9016774Z ] 2022-11-23T02:44:37.9017081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9017143Z with 2022-11-23T02:44:37.9017202Z [ 2022-11-23T02:44:37.9017335Z T=std::vector> 2022-11-23T02:44:37.9017383Z ] 2022-11-23T02:44:37.9017704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:37.9017769Z with 2022-11-23T02:44:37.9017827Z [ 2022-11-23T02:44:37.9017961Z T=std::vector> 2022-11-23T02:44:37.9018020Z ] 2022-11-23T02:44:37.9018386Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:37.9018492Z with 2022-11-23T02:44:37.9018551Z [ 2022-11-23T02:44:37.9018684Z T=std::vector> 2022-11-23T02:44:37.9018742Z ] 2022-11-23T02:44:37.9019128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:37.9019191Z with 2022-11-23T02:44:37.9019250Z [ 2022-11-23T02:44:37.9019379Z T=std::vector> 2022-11-23T02:44:37.9019437Z ] 2022-11-23T02:44:37.9019800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:37.9020205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:37.9020667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:37.9020785Z with 2022-11-23T02:44:37.9020834Z [ 2022-11-23T02:44:37.9020968Z T=std::vector> 2022-11-23T02:44:37.9021029Z ] 2022-11-23T02:44:37.9021290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T02:44:37.9021543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T02:44:37.9021809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T02:44:37.9022327Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" open_registration_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:custom_device_extension.pyd 2022-11-23T02:44:37.9022508Z Creating library custom_device_extension.lib and object custom_device_extension.exp 2022-11-23T02:44:37.9022638Z Loading extension module custom_device_extension... 2022-11-23T02:44:37.9022706Z ok (13.739s) 2022-11-23T02:44:37.9022717Z 2022-11-23T02:44:37.9022872Z ---------------------------------------------------------------------- 2022-11-23T02:44:37.9022955Z Ran 1 test in 13.735s 2022-11-23T02:44:37.9022961Z 2022-11-23T02:44:37.9023019Z OK 2022-11-23T02:44:37.9023025Z 2022-11-23T02:44:37.9023118Z Generating XML reports... 2022-11-23T02:44:37.9023447Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20221123024423.xml 2022-11-23T02:44:37.9023453Z 2022-11-23T02:44:37.9023759Z ##[endgroup] 2022-11-23T02:44:37.9024092Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_vf7qlguo) 2022-11-23T02:44:37.9024100Z 2022-11-23T02:44:37.9024216Z Running test_overrides ... [2022-11-23 02:44:37.862731] 2022-11-23T02:44:37.9024501Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:37.863333] 2022-11-23T02:44:42.9812149Z 2022-11-23T02:44:42.9812922Z Expand the folded group to see the log file of test_overrides 2022-11-23T02:44:42.9813685Z ##[group]PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_jpprr44j) 2022-11-23T02:44:42.9824852Z 2022-11-23T02:44:42.9825235Z Running tests... 2022-11-23T02:44:42.9825681Z ---------------------------------------------------------------------- 2022-11-23T02:44:42.9826194Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-11-23T02:44:42.9826780Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.452s) 2022-11-23T02:44:42.9827315Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.000s) 2022-11-23T02:44:42.9827813Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.000s) 2022-11-23T02:44:42.9828251Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.026s) 2022-11-23T02:44:42.9828702Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.002s) 2022-11-23T02:44:42.9829111Z test_getitem (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:44:42.9829566Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.004s) 2022-11-23T02:44:42.9830002Z test_setitem (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:44:42.9830415Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:44:42.9830810Z test_setitem_val (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T02:44:42.9831196Z test_iterator (__main__.TestIterator) ... ok (0.010s) 2022-11-23T02:44:42.9831770Z test_max (__main__.TestNamedTuple) ... ok (0.000s) 2022-11-23T02:44:42.9832166Z test_pickle (__main__.TestPickle) ... ok (0.000s) 2022-11-23T02:44:42.9832545Z test_rnn (__main__.TestRNN) ... ok (0.000s) 2022-11-23T02:44:42.9832932Z test_resolve_name (__main__.TestResolveName) ... ok (0.110s) 2022-11-23T02:44:42.9833356Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9833794Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9834221Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9834710Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9835206Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9835756Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.030s) 2022-11-23T02:44:42.9836285Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9836749Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9837170Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9837652Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9838131Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9838660Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9839192Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9839699Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9840113Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9840577Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T02:44:42.9841064Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T02:44:42.9841560Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9842009Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9842520Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T02:44:42.9843160Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.006s) 2022-11-23T02:44:42.9843618Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9844078Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9844533Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9845014Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9845479Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9845908Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9846242Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9846615Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9846984Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9847327Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9847711Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9848075Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9848477Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9848803Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9849218Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9849564Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9849895Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9850229Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9850567Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9850886Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9851222Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9851550Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9851894Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9852241Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9852582Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9852902Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9853229Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9853561Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9853957Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9854328Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9854679Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9855002Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9855335Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9855668Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9855995Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9856323Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9856656Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9857047Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9857368Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9857701Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9858031Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9858357Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9858693Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9859031Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9859346Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9859733Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9860065Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9860462Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9860899Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9861243Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9861580Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9861932Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9862339Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9862678Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9863006Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9863332Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9863647Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9863987Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9864329Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9864663Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9864989Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9865322Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9865723Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9866049Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9866444Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9866777Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9867682Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9868078Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9868453Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9868781Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9869112Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9869452Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9869786Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9870131Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9870474Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9870868Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9871200Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9871551Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9871962Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9872346Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9872674Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9873014Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9873343Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9873682Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9874021Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9874355Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9874688Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9875017Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9875332Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9875663Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9875997Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9876392Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9876733Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9877075Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9877400Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9877789Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9878127Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9878518Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9878847Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9879182Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9879504Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9879847Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9880186Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9880531Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9880862Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9881197Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:42.9881534Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9881848Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9882187Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9882517Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9882852Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9883186Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9883520Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9883904Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9884279Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9884691Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9885029Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9885361Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9885694Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9886015Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9886354Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9886686Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9887013Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9887347Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9887681Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9887996Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9888329Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9888664Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9889001Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9889342Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9889792Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9890132Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9890547Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9890895Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9891234Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9891565Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9891897Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9892231Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9892548Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9892876Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9893205Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9893534Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9893862Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9894200Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9894533Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9894869Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9895207Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9895552Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9895945Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9896290Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9896676Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9897027Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9897384Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9897803Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9898157Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9898502Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9898835Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9899177Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9899532Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9899909Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9900265Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9900700Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9901038Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9901352Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9901692Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9902090Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9902428Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9902824Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9903220Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:42.9903544Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9903874Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9904211Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9904553Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9904881Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9905297Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9905635Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9905991Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9906335Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9906670Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9907005Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9907347Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9907680Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9908026Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9908428Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9908818Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9909149Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9909479Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9909816Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9910149Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9910484Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9910829Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9911178Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9911592Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9912033Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9912355Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9912696Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9913091Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9913430Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9913756Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9914085Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9914462Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9914813Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9915202Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9915526Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9915852Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9916190Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9916514Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9917528Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9917860Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9918199Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9918538Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9918879Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9919200Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9919535Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9919873Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9920209Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9920611Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9920959Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9921359Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9921676Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9922009Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9922345Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9922680Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9923025Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9923366Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9923707Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9924055Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9924387Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9924720Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9925052Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9925380Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9925755Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9926084Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9926474Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9926811Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9927198Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9927530Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9927849Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9928191Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9928525Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9928848Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9929177Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9929508Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9929818Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9930150Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9930481Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9930868Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9931199Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9931528Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9931855Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9932172Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9932530Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9932878Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9933272Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9933614Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9933940Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9934272Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9934610Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9934949Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9935288Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9935615Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9935946Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9936264Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9936592Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9936929Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9937257Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9937596Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9937946Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9938272Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9938602Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9939046Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9939458Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9939796Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9940123Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9940431Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9940847Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9941177Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9941503Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9941832Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9942167Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9942490Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9942817Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9943141Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9943466Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9943801Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9944148Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9944539Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9944920Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9945264Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9945659Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9946008Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9946366Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9946708Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9947019Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9947345Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9947689Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9948035Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9948377Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9948721Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9949043Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9949384Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9949723Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9950051Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9950379Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9950703Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9951066Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9951448Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9951787Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9952125Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9952514Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:42.9952858Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9953185Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9953528Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9953871Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9954220Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9954561Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9954906Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9955248Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9955583Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9955939Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9956289Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9956631Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9957027Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9957415Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9957795Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9958137Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9958466Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9958804Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9959153Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9959497Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9959829Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9960186Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9960545Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9960903Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9961244Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9961582Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9961913Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9962261Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9962606Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9963002Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9963384Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9963724Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9964059Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9964385Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9964719Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9965052Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9965395Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9965732Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9966113Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9966433Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9966763Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9967096Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9967427Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9967756Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9968092Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9968411Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9968795Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9969127Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9969456Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9969840Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:42.9970173Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9970486Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9970826Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9971219Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9971558Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9971894Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9972229Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9972544Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:42.9972881Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9973212Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9973544Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9973871Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9974197Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9974527Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9974852Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9975197Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9975545Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9975895Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9976248Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9976591Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9976916Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9977271Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9977614Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9977960Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9978305Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9978648Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9978978Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9979938Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9980365Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9980834Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9981183Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9981522Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9981839Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9982160Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9982485Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9982817Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9983150Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9983482Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9983808Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9984157Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9984513Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9984869Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9985295Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9985637Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9985980Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9986316Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9986656Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9986989Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9987324Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:42.9987655Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9987986Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9988301Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9988631Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9988957Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9989291Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9989626Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9989964Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9990279Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9990608Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9990943Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9991290Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9991633Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9991968Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9992287Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9992630Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9992973Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9993359Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9993697Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9994038Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9994385Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9994711Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9995043Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9995381Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9995728Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9996106Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9996441Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:42.9996806Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9997135Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9997465Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:42.9997803Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9998143Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9998535Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:42.9998865Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:42.9999205Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9999536Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:42.9999866Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0000202Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0000540Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0000858Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0001189Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0001519Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0001850Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0002172Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0002510Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0002839Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0003181Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0003524Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0003868Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0004212Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0004544Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0004877Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0005193Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0005518Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0005845Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0006167Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0006560Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0006932Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0007296Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0007657Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0007997Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0008334Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0008664Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0009004Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0009330Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0009668Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0010004Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0010332Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0010677Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0011030Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0011370Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0011763Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0012110Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0012450Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0012779Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0013117Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0013467Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0013794Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0014127Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0014460Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0014794Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0015126Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0015476Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0015827Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0016175Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0016516Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0016850Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0017181Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0017516Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0017841Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0018197Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0018553Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0018899Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0019245Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0019630Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0019947Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0020275Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0020707Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0021056Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0021394Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0021723Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0022055Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0022378Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0022723Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0023073Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0023428Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0023787Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0024129Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0024460Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0024856Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0025183Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0025513Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0025856Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0026198Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0026519Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0026861Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0027262Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0027593Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0027984Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0028316Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0028626Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0028947Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0029279Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0029607Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0029931Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0030260Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0030586Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0030931Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0031264Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0031593Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0031922Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0032258Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0032606Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0032996Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0033359Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0033710Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0034054Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0034394Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0034721Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0035036Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0035368Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0035706Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0036041Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0036378Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0036711Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0037024Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0037357Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0037704Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0038108Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0038443Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0038769Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0039089Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0039432Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0039767Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0040098Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0040430Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0040761Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0041105Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0041433Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0041776Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0042117Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0042443Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0042768Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0043095Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0043426Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0043765Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0044091Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0044419Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0044748Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0045088Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0045407Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0045732Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0046106Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0046446Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0046789Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0047127Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0047446Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0047776Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0048116Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0048461Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0048816Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0049163Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0049479Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0049804Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0050130Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0050469Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0050813Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0051191Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0051521Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0051840Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0052171Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0052505Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0052836Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0053174Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0053506Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0053842Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0054199Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0054543Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0054906Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0055264Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0055606Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0055934Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0056261Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0056587Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0056915Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0057244Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0057578Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0057902Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0058232Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0058562Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0058895Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0059266Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0059607Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0059982Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0087449Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0088008Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0088398Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0088764Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0089128Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0089479Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0089845Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0090206Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0090570Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0090928Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0091453Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0091803Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0092163Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0092527Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0092891Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0093252Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0093616Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0093977Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0094329Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0094691Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0095054Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0095420Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0095785Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0096156Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0096509Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0096871Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0097230Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0097586Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0097934Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0098291Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0098642Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0098983Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0099401Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0099766Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0100131Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0100508Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0101012Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0101400Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0101735Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0102046Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0102391Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0102734Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:44:43.0103047Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-11-23T02:44:43.0103356Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:44:43.0103663Z Test that a function with multiple arguments can be overrided ... ok (0.003s) 2022-11-23T02:44:43.0103991Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0104377Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:44:43.0104706Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-11-23T02:44:43.0105050Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T02:44:43.0105379Z this test exercises the functionality described in ... ok (0.003s) 2022-11-23T02:44:43.0105698Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0106053Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0106398Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0106752Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0107107Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0107455Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0107789Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0108133Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0108475Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0108815Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0109170Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0109519Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0109867Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0110208Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0110557Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0110904Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0111251Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0111601Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0111947Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0112322Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0112686Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0113066Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0113444Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0113811Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0114175Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0114542Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0114896Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0115265Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0115636Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0116009Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0116395Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0116773Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0117186Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0117553Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0117927Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0118301Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0118661Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0119006Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0119368Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0119740Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0120111Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0120478Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0120845Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0121209Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0121591Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0121968Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0122337Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0122697Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0123055Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0123413Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0123761Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0124126Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0124533Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0124915Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0125288Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0125651Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0126022Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0126395Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0126765Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0127126Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0127498Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0127861Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0128207Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0128536Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0128875Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0129220Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0129611Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0129954Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0130305Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0130672Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0131039Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0131418Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0131796Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0132172Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0132578Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0132997Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0133407Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0133802Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0134197Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0134571Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0134936Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0135304Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0135675Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0136045Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0136404Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0136771Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0137184Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0137558Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0137943Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0138324Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0138712Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0139125Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0139511Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0139875Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0140242Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0140694Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0141102Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0141504Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0141950Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0142327Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0142709Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0143083Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0143461Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0143852Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0144240Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0144642Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0145045Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0145442Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0145821Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0146189Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0146571Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0146939Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0147309Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0147706Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0148121Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0148544Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0148977Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0149446Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0149859Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0150239Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0150608Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0150998Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0151385Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0151746Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0152106Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0152445Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0152781Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0153123Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0153463Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0153806Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0154793Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0155154Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0155493Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0155835Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0156185Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0156535Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0156896Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0157247Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0157569Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0157896Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0158224Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0158548Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0158886Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0159243Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0159578Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0159888Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0160214Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0160540Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0160863Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0161180Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0161501Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0161811Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0162162Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0162509Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0162878Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0163200Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0163535Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0163858Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0164172Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0164489Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0164816Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0165130Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0165453Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0165770Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0166091Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0166417Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0166735Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0167057Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0167371Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0167737Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0168060Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0168381Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0168708Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0169052Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0169403Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0169730Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0170048Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0170366Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0170681Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0170999Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0171323Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0171652Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0171969Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0172325Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0172696Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0173051Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0173403Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0173784Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0174143Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0174499Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0174846Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0175179Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0175587Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0175942Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0176273Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0176597Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0176945Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0177290Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0177621Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0177967Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0178314Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0178632Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0178966Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0179306Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0179632Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0179970Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0180345Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0180749Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0181090Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0181429Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0181769Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0182119Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0182477Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0182828Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0183141Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0183471Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0183803Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0184128Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0184448Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0184949Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0185337Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0185684Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0186024Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0186353Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0186689Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0187023Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0187347Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0187695Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0188034Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0188358Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0188747Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0189074Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0189408Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0189761Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0190113Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0190461Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0190799Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0191130Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0191457Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0191770Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0192119Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0192479Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0192827Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0193155Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0193473Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0193853Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0194196Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0194523Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0194849Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0195169Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0195494Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0195830Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0196175Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0196511Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0196844Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0197169Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0197501Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0197821Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0198151Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0198484Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0198817Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0199156Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0199509Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0199833Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0200157Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0200482Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0200799Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0201120Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0201439Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0201806Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0202122Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0202448Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0202774Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0203105Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0203448Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0203788Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0204103Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0204423Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0204744Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0205063Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0205383Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0205704Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0206012Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0206340Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0206713Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0207075Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0207466Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0207848Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0208236Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0208624Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0209011Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0209403Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0209787Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0210164Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0210536Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0210884Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0211220Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0211544Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0211867Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0212191Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0212518Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0212845Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0213172Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0213506Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0213837Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0214151Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0214999Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0215338Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0215650Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0215993Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0216337Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0216515Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0216689Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0216861Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0217030Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0217217Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0217396Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0217562Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0217736Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0217903Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0218114Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0218277Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0218443Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0218610Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0218776Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0218949Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0219117Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0219300Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0219483Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0219638Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0219786Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0219935Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0220086Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0220236Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0220394Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0220548Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0220807Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0220973Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0221128Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0221293Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0221452Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0221601Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0221755Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0221951Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0222112Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0222270Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0222441Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0222590Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0222749Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0222910Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0223060Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0223210Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0223366Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0223517Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0223665Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0223807Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0223958Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0224106Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0224310Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0224471Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0224627Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0224783Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0224944Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0225105Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0225262Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0225411Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0225573Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0225727Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0225881Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0226040Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0226192Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0226358Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0226517Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0226678Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0226831Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0226987Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0227146Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0227301Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0227454Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0227608Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0227758Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0227908Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0228096Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0228253Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0228408Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0228562Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0228709Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0228862Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0229011Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0229155Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0229310Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0229458Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0229609Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0229758Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0229906Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0230052Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0230209Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0230405Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0230552Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0230700Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0230853Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0231002Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0231164Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0231324Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0231484Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0231646Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0231787Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0231949Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0232109Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0232269Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0232425Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0232576Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0232731Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0232883Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0233037Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0233184Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0233338Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0233494Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0233665Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0233824Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0233991Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0234191Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0234342Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0234489Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0234649Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0234793Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0234949Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0235121Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0235276Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0235432Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0235590Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0235739Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0235890Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0236035Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0236188Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0236356Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0236575Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0236758Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0236931Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0237119Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0237305Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0237452Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0237600Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0237754Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0237906Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238058Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238204Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238363Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238515Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238665Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238818Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0238971Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0239122Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0239278Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0239438Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0239591Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0239743Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0239898Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0240053Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0240266Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0240431Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0240600Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0240764Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0240921Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0241070Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0241217Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0241373Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0241529Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0241708Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0241900Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0242086Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0242275Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0242479Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0242707Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0242911Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0243098Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0243296Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0243465Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0243647Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0243819Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0244012Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0244213Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0244383Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0244577Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0244759Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0244931Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0245104Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0245280Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0245454Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0245628Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0245794Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0245968Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0246188Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0246384Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0246553Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0246740Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0246947Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0247130Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0247332Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0247513Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0247680Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0247859Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0248035Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0248215Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0248390Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0248625Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0248798Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0248976Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0249154Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0249322Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0249490Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0249662Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0249835Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T02:44:43.0250023Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0250200Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0250374Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0250542Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0250730Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0250893Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0251085Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0251255Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0251446Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0251623Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0251817Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0251995Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0252214Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0252390Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0252558Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0252729Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0252930Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0253117Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0253309Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0253508Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0253679Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0253855Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0254023Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0254206Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0254372Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0254575Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0254743Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0254910Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0255078Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0255260Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0255445Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0255617Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0255789Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0255962Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0256143Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0256330Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0256536Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0256710Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0256875Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0257051Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0257213Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0257378Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0257533Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0257693Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0257839Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0257999Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0258186Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0258342Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0258493Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0258640Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0258790Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0258961Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0259114Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0259268Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0259428Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0259585Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0259747Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0259912Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0260066Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0260232Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0260382Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0260674Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0260836Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0260985Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0261134Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0261286Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0261437Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0261606Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0261779Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0261953Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0262104Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0262265Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0262413Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0262568Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0262739Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0262911Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0263092Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0263263Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0263431Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0263589Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0263756Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0263924Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0264098Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0264269Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T02:44:43.0264477Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0264632Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0264792Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0264949Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0265101Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0265253Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0265414Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0265560Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0265715Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0265874Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0266045Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0266198Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0266344Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0266502Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0266657Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0266861Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267016Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267171Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267321Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267473Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267622Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267789Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0267941Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0268088Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0268235Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0268384Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0268537Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0268691Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0268852Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269006Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269171Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269335Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269483Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269641Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269801Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0269950Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0270096Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0270248Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0270436Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0270592Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0270739Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0270884Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0271029Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0271186Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0271350Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0271502Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T02:44:43.0271637Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0271786Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0271934Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0272091Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0272255Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0272425Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0272570Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T02:44:43.0272720Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0272921Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0273081Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0273229Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0273374Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0273526Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0273672Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0273827Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T02:44:43.0273971Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0274114Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0274259Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0274414Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0274566Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0274711Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0274860Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275008Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275168Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275316Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275464Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275622Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275781Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0275929Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0276078Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0276226Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0276380Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0276582Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0276741Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0276882Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277049Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277194Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277368Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277511Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277668Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277815Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0277966Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0278125Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0278282Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0278439Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0278595Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0278754Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0278967Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0279121Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0279283Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0279437Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0279575Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0279731Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0279878Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280039Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280210Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280367Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280534Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280686Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280840Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0280991Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0281141Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0281289Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T02:44:43.0281446Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T02:44:43.0281605Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T02:44:43.0281779Z Test that errors raised in user implementations propagate correctly ... ok (0.002s) 2022-11-23T02:44:43.0281956Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.009s) 2022-11-23T02:44:43.0282109Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.000s) 2022-11-23T02:44:43.0282120Z 2022-11-23T02:44:43.0282280Z ---------------------------------------------------------------------- 2022-11-23T02:44:43.0282352Z Ran 1415 tests in 2.468s 2022-11-23T02:44:43.0282369Z 2022-11-23T02:44:43.0282417Z OK 2022-11-23T02:44:43.0282462Z 2022-11-23T02:44:43.0282554Z Generating XML reports... 2022-11-23T02:44:43.0282828Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20221123024439.xml 2022-11-23T02:44:43.0283095Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20221123024439.xml 2022-11-23T02:44:43.0283335Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20221123024439.xml 2022-11-23T02:44:43.0283590Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20221123024439.xml 2022-11-23T02:44:43.0283842Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20221123024439.xml 2022-11-23T02:44:43.0284061Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20221123024439.xml 2022-11-23T02:44:43.0284286Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20221123024439.xml 2022-11-23T02:44:43.0284509Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20221123024439.xml 2022-11-23T02:44:43.0284723Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20221123024439.xml 2022-11-23T02:44:43.0284928Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20221123024439.xml 2022-11-23T02:44:43.0285160Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20221123024439.xml 2022-11-23T02:44:43.0286003Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20221123024439.xml 2022-11-23T02:44:43.0286265Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20221123024439.xml 2022-11-23T02:44:43.0286571Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20221123024439.xml 2022-11-23T02:44:43.0286821Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20221123024439.xml 2022-11-23T02:44:43.0286827Z 2022-11-23T02:44:43.0287188Z ##[endgroup] 2022-11-23T02:44:43.0287446Z FINISHED PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_jpprr44j) 2022-11-23T02:44:43.0287451Z 2022-11-23T02:44:43.0287579Z Running test_mobile_optimizer ... [2022-11-23 02:44:42.984830] 2022-11-23T02:44:43.0287876Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:42.985427] 2022-11-23T02:44:47.3125898Z 2022-11-23T02:44:47.3126409Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T02:44:47.3127294Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_8w4t5xq2) 2022-11-23T02:44:47.3127588Z 2022-11-23T02:44:47.3127685Z Running tests... 2022-11-23T02:44:47.3127959Z ---------------------------------------------------------------------- 2022-11-23T02:44:47.3128323Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-11-23T02:44:47.3128660Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.116s) 2022-11-23T02:44:47.3129330Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:47.3129926Z warnings.warn(message, UserWarning) 2022-11-23T02:44:47.3130136Z ok (0.051s) 2022-11-23T02:44:47.3130392Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.003s) 2022-11-23T02:44:47.3130950Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.000s) 2022-11-23T02:44:47.3131293Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.614s) 2022-11-23T02:44:47.3131616Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.092s) 2022-11-23T02:44:47.3131940Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.003s) 2022-11-23T02:44:47.3132121Z 2022-11-23T02:44:47.3132275Z ---------------------------------------------------------------------- 2022-11-23T02:44:47.3132537Z Ran 7 tests in 1.875s 2022-11-23T02:44:47.3132657Z 2022-11-23T02:44:47.3132732Z OK (skipped=1) 2022-11-23T02:44:47.3132844Z 2022-11-23T02:44:47.3132937Z Generating XML reports... 2022-11-23T02:44:47.3133303Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221123024445.xml 2022-11-23T02:44:47.3133571Z 2022-11-23T02:44:47.3133805Z ##[endgroup] 2022-11-23T02:44:47.3134186Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_8w4t5xq2) 2022-11-23T02:44:47.3134466Z 2022-11-23T02:44:47.3134591Z Running test_fake_tensor ... [2022-11-23 02:44:47.310579] 2022-11-23T02:44:47.3137119Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:47.310579] 2022-11-23T02:44:50.8241905Z 2022-11-23T02:44:50.8242321Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T02:44:50.8243396Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_yzvl3m8w) 2022-11-23T02:44:50.8243903Z 2022-11-23T02:44:50.8244011Z Running tests... 2022-11-23T02:44:50.8244307Z ---------------------------------------------------------------------- 2022-11-23T02:44:50.8244712Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-11-23T02:44:50.8245085Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.427s) 2022-11-23T02:44:50.8245440Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.010s) 2022-11-23T02:44:50.8245801Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... ok (0.026s) 2022-11-23T02:44:50.8246162Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-11-23T02:44:50.8246494Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-11-23T02:44:50.8246844Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.006s) 2022-11-23T02:44:50.8247209Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T02:44:50.8247901Z test_shared_storages (__main__.FakeTensorConstHandling) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:50.8248498Z warnings.warn(message, UserWarning) 2022-11-23T02:44:50.8248704Z ok (0.002s) 2022-11-23T02:44:50.8248952Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-11-23T02:44:50.8249253Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:44:50.8249574Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:44:50.8249925Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T02:44:50.8250295Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T02:44:50.8250639Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:44:50.8250965Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T02:44:50.8251287Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T02:44:50.8252083Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:50.8252694Z warnings.warn(message, UserWarning) 2022-11-23T02:44:50.8252903Z ok (0.000s) 2022-11-23T02:44:50.8253185Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.006s) 2022-11-23T02:44:50.8253537Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.023s) 2022-11-23T02:44:50.8253895Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.097s) 2022-11-23T02:44:50.8254260Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.005s) 2022-11-23T02:44:50.8254665Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.152s) 2022-11-23T02:44:50.8255402Z test_fake_tensor_prop_on_nn_module (__main__.FakeTensorPropTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input value to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T02:44:50.8255973Z warnings.warn( 2022-11-23T02:44:50.8256211Z ok (0.020s) 2022-11-23T02:44:50.8256434Z test_basic (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:50.8256731Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8257025Z test_constructor (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8257336Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8257664Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8257992Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:50.8258643Z test_deepcopy (__main__.FakeTensorTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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-23T02:44:50.8259204Z warnings.warn(message, UserWarning) 2022-11-23T02:44:50.8259414Z ok (0.000s) 2022-11-23T02:44:50.8259641Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:50.8259940Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8260230Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8260550Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8260965Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8261287Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8261644Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8261952Z test_mode (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:50.8262223Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:50.8262513Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8262842Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8263164Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8263474Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8263802Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8264178Z test_print_in_fake_mode (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8264468Z test_randperm (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:50.8264764Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8265064Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:50.8265370Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8265695Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8266030Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8266339Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8266656Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:44:50.8266832Z 2022-11-23T02:44:50.8266991Z ---------------------------------------------------------------------- 2022-11-23T02:44:50.8267254Z Ran 53 tests in 0.859s 2022-11-23T02:44:50.8267375Z 2022-11-23T02:44:50.8267467Z OK (skipped=13, expected failures=1) 2022-11-23T02:44:50.8267604Z 2022-11-23T02:44:50.8267695Z Generating XML reports... 2022-11-23T02:44:50.8268085Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221123024449.xml 2022-11-23T02:44:50.8268619Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221123024449.xml 2022-11-23T02:44:50.8269226Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221123024449.xml 2022-11-23T02:44:50.8269757Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorPropTest-20221123024449.xml 2022-11-23T02:44:50.8270239Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221123024449.xml 2022-11-23T02:44:50.8270488Z 2022-11-23T02:44:50.8270738Z ##[endgroup] 2022-11-23T02:44:50.8271100Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_yzvl3m8w) 2022-11-23T02:44:50.8271379Z 2022-11-23T02:44:50.8271523Z Running test_cpp_extensions_aot_no_ninja ... [2022-11-23 02:44:50.824451] 2022-11-23T02:44:53.1715109Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:44:53.3181778Z running install 2022-11-23T02:44:53.3262991Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T02:44:53.3263477Z warnings.warn( 2022-11-23T02:44:53.3377202Z running build 2022-11-23T02:44:53.3377437Z running build_py 2022-11-23T02:44:53.3477163Z creating build 2022-11-23T02:44:53.3478791Z creating build\lib.win-amd64-cpython-39 2022-11-23T02:44:53.3480250Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:44:53.3482821Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:44:53.3489674Z running build_ext 2022-11-23T02:44:53.3503416Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T02:44:53.3516638Z creating build\temp.win-amd64-cpython-39 2022-11-23T02:44:53.3517250Z creating build\temp.win-amd64-cpython-39\Release 2022-11-23T02:44:53.3527917Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:44:53.3647618Z extension.cpp 2022-11-23T02:44:53.3873447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:44:54.1881670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.1882119Z with 2022-11-23T02:44:54.1882285Z [ 2022-11-23T02:44:54.1882486Z T=c10::SymInt 2022-11-23T02:44:54.1882660Z ] 2022-11-23T02:44:54.1883077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.1883704Z with 2022-11-23T02:44:54.1883867Z [ 2022-11-23T02:44:54.1884042Z T=c10::SymInt 2022-11-23T02:44:54.1884211Z ] 2022-11-23T02:44:54.1884735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.1885194Z with 2022-11-23T02:44:54.1885358Z [ 2022-11-23T02:44:54.1885531Z T=c10::SymInt 2022-11-23T02:44:54.1885705Z ] 2022-11-23T02:44:54.1886195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.1886651Z with 2022-11-23T02:44:54.1886797Z [ 2022-11-23T02:44:54.1886969Z T=c10::SymInt 2022-11-23T02:44:54.1887138Z ] 2022-11-23T02:44:54.1887562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.1888223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.1888888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.1889298Z with 2022-11-23T02:44:54.1889458Z [ 2022-11-23T02:44:54.1889618Z T=c10::SymInt 2022-11-23T02:44:54.1889791Z ] 2022-11-23T02:44:54.2265818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:44:54.2486545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.2486986Z with 2022-11-23T02:44:54.2487969Z [ 2022-11-23T02:44:54.2488172Z T=at::Generator 2022-11-23T02:44:54.2488352Z ] 2022-11-23T02:44:54.2488822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.2489213Z with 2022-11-23T02:44:54.2489375Z [ 2022-11-23T02:44:54.2489551Z T=at::Generator 2022-11-23T02:44:54.2489726Z ] 2022-11-23T02:44:54.2490200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.2490637Z with 2022-11-23T02:44:54.2490798Z [ 2022-11-23T02:44:54.2490972Z T=at::Generator 2022-11-23T02:44:54.2491146Z ] 2022-11-23T02:44:54.2491625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.2492078Z with 2022-11-23T02:44:54.2492237Z [ 2022-11-23T02:44:54.2492416Z T=at::Generator 2022-11-23T02:44:54.2492590Z ] 2022-11-23T02:44:54.2493069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.2493887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.2494581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.2494976Z with 2022-11-23T02:44:54.2495140Z [ 2022-11-23T02:44:54.2495317Z T=at::Generator 2022-11-23T02:44:54.2495496Z ] 2022-11-23T02:44:54.2825394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.2825838Z with 2022-11-23T02:44:54.2825992Z [ 2022-11-23T02:44:54.2826199Z T=at::TensorBase 2022-11-23T02:44:54.2826380Z ] 2022-11-23T02:44:54.2826815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.2827205Z with 2022-11-23T02:44:54.2827364Z [ 2022-11-23T02:44:54.2827535Z T=at::TensorBase 2022-11-23T02:44:54.2827708Z ] 2022-11-23T02:44:54.2828171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.2828609Z with 2022-11-23T02:44:54.2828765Z [ 2022-11-23T02:44:54.2828941Z T=at::TensorBase 2022-11-23T02:44:54.2829167Z ] 2022-11-23T02:44:54.2829697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.2830154Z with 2022-11-23T02:44:54.2830323Z [ 2022-11-23T02:44:54.2830516Z T=at::TensorBase 2022-11-23T02:44:54.2830717Z ] 2022-11-23T02:44:54.2831316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.2831999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.2832676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.2833147Z with 2022-11-23T02:44:54.2833346Z [ 2022-11-23T02:44:54.2833598Z T=at::TensorBase 2022-11-23T02:44:54.2861041Z ] 2022-11-23T02:44:54.5400636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.5401212Z with 2022-11-23T02:44:54.5401420Z [ 2022-11-23T02:44:54.5401672Z T=at::Tensor 2022-11-23T02:44:54.5401892Z ] 2022-11-23T02:44:54.5402361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.5402803Z with 2022-11-23T02:44:54.5403154Z [ 2022-11-23T02:44:54.5403374Z T=at::Tensor 2022-11-23T02:44:54.5403590Z ] 2022-11-23T02:44:54.5404093Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.5404664Z with 2022-11-23T02:44:54.5404863Z [ 2022-11-23T02:44:54.5405050Z T=at::Tensor 2022-11-23T02:44:54.5405265Z ] 2022-11-23T02:44:54.5405794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.5406341Z with 2022-11-23T02:44:54.5406540Z [ 2022-11-23T02:44:54.5406753Z T=at::Tensor 2022-11-23T02:44:54.5406941Z ] 2022-11-23T02:44:54.5407410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.5408114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.5408836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.5409293Z with 2022-11-23T02:44:54.5409498Z [ 2022-11-23T02:44:54.5409709Z T=at::Tensor 2022-11-23T02:44:54.5409889Z ] 2022-11-23T02:44:54.5437877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.5438309Z with 2022-11-23T02:44:54.5438509Z [ 2022-11-23T02:44:54.5438710Z T=c10::Scalar 2022-11-23T02:44:54.5438900Z ] 2022-11-23T02:44:54.5439450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.5440100Z with 2022-11-23T02:44:54.5440324Z [ 2022-11-23T02:44:54.5440547Z T=c10::Scalar 2022-11-23T02:44:54.5440758Z ] 2022-11-23T02:44:54.5441300Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.5441785Z with 2022-11-23T02:44:54.5442001Z [ 2022-11-23T02:44:54.5442209Z T=c10::Scalar 2022-11-23T02:44:54.5442396Z ] 2022-11-23T02:44:54.5442889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.5443335Z with 2022-11-23T02:44:54.5443495Z [ 2022-11-23T02:44:54.5443669Z T=c10::Scalar 2022-11-23T02:44:54.5443850Z ] 2022-11-23T02:44:54.5444277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.5444938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.5445771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.5446166Z with 2022-11-23T02:44:54.5446384Z [ 2022-11-23T02:44:54.5446567Z T=c10::Scalar 2022-11-23T02:44:54.5446743Z ] 2022-11-23T02:44:54.7021856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7022292Z with 2022-11-23T02:44:54.7022451Z [ 2022-11-23T02:44:54.7022637Z T=std::string 2022-11-23T02:44:54.7022826Z ] 2022-11-23T02:44:54.7023263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.7023668Z with 2022-11-23T02:44:54.7023830Z [ 2022-11-23T02:44:54.7023995Z T=std::string 2022-11-23T02:44:54.7024168Z ] 2022-11-23T02:44:54.7024637Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.7025078Z with 2022-11-23T02:44:54.7025244Z [ 2022-11-23T02:44:54.7025420Z T=std::string 2022-11-23T02:44:54.7025580Z ] 2022-11-23T02:44:54.7026078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.7026527Z with 2022-11-23T02:44:54.7026689Z [ 2022-11-23T02:44:54.7026864Z T=std::string 2022-11-23T02:44:54.7027040Z ] 2022-11-23T02:44:54.7027456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.7028273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.7028967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7029383Z with 2022-11-23T02:44:54.7029548Z [ 2022-11-23T02:44:54.7029726Z T=std::string 2022-11-23T02:44:54.7029903Z ] 2022-11-23T02:44:54.7153228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7153671Z with 2022-11-23T02:44:54.7153881Z [ 2022-11-23T02:44:54.7154089Z T=c10::QualifiedName 2022-11-23T02:44:54.7154277Z ] 2022-11-23T02:44:54.7154719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.7155116Z with 2022-11-23T02:44:54.7155268Z [ 2022-11-23T02:44:54.7155457Z T=c10::QualifiedName 2022-11-23T02:44:54.7155639Z ] 2022-11-23T02:44:54.7156113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.7156731Z with 2022-11-23T02:44:54.7156879Z [ 2022-11-23T02:44:54.7157075Z T=c10::QualifiedName 2022-11-23T02:44:54.7157261Z ] 2022-11-23T02:44:54.7157762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.7158217Z with 2022-11-23T02:44:54.7158386Z [ 2022-11-23T02:44:54.7158557Z T=c10::QualifiedName 2022-11-23T02:44:54.7158740Z ] 2022-11-23T02:44:54.7159183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:54.7159868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:54.7160553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7160965Z with 2022-11-23T02:44:54.7161130Z [ 2022-11-23T02:44:54.7161317Z T=c10::QualifiedName 2022-11-23T02:44:54.7161489Z ] 2022-11-23T02:44:54.7682982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7683413Z with 2022-11-23T02:44:54.7683581Z [ 2022-11-23T02:44:54.7683833Z T=std::shared_ptr 2022-11-23T02:44:54.7684057Z ] 2022-11-23T02:44:54.7684482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.7684903Z with 2022-11-23T02:44:54.7685066Z [ 2022-11-23T02:44:54.7685298Z T=std::shared_ptr 2022-11-23T02:44:54.7685512Z ] 2022-11-23T02:44:54.7686159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.7686583Z with 2022-11-23T02:44:54.7686749Z [ 2022-11-23T02:44:54.7686980Z T=std::shared_ptr 2022-11-23T02:44:54.7687195Z ] 2022-11-23T02:44:54.7687697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.7688146Z with 2022-11-23T02:44:54.7688295Z [ 2022-11-23T02:44:54.7688524Z T=std::shared_ptr 2022-11-23T02:44:54.7688737Z ] 2022-11-23T02:44:54.7689218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:54.7689947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:54.7690669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7691163Z with 2022-11-23T02:44:54.7691328Z [ 2022-11-23T02:44:54.7691545Z T=std::shared_ptr 2022-11-23T02:44:54.7691760Z ] 2022-11-23T02:44:54.7709763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7710149Z with 2022-11-23T02:44:54.7710319Z [ 2022-11-23T02:44:54.7710546Z T=std::weak_ptr 2022-11-23T02:44:54.7710747Z ] 2022-11-23T02:44:54.7711171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.7711569Z with 2022-11-23T02:44:54.7711732Z [ 2022-11-23T02:44:54.7711953Z T=std::weak_ptr 2022-11-23T02:44:54.7712166Z ] 2022-11-23T02:44:54.7712624Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.7713050Z with 2022-11-23T02:44:54.7713213Z [ 2022-11-23T02:44:54.7713440Z T=std::weak_ptr 2022-11-23T02:44:54.7713647Z ] 2022-11-23T02:44:54.7714122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.7714564Z with 2022-11-23T02:44:54.7714720Z [ 2022-11-23T02:44:54.7714939Z T=std::weak_ptr 2022-11-23T02:44:54.7715147Z ] 2022-11-23T02:44:54.7715613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:54.7716430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:54.7717144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.7717536Z with 2022-11-23T02:44:54.7717696Z [ 2022-11-23T02:44:54.7717920Z T=std::weak_ptr 2022-11-23T02:44:54.7718133Z ] 2022-11-23T02:44:54.8296241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8296666Z with 2022-11-23T02:44:54.8296821Z [ 2022-11-23T02:44:54.8297097Z T=std::vector> 2022-11-23T02:44:54.8297342Z ] 2022-11-23T02:44:54.8297780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.8298167Z with 2022-11-23T02:44:54.8298325Z [ 2022-11-23T02:44:54.8298575Z T=std::vector> 2022-11-23T02:44:54.8298800Z ] 2022-11-23T02:44:54.8299269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.8299873Z with 2022-11-23T02:44:54.8300033Z [ 2022-11-23T02:44:54.8300283Z T=std::vector> 2022-11-23T02:44:54.8300519Z ] 2022-11-23T02:44:54.8301067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.8301523Z with 2022-11-23T02:44:54.8301680Z [ 2022-11-23T02:44:54.8301931Z T=std::vector> 2022-11-23T02:44:54.8302162Z ] 2022-11-23T02:44:54.8302641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:54.8303410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:54.8304128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8304529Z with 2022-11-23T02:44:54.8304678Z [ 2022-11-23T02:44:54.8304927Z T=std::vector> 2022-11-23T02:44:54.8305164Z ] 2022-11-23T02:44:54.8413470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8413858Z with 2022-11-23T02:44:54.8414025Z [ 2022-11-23T02:44:54.8414231Z T=std::vector> 2022-11-23T02:44:54.8414437Z ] 2022-11-23T02:44:54.8414967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.8415363Z with 2022-11-23T02:44:54.8415522Z [ 2022-11-23T02:44:54.8415738Z T=std::vector> 2022-11-23T02:44:54.8415931Z ] 2022-11-23T02:44:54.8416401Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.8416826Z with 2022-11-23T02:44:54.8416987Z [ 2022-11-23T02:44:54.8417199Z T=std::vector> 2022-11-23T02:44:54.8417402Z ] 2022-11-23T02:44:54.8417875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.8418328Z with 2022-11-23T02:44:54.8418488Z [ 2022-11-23T02:44:54.8418698Z T=std::vector> 2022-11-23T02:44:54.8418900Z ] 2022-11-23T02:44:54.8419351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:54.8420069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:54.8420812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8421290Z with 2022-11-23T02:44:54.8421456Z [ 2022-11-23T02:44:54.8421713Z T=std::vector> 2022-11-23T02:44:54.8421915Z ] 2022-11-23T02:44:54.8508688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8509064Z with 2022-11-23T02:44:54.8509269Z [ 2022-11-23T02:44:54.8509540Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8509825Z ] 2022-11-23T02:44:54.8510266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.8510707Z with 2022-11-23T02:44:54.8510872Z [ 2022-11-23T02:44:54.8511129Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8511375Z ] 2022-11-23T02:44:54.8511834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.8512266Z with 2022-11-23T02:44:54.8512423Z [ 2022-11-23T02:44:54.8512685Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8512930Z ] 2022-11-23T02:44:54.8513403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.8513847Z with 2022-11-23T02:44:54.8514004Z [ 2022-11-23T02:44:54.8514383Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8514631Z ] 2022-11-23T02:44:54.8515133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:44:54.8516029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:44:54.8516743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:44:54.8517418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8517812Z with 2022-11-23T02:44:54.8517971Z [ 2022-11-23T02:44:54.8518234Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8518480Z ] 2022-11-23T02:44:54.8543604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8544078Z with 2022-11-23T02:44:54.8544248Z [ 2022-11-23T02:44:54.8544494Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8544735Z ] 2022-11-23T02:44:54.8545209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.8545599Z with 2022-11-23T02:44:54.8545812Z [ 2022-11-23T02:44:54.8546066Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8546290Z ] 2022-11-23T02:44:54.8546764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.8547192Z with 2022-11-23T02:44:54.8547348Z [ 2022-11-23T02:44:54.8547598Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8547832Z ] 2022-11-23T02:44:54.8548312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.8548763Z with 2022-11-23T02:44:54.8548925Z [ 2022-11-23T02:44:54.8549173Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8549415Z ] 2022-11-23T02:44:54.8549895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:44:54.8550669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:44:54.8551500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:44:54.8552230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8552639Z with 2022-11-23T02:44:54.8552789Z [ 2022-11-23T02:44:54.8553047Z T=std::vector,std::allocator>> 2022-11-23T02:44:54.8553287Z ] 2022-11-23T02:44:54.8660708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8661200Z with 2022-11-23T02:44:54.8661368Z [ 2022-11-23T02:44:54.8661579Z T=std::vector> 2022-11-23T02:44:54.8661786Z ] 2022-11-23T02:44:54.8662213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.8662611Z with 2022-11-23T02:44:54.8662772Z [ 2022-11-23T02:44:54.8662992Z T=std::vector> 2022-11-23T02:44:54.8663183Z ] 2022-11-23T02:44:54.8663646Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.8664187Z with 2022-11-23T02:44:54.8664348Z [ 2022-11-23T02:44:54.8664568Z T=std::vector> 2022-11-23T02:44:54.8664778Z ] 2022-11-23T02:44:54.8665311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.8665812Z with 2022-11-23T02:44:54.8665968Z [ 2022-11-23T02:44:54.8666184Z T=std::vector> 2022-11-23T02:44:54.8666388Z ] 2022-11-23T02:44:54.8666842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:54.8667565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:54.8668256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.8668643Z with 2022-11-23T02:44:54.8668804Z [ 2022-11-23T02:44:54.8669024Z T=std::vector> 2022-11-23T02:44:54.8669229Z ] 2022-11-23T02:44:54.9766077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:54.9766525Z with 2022-11-23T02:44:54.9766692Z [ 2022-11-23T02:44:54.9766999Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:54.9767238Z ] 2022-11-23T02:44:54.9767724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:54.9768285Z with 2022-11-23T02:44:54.9768437Z [ 2022-11-23T02:44:54.9768690Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:54.9768925Z ] 2022-11-23T02:44:54.9769388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:54.9769833Z with 2022-11-23T02:44:54.9769993Z [ 2022-11-23T02:44:54.9770229Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:54.9770471Z ] 2022-11-23T02:44:54.9770965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:54.9771418Z with 2022-11-23T02:44:54.9771579Z [ 2022-11-23T02:44:54.9771828Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:54.9772046Z ] 2022-11-23T02:44:54.9772535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:54.9773381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:54.9774326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:44:54.9775063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:54.9775475Z with 2022-11-23T02:44:54.9775636Z [ 2022-11-23T02:44:54.9775889Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:44:54.9776124Z ] 2022-11-23T02:44:54.9999786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.0000218Z with 2022-11-23T02:44:55.0000388Z [ 2022-11-23T02:44:55.0000663Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:55.0000902Z ] 2022-11-23T02:44:55.0001350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.0001749Z with 2022-11-23T02:44:55.0001901Z [ 2022-11-23T02:44:55.0002151Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:55.0002392Z ] 2022-11-23T02:44:55.0002857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.0003295Z with 2022-11-23T02:44:55.0003453Z [ 2022-11-23T02:44:55.0003687Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:55.0003929Z ] 2022-11-23T02:44:55.0004603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.0005056Z with 2022-11-23T02:44:55.0005218Z [ 2022-11-23T02:44:55.0005464Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:55.0005687Z ] 2022-11-23T02:44:55.0006178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:55.0006972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:55.0007754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:44:55.0008495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.0008902Z with 2022-11-23T02:44:55.0009067Z [ 2022-11-23T02:44:55.0009315Z T=c10::impl::InlineStreamGuard 2022-11-23T02:44:55.0009634Z ] 2022-11-23T02:44:55.0037724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.0038123Z with 2022-11-23T02:44:55.0038296Z [ 2022-11-23T02:44:55.0038511Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:55.0038716Z ] 2022-11-23T02:44:55.0039145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.0039538Z with 2022-11-23T02:44:55.0039689Z [ 2022-11-23T02:44:55.0039883Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:55.0040078Z ] 2022-11-23T02:44:55.0040538Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.0040982Z with 2022-11-23T02:44:55.0041145Z [ 2022-11-23T02:44:55.0041335Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:55.0041528Z ] 2022-11-23T02:44:55.0042021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.0042472Z with 2022-11-23T02:44:55.0042632Z [ 2022-11-23T02:44:55.0042826Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:55.0043009Z ] 2022-11-23T02:44:55.0043462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:55.0044166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:55.0044564Z with 2022-11-23T02:44:55.0044729Z [ 2022-11-23T02:44:55.0044929Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:55.0045108Z ] 2022-11-23T02:44:55.0045699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:44:55.0046433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.0046843Z with 2022-11-23T02:44:55.0047010Z [ 2022-11-23T02:44:55.0047206Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:44:55.0047398Z ] 2022-11-23T02:44:55.0452230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.0452640Z with 2022-11-23T02:44:55.0452803Z [ 2022-11-23T02:44:55.0453114Z T=std::vector> 2022-11-23T02:44:55.0453381Z ] 2022-11-23T02:44:55.0453809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.0454202Z with 2022-11-23T02:44:55.0454351Z [ 2022-11-23T02:44:55.0454636Z T=std::vector> 2022-11-23T02:44:55.0455652Z ] 2022-11-23T02:44:55.0456184Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.0456620Z with 2022-11-23T02:44:55.0456830Z [ 2022-11-23T02:44:55.0457116Z T=std::vector> 2022-11-23T02:44:55.0457383Z ] 2022-11-23T02:44:55.0457879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.0458324Z with 2022-11-23T02:44:55.0458487Z [ 2022-11-23T02:44:55.0458779Z T=std::vector> 2022-11-23T02:44:55.0459038Z ] 2022-11-23T02:44:55.0459548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:55.0460383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:55.0461220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.0461630Z with 2022-11-23T02:44:55.0461792Z [ 2022-11-23T02:44:55.0462119Z T=std::vector> 2022-11-23T02:44:55.0462395Z ] 2022-11-23T02:44:55.1658848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.1659466Z with 2022-11-23T02:44:55.1659635Z [ 2022-11-23T02:44:55.1659850Z T=torch::autograd::ViewInfo 2022-11-23T02:44:55.1660071Z ] 2022-11-23T02:44:55.1660514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.1660913Z with 2022-11-23T02:44:55.1661158Z [ 2022-11-23T02:44:55.1661347Z T=torch::autograd::ViewInfo 2022-11-23T02:44:55.1661535Z ] 2022-11-23T02:44:55.1661998Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.1662439Z with 2022-11-23T02:44:55.1662598Z [ 2022-11-23T02:44:55.1662778Z T=torch::autograd::ViewInfo 2022-11-23T02:44:55.1662970Z ] 2022-11-23T02:44:55.1663470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.1663920Z with 2022-11-23T02:44:55.1664081Z [ 2022-11-23T02:44:55.1664270Z T=torch::autograd::ViewInfo 2022-11-23T02:44:55.1664444Z ] 2022-11-23T02:44:55.1664979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:55.1665686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:55.1666389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.1666799Z with 2022-11-23T02:44:55.1666958Z [ 2022-11-23T02:44:55.1667154Z T=torch::autograd::ViewInfo 2022-11-23T02:44:55.1667342Z ] 2022-11-23T02:44:55.1979885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.1980279Z with 2022-11-23T02:44:55.1980443Z [ 2022-11-23T02:44:55.1980618Z T=c10::IValue 2022-11-23T02:44:55.1980803Z ] 2022-11-23T02:44:55.1981301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.1981694Z with 2022-11-23T02:44:55.1981844Z [ 2022-11-23T02:44:55.1982019Z T=c10::IValue 2022-11-23T02:44:55.1982188Z ] 2022-11-23T02:44:55.1982647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.1983076Z with 2022-11-23T02:44:55.1983226Z [ 2022-11-23T02:44:55.1983395Z T=c10::IValue 2022-11-23T02:44:55.1983564Z ] 2022-11-23T02:44:55.1984129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.1984580Z with 2022-11-23T02:44:55.1984789Z [ 2022-11-23T02:44:55.1985076Z T=c10::IValue 2022-11-23T02:44:55.1985248Z ] 2022-11-23T02:44:55.1985686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:55.1986347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:55.1987030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.1987439Z with 2022-11-23T02:44:55.1987600Z [ 2022-11-23T02:44:55.1987758Z T=c10::IValue 2022-11-23T02:44:55.1987930Z ] 2022-11-23T02:44:55.2025541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.2025963Z with 2022-11-23T02:44:55.2026129Z [ 2022-11-23T02:44:55.2026334Z T=c10::AliasInfo 2022-11-23T02:44:55.2026500Z ] 2022-11-23T02:44:55.2026970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.2027538Z with 2022-11-23T02:44:55.2027698Z [ 2022-11-23T02:44:55.2027883Z T=c10::AliasInfo 2022-11-23T02:44:55.2028059Z ] 2022-11-23T02:44:55.2028512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.2028956Z with 2022-11-23T02:44:55.2029115Z [ 2022-11-23T02:44:55.2029291Z T=c10::AliasInfo 2022-11-23T02:44:55.2029527Z ] 2022-11-23T02:44:55.2030031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.2030534Z with 2022-11-23T02:44:55.2030683Z [ 2022-11-23T02:44:55.2030859Z T=c10::AliasInfo 2022-11-23T02:44:55.2031032Z ] 2022-11-23T02:44:55.2031464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:55.2032140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:55.2032906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.2033310Z with 2022-11-23T02:44:55.2033464Z [ 2022-11-23T02:44:55.2033645Z T=c10::AliasInfo 2022-11-23T02:44:55.2033825Z ] 2022-11-23T02:44:55.3309463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.3309940Z with 2022-11-23T02:44:55.3310120Z [ 2022-11-23T02:44:55.3310359Z T=std::vector> 2022-11-23T02:44:55.3310620Z ] 2022-11-23T02:44:55.3311231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.3311715Z with 2022-11-23T02:44:55.3311878Z [ 2022-11-23T02:44:55.3312112Z T=std::vector> 2022-11-23T02:44:55.3312314Z ] 2022-11-23T02:44:55.3312796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.3313231Z with 2022-11-23T02:44:55.3313395Z [ 2022-11-23T02:44:55.3313625Z T=std::vector> 2022-11-23T02:44:55.3313841Z ] 2022-11-23T02:44:55.3314331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.3314776Z with 2022-11-23T02:44:55.3314937Z [ 2022-11-23T02:44:55.3315168Z T=std::vector> 2022-11-23T02:44:55.3315383Z ] 2022-11-23T02:44:55.3315832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:55.3316401Z with 2022-11-23T02:44:55.3316548Z [ 2022-11-23T02:44:55.3316775Z T=c10::SymInt 2022-11-23T02:44:55.3316949Z ] 2022-11-23T02:44:55.3317394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:55.3317803Z with 2022-11-23T02:44:55.3317964Z [ 2022-11-23T02:44:55.3318120Z T=c10::SymInt 2022-11-23T02:44:55.3318290Z ] 2022-11-23T02:44:55.3318769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:44:55.3319569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:44:55.3320334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.3320747Z with 2022-11-23T02:44:55.3320909Z [ 2022-11-23T02:44:55.3321138Z T=std::vector> 2022-11-23T02:44:55.3321343Z ] 2022-11-23T02:44:55.3504996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:55.3505419Z with 2022-11-23T02:44:55.3505602Z [ 2022-11-23T02:44:55.3505851Z T=c10::either 2022-11-23T02:44:55.3506092Z ] 2022-11-23T02:44:55.3506512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:55.3506902Z with 2022-11-23T02:44:55.3507065Z [ 2022-11-23T02:44:55.3507467Z T=c10::either 2022-11-23T02:44:55.3507692Z ] 2022-11-23T02:44:55.3508164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:55.3508589Z with 2022-11-23T02:44:55.3508750Z [ 2022-11-23T02:44:55.3508986Z T=c10::either 2022-11-23T02:44:55.3509210Z ] 2022-11-23T02:44:55.3509713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:55.3510171Z with 2022-11-23T02:44:55.3510335Z [ 2022-11-23T02:44:55.3510556Z T=c10::either 2022-11-23T02:44:55.3510782Z ] 2022-11-23T02:44:55.3511262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:55.3512037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:55.3512872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:55.3513288Z with 2022-11-23T02:44:55.3513454Z [ 2022-11-23T02:44:55.3513679Z T=c10::either 2022-11-23T02:44:55.3513909Z ] 2022-11-23T02:44:57.0120522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.0120958Z with 2022-11-23T02:44:57.0121126Z [ 2022-11-23T02:44:57.0121337Z T=at::StepCallbacks 2022-11-23T02:44:57.0121522Z ] 2022-11-23T02:44:57.0121960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.0122351Z with 2022-11-23T02:44:57.0122517Z [ 2022-11-23T02:44:57.0122704Z T=at::StepCallbacks 2022-11-23T02:44:57.0122888Z ] 2022-11-23T02:44:57.0123358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.0123793Z with 2022-11-23T02:44:57.0123941Z [ 2022-11-23T02:44:57.0124126Z T=at::StepCallbacks 2022-11-23T02:44:57.0124306Z ] 2022-11-23T02:44:57.0124859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.0125319Z with 2022-11-23T02:44:57.0125529Z [ 2022-11-23T02:44:57.0125709Z T=at::StepCallbacks 2022-11-23T02:44:57.0125890Z ] 2022-11-23T02:44:57.0126327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:57.0127795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:57.0128520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.0128928Z with 2022-11-23T02:44:57.0129098Z [ 2022-11-23T02:44:57.0129272Z T=at::StepCallbacks 2022-11-23T02:44:57.0129454Z ] 2022-11-23T02:44:57.0879490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.0879916Z with 2022-11-23T02:44:57.0880085Z [ 2022-11-23T02:44:57.0880272Z T=c10::DimVector 2022-11-23T02:44:57.0880464Z ] 2022-11-23T02:44:57.0880905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.0881305Z with 2022-11-23T02:44:57.0881467Z [ 2022-11-23T02:44:57.0881650Z T=c10::DimVector 2022-11-23T02:44:57.0881824Z ] 2022-11-23T02:44:57.0882275Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.0882897Z with 2022-11-23T02:44:57.0883059Z [ 2022-11-23T02:44:57.0883299Z T=c10::DimVector 2022-11-23T02:44:57.0883473Z ] 2022-11-23T02:44:57.0884018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.0884477Z with 2022-11-23T02:44:57.0884630Z [ 2022-11-23T02:44:57.0884809Z T=c10::DimVector 2022-11-23T02:44:57.0884983Z ] 2022-11-23T02:44:57.0885410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:57.0886087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:57.0886771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.0887183Z with 2022-11-23T02:44:57.0887330Z [ 2022-11-23T02:44:57.0887512Z T=c10::DimVector 2022-11-23T02:44:57.0887687Z ] 2022-11-23T02:44:57.8502632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.8503082Z with 2022-11-23T02:44:57.8503577Z [ 2022-11-23T02:44:57.8503914Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:57.8504139Z ] 2022-11-23T02:44:57.8504597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.8504996Z with 2022-11-23T02:44:57.8505160Z [ 2022-11-23T02:44:57.8505349Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:57.8505547Z ] 2022-11-23T02:44:57.8506200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.8506781Z with 2022-11-23T02:44:57.8506950Z [ 2022-11-23T02:44:57.8507154Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:57.8507349Z ] 2022-11-23T02:44:57.8507837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.8508354Z with 2022-11-23T02:44:57.8508514Z [ 2022-11-23T02:44:57.8508713Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:57.8508911Z ] 2022-11-23T02:44:57.8509421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:57.8510149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:57.8510863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.8511354Z with 2022-11-23T02:44:57.8511518Z [ 2022-11-23T02:44:57.8511720Z T=c10::impl::AnnotatedSchema 2022-11-23T02:44:57.8511915Z ] 2022-11-23T02:44:57.8567714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.8568164Z with 2022-11-23T02:44:57.8568326Z [ 2022-11-23T02:44:57.8568572Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:57.8568852Z ] 2022-11-23T02:44:57.8569279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.8569769Z with 2022-11-23T02:44:57.8569940Z [ 2022-11-23T02:44:57.8570169Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:57.8570399Z ] 2022-11-23T02:44:57.8570869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.8571298Z with 2022-11-23T02:44:57.8571458Z [ 2022-11-23T02:44:57.8571694Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:57.8571903Z ] 2022-11-23T02:44:57.8572391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.8572847Z with 2022-11-23T02:44:57.8573008Z [ 2022-11-23T02:44:57.8573240Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:57.8573462Z ] 2022-11-23T02:44:57.8573931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:57.8574940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:57.8575693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.8576110Z with 2022-11-23T02:44:57.8576274Z [ 2022-11-23T02:44:57.8576521Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:44:57.8576749Z ] 2022-11-23T02:44:57.8828607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:44:57.8829246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:44:57.9819984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9820470Z with 2022-11-23T02:44:57.9820654Z [ 2022-11-23T02:44:57.9820919Z T=std::tuple 2022-11-23T02:44:57.9821287Z ] 2022-11-23T02:44:57.9821711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.9822294Z with 2022-11-23T02:44:57.9822461Z [ 2022-11-23T02:44:57.9822682Z T=std::tuple 2022-11-23T02:44:57.9822887Z ] 2022-11-23T02:44:57.9823362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.9823792Z with 2022-11-23T02:44:57.9823954Z [ 2022-11-23T02:44:57.9824171Z T=std::tuple 2022-11-23T02:44:57.9824385Z ] 2022-11-23T02:44:57.9824882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.9825338Z with 2022-11-23T02:44:57.9825503Z [ 2022-11-23T02:44:57.9825699Z T=std::tuple 2022-11-23T02:44:57.9825905Z ] 2022-11-23T02:44:57.9826362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:57.9827204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:57.9827928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9828348Z with 2022-11-23T02:44:57.9828512Z [ 2022-11-23T02:44:57.9828716Z T=std::tuple 2022-11-23T02:44:57.9828921Z ] 2022-11-23T02:44:57.9876208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9876711Z with 2022-11-23T02:44:57.9876884Z [ 2022-11-23T02:44:57.9877080Z T=torch::jit::SourceRange 2022-11-23T02:44:57.9877254Z ] 2022-11-23T02:44:57.9877676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.9878074Z with 2022-11-23T02:44:57.9878240Z [ 2022-11-23T02:44:57.9878432Z T=torch::jit::SourceRange 2022-11-23T02:44:57.9878626Z ] 2022-11-23T02:44:57.9879084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.9879516Z with 2022-11-23T02:44:57.9879679Z [ 2022-11-23T02:44:57.9879875Z T=torch::jit::SourceRange 2022-11-23T02:44:57.9880063Z ] 2022-11-23T02:44:57.9880607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.9881063Z with 2022-11-23T02:44:57.9881250Z [ 2022-11-23T02:44:57.9881443Z T=torch::jit::SourceRange 2022-11-23T02:44:57.9881629Z ] 2022-11-23T02:44:57.9882136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:57.9882847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:57.9883555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9883965Z with 2022-11-23T02:44:57.9884118Z [ 2022-11-23T02:44:57.9884310Z T=torch::jit::SourceRange 2022-11-23T02:44:57.9884498Z ] 2022-11-23T02:44:57.9962435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9963002Z with 2022-11-23T02:44:57.9963250Z [ 2022-11-23T02:44:57.9963539Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:57.9963831Z ] 2022-11-23T02:44:57.9964537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:57.9965128Z with 2022-11-23T02:44:57.9965345Z [ 2022-11-23T02:44:57.9965626Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:57.9965909Z ] 2022-11-23T02:44:57.9966561Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:57.9967156Z with 2022-11-23T02:44:57.9967391Z [ 2022-11-23T02:44:57.9967725Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:57.9968054Z ] 2022-11-23T02:44:57.9968743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:57.9969391Z with 2022-11-23T02:44:57.9969771Z [ 2022-11-23T02:44:57.9970078Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:57.9970382Z ] 2022-11-23T02:44:57.9971078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:57.9972150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:57.9973163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9973723Z with 2022-11-23T02:44:57.9973956Z [ 2022-11-23T02:44:57.9974304Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:44:57.9974608Z ] 2022-11-23T02:44:57.9999260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:57.9999827Z with 2022-11-23T02:44:58.0000082Z [ 2022-11-23T02:44:58.0000379Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:58.0000669Z ] 2022-11-23T02:44:58.0001494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.0002061Z with 2022-11-23T02:44:58.0002340Z [ 2022-11-23T02:44:58.0002635Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:58.0002921Z ] 2022-11-23T02:44:58.0003648Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.0004269Z with 2022-11-23T02:44:58.0004502Z [ 2022-11-23T02:44:58.0004807Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:58.0005081Z ] 2022-11-23T02:44:58.0005788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.0006460Z with 2022-11-23T02:44:58.0006692Z [ 2022-11-23T02:44:58.0006988Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:58.0007280Z ] 2022-11-23T02:44:58.0008022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:58.0009118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:58.0010182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.0010808Z with 2022-11-23T02:44:58.0011047Z [ 2022-11-23T02:44:58.0011345Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:44:58.0011635Z ] 2022-11-23T02:44:58.0056149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.0056556Z with 2022-11-23T02:44:58.0056852Z [ 2022-11-23T02:44:58.0057062Z T=torch::jit::ScopePtr 2022-11-23T02:44:58.0057250Z ] 2022-11-23T02:44:58.0057688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.0058083Z with 2022-11-23T02:44:58.0058234Z [ 2022-11-23T02:44:58.0058422Z T=torch::jit::ScopePtr 2022-11-23T02:44:58.0058611Z ] 2022-11-23T02:44:58.0059076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.0059512Z with 2022-11-23T02:44:58.0059675Z [ 2022-11-23T02:44:58.0059845Z T=torch::jit::ScopePtr 2022-11-23T02:44:58.0060031Z ] 2022-11-23T02:44:58.0060524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.0060981Z with 2022-11-23T02:44:58.0061236Z [ 2022-11-23T02:44:58.0061423Z T=torch::jit::ScopePtr 2022-11-23T02:44:58.0061590Z ] 2022-11-23T02:44:58.0085651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:58.0086672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:58.0087393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.0087799Z with 2022-11-23T02:44:58.0087961Z [ 2022-11-23T02:44:58.0088152Z T=torch::jit::ScopePtr 2022-11-23T02:44:58.0088337Z ] 2022-11-23T02:44:58.2421270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2421726Z with 2022-11-23T02:44:58.2421879Z [ 2022-11-23T02:44:58.2422096Z T=at::ThreadLocalState 2022-11-23T02:44:58.2422284Z ] 2022-11-23T02:44:58.2422759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.2423158Z with 2022-11-23T02:44:58.2423325Z [ 2022-11-23T02:44:58.2423574Z T=at::ThreadLocalState 2022-11-23T02:44:58.2423857Z ] 2022-11-23T02:44:58.2424553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.2425194Z with 2022-11-23T02:44:58.2425435Z [ 2022-11-23T02:44:58.2425738Z T=at::ThreadLocalState 2022-11-23T02:44:58.2426016Z ] 2022-11-23T02:44:58.2426771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.2427462Z with 2022-11-23T02:44:58.2427700Z [ 2022-11-23T02:44:58.2427986Z T=at::ThreadLocalState 2022-11-23T02:44:58.2428485Z ] 2022-11-23T02:44:58.2429086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:58.2430245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:58.2433000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2433421Z with 2022-11-23T02:44:58.2433594Z [ 2022-11-23T02:44:58.2433797Z T=at::ThreadLocalState 2022-11-23T02:44:58.2433989Z ] 2022-11-23T02:44:58.2598908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2599369Z with 2022-11-23T02:44:58.2599548Z [ 2022-11-23T02:44:58.2599765Z T=std::shared_ptr 2022-11-23T02:44:58.2599967Z ] 2022-11-23T02:44:58.2600401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.2600969Z with 2022-11-23T02:44:58.2601120Z [ 2022-11-23T02:44:58.2601329Z T=std::shared_ptr 2022-11-23T02:44:58.2601531Z ] 2022-11-23T02:44:58.2602003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.2602456Z with 2022-11-23T02:44:58.2602618Z [ 2022-11-23T02:44:58.2602815Z T=std::shared_ptr 2022-11-23T02:44:58.2603015Z ] 2022-11-23T02:44:58.2603513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.2603971Z with 2022-11-23T02:44:58.2604133Z [ 2022-11-23T02:44:58.2604342Z T=std::shared_ptr 2022-11-23T02:44:58.2604530Z ] 2022-11-23T02:44:58.2604982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:58.2605682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:58.2606410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:44:58.2607131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2607542Z with 2022-11-23T02:44:58.2607706Z [ 2022-11-23T02:44:58.2607918Z T=std::shared_ptr 2022-11-23T02:44:58.2608105Z ] 2022-11-23T02:44:58.2630586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2631016Z with 2022-11-23T02:44:58.2631203Z [ 2022-11-23T02:44:58.2631411Z T=torch::jit::GraphExecutor 2022-11-23T02:44:58.2631613Z ] 2022-11-23T02:44:58.2632031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.2632438Z with 2022-11-23T02:44:58.2632602Z [ 2022-11-23T02:44:58.2632799Z T=torch::jit::GraphExecutor 2022-11-23T02:44:58.2632993Z ] 2022-11-23T02:44:58.2633458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.2633886Z with 2022-11-23T02:44:58.2634052Z [ 2022-11-23T02:44:58.2634248Z T=torch::jit::GraphExecutor 2022-11-23T02:44:58.2634500Z ] 2022-11-23T02:44:58.2635006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.2635504Z with 2022-11-23T02:44:58.2635762Z [ 2022-11-23T02:44:58.2635945Z T=torch::jit::GraphExecutor 2022-11-23T02:44:58.2636139Z ] 2022-11-23T02:44:58.2636592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:58.2637282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:58.2638002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:44:58.2638715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2639131Z with 2022-11-23T02:44:58.2639298Z [ 2022-11-23T02:44:58.2639481Z T=torch::jit::GraphExecutor 2022-11-23T02:44:58.2639675Z ] 2022-11-23T02:44:58.2752394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2752823Z with 2022-11-23T02:44:58.2752997Z [ 2022-11-23T02:44:58.2753203Z T=torch::jit::Method 2022-11-23T02:44:58.2753375Z ] 2022-11-23T02:44:58.2753809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.2754260Z with 2022-11-23T02:44:58.2754433Z [ 2022-11-23T02:44:58.2754622Z T=torch::jit::Method 2022-11-23T02:44:58.2754790Z ] 2022-11-23T02:44:58.2755310Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.2755749Z with 2022-11-23T02:44:58.2755912Z [ 2022-11-23T02:44:58.2756247Z T=torch::jit::Method 2022-11-23T02:44:58.2756431Z ] 2022-11-23T02:44:58.2756935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.2757380Z with 2022-11-23T02:44:58.2757546Z [ 2022-11-23T02:44:58.2757734Z T=torch::jit::Method 2022-11-23T02:44:58.2757922Z ] 2022-11-23T02:44:58.2758359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:58.2759032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:58.2759728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.2760129Z with 2022-11-23T02:44:58.2760350Z [ 2022-11-23T02:44:58.2760543Z T=torch::jit::Method 2022-11-23T02:44:58.2760732Z ] 2022-11-23T02:44:58.3562103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.3562706Z with 2022-11-23T02:44:58.3562877Z [ 2022-11-23T02:44:58.3563111Z T=std::vector> 2022-11-23T02:44:58.3563348Z ] 2022-11-23T02:44:58.3563790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.3564190Z with 2022-11-23T02:44:58.3564416Z [ 2022-11-23T02:44:58.3564652Z T=std::vector> 2022-11-23T02:44:58.3564865Z ] 2022-11-23T02:44:58.3565390Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.3565828Z with 2022-11-23T02:44:58.3565990Z [ 2022-11-23T02:44:58.3566226Z T=std::vector> 2022-11-23T02:44:58.3566448Z ] 2022-11-23T02:44:58.3566938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.3567391Z with 2022-11-23T02:44:58.3567553Z [ 2022-11-23T02:44:58.3567786Z T=std::vector> 2022-11-23T02:44:58.3568005Z ] 2022-11-23T02:44:58.3568472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:58.3569223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:58.3570047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.3570441Z with 2022-11-23T02:44:58.3570606Z [ 2022-11-23T02:44:58.3570840Z T=std::vector> 2022-11-23T02:44:58.3571058Z ] 2022-11-23T02:44:58.4934634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.4935062Z with 2022-11-23T02:44:58.4935242Z [ 2022-11-23T02:44:58.4935528Z T=std::function 2022-11-23T02:44:58.4935775Z ] 2022-11-23T02:44:58.4936192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.4936589Z with 2022-11-23T02:44:58.4936750Z [ 2022-11-23T02:44:58.4937020Z T=std::function 2022-11-23T02:44:58.4937267Z ] 2022-11-23T02:44:58.4937735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.4938178Z with 2022-11-23T02:44:58.4938328Z [ 2022-11-23T02:44:58.4938778Z T=std::function 2022-11-23T02:44:58.4939031Z ] 2022-11-23T02:44:58.4939522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.4939979Z with 2022-11-23T02:44:58.4940141Z [ 2022-11-23T02:44:58.4940390Z T=std::function 2022-11-23T02:44:58.4940636Z ] 2022-11-23T02:44:58.4941204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:58.4942018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:58.4942784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.4943197Z with 2022-11-23T02:44:58.4943360Z [ 2022-11-23T02:44:58.4943620Z T=std::function 2022-11-23T02:44:58.4943855Z ] 2022-11-23T02:44:58.7391505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.7391935Z with 2022-11-23T02:44:58.7392124Z [ 2022-11-23T02:44:58.7392438Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:58.7392712Z ] 2022-11-23T02:44:58.7393149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.7393531Z with 2022-11-23T02:44:58.7393701Z [ 2022-11-23T02:44:58.7394195Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:58.7394469Z ] 2022-11-23T02:44:58.7394939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.7395455Z with 2022-11-23T02:44:58.7395602Z [ 2022-11-23T02:44:58.7395944Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:58.7396213Z ] 2022-11-23T02:44:58.7396765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.7397273Z with 2022-11-23T02:44:58.7397435Z [ 2022-11-23T02:44:58.7397726Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:58.7398040Z ] 2022-11-23T02:44:58.7398568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:44:58.7399447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:44:58.7400342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.7400749Z with 2022-11-23T02:44:58.7400914Z [ 2022-11-23T02:44:58.7401252Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:44:58.7401523Z ] 2022-11-23T02:44:58.8808317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:58.8808754Z with 2022-11-23T02:44:58.8808922Z [ 2022-11-23T02:44:58.8809169Z T=std::vector> 2022-11-23T02:44:58.8809396Z ] 2022-11-23T02:44:58.8809900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:58.8810338Z with 2022-11-23T02:44:58.8810500Z [ 2022-11-23T02:44:58.8810728Z T=std::vector> 2022-11-23T02:44:58.8810950Z ] 2022-11-23T02:44:58.8811509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:58.8811943Z with 2022-11-23T02:44:58.8812091Z [ 2022-11-23T02:44:58.8812313Z T=std::vector> 2022-11-23T02:44:58.8812530Z ] 2022-11-23T02:44:58.8813037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:58.8813485Z with 2022-11-23T02:44:58.8813648Z [ 2022-11-23T02:44:58.8813868Z T=std::vector> 2022-11-23T02:44:58.8814063Z ] 2022-11-23T02:44:58.8814696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:58.8815118Z with 2022-11-23T02:44:58.8815279Z [ 2022-11-23T02:44:58.8815449Z T=double 2022-11-23T02:44:58.8815602Z ] 2022-11-23T02:44:58.8816159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:58.8816677Z with 2022-11-23T02:44:58.8816841Z [ 2022-11-23T02:44:58.8817006Z T=double 2022-11-23T02:44:58.8817173Z ] 2022-11-23T02:44:58.8817625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:58.8818019Z with 2022-11-23T02:44:58.8818183Z [ 2022-11-23T02:44:58.8818406Z T=std::vector> 2022-11-23T02:44:58.8818615Z ] 2022-11-23T02:44:59.5044204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:59.5045484Z with 2022-11-23T02:44:59.5045653Z [ 2022-11-23T02:44:59.5045888Z T=std::tuple 2022-11-23T02:44:59.5046086Z ] 2022-11-23T02:44:59.5046506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:59.5046904Z with 2022-11-23T02:44:59.5047068Z [ 2022-11-23T02:44:59.5047284Z T=std::tuple 2022-11-23T02:44:59.5047481Z ] 2022-11-23T02:44:59.5047944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:59.5048369Z with 2022-11-23T02:44:59.5048537Z [ 2022-11-23T02:44:59.5048742Z T=std::tuple 2022-11-23T02:44:59.5048937Z ] 2022-11-23T02:44:59.5049423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:59.5049879Z with 2022-11-23T02:44:59.5050029Z [ 2022-11-23T02:44:59.5050234Z T=std::tuple 2022-11-23T02:44:59.5050441Z ] 2022-11-23T02:44:59.5050898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:44:59.5051637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:44:59.5052356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:59.5052761Z with 2022-11-23T02:44:59.5052922Z [ 2022-11-23T02:44:59.5053117Z T=std::tuple 2022-11-23T02:44:59.5053313Z ] 2022-11-23T02:44:59.6439585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:44:59.6440041Z with 2022-11-23T02:44:59.6440209Z [ 2022-11-23T02:44:59.6440465Z T=std::vector> 2022-11-23T02:44:59.6440676Z ] 2022-11-23T02:44:59.6441106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:44:59.6441508Z with 2022-11-23T02:44:59.6441670Z [ 2022-11-23T02:44:59.6441899Z T=std::vector> 2022-11-23T02:44:59.6442114Z ] 2022-11-23T02:44:59.6442572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:44:59.6443007Z with 2022-11-23T02:44:59.6443166Z [ 2022-11-23T02:44:59.6443394Z T=std::vector> 2022-11-23T02:44:59.6443613Z ] 2022-11-23T02:44:59.6444113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:44:59.6444641Z with 2022-11-23T02:44:59.6444789Z [ 2022-11-23T02:44:59.6445020Z T=std::vector> 2022-11-23T02:44:59.6445238Z ] 2022-11-23T02:44:59.6445708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:44:59.6446469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:44:59.6447211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:44:59.6447625Z with 2022-11-23T02:44:59.6447773Z [ 2022-11-23T02:44:59.6448003Z T=std::vector> 2022-11-23T02:44:59.6448224Z ] 2022-11-23T02:45:05.3714491Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T02:45:05.6215145Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T02:45:05.7194936Z Generating code 2022-11-23T02:45:07.3879739Z Finished generating code 2022-11-23T02:45:07.7088647Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T02:45:07.7098630Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tport_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\ort_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:45:07.7223952Z ort_extension.cpp 2022-11-23T02:45:07.7435598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:45:08.5701695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:08.5702132Z with 2022-11-23T02:45:08.5702301Z [ 2022-11-23T02:45:08.5702490Z T=c10::SymInt 2022-11-23T02:45:08.5702683Z ] 2022-11-23T02:45:08.5703109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:08.5703509Z with 2022-11-23T02:45:08.5703670Z [ 2022-11-23T02:45:08.5703847Z T=c10::SymInt 2022-11-23T02:45:08.5704022Z ] 2022-11-23T02:45:08.5704492Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:08.5704940Z with 2022-11-23T02:45:08.5705091Z [ 2022-11-23T02:45:08.5705264Z T=c10::SymInt 2022-11-23T02:45:08.5705437Z ] 2022-11-23T02:45:08.5705941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:08.5706399Z with 2022-11-23T02:45:08.5706562Z [ 2022-11-23T02:45:08.5706724Z T=c10::SymInt 2022-11-23T02:45:08.5706896Z ] 2022-11-23T02:45:08.5707325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:08.5707989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:08.5708850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:08.5709262Z with 2022-11-23T02:45:08.5709427Z [ 2022-11-23T02:45:08.5709590Z T=c10::SymInt 2022-11-23T02:45:08.5709765Z ] 2022-11-23T02:45:08.6074617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:45:08.6294785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:08.6295206Z with 2022-11-23T02:45:08.6295377Z [ 2022-11-23T02:45:08.6295566Z T=at::Generator 2022-11-23T02:45:08.6295731Z ] 2022-11-23T02:45:08.6296175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:08.6296571Z with 2022-11-23T02:45:08.6296736Z [ 2022-11-23T02:45:08.6296919Z T=at::Generator 2022-11-23T02:45:08.6297096Z ] 2022-11-23T02:45:08.6297561Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:08.6298188Z with 2022-11-23T02:45:08.6298353Z [ 2022-11-23T02:45:08.6298535Z T=at::Generator 2022-11-23T02:45:08.6298713Z ] 2022-11-23T02:45:08.6299211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:08.6299678Z with 2022-11-23T02:45:08.6299828Z [ 2022-11-23T02:45:08.6300007Z T=at::Generator 2022-11-23T02:45:08.6300185Z ] 2022-11-23T02:45:08.6300619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:08.6301386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:08.6302070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:08.6302485Z with 2022-11-23T02:45:08.6302638Z [ 2022-11-23T02:45:08.6302820Z T=at::Generator 2022-11-23T02:45:08.6302997Z ] 2022-11-23T02:45:08.6638395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:08.6638820Z with 2022-11-23T02:45:08.6638989Z [ 2022-11-23T02:45:08.6639161Z T=at::TensorBase 2022-11-23T02:45:08.6639357Z ] 2022-11-23T02:45:08.6639791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:08.6640262Z with 2022-11-23T02:45:08.6640423Z [ 2022-11-23T02:45:08.6640642Z T=at::TensorBase 2022-11-23T02:45:08.6640822Z ] 2022-11-23T02:45:08.6641460Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:08.6641905Z with 2022-11-23T02:45:08.6642066Z [ 2022-11-23T02:45:08.6642249Z T=at::TensorBase 2022-11-23T02:45:08.6642414Z ] 2022-11-23T02:45:08.6642918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:08.6643382Z with 2022-11-23T02:45:08.6643546Z [ 2022-11-23T02:45:08.6643729Z T=at::TensorBase 2022-11-23T02:45:08.6643907Z ] 2022-11-23T02:45:08.6644331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:08.6645008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:08.6645691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:08.6646154Z with 2022-11-23T02:45:08.6646396Z [ 2022-11-23T02:45:08.6646579Z T=at::TensorBase 2022-11-23T02:45:08.6646814Z ] 2022-11-23T02:45:08.9240628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:08.9241047Z with 2022-11-23T02:45:08.9241320Z [ 2022-11-23T02:45:08.9241558Z T=at::Tensor 2022-11-23T02:45:08.9241752Z ] 2022-11-23T02:45:08.9242196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:08.9242736Z with 2022-11-23T02:45:08.9242896Z [ 2022-11-23T02:45:08.9243211Z T=at::Tensor 2022-11-23T02:45:08.9243388Z ] 2022-11-23T02:45:08.9243857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:08.9244367Z with 2022-11-23T02:45:08.9244530Z [ 2022-11-23T02:45:08.9244743Z T=at::Tensor 2022-11-23T02:45:08.9244915Z ] 2022-11-23T02:45:08.9245409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:08.9245871Z with 2022-11-23T02:45:08.9246037Z [ 2022-11-23T02:45:08.9246349Z T=at::Tensor 2022-11-23T02:45:08.9246531Z ] 2022-11-23T02:45:08.9247108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:08.9247772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:08.9248459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:08.9249651Z with 2022-11-23T02:45:08.9249837Z [ 2022-11-23T02:45:08.9250072Z T=at::Tensor 2022-11-23T02:45:08.9250238Z ] 2022-11-23T02:45:08.9279934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:08.9280505Z with 2022-11-23T02:45:08.9280674Z [ 2022-11-23T02:45:08.9281000Z T=c10::Scalar 2022-11-23T02:45:08.9281241Z ] 2022-11-23T02:45:08.9282107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:08.9282598Z with 2022-11-23T02:45:08.9282828Z [ 2022-11-23T02:45:08.9283005Z T=c10::Scalar 2022-11-23T02:45:08.9283178Z ] 2022-11-23T02:45:08.9283650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:08.9284236Z with 2022-11-23T02:45:08.9284534Z [ 2022-11-23T02:45:08.9284708Z T=c10::Scalar 2022-11-23T02:45:08.9284880Z ] 2022-11-23T02:45:08.9285376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:08.9285956Z with 2022-11-23T02:45:08.9286103Z [ 2022-11-23T02:45:08.9286276Z T=c10::Scalar 2022-11-23T02:45:08.9286452Z ] 2022-11-23T02:45:08.9286950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:08.9287785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:08.9288837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:08.9289293Z with 2022-11-23T02:45:08.9289460Z [ 2022-11-23T02:45:08.9289645Z T=c10::Scalar 2022-11-23T02:45:08.9289806Z ] 2022-11-23T02:45:09.0870635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.0871126Z with 2022-11-23T02:45:09.0871299Z [ 2022-11-23T02:45:09.0871572Z T=std::string 2022-11-23T02:45:09.0871750Z ] 2022-11-23T02:45:09.0872237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.0872639Z with 2022-11-23T02:45:09.0872800Z [ 2022-11-23T02:45:09.0872975Z T=std::string 2022-11-23T02:45:09.0873155Z ] 2022-11-23T02:45:09.0873612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.0874049Z with 2022-11-23T02:45:09.0874211Z [ 2022-11-23T02:45:09.0874386Z T=std::string 2022-11-23T02:45:09.0874557Z ] 2022-11-23T02:45:09.0875214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.0875681Z with 2022-11-23T02:45:09.0875835Z [ 2022-11-23T02:45:09.0876017Z T=std::string 2022-11-23T02:45:09.0876196Z ] 2022-11-23T02:45:09.0876639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:09.0877374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:09.0878127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.0878551Z with 2022-11-23T02:45:09.0878706Z [ 2022-11-23T02:45:09.0878895Z T=std::string 2022-11-23T02:45:09.0879078Z ] 2022-11-23T02:45:09.1002877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.1003278Z with 2022-11-23T02:45:09.1003639Z [ 2022-11-23T02:45:09.1003820Z T=c10::QualifiedName 2022-11-23T02:45:09.1004330Z ] 2022-11-23T02:45:09.1004883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.1005306Z with 2022-11-23T02:45:09.1005484Z [ 2022-11-23T02:45:09.1005695Z T=c10::QualifiedName 2022-11-23T02:45:09.1005913Z ] 2022-11-23T02:45:09.1006382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.1006945Z with 2022-11-23T02:45:09.1007100Z [ 2022-11-23T02:45:09.1007298Z T=c10::QualifiedName 2022-11-23T02:45:09.1007491Z ] 2022-11-23T02:45:09.1008001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.1008470Z with 2022-11-23T02:45:09.1008645Z [ 2022-11-23T02:45:09.1008883Z T=c10::QualifiedName 2022-11-23T02:45:09.1009075Z ] 2022-11-23T02:45:09.1009581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:09.1010284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:09.1010984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.1011408Z with 2022-11-23T02:45:09.1011581Z [ 2022-11-23T02:45:09.1011761Z T=c10::QualifiedName 2022-11-23T02:45:09.1011955Z ] 2022-11-23T02:45:09.1523353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.1523835Z with 2022-11-23T02:45:09.1524058Z [ 2022-11-23T02:45:09.1524317Z T=std::shared_ptr 2022-11-23T02:45:09.1524541Z ] 2022-11-23T02:45:09.1525040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.1525454Z with 2022-11-23T02:45:09.1525640Z [ 2022-11-23T02:45:09.1525886Z T=std::shared_ptr 2022-11-23T02:45:09.1526113Z ] 2022-11-23T02:45:09.1526572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.1527018Z with 2022-11-23T02:45:09.1527192Z [ 2022-11-23T02:45:09.1527432Z T=std::shared_ptr 2022-11-23T02:45:09.1527665Z ] 2022-11-23T02:45:09.1528173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.1528630Z with 2022-11-23T02:45:09.1528785Z [ 2022-11-23T02:45:09.1529124Z T=std::shared_ptr 2022-11-23T02:45:09.1529349Z ] 2022-11-23T02:45:09.1529825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:09.1530623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:09.1531407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.1531833Z with 2022-11-23T02:45:09.1531988Z [ 2022-11-23T02:45:09.1532228Z T=std::shared_ptr 2022-11-23T02:45:09.1532456Z ] 2022-11-23T02:45:09.1550687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.1551086Z with 2022-11-23T02:45:09.1551270Z [ 2022-11-23T02:45:09.1551493Z T=std::weak_ptr 2022-11-23T02:45:09.1551718Z ] 2022-11-23T02:45:09.1552163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.1552561Z with 2022-11-23T02:45:09.1552737Z [ 2022-11-23T02:45:09.1552973Z T=std::weak_ptr 2022-11-23T02:45:09.1553176Z ] 2022-11-23T02:45:09.1553657Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.1554136Z with 2022-11-23T02:45:09.1554325Z [ 2022-11-23T02:45:09.1554562Z T=std::weak_ptr 2022-11-23T02:45:09.1554836Z ] 2022-11-23T02:45:09.1555437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.1555881Z with 2022-11-23T02:45:09.1556057Z [ 2022-11-23T02:45:09.1556292Z T=std::weak_ptr 2022-11-23T02:45:09.1556513Z ] 2022-11-23T02:45:09.1556992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:09.1557730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:09.1558444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.1558868Z with 2022-11-23T02:45:09.1559022Z [ 2022-11-23T02:45:09.1559260Z T=std::weak_ptr 2022-11-23T02:45:09.1559481Z ] 2022-11-23T02:45:09.2133740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2134329Z with 2022-11-23T02:45:09.2134539Z [ 2022-11-23T02:45:09.2134815Z T=std::vector> 2022-11-23T02:45:09.2135070Z ] 2022-11-23T02:45:09.2135521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.2135934Z with 2022-11-23T02:45:09.2136107Z [ 2022-11-23T02:45:09.2136372Z T=std::vector> 2022-11-23T02:45:09.2136604Z ] 2022-11-23T02:45:09.2137078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.2137519Z with 2022-11-23T02:45:09.2137691Z [ 2022-11-23T02:45:09.2137952Z T=std::vector> 2022-11-23T02:45:09.2138196Z ] 2022-11-23T02:45:09.2138709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.2139159Z with 2022-11-23T02:45:09.2139338Z [ 2022-11-23T02:45:09.2139615Z T=std::vector> 2022-11-23T02:45:09.2139863Z ] 2022-11-23T02:45:09.2140415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:09.2141253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:09.2142043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2142540Z with 2022-11-23T02:45:09.2142697Z [ 2022-11-23T02:45:09.2142960Z T=std::vector> 2022-11-23T02:45:09.2143207Z ] 2022-11-23T02:45:09.2254364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2254755Z with 2022-11-23T02:45:09.2254928Z [ 2022-11-23T02:45:09.2255155Z T=std::vector> 2022-11-23T02:45:09.2255380Z ] 2022-11-23T02:45:09.2255815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.2256220Z with 2022-11-23T02:45:09.2256396Z [ 2022-11-23T02:45:09.2256627Z T=std::vector> 2022-11-23T02:45:09.2256828Z ] 2022-11-23T02:45:09.2257301Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.2257743Z with 2022-11-23T02:45:09.2257917Z [ 2022-11-23T02:45:09.2258140Z T=std::vector> 2022-11-23T02:45:09.2258458Z ] 2022-11-23T02:45:09.2258935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.2259398Z with 2022-11-23T02:45:09.2259569Z [ 2022-11-23T02:45:09.2259793Z T=std::vector> 2022-11-23T02:45:09.2260012Z ] 2022-11-23T02:45:09.2260481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:09.2261203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:09.2261994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2262395Z with 2022-11-23T02:45:09.2262569Z [ 2022-11-23T02:45:09.2262798Z T=std::vector> 2022-11-23T02:45:09.2263011Z ] 2022-11-23T02:45:09.2345749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2346147Z with 2022-11-23T02:45:09.2346311Z [ 2022-11-23T02:45:09.2346589Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2346849Z ] 2022-11-23T02:45:09.2347285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.2347691Z with 2022-11-23T02:45:09.2347864Z [ 2022-11-23T02:45:09.2348117Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2348382Z ] 2022-11-23T02:45:09.2348967Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.2349405Z with 2022-11-23T02:45:09.2349578Z [ 2022-11-23T02:45:09.2349855Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2350109Z ] 2022-11-23T02:45:09.2350588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.2351054Z with 2022-11-23T02:45:09.2351226Z [ 2022-11-23T02:45:09.2351500Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2351761Z ] 2022-11-23T02:45:09.2352275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:45:09.2353079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:45:09.2353808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:45:09.2354548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2354964Z with 2022-11-23T02:45:09.2355119Z [ 2022-11-23T02:45:09.2355403Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2355718Z ] 2022-11-23T02:45:09.2380589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2380981Z with 2022-11-23T02:45:09.2381164Z [ 2022-11-23T02:45:09.2381506Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2381757Z ] 2022-11-23T02:45:09.2382204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.2382610Z with 2022-11-23T02:45:09.2382784Z [ 2022-11-23T02:45:09.2383053Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2383285Z ] 2022-11-23T02:45:09.2383769Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.2384209Z with 2022-11-23T02:45:09.2384383Z [ 2022-11-23T02:45:09.2384654Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2384905Z ] 2022-11-23T02:45:09.2385403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.2385842Z with 2022-11-23T02:45:09.2386017Z [ 2022-11-23T02:45:09.2386362Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2386612Z ] 2022-11-23T02:45:09.2387112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:45:09.2387905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:45:09.2388622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:45:09.2389302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2389718Z with 2022-11-23T02:45:09.2389874Z [ 2022-11-23T02:45:09.2390145Z T=std::vector,std::allocator>> 2022-11-23T02:45:09.2390393Z ] 2022-11-23T02:45:09.2494212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2494689Z with 2022-11-23T02:45:09.2494871Z [ 2022-11-23T02:45:09.2495088Z T=std::vector> 2022-11-23T02:45:09.2495306Z ] 2022-11-23T02:45:09.2495741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.2496145Z with 2022-11-23T02:45:09.2496320Z [ 2022-11-23T02:45:09.2496552Z T=std::vector> 2022-11-23T02:45:09.2496752Z ] 2022-11-23T02:45:09.2497235Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.2497683Z with 2022-11-23T02:45:09.2497853Z [ 2022-11-23T02:45:09.2498083Z T=std::vector> 2022-11-23T02:45:09.2498303Z ] 2022-11-23T02:45:09.2498780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.2499242Z with 2022-11-23T02:45:09.2499416Z [ 2022-11-23T02:45:09.2499647Z T=std::vector> 2022-11-23T02:45:09.2499878Z ] 2022-11-23T02:45:09.2500346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:09.2501074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:09.2501856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.2502251Z with 2022-11-23T02:45:09.2502430Z [ 2022-11-23T02:45:09.2502730Z T=std::vector> 2022-11-23T02:45:09.2502951Z ] 2022-11-23T02:45:09.3850219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.3850654Z with 2022-11-23T02:45:09.3850837Z [ 2022-11-23T02:45:09.3851111Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:09.3851392Z ] 2022-11-23T02:45:09.3851837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.3852240Z with 2022-11-23T02:45:09.3852394Z [ 2022-11-23T02:45:09.3852647Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:09.3852883Z ] 2022-11-23T02:45:09.3853356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.3853803Z with 2022-11-23T02:45:09.3854023Z [ 2022-11-23T02:45:09.3854276Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:09.3854499Z ] 2022-11-23T02:45:09.3855187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.3855635Z with 2022-11-23T02:45:09.3855798Z [ 2022-11-23T02:45:09.3856046Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:09.3856282Z ] 2022-11-23T02:45:09.3856760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:09.3857553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:09.3858350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:45:09.3859098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.3859511Z with 2022-11-23T02:45:09.3859676Z [ 2022-11-23T02:45:09.3859924Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:09.3860221Z ] 2022-11-23T02:45:09.4084273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.4084679Z with 2022-11-23T02:45:09.4084865Z [ 2022-11-23T02:45:09.4085141Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:09.4085382Z ] 2022-11-23T02:45:09.4085814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.4086212Z with 2022-11-23T02:45:09.4086361Z [ 2022-11-23T02:45:09.4086795Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:09.4087034Z ] 2022-11-23T02:45:09.4087501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.4087951Z with 2022-11-23T02:45:09.4088113Z [ 2022-11-23T02:45:09.4088348Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:09.4088586Z ] 2022-11-23T02:45:09.4089090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.4089545Z with 2022-11-23T02:45:09.4089705Z [ 2022-11-23T02:45:09.4089953Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:09.4090173Z ] 2022-11-23T02:45:09.4090659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:09.4091447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:09.4092315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:45:09.4093057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.4093466Z with 2022-11-23T02:45:09.4093630Z [ 2022-11-23T02:45:09.4093884Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:09.4094120Z ] 2022-11-23T02:45:09.4122123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.4122520Z with 2022-11-23T02:45:09.4122684Z [ 2022-11-23T02:45:09.4122884Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:09.4123084Z ] 2022-11-23T02:45:09.4123510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.4123900Z with 2022-11-23T02:45:09.4124049Z [ 2022-11-23T02:45:09.4124247Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:09.4124440Z ] 2022-11-23T02:45:09.4124912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.4125332Z with 2022-11-23T02:45:09.4125494Z [ 2022-11-23T02:45:09.4125675Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:09.4125868Z ] 2022-11-23T02:45:09.4126358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.4126806Z with 2022-11-23T02:45:09.4126968Z [ 2022-11-23T02:45:09.4127257Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:09.4127441Z ] 2022-11-23T02:45:09.4127893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:09.4128592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:09.4128994Z with 2022-11-23T02:45:09.4129157Z [ 2022-11-23T02:45:09.4129358Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:09.4129552Z ] 2022-11-23T02:45:09.4130020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:45:09.4130747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.4131154Z with 2022-11-23T02:45:09.4131317Z [ 2022-11-23T02:45:09.4131515Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:09.4131709Z ] 2022-11-23T02:45:09.4531176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.4531814Z with 2022-11-23T02:45:09.4531983Z [ 2022-11-23T02:45:09.4532297Z T=std::vector> 2022-11-23T02:45:09.4532567Z ] 2022-11-23T02:45:09.4533006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.4533398Z with 2022-11-23T02:45:09.4533553Z [ 2022-11-23T02:45:09.4533844Z T=std::vector> 2022-11-23T02:45:09.4534109Z ] 2022-11-23T02:45:09.4534578Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.4535013Z with 2022-11-23T02:45:09.4535171Z [ 2022-11-23T02:45:09.4535447Z T=std::vector> 2022-11-23T02:45:09.4535714Z ] 2022-11-23T02:45:09.4536214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.4536666Z with 2022-11-23T02:45:09.4536829Z [ 2022-11-23T02:45:09.4537116Z T=std::vector> 2022-11-23T02:45:09.4537379Z ] 2022-11-23T02:45:09.4537881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:09.4538805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:09.4539569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.4539975Z with 2022-11-23T02:45:09.4540139Z [ 2022-11-23T02:45:09.4540427Z T=std::vector> 2022-11-23T02:45:09.4540697Z ] 2022-11-23T02:45:09.5859775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.5860179Z with 2022-11-23T02:45:09.5860389Z [ 2022-11-23T02:45:09.5860610Z T=torch::autograd::ViewInfo 2022-11-23T02:45:09.5860790Z ] 2022-11-23T02:45:09.5861282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.5861765Z with 2022-11-23T02:45:09.5861977Z [ 2022-11-23T02:45:09.5862174Z T=torch::autograd::ViewInfo 2022-11-23T02:45:09.5862375Z ] 2022-11-23T02:45:09.5862825Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.5863384Z with 2022-11-23T02:45:09.5863546Z [ 2022-11-23T02:45:09.5863737Z T=torch::autograd::ViewInfo 2022-11-23T02:45:09.5863928Z ] 2022-11-23T02:45:09.5864409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.5864867Z with 2022-11-23T02:45:09.5865030Z [ 2022-11-23T02:45:09.5865225Z T=torch::autograd::ViewInfo 2022-11-23T02:45:09.5865415Z ] 2022-11-23T02:45:09.5865899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:09.5866671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:09.5867426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.5867833Z with 2022-11-23T02:45:09.5867996Z [ 2022-11-23T02:45:09.5868192Z T=torch::autograd::ViewInfo 2022-11-23T02:45:09.5868385Z ] 2022-11-23T02:45:09.6183415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.6183815Z with 2022-11-23T02:45:09.6183965Z [ 2022-11-23T02:45:09.6184151Z T=c10::IValue 2022-11-23T02:45:09.6184435Z ] 2022-11-23T02:45:09.6184888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.6185283Z with 2022-11-23T02:45:09.6185445Z [ 2022-11-23T02:45:09.6185606Z T=c10::IValue 2022-11-23T02:45:09.6185779Z ] 2022-11-23T02:45:09.6186400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.6186839Z with 2022-11-23T02:45:09.6187002Z [ 2022-11-23T02:45:09.6187165Z T=c10::IValue 2022-11-23T02:45:09.6187340Z ] 2022-11-23T02:45:09.6187839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.6188293Z with 2022-11-23T02:45:09.6188457Z [ 2022-11-23T02:45:09.6188628Z T=c10::IValue 2022-11-23T02:45:09.6188786Z ] 2022-11-23T02:45:09.6189217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:09.6189929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:09.6190674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.6191769Z with 2022-11-23T02:45:09.6191936Z [ 2022-11-23T02:45:09.6192118Z T=c10::IValue 2022-11-23T02:45:09.6192295Z ] 2022-11-23T02:45:09.6226786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.6227183Z with 2022-11-23T02:45:09.6227354Z [ 2022-11-23T02:45:09.6227535Z T=c10::AliasInfo 2022-11-23T02:45:09.6227711Z ] 2022-11-23T02:45:09.6228137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.6228511Z with 2022-11-23T02:45:09.6228674Z [ 2022-11-23T02:45:09.6228860Z T=c10::AliasInfo 2022-11-23T02:45:09.6229039Z ] 2022-11-23T02:45:09.6229498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.6229928Z with 2022-11-23T02:45:09.6230078Z [ 2022-11-23T02:45:09.6230256Z T=c10::AliasInfo 2022-11-23T02:45:09.6230432Z ] 2022-11-23T02:45:09.6230928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.6231383Z with 2022-11-23T02:45:09.6231546Z [ 2022-11-23T02:45:09.6231761Z T=c10::AliasInfo 2022-11-23T02:45:09.6231943Z ] 2022-11-23T02:45:09.6232403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:09.6233095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:09.6233885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.6234298Z with 2022-11-23T02:45:09.6234461Z [ 2022-11-23T02:45:09.6234628Z T=c10::AliasInfo 2022-11-23T02:45:09.6234808Z ] 2022-11-23T02:45:09.7264014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.7264460Z with 2022-11-23T02:45:09.7264629Z [ 2022-11-23T02:45:09.7264888Z T=std::vector> 2022-11-23T02:45:09.7265114Z ] 2022-11-23T02:45:09.7265540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.7265940Z with 2022-11-23T02:45:09.7266170Z [ 2022-11-23T02:45:09.7266409Z T=std::vector> 2022-11-23T02:45:09.7266631Z ] 2022-11-23T02:45:09.7267155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.7267630Z with 2022-11-23T02:45:09.7267973Z [ 2022-11-23T02:45:09.7268207Z T=std::vector> 2022-11-23T02:45:09.7268427Z ] 2022-11-23T02:45:09.7268937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.7269388Z with 2022-11-23T02:45:09.7269551Z [ 2022-11-23T02:45:09.7269771Z T=std::vector> 2022-11-23T02:45:09.7269993Z ] 2022-11-23T02:45:09.7270448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:09.7270864Z with 2022-11-23T02:45:09.7271025Z [ 2022-11-23T02:45:09.7271185Z T=c10::SymInt 2022-11-23T02:45:09.7271358Z ] 2022-11-23T02:45:09.7271799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:09.7272275Z with 2022-11-23T02:45:09.7272433Z [ 2022-11-23T02:45:09.7272605Z T=c10::SymInt 2022-11-23T02:45:09.7272815Z ] 2022-11-23T02:45:09.7273293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:45:09.7274097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:45:09.7274873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.7275284Z with 2022-11-23T02:45:09.7275450Z [ 2022-11-23T02:45:09.7275684Z T=std::vector> 2022-11-23T02:45:09.7275904Z ] 2022-11-23T02:45:09.7461599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:09.7462062Z with 2022-11-23T02:45:09.7462235Z [ 2022-11-23T02:45:09.7462498Z T=c10::either 2022-11-23T02:45:09.7462726Z ] 2022-11-23T02:45:09.7463207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:09.7463611Z with 2022-11-23T02:45:09.7463761Z [ 2022-11-23T02:45:09.7463997Z T=c10::either 2022-11-23T02:45:09.7464220Z ] 2022-11-23T02:45:09.7464690Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:09.7465140Z with 2022-11-23T02:45:09.7465299Z [ 2022-11-23T02:45:09.7465524Z T=c10::either 2022-11-23T02:45:09.7465744Z ] 2022-11-23T02:45:09.7466240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:09.7466778Z with 2022-11-23T02:45:09.7466942Z [ 2022-11-23T02:45:09.7467175Z T=c10::either 2022-11-23T02:45:09.7467399Z ] 2022-11-23T02:45:09.7467871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:09.7468656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:09.7469406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:09.7469812Z with 2022-11-23T02:45:09.7469973Z [ 2022-11-23T02:45:09.7470208Z T=c10::either 2022-11-23T02:45:09.7470417Z ] 2022-11-23T02:45:11.5141237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:11.5141758Z with 2022-11-23T02:45:11.5141914Z [ 2022-11-23T02:45:11.5142136Z T=at::StepCallbacks 2022-11-23T02:45:11.5142364Z ] 2022-11-23T02:45:11.5142798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:11.5143191Z with 2022-11-23T02:45:11.5143358Z [ 2022-11-23T02:45:11.5143528Z T=at::StepCallbacks 2022-11-23T02:45:11.5143712Z ] 2022-11-23T02:45:11.5144175Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:11.5144616Z with 2022-11-23T02:45:11.5144775Z [ 2022-11-23T02:45:11.5145141Z T=at::StepCallbacks 2022-11-23T02:45:11.5145313Z ] 2022-11-23T02:45:11.5145805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:11.5146260Z with 2022-11-23T02:45:11.5146419Z [ 2022-11-23T02:45:11.5146603Z T=at::StepCallbacks 2022-11-23T02:45:11.5146773Z ] 2022-11-23T02:45:11.5147225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:11.5147916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:11.5148607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:11.5149015Z with 2022-11-23T02:45:11.5149177Z [ 2022-11-23T02:45:11.5149359Z T=at::StepCallbacks 2022-11-23T02:45:11.5149538Z ] 2022-11-23T02:45:11.5902979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:11.5903623Z with 2022-11-23T02:45:11.5903794Z [ 2022-11-23T02:45:11.5903980Z T=c10::DimVector 2022-11-23T02:45:11.5904160Z ] 2022-11-23T02:45:11.5904602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:11.5904996Z with 2022-11-23T02:45:11.5905144Z [ 2022-11-23T02:45:11.5905324Z T=c10::DimVector 2022-11-23T02:45:11.5905497Z ] 2022-11-23T02:45:11.5906028Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:11.5906520Z with 2022-11-23T02:45:11.5906672Z [ 2022-11-23T02:45:11.5906853Z T=c10::DimVector 2022-11-23T02:45:11.5907035Z ] 2022-11-23T02:45:11.5907526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:11.5907979Z with 2022-11-23T02:45:11.5908140Z [ 2022-11-23T02:45:11.5908305Z T=c10::DimVector 2022-11-23T02:45:11.5908481Z ] 2022-11-23T02:45:11.5908914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:11.5909626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:11.5910311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:11.5910714Z with 2022-11-23T02:45:11.5910873Z [ 2022-11-23T02:45:11.5911049Z T=c10::DimVector 2022-11-23T02:45:11.5911212Z ] 2022-11-23T02:45:12.3748332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.3748775Z with 2022-11-23T02:45:12.3748940Z [ 2022-11-23T02:45:12.3749132Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:12.3749340Z ] 2022-11-23T02:45:12.3749772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.3750177Z with 2022-11-23T02:45:12.3750339Z [ 2022-11-23T02:45:12.3750536Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:12.3750716Z ] 2022-11-23T02:45:12.3751182Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.3751619Z with 2022-11-23T02:45:12.3751842Z [ 2022-11-23T02:45:12.3752040Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:12.3752229Z ] 2022-11-23T02:45:12.3752763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.3753315Z with 2022-11-23T02:45:12.3753478Z [ 2022-11-23T02:45:12.3753673Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:12.3753862Z ] 2022-11-23T02:45:12.3754319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.3755041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.3755743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.3756152Z with 2022-11-23T02:45:12.3756315Z [ 2022-11-23T02:45:12.3756509Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:12.3756699Z ] 2022-11-23T02:45:12.3812830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.3813218Z with 2022-11-23T02:45:12.3813366Z [ 2022-11-23T02:45:12.3813608Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:12.3813837Z ] 2022-11-23T02:45:12.3814260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.3814644Z with 2022-11-23T02:45:12.3814811Z [ 2022-11-23T02:45:12.3815035Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:12.3815257Z ] 2022-11-23T02:45:12.3815715Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.3816145Z with 2022-11-23T02:45:12.3816308Z [ 2022-11-23T02:45:12.3816542Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:12.3816751Z ] 2022-11-23T02:45:12.3818009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.3818545Z with 2022-11-23T02:45:12.3818706Z [ 2022-11-23T02:45:12.3818947Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:12.3819170Z ] 2022-11-23T02:45:12.3819638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.3820432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.3821170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.3821663Z with 2022-11-23T02:45:12.3821823Z [ 2022-11-23T02:45:12.3822079Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:12.3822305Z ] 2022-11-23T02:45:12.4066861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:45:12.4067706Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:45:12.5065827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5066242Z with 2022-11-23T02:45:12.5066410Z [ 2022-11-23T02:45:12.5066631Z T=std::tuple 2022-11-23T02:45:12.5066849Z ] 2022-11-23T02:45:12.5067277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.5067733Z with 2022-11-23T02:45:12.5067888Z [ 2022-11-23T02:45:12.5068131Z T=std::tuple 2022-11-23T02:45:12.5068348Z ] 2022-11-23T02:45:12.5068813Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.5069264Z with 2022-11-23T02:45:12.5069422Z [ 2022-11-23T02:45:12.5069622Z T=std::tuple 2022-11-23T02:45:12.5069823Z ] 2022-11-23T02:45:12.5070319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.5070769Z with 2022-11-23T02:45:12.5070928Z [ 2022-11-23T02:45:12.5071140Z T=std::tuple 2022-11-23T02:45:12.5071329Z ] 2022-11-23T02:45:12.5071781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:12.5072689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:12.5073413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5073874Z with 2022-11-23T02:45:12.5074035Z [ 2022-11-23T02:45:12.5074296Z T=std::tuple 2022-11-23T02:45:12.5074504Z ] 2022-11-23T02:45:12.5119766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5120152Z with 2022-11-23T02:45:12.5120319Z [ 2022-11-23T02:45:12.5120520Z T=torch::jit::SourceRange 2022-11-23T02:45:12.5120704Z ] 2022-11-23T02:45:12.5121128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.5121572Z with 2022-11-23T02:45:12.5121730Z [ 2022-11-23T02:45:12.5121966Z T=torch::jit::SourceRange 2022-11-23T02:45:12.5122153Z ] 2022-11-23T02:45:12.5122625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.5123190Z with 2022-11-23T02:45:12.5123336Z [ 2022-11-23T02:45:12.5123525Z T=torch::jit::SourceRange 2022-11-23T02:45:12.5123710Z ] 2022-11-23T02:45:12.5124200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.5124656Z with 2022-11-23T02:45:12.5124815Z [ 2022-11-23T02:45:12.5124991Z T=torch::jit::SourceRange 2022-11-23T02:45:12.5125182Z ] 2022-11-23T02:45:12.5125625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.5126339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.5127047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5127516Z with 2022-11-23T02:45:12.5127674Z [ 2022-11-23T02:45:12.5127866Z T=torch::jit::SourceRange 2022-11-23T02:45:12.5128095Z ] 2022-11-23T02:45:12.5206315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5206745Z with 2022-11-23T02:45:12.5206912Z [ 2022-11-23T02:45:12.5207142Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:12.5207347Z ] 2022-11-23T02:45:12.5207770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.5208170Z with 2022-11-23T02:45:12.5208332Z [ 2022-11-23T02:45:12.5208542Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:12.5208743Z ] 2022-11-23T02:45:12.5209359Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.5209777Z with 2022-11-23T02:45:12.5209937Z [ 2022-11-23T02:45:12.5210147Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:12.5210347Z ] 2022-11-23T02:45:12.5210844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.5211302Z with 2022-11-23T02:45:12.5211447Z [ 2022-11-23T02:45:12.5211686Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:12.5211902Z ] 2022-11-23T02:45:12.5212366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.5213083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.5213793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5214289Z with 2022-11-23T02:45:12.5214450Z [ 2022-11-23T02:45:12.5214646Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:12.5214847Z ] 2022-11-23T02:45:12.5233896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5234272Z with 2022-11-23T02:45:12.5234439Z [ 2022-11-23T02:45:12.5234641Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:12.5234825Z ] 2022-11-23T02:45:12.5235253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.5235646Z with 2022-11-23T02:45:12.5235802Z [ 2022-11-23T02:45:12.5236005Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:12.5236201Z ] 2022-11-23T02:45:12.5236654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.5237083Z with 2022-11-23T02:45:12.5237246Z [ 2022-11-23T02:45:12.5237449Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:12.5237648Z ] 2022-11-23T02:45:12.5238140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.5238591Z with 2022-11-23T02:45:12.5238737Z [ 2022-11-23T02:45:12.5238943Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:12.5239137Z ] 2022-11-23T02:45:12.5239593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.5240397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.5241108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5241515Z with 2022-11-23T02:45:12.5241667Z [ 2022-11-23T02:45:12.5241933Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:12.5242247Z ] 2022-11-23T02:45:12.5285857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5286274Z with 2022-11-23T02:45:12.5286438Z [ 2022-11-23T02:45:12.5286635Z T=torch::jit::ScopePtr 2022-11-23T02:45:12.5286819Z ] 2022-11-23T02:45:12.5287255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.5287648Z with 2022-11-23T02:45:12.5287808Z [ 2022-11-23T02:45:12.5287992Z T=torch::jit::ScopePtr 2022-11-23T02:45:12.5288161Z ] 2022-11-23T02:45:12.5288625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.5289205Z with 2022-11-23T02:45:12.5289365Z [ 2022-11-23T02:45:12.5289557Z T=torch::jit::ScopePtr 2022-11-23T02:45:12.5289743Z ] 2022-11-23T02:45:12.5290223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.5290670Z with 2022-11-23T02:45:12.5290829Z [ 2022-11-23T02:45:12.5291010Z T=torch::jit::ScopePtr 2022-11-23T02:45:12.5291190Z ] 2022-11-23T02:45:12.5291623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.5292304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.5292994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.5293394Z with 2022-11-23T02:45:12.5293555Z [ 2022-11-23T02:45:12.5293741Z T=torch::jit::ScopePtr 2022-11-23T02:45:12.5293921Z ] 2022-11-23T02:45:12.7644916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7645397Z with 2022-11-23T02:45:12.7645565Z [ 2022-11-23T02:45:12.7645765Z T=at::ThreadLocalState 2022-11-23T02:45:12.7645968Z ] 2022-11-23T02:45:12.7646440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.7646836Z with 2022-11-23T02:45:12.7646994Z [ 2022-11-23T02:45:12.7647182Z T=at::ThreadLocalState 2022-11-23T02:45:12.7647352Z ] 2022-11-23T02:45:12.7648005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.7648455Z with 2022-11-23T02:45:12.7648614Z [ 2022-11-23T02:45:12.7648803Z T=at::ThreadLocalState 2022-11-23T02:45:12.7648986Z ] 2022-11-23T02:45:12.7649471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.7649932Z with 2022-11-23T02:45:12.7650095Z [ 2022-11-23T02:45:12.7650284Z T=at::ThreadLocalState 2022-11-23T02:45:12.7650468Z ] 2022-11-23T02:45:12.7650980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.7651744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.7652454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7652935Z with 2022-11-23T02:45:12.7653096Z [ 2022-11-23T02:45:12.7653287Z T=at::ThreadLocalState 2022-11-23T02:45:12.7653474Z ] 2022-11-23T02:45:12.7821909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7822347Z with 2022-11-23T02:45:12.7822511Z [ 2022-11-23T02:45:12.7822747Z T=std::shared_ptr 2022-11-23T02:45:12.7822947Z ] 2022-11-23T02:45:12.7823376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.7823769Z with 2022-11-23T02:45:12.7823929Z [ 2022-11-23T02:45:12.7824123Z T=std::shared_ptr 2022-11-23T02:45:12.7824323Z ] 2022-11-23T02:45:12.7824784Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.7825230Z with 2022-11-23T02:45:12.7825389Z [ 2022-11-23T02:45:12.7825594Z T=std::shared_ptr 2022-11-23T02:45:12.7825783Z ] 2022-11-23T02:45:12.7826279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.7826729Z with 2022-11-23T02:45:12.7826888Z [ 2022-11-23T02:45:12.7827093Z T=std::shared_ptr 2022-11-23T02:45:12.7827348Z ] 2022-11-23T02:45:12.7827792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:12.7828549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:12.7829434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:45:12.7830170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7830579Z with 2022-11-23T02:45:12.7830743Z [ 2022-11-23T02:45:12.7830956Z T=std::shared_ptr 2022-11-23T02:45:12.7831155Z ] 2022-11-23T02:45:12.7852979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7853351Z with 2022-11-23T02:45:12.7853513Z [ 2022-11-23T02:45:12.7853712Z T=torch::jit::GraphExecutor 2022-11-23T02:45:12.7853906Z ] 2022-11-23T02:45:12.7854328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.7854712Z with 2022-11-23T02:45:12.7854860Z [ 2022-11-23T02:45:12.7855050Z T=torch::jit::GraphExecutor 2022-11-23T02:45:12.7855354Z ] 2022-11-23T02:45:12.7855821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.7856248Z with 2022-11-23T02:45:12.7856411Z [ 2022-11-23T02:45:12.7856591Z T=torch::jit::GraphExecutor 2022-11-23T02:45:12.7856778Z ] 2022-11-23T02:45:12.7857271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.7857726Z with 2022-11-23T02:45:12.7857945Z [ 2022-11-23T02:45:12.7858136Z T=torch::jit::GraphExecutor 2022-11-23T02:45:12.7858312Z ] 2022-11-23T02:45:12.7858790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.7859494Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.7860197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:45:12.7860912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7861325Z with 2022-11-23T02:45:12.7861573Z [ 2022-11-23T02:45:12.7861771Z T=torch::jit::GraphExecutor 2022-11-23T02:45:12.7861950Z ] 2022-11-23T02:45:12.7972194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7972620Z with 2022-11-23T02:45:12.7972789Z [ 2022-11-23T02:45:12.7972993Z T=torch::jit::Method 2022-11-23T02:45:12.7973173Z ] 2022-11-23T02:45:12.7973745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.7974140Z with 2022-11-23T02:45:12.7974302Z [ 2022-11-23T02:45:12.7974483Z T=torch::jit::Method 2022-11-23T02:45:12.7974661Z ] 2022-11-23T02:45:12.7975122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.7975566Z with 2022-11-23T02:45:12.7975713Z [ 2022-11-23T02:45:12.7975894Z T=torch::jit::Method 2022-11-23T02:45:12.7976074Z ] 2022-11-23T02:45:12.7976570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.7977023Z with 2022-11-23T02:45:12.7977179Z [ 2022-11-23T02:45:12.7977348Z T=torch::jit::Method 2022-11-23T02:45:12.7977530Z ] 2022-11-23T02:45:12.7977964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:12.7978717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:12.7979410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.7979818Z with 2022-11-23T02:45:12.7979977Z [ 2022-11-23T02:45:12.7980147Z T=torch::jit::Method 2022-11-23T02:45:12.7980326Z ] 2022-11-23T02:45:12.8789251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:12.8789703Z with 2022-11-23T02:45:12.8789871Z [ 2022-11-23T02:45:12.8790138Z T=std::vector> 2022-11-23T02:45:12.8790350Z ] 2022-11-23T02:45:12.8790777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:12.8791172Z with 2022-11-23T02:45:12.8791334Z [ 2022-11-23T02:45:12.8791570Z T=std::vector> 2022-11-23T02:45:12.8791787Z ] 2022-11-23T02:45:12.8792239Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:12.8792738Z with 2022-11-23T02:45:12.8792895Z [ 2022-11-23T02:45:12.8793124Z T=std::vector> 2022-11-23T02:45:12.8793397Z ] 2022-11-23T02:45:12.8793895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:12.8794345Z with 2022-11-23T02:45:12.8794493Z [ 2022-11-23T02:45:12.8794722Z T=std::vector> 2022-11-23T02:45:12.8795117Z ] 2022-11-23T02:45:12.8795590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:12.8796334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:12.8797067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:12.8797475Z with 2022-11-23T02:45:12.8797626Z [ 2022-11-23T02:45:12.8797860Z T=std::vector> 2022-11-23T02:45:12.8798084Z ] 2022-11-23T02:45:13.0195537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:13.0195964Z with 2022-11-23T02:45:13.0196133Z [ 2022-11-23T02:45:13.0196475Z T=std::function 2022-11-23T02:45:13.0196708Z ] 2022-11-23T02:45:13.0197391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:13.0197787Z with 2022-11-23T02:45:13.0197949Z [ 2022-11-23T02:45:13.0198211Z T=std::function 2022-11-23T02:45:13.0198459Z ] 2022-11-23T02:45:13.0198917Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:13.0199360Z with 2022-11-23T02:45:13.0199519Z [ 2022-11-23T02:45:13.0199781Z T=std::function 2022-11-23T02:45:13.0200025Z ] 2022-11-23T02:45:13.0200523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:13.0200977Z with 2022-11-23T02:45:13.0201121Z [ 2022-11-23T02:45:13.0201379Z T=std::function 2022-11-23T02:45:13.0201627Z ] 2022-11-23T02:45:13.0202123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:13.0203050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:13.0203814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:13.0204221Z with 2022-11-23T02:45:13.0204381Z [ 2022-11-23T02:45:13.0204631Z T=std::function 2022-11-23T02:45:13.0204874Z ] 2022-11-23T02:45:13.2649015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:13.2649464Z with 2022-11-23T02:45:13.2649631Z [ 2022-11-23T02:45:13.2649928Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:13.2650203Z ] 2022-11-23T02:45:13.2650641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:13.2651042Z with 2022-11-23T02:45:13.2651205Z [ 2022-11-23T02:45:13.2651495Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:13.2651755Z ] 2022-11-23T02:45:13.2652223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:13.2652733Z with 2022-11-23T02:45:13.2652892Z [ 2022-11-23T02:45:13.2653231Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:13.2653499Z ] 2022-11-23T02:45:13.2653999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:13.2654527Z with 2022-11-23T02:45:13.2654687Z [ 2022-11-23T02:45:13.2654974Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:13.2655244Z ] 2022-11-23T02:45:13.2655766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:13.2656642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:13.2657439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:13.2657840Z with 2022-11-23T02:45:13.2657992Z [ 2022-11-23T02:45:13.2658277Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:13.2658551Z ] 2022-11-23T02:45:13.4130564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:13.4131015Z with 2022-11-23T02:45:13.4131185Z [ 2022-11-23T02:45:13.4131418Z T=std::vector> 2022-11-23T02:45:13.4131622Z ] 2022-11-23T02:45:13.4132055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:13.4132453Z with 2022-11-23T02:45:13.4132616Z [ 2022-11-23T02:45:13.4132839Z T=std::vector> 2022-11-23T02:45:13.4133054Z ] 2022-11-23T02:45:13.4133690Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:13.4134200Z with 2022-11-23T02:45:13.4134361Z [ 2022-11-23T02:45:13.4134583Z T=std::vector> 2022-11-23T02:45:13.4134848Z ] 2022-11-23T02:45:13.4135356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:13.4135812Z with 2022-11-23T02:45:13.4135960Z [ 2022-11-23T02:45:13.4136183Z T=std::vector> 2022-11-23T02:45:13.4136392Z ] 2022-11-23T02:45:13.4136846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:13.4137263Z with 2022-11-23T02:45:13.4137410Z [ 2022-11-23T02:45:13.4137576Z T=double 2022-11-23T02:45:13.4137742Z ] 2022-11-23T02:45:13.4138228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:13.4138676Z with 2022-11-23T02:45:13.4138921Z [ 2022-11-23T02:45:13.4139073Z T=double 2022-11-23T02:45:13.4139240Z ] 2022-11-23T02:45:13.4139688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:13.4140153Z with 2022-11-23T02:45:13.4140311Z [ 2022-11-23T02:45:13.4140536Z T=std::vector> 2022-11-23T02:45:13.4140733Z ] 2022-11-23T02:45:14.0007501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:14.0008033Z with 2022-11-23T02:45:14.0008189Z [ 2022-11-23T02:45:14.0008449Z T=std::tuple 2022-11-23T02:45:14.0008671Z ] 2022-11-23T02:45:14.0009120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:14.0009515Z with 2022-11-23T02:45:14.0009680Z [ 2022-11-23T02:45:14.0009875Z T=std::tuple 2022-11-23T02:45:14.0010121Z ] 2022-11-23T02:45:14.0010600Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:14.0011098Z with 2022-11-23T02:45:14.0011260Z [ 2022-11-23T02:45:14.0011479Z T=std::tuple 2022-11-23T02:45:14.0011663Z ] 2022-11-23T02:45:14.0012157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:14.0012607Z with 2022-11-23T02:45:14.0012766Z [ 2022-11-23T02:45:14.0012969Z T=std::tuple 2022-11-23T02:45:14.0013168Z ] 2022-11-23T02:45:14.0013797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:14.0014548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:14.0015283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:14.0015701Z with 2022-11-23T02:45:14.0015866Z [ 2022-11-23T02:45:14.0016074Z T=std::tuple 2022-11-23T02:45:14.0016329Z ] 2022-11-23T02:45:14.1418725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:14.1419164Z with 2022-11-23T02:45:14.1419337Z [ 2022-11-23T02:45:14.1419591Z T=std::vector> 2022-11-23T02:45:14.1419814Z ] 2022-11-23T02:45:14.1420305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:14.1420703Z with 2022-11-23T02:45:14.1420854Z [ 2022-11-23T02:45:14.1421297Z T=std::vector> 2022-11-23T02:45:14.1421601Z ] 2022-11-23T02:45:14.1422073Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:14.1422519Z with 2022-11-23T02:45:14.1422685Z [ 2022-11-23T02:45:14.1422910Z T=std::vector> 2022-11-23T02:45:14.1423132Z ] 2022-11-23T02:45:14.1423632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:14.1424080Z with 2022-11-23T02:45:14.1424243Z [ 2022-11-23T02:45:14.1424471Z T=std::vector> 2022-11-23T02:45:14.1424700Z ] 2022-11-23T02:45:14.1425159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:14.1425931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:14.1426734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:14.1427203Z with 2022-11-23T02:45:14.1427365Z [ 2022-11-23T02:45:14.1427597Z T=std::vector> 2022-11-23T02:45:14.1427818Z ] 2022-11-23T02:45:19.7497638Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T02:45:19.9527957Z Creating library build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T02:45:20.0459023Z Generating code 2022-11-23T02:45:21.9154301Z Finished generating code 2022-11-23T02:45:22.1169614Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T02:45:22.1177781Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:45:22.1293124Z rng_extension.cpp 2022-11-23T02:45:22.1497484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:45:22.9351640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:22.9352142Z with 2022-11-23T02:45:22.9352321Z [ 2022-11-23T02:45:22.9352505Z T=c10::SymInt 2022-11-23T02:45:22.9352706Z ] 2022-11-23T02:45:22.9353207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:22.9353619Z with 2022-11-23T02:45:22.9353808Z [ 2022-11-23T02:45:22.9353995Z T=c10::SymInt 2022-11-23T02:45:22.9354157Z ] 2022-11-23T02:45:22.9354638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:22.9355097Z with 2022-11-23T02:45:22.9355268Z [ 2022-11-23T02:45:22.9355449Z T=c10::SymInt 2022-11-23T02:45:22.9355631Z ] 2022-11-23T02:45:22.9356304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:22.9356768Z with 2022-11-23T02:45:22.9356951Z [ 2022-11-23T02:45:22.9357139Z T=c10::SymInt 2022-11-23T02:45:22.9357377Z ] 2022-11-23T02:45:22.9357815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:22.9358552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:22.9359237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:22.9359642Z with 2022-11-23T02:45:22.9359815Z [ 2022-11-23T02:45:22.9360003Z T=c10::SymInt 2022-11-23T02:45:22.9360188Z ] 2022-11-23T02:45:22.9734257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:45:22.9958264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:22.9958943Z with 2022-11-23T02:45:22.9959106Z [ 2022-11-23T02:45:22.9959374Z T=at::Generator 2022-11-23T02:45:22.9959564Z ] 2022-11-23T02:45:22.9960012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:22.9960418Z with 2022-11-23T02:45:22.9960599Z [ 2022-11-23T02:45:22.9960775Z T=at::Generator 2022-11-23T02:45:22.9960964Z ] 2022-11-23T02:45:22.9961440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:22.9961888Z with 2022-11-23T02:45:22.9962058Z [ 2022-11-23T02:45:22.9962228Z T=at::Generator 2022-11-23T02:45:22.9962416Z ] 2022-11-23T02:45:22.9962922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:22.9963390Z with 2022-11-23T02:45:22.9963564Z [ 2022-11-23T02:45:22.9963754Z T=at::Generator 2022-11-23T02:45:22.9963920Z ] 2022-11-23T02:45:22.9964364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:22.9965102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:22.9965843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:22.9966265Z with 2022-11-23T02:45:22.9966441Z [ 2022-11-23T02:45:22.9966631Z T=at::Generator 2022-11-23T02:45:22.9966801Z ] 2022-11-23T02:45:23.0289915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.0290408Z with 2022-11-23T02:45:23.0290587Z [ 2022-11-23T02:45:23.0290805Z T=at::TensorBase 2022-11-23T02:45:23.0291001Z ] 2022-11-23T02:45:23.0291447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.0291834Z with 2022-11-23T02:45:23.0292022Z [ 2022-11-23T02:45:23.0292215Z T=at::TensorBase 2022-11-23T02:45:23.0292401Z ] 2022-11-23T02:45:23.0292876Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.0293324Z with 2022-11-23T02:45:23.0293477Z [ 2022-11-23T02:45:23.0293666Z T=at::TensorBase 2022-11-23T02:45:23.0293852Z ] 2022-11-23T02:45:23.0294351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.0294874Z with 2022-11-23T02:45:23.0295046Z [ 2022-11-23T02:45:23.0295216Z T=at::TensorBase 2022-11-23T02:45:23.0295494Z ] 2022-11-23T02:45:23.0295999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.0296732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.0297423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.0297845Z with 2022-11-23T02:45:23.0298019Z [ 2022-11-23T02:45:23.0298190Z T=at::TensorBase 2022-11-23T02:45:23.0298379Z ] 2022-11-23T02:45:23.2854546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.2855011Z with 2022-11-23T02:45:23.2855197Z [ 2022-11-23T02:45:23.2855463Z T=at::Tensor 2022-11-23T02:45:23.2855633Z ] 2022-11-23T02:45:23.2856134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.2856549Z with 2022-11-23T02:45:23.2856726Z [ 2022-11-23T02:45:23.2856916Z T=at::Tensor 2022-11-23T02:45:23.2857099Z ] 2022-11-23T02:45:23.2857558Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.2858014Z with 2022-11-23T02:45:23.2858190Z [ 2022-11-23T02:45:23.2858373Z T=at::Tensor 2022-11-23T02:45:23.2858555Z ] 2022-11-23T02:45:23.2859056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.2859504Z with 2022-11-23T02:45:23.2859673Z [ 2022-11-23T02:45:23.2860037Z T=at::Tensor 2022-11-23T02:45:23.2860227Z ] 2022-11-23T02:45:23.2860664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.2861396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.2862223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.2862641Z with 2022-11-23T02:45:23.2886624Z [ 2022-11-23T02:45:23.2886992Z T=at::Tensor 2022-11-23T02:45:23.2887166Z ] 2022-11-23T02:45:23.2893172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.2893620Z with 2022-11-23T02:45:23.2893786Z [ 2022-11-23T02:45:23.2893983Z T=c10::Scalar 2022-11-23T02:45:23.2894158Z ] 2022-11-23T02:45:23.2894582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.2895153Z with 2022-11-23T02:45:23.2895318Z [ 2022-11-23T02:45:23.2895495Z T=c10::Scalar 2022-11-23T02:45:23.2895670Z ] 2022-11-23T02:45:23.2896139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.2896565Z with 2022-11-23T02:45:23.2896726Z [ 2022-11-23T02:45:23.2896902Z T=c10::Scalar 2022-11-23T02:45:23.2897076Z ] 2022-11-23T02:45:23.2897632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.2898140Z with 2022-11-23T02:45:23.2898292Z [ 2022-11-23T02:45:23.2898466Z T=c10::Scalar 2022-11-23T02:45:23.2898639Z ] 2022-11-23T02:45:23.2899074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.2899746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.2900423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.2900832Z with 2022-11-23T02:45:23.2900984Z [ 2022-11-23T02:45:23.2901159Z T=c10::Scalar 2022-11-23T02:45:23.2901328Z ] 2022-11-23T02:45:23.4472924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.4473462Z with 2022-11-23T02:45:23.4473632Z [ 2022-11-23T02:45:23.4473816Z T=std::string 2022-11-23T02:45:23.4474018Z ] 2022-11-23T02:45:23.4474633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.4475039Z with 2022-11-23T02:45:23.4475208Z [ 2022-11-23T02:45:23.4475387Z T=std::string 2022-11-23T02:45:23.4475561Z ] 2022-11-23T02:45:23.4476043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.4476490Z with 2022-11-23T02:45:23.4476640Z [ 2022-11-23T02:45:23.4476813Z T=std::string 2022-11-23T02:45:23.4476988Z ] 2022-11-23T02:45:23.4477478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.4477937Z with 2022-11-23T02:45:23.4478091Z [ 2022-11-23T02:45:23.4478267Z T=std::string 2022-11-23T02:45:23.4478443Z ] 2022-11-23T02:45:23.4478945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.4479668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.4480441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.4480852Z with 2022-11-23T02:45:23.4481020Z [ 2022-11-23T02:45:23.4481182Z T=std::string 2022-11-23T02:45:23.4481353Z ] 2022-11-23T02:45:23.4603638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.4604040Z with 2022-11-23T02:45:23.4604263Z [ 2022-11-23T02:45:23.4604505Z T=c10::QualifiedName 2022-11-23T02:45:23.4604679Z ] 2022-11-23T02:45:23.4605160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.4605557Z with 2022-11-23T02:45:23.4605718Z [ 2022-11-23T02:45:23.4605906Z T=c10::QualifiedName 2022-11-23T02:45:23.4606073Z ] 2022-11-23T02:45:23.4606545Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.4606977Z with 2022-11-23T02:45:23.4607139Z [ 2022-11-23T02:45:23.4607323Z T=c10::QualifiedName 2022-11-23T02:45:23.4607511Z ] 2022-11-23T02:45:23.4607987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.4608440Z with 2022-11-23T02:45:23.4608604Z [ 2022-11-23T02:45:23.4608786Z T=c10::QualifiedName 2022-11-23T02:45:23.4608971Z ] 2022-11-23T02:45:23.4609415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.4610915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.4611635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.4612038Z with 2022-11-23T02:45:23.4612204Z [ 2022-11-23T02:45:23.4612399Z T=c10::QualifiedName 2022-11-23T02:45:23.4612584Z ] 2022-11-23T02:45:23.5124655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5125081Z with 2022-11-23T02:45:23.5125237Z [ 2022-11-23T02:45:23.5125475Z T=std::shared_ptr 2022-11-23T02:45:23.5125726Z ] 2022-11-23T02:45:23.5126162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.5126563Z with 2022-11-23T02:45:23.5126731Z [ 2022-11-23T02:45:23.5126951Z T=std::shared_ptr 2022-11-23T02:45:23.5127170Z ] 2022-11-23T02:45:23.5127701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.5128375Z with 2022-11-23T02:45:23.5128540Z [ 2022-11-23T02:45:23.5128773Z T=std::shared_ptr 2022-11-23T02:45:23.5128975Z ] 2022-11-23T02:45:23.5129482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.5129941Z with 2022-11-23T02:45:23.5130107Z [ 2022-11-23T02:45:23.5130337Z T=std::shared_ptr 2022-11-23T02:45:23.5130552Z ] 2022-11-23T02:45:23.5131016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:23.5131761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:23.5132476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5132889Z with 2022-11-23T02:45:23.5133053Z [ 2022-11-23T02:45:23.5133282Z T=std::shared_ptr 2022-11-23T02:45:23.5133526Z ] 2022-11-23T02:45:23.5151855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5152334Z with 2022-11-23T02:45:23.5152686Z [ 2022-11-23T02:45:23.5152966Z T=std::weak_ptr 2022-11-23T02:45:23.5153258Z ] 2022-11-23T02:45:23.5153700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.5154251Z with 2022-11-23T02:45:23.5154421Z [ 2022-11-23T02:45:23.5154637Z T=std::weak_ptr 2022-11-23T02:45:23.5154851Z ] 2022-11-23T02:45:23.5155326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.5155776Z with 2022-11-23T02:45:23.5155939Z [ 2022-11-23T02:45:23.5156165Z T=std::weak_ptr 2022-11-23T02:45:23.5156364Z ] 2022-11-23T02:45:23.5156857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.5157351Z with 2022-11-23T02:45:23.5157576Z [ 2022-11-23T02:45:23.5157805Z T=std::weak_ptr 2022-11-23T02:45:23.5158019Z ] 2022-11-23T02:45:23.5158539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:23.5159270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:23.5160060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5160468Z with 2022-11-23T02:45:23.5160630Z [ 2022-11-23T02:45:23.5160857Z T=std::weak_ptr 2022-11-23T02:45:23.5161071Z ] 2022-11-23T02:45:23.5734566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5734961Z with 2022-11-23T02:45:23.5735125Z [ 2022-11-23T02:45:23.5735388Z T=std::vector> 2022-11-23T02:45:23.5735656Z ] 2022-11-23T02:45:23.5736088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.5736480Z with 2022-11-23T02:45:23.5736629Z [ 2022-11-23T02:45:23.5736885Z T=std::vector> 2022-11-23T02:45:23.5737121Z ] 2022-11-23T02:45:23.5737591Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.5738087Z with 2022-11-23T02:45:23.5738242Z [ 2022-11-23T02:45:23.5738552Z T=std::vector> 2022-11-23T02:45:23.5738787Z ] 2022-11-23T02:45:23.5739287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.5739741Z with 2022-11-23T02:45:23.5739899Z [ 2022-11-23T02:45:23.5740146Z T=std::vector> 2022-11-23T02:45:23.5740368Z ] 2022-11-23T02:45:23.5741006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:23.5741844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:23.5742576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5742979Z with 2022-11-23T02:45:23.5743141Z [ 2022-11-23T02:45:23.5743391Z T=std::vector> 2022-11-23T02:45:23.5743627Z ] 2022-11-23T02:45:23.5856510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5856956Z with 2022-11-23T02:45:23.5857124Z [ 2022-11-23T02:45:23.5857360Z T=std::vector> 2022-11-23T02:45:23.5857564Z ] 2022-11-23T02:45:23.5857989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.5858530Z with 2022-11-23T02:45:23.5858692Z [ 2022-11-23T02:45:23.5858913Z T=std::vector> 2022-11-23T02:45:23.5859117Z ] 2022-11-23T02:45:23.5859586Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.5860016Z with 2022-11-23T02:45:23.5860162Z [ 2022-11-23T02:45:23.5860375Z T=std::vector> 2022-11-23T02:45:23.5860575Z ] 2022-11-23T02:45:23.5861075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.5861533Z with 2022-11-23T02:45:23.5861767Z [ 2022-11-23T02:45:23.5861971Z T=std::vector> 2022-11-23T02:45:23.5862171Z ] 2022-11-23T02:45:23.5862633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:23.5863348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:23.5864040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5864446Z with 2022-11-23T02:45:23.5864605Z [ 2022-11-23T02:45:23.5864819Z T=std::vector> 2022-11-23T02:45:23.5865010Z ] 2022-11-23T02:45:23.5947607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5948000Z with 2022-11-23T02:45:23.5948161Z [ 2022-11-23T02:45:23.5948537Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5948786Z ] 2022-11-23T02:45:23.5949200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.5949588Z with 2022-11-23T02:45:23.5949748Z [ 2022-11-23T02:45:23.5950020Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5950272Z ] 2022-11-23T02:45:23.5950737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.5951163Z with 2022-11-23T02:45:23.5951311Z [ 2022-11-23T02:45:23.5951572Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5951813Z ] 2022-11-23T02:45:23.5952305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.5952753Z with 2022-11-23T02:45:23.5952909Z [ 2022-11-23T02:45:23.5953228Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5953459Z ] 2022-11-23T02:45:23.5953956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:45:23.5954748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:45:23.5955462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:45:23.5956132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5956543Z with 2022-11-23T02:45:23.5956703Z [ 2022-11-23T02:45:23.5956970Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5957201Z ] 2022-11-23T02:45:23.5980453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5980834Z with 2022-11-23T02:45:23.5981003Z [ 2022-11-23T02:45:23.5981261Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5981498Z ] 2022-11-23T02:45:23.5981989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.5982363Z with 2022-11-23T02:45:23.5982521Z [ 2022-11-23T02:45:23.5982775Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5983016Z ] 2022-11-23T02:45:23.5983564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.5983984Z with 2022-11-23T02:45:23.5984143Z [ 2022-11-23T02:45:23.5984383Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5984618Z ] 2022-11-23T02:45:23.5985104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.5985563Z with 2022-11-23T02:45:23.5985722Z [ 2022-11-23T02:45:23.5985974Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5986199Z ] 2022-11-23T02:45:23.5986685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:45:23.5987452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:45:23.5988153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:45:23.5988874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.5989275Z with 2022-11-23T02:45:23.5989435Z [ 2022-11-23T02:45:23.5989687Z T=std::vector,std::allocator>> 2022-11-23T02:45:23.5989910Z ] 2022-11-23T02:45:23.6095819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.6096223Z with 2022-11-23T02:45:23.6096395Z [ 2022-11-23T02:45:23.6096622Z T=std::vector> 2022-11-23T02:45:23.6096840Z ] 2022-11-23T02:45:23.6097323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.6097707Z with 2022-11-23T02:45:23.6097918Z [ 2022-11-23T02:45:23.6098142Z T=std::vector> 2022-11-23T02:45:23.6098351Z ] 2022-11-23T02:45:23.6098856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.6099286Z with 2022-11-23T02:45:23.6099433Z [ 2022-11-23T02:45:23.6099651Z T=std::vector> 2022-11-23T02:45:23.6099858Z ] 2022-11-23T02:45:23.6100345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.6100798Z with 2022-11-23T02:45:23.6100953Z [ 2022-11-23T02:45:23.6101158Z T=std::vector> 2022-11-23T02:45:23.6101365Z ] 2022-11-23T02:45:23.6102026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:23.6102787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:23.6103546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.6104009Z with 2022-11-23T02:45:23.6104170Z [ 2022-11-23T02:45:23.6104390Z T=std::vector> 2022-11-23T02:45:23.6104581Z ] 2022-11-23T02:45:23.7206886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7207304Z with 2022-11-23T02:45:23.7207475Z [ 2022-11-23T02:45:23.7207737Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:23.7207986Z ] 2022-11-23T02:45:23.7208419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.7208974Z with 2022-11-23T02:45:23.7209139Z [ 2022-11-23T02:45:23.7209444Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:23.7209682Z ] 2022-11-23T02:45:23.7210203Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.7210637Z with 2022-11-23T02:45:23.7210784Z [ 2022-11-23T02:45:23.7211032Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:23.7211267Z ] 2022-11-23T02:45:23.7211764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.7212221Z with 2022-11-23T02:45:23.7212379Z [ 2022-11-23T02:45:23.7212613Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:23.7212844Z ] 2022-11-23T02:45:23.7213325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:23.7214107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:23.7214891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:45:23.7215714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7216172Z with 2022-11-23T02:45:23.7216334Z [ 2022-11-23T02:45:23.7216582Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:45:23.7216896Z ] 2022-11-23T02:45:23.7440539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7441155Z with 2022-11-23T02:45:23.7441416Z [ 2022-11-23T02:45:23.7441845Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:23.7442231Z ] 2022-11-23T02:45:23.7442860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.7443535Z with 2022-11-23T02:45:23.7443798Z [ 2022-11-23T02:45:23.7444212Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:23.7444555Z ] 2022-11-23T02:45:23.7445270Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.7445887Z with 2022-11-23T02:45:23.7446123Z [ 2022-11-23T02:45:23.7446477Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:23.7446809Z ] 2022-11-23T02:45:23.7447332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.7448027Z with 2022-11-23T02:45:23.7448240Z [ 2022-11-23T02:45:23.7448518Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:23.7448756Z ] 2022-11-23T02:45:23.7449250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:23.7450100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:23.7450949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:45:23.7451688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7452098Z with 2022-11-23T02:45:23.7452260Z [ 2022-11-23T02:45:23.7452507Z T=c10::impl::InlineStreamGuard 2022-11-23T02:45:23.7452728Z ] 2022-11-23T02:45:23.7493242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7494023Z with 2022-11-23T02:45:23.7494566Z [ 2022-11-23T02:45:23.7494772Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:23.7495070Z ] 2022-11-23T02:45:23.7495503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.7495879Z with 2022-11-23T02:45:23.7496041Z [ 2022-11-23T02:45:23.7496238Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:23.7496434Z ] 2022-11-23T02:45:23.7497035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.7497466Z with 2022-11-23T02:45:23.7497613Z [ 2022-11-23T02:45:23.7497815Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:23.7498011Z ] 2022-11-23T02:45:23.7498499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.7498951Z with 2022-11-23T02:45:23.7499110Z [ 2022-11-23T02:45:23.7499353Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:23.7499547Z ] 2022-11-23T02:45:23.7500089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.7501142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.7501823Z with 2022-11-23T02:45:23.7502063Z [ 2022-11-23T02:45:23.7502385Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:23.7502820Z ] 2022-11-23T02:45:23.7503511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:45:23.7504579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7505179Z with 2022-11-23T02:45:23.7505500Z [ 2022-11-23T02:45:23.7505757Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:45:23.7506015Z ] 2022-11-23T02:45:23.7898481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7898913Z with 2022-11-23T02:45:23.7899095Z [ 2022-11-23T02:45:23.7899404Z T=std::vector> 2022-11-23T02:45:23.7899670Z ] 2022-11-23T02:45:23.7900101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.7900478Z with 2022-11-23T02:45:23.7900639Z [ 2022-11-23T02:45:23.7900984Z T=std::vector> 2022-11-23T02:45:23.7901249Z ] 2022-11-23T02:45:23.7901826Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.7902263Z with 2022-11-23T02:45:23.7902415Z [ 2022-11-23T02:45:23.7902703Z T=std::vector> 2022-11-23T02:45:23.7902963Z ] 2022-11-23T02:45:23.7903462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.7904067Z with 2022-11-23T02:45:23.7904231Z [ 2022-11-23T02:45:23.7904518Z T=std::vector> 2022-11-23T02:45:23.7904768Z ] 2022-11-23T02:45:23.7905293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:23.7906129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:23.7906932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.7907347Z with 2022-11-23T02:45:23.7907538Z [ 2022-11-23T02:45:23.7907848Z T=std::vector> 2022-11-23T02:45:23.7908111Z ] 2022-11-23T02:45:23.9086642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.9087259Z with 2022-11-23T02:45:23.9087428Z [ 2022-11-23T02:45:23.9087631Z T=torch::autograd::ViewInfo 2022-11-23T02:45:23.9087825Z ] 2022-11-23T02:45:23.9088322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.9088721Z with 2022-11-23T02:45:23.9088946Z [ 2022-11-23T02:45:23.9089137Z T=torch::autograd::ViewInfo 2022-11-23T02:45:23.9089323Z ] 2022-11-23T02:45:23.9089774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.9090208Z with 2022-11-23T02:45:23.9090367Z [ 2022-11-23T02:45:23.9090559Z T=torch::autograd::ViewInfo 2022-11-23T02:45:23.9090746Z ] 2022-11-23T02:45:23.9091236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.9091677Z with 2022-11-23T02:45:23.9091843Z [ 2022-11-23T02:45:23.9092036Z T=torch::autograd::ViewInfo 2022-11-23T02:45:23.9092230Z ] 2022-11-23T02:45:23.9092674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.9093383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.9094091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.9094548Z with 2022-11-23T02:45:23.9094702Z [ 2022-11-23T02:45:23.9094944Z T=torch::autograd::ViewInfo 2022-11-23T02:45:23.9095132Z ] 2022-11-23T02:45:23.9409591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.9410017Z with 2022-11-23T02:45:23.9410185Z [ 2022-11-23T02:45:23.9410371Z T=c10::IValue 2022-11-23T02:45:23.9410545Z ] 2022-11-23T02:45:23.9410976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.9411371Z with 2022-11-23T02:45:23.9411530Z [ 2022-11-23T02:45:23.9411703Z T=c10::IValue 2022-11-23T02:45:23.9411862Z ] 2022-11-23T02:45:23.9412325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.9412757Z with 2022-11-23T02:45:23.9412916Z [ 2022-11-23T02:45:23.9413086Z T=c10::IValue 2022-11-23T02:45:23.9413241Z ] 2022-11-23T02:45:23.9413727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.9414253Z with 2022-11-23T02:45:23.9414412Z [ 2022-11-23T02:45:23.9414584Z T=c10::IValue 2022-11-23T02:45:23.9414754Z ] 2022-11-23T02:45:23.9415175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.9415834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.9416519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.9416926Z with 2022-11-23T02:45:23.9417086Z [ 2022-11-23T02:45:23.9417255Z T=c10::IValue 2022-11-23T02:45:23.9417429Z ] 2022-11-23T02:45:23.9451573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:23.9451983Z with 2022-11-23T02:45:23.9452153Z [ 2022-11-23T02:45:23.9452330Z T=c10::AliasInfo 2022-11-23T02:45:23.9452504Z ] 2022-11-23T02:45:23.9452929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:23.9453314Z with 2022-11-23T02:45:23.9453463Z [ 2022-11-23T02:45:23.9453639Z T=c10::AliasInfo 2022-11-23T02:45:23.9453808Z ] 2022-11-23T02:45:23.9454270Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:23.9454695Z with 2022-11-23T02:45:23.9454850Z [ 2022-11-23T02:45:23.9455011Z T=c10::AliasInfo 2022-11-23T02:45:23.9455182Z ] 2022-11-23T02:45:23.9455760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:23.9456212Z with 2022-11-23T02:45:23.9456372Z [ 2022-11-23T02:45:23.9456550Z T=c10::AliasInfo 2022-11-23T02:45:23.9456713Z ] 2022-11-23T02:45:23.9457181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:23.9457867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:23.9458547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:23.9458957Z with 2022-11-23T02:45:23.9459118Z [ 2022-11-23T02:45:23.9459295Z T=c10::AliasInfo 2022-11-23T02:45:23.9459455Z ] 2022-11-23T02:45:24.0482602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:24.0483027Z with 2022-11-23T02:45:24.0483192Z [ 2022-11-23T02:45:24.0483478Z T=std::vector> 2022-11-23T02:45:24.0483895Z ] 2022-11-23T02:45:24.0484318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:24.0484713Z with 2022-11-23T02:45:24.0484878Z [ 2022-11-23T02:45:24.0485108Z T=std::vector> 2022-11-23T02:45:24.0485322Z ] 2022-11-23T02:45:24.0485801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:24.0486243Z with 2022-11-23T02:45:24.0486456Z [ 2022-11-23T02:45:24.0486686Z T=std::vector> 2022-11-23T02:45:24.0486907Z ] 2022-11-23T02:45:24.0487450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:24.0487901Z with 2022-11-23T02:45:24.0488059Z [ 2022-11-23T02:45:24.0488274Z T=std::vector> 2022-11-23T02:45:24.0488496Z ] 2022-11-23T02:45:24.0488953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:24.0489363Z with 2022-11-23T02:45:24.0489518Z [ 2022-11-23T02:45:24.0489688Z T=c10::SymInt 2022-11-23T02:45:24.0489845Z ] 2022-11-23T02:45:24.0490281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:24.0490693Z with 2022-11-23T02:45:24.0490851Z [ 2022-11-23T02:45:24.0491017Z T=c10::SymInt 2022-11-23T02:45:24.0491174Z ] 2022-11-23T02:45:24.0491647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:45:24.0492587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:45:24.0493420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:24.0493834Z with 2022-11-23T02:45:24.0493993Z [ 2022-11-23T02:45:24.0494222Z T=std::vector> 2022-11-23T02:45:24.0494437Z ] 2022-11-23T02:45:24.0681938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:24.0682361Z with 2022-11-23T02:45:24.0682546Z [ 2022-11-23T02:45:24.0682790Z T=c10::either 2022-11-23T02:45:24.0683018Z ] 2022-11-23T02:45:24.0683450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:24.0683844Z with 2022-11-23T02:45:24.0683992Z [ 2022-11-23T02:45:24.0685003Z T=c10::either 2022-11-23T02:45:24.0685227Z ] 2022-11-23T02:45:24.0685697Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:24.0686222Z with 2022-11-23T02:45:24.0686382Z [ 2022-11-23T02:45:24.0686659Z T=c10::either 2022-11-23T02:45:24.0686880Z ] 2022-11-23T02:45:24.0687372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:24.0687824Z with 2022-11-23T02:45:24.0687982Z [ 2022-11-23T02:45:24.0688215Z T=c10::either 2022-11-23T02:45:24.0688425Z ] 2022-11-23T02:45:24.0688910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:24.0689686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:24.0690427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:24.0690832Z with 2022-11-23T02:45:24.0690992Z [ 2022-11-23T02:45:24.0691223Z T=c10::either 2022-11-23T02:45:24.0691444Z ] 2022-11-23T02:45:25.7383289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:25.7383706Z with 2022-11-23T02:45:25.7383875Z [ 2022-11-23T02:45:25.7384084Z T=at::StepCallbacks 2022-11-23T02:45:25.7384265Z ] 2022-11-23T02:45:25.7384895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:25.7385359Z with 2022-11-23T02:45:25.7385507Z [ 2022-11-23T02:45:25.7385694Z T=at::StepCallbacks 2022-11-23T02:45:25.7385878Z ] 2022-11-23T02:45:25.7386396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:25.7386852Z with 2022-11-23T02:45:25.7387009Z [ 2022-11-23T02:45:25.7387183Z T=at::StepCallbacks 2022-11-23T02:45:25.7387360Z ] 2022-11-23T02:45:25.7387867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:25.7388314Z with 2022-11-23T02:45:25.7388474Z [ 2022-11-23T02:45:25.7388656Z T=at::StepCallbacks 2022-11-23T02:45:25.7388822Z ] 2022-11-23T02:45:25.7389262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:25.7390032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:25.7390731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:25.7391145Z with 2022-11-23T02:45:25.7391310Z [ 2022-11-23T02:45:25.7391493Z T=at::StepCallbacks 2022-11-23T02:45:25.7391717Z ] 2022-11-23T02:45:25.8138605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:25.8139049Z with 2022-11-23T02:45:25.8139222Z [ 2022-11-23T02:45:25.8139466Z T=c10::DimVector 2022-11-23T02:45:25.8139745Z ] 2022-11-23T02:45:25.8140182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:25.8140562Z with 2022-11-23T02:45:25.8140725Z [ 2022-11-23T02:45:25.8140902Z T=c10::DimVector 2022-11-23T02:45:25.8141079Z ] 2022-11-23T02:45:25.8141552Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:25.8142046Z with 2022-11-23T02:45:25.8142198Z [ 2022-11-23T02:45:25.8142421Z T=c10::DimVector 2022-11-23T02:45:25.8142602Z ] 2022-11-23T02:45:25.8143093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:25.8143550Z with 2022-11-23T02:45:25.8143710Z [ 2022-11-23T02:45:25.8143873Z T=c10::DimVector 2022-11-23T02:45:25.8144048Z ] 2022-11-23T02:45:25.8144653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:25.8145383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:25.8146112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:25.8146519Z with 2022-11-23T02:45:25.8146678Z [ 2022-11-23T02:45:25.8146843Z T=c10::DimVector 2022-11-23T02:45:25.8147016Z ] 2022-11-23T02:45:26.5802103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.5802598Z with 2022-11-23T02:45:26.5802780Z [ 2022-11-23T02:45:26.5803000Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:26.5803242Z ] 2022-11-23T02:45:26.5803676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.5804074Z with 2022-11-23T02:45:26.5804240Z [ 2022-11-23T02:45:26.5804441Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:26.5804808Z ] 2022-11-23T02:45:26.5805288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.5805735Z with 2022-11-23T02:45:26.5805900Z [ 2022-11-23T02:45:26.5806099Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:26.5806293Z ] 2022-11-23T02:45:26.5806790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.5807231Z with 2022-11-23T02:45:26.5807396Z [ 2022-11-23T02:45:26.5807595Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:26.5807786Z ] 2022-11-23T02:45:26.5808243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.5809029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.5811029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.5811442Z with 2022-11-23T02:45:26.5811595Z [ 2022-11-23T02:45:26.5811797Z T=c10::impl::AnnotatedSchema 2022-11-23T02:45:26.5811992Z ] 2022-11-23T02:45:26.5876321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.5876750Z with 2022-11-23T02:45:26.5876916Z [ 2022-11-23T02:45:26.5877165Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:26.5877400Z ] 2022-11-23T02:45:26.5877999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.5878398Z with 2022-11-23T02:45:26.5878560Z [ 2022-11-23T02:45:26.5878801Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:26.5879012Z ] 2022-11-23T02:45:26.5879475Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.5879919Z with 2022-11-23T02:45:26.5880083Z [ 2022-11-23T02:45:26.5880320Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:26.5880544Z ] 2022-11-23T02:45:26.5881026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.5881484Z with 2022-11-23T02:45:26.5881646Z [ 2022-11-23T02:45:26.5881880Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:26.5882107Z ] 2022-11-23T02:45:26.5882586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.5883366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.5884202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.5884614Z with 2022-11-23T02:45:26.5884764Z [ 2022-11-23T02:45:26.5885004Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:45:26.5885230Z ] 2022-11-23T02:45:26.6147178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:45:26.6147830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:45:26.7144435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7144873Z with 2022-11-23T02:45:26.7145030Z [ 2022-11-23T02:45:26.7145268Z T=std::tuple 2022-11-23T02:45:26.7145475Z ] 2022-11-23T02:45:26.7145919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.7146316Z with 2022-11-23T02:45:26.7146481Z [ 2022-11-23T02:45:26.7146683Z T=std::tuple 2022-11-23T02:45:26.7146886Z ] 2022-11-23T02:45:26.7147361Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.7147864Z with 2022-11-23T02:45:26.7148026Z [ 2022-11-23T02:45:26.7148241Z T=std::tuple 2022-11-23T02:45:26.7148486Z ] 2022-11-23T02:45:26.7149180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.7149642Z with 2022-11-23T02:45:26.7149806Z [ 2022-11-23T02:45:26.7150018Z T=std::tuple 2022-11-23T02:45:26.7150222Z ] 2022-11-23T02:45:26.7150666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:26.7151412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:26.7152131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7152550Z with 2022-11-23T02:45:26.7152712Z [ 2022-11-23T02:45:26.7152928Z T=std::tuple 2022-11-23T02:45:26.7153135Z ] 2022-11-23T02:45:26.7220111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7220722Z with 2022-11-23T02:45:26.7220903Z [ 2022-11-23T02:45:26.7221121Z T=torch::jit::SourceRange 2022-11-23T02:45:26.7221311Z ] 2022-11-23T02:45:26.7221875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.7222281Z with 2022-11-23T02:45:26.7222481Z [ 2022-11-23T02:45:26.7222903Z T=torch::jit::SourceRange 2022-11-23T02:45:26.7223307Z ] 2022-11-23T02:45:26.7224331Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.7224775Z with 2022-11-23T02:45:26.7224938Z [ 2022-11-23T02:45:26.7225123Z T=torch::jit::SourceRange 2022-11-23T02:45:26.7225310Z ] 2022-11-23T02:45:26.7225804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.7226314Z with 2022-11-23T02:45:26.7226478Z [ 2022-11-23T02:45:26.7226669Z T=torch::jit::SourceRange 2022-11-23T02:45:26.7226854Z ] 2022-11-23T02:45:26.7227298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.7228012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.7228719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7229664Z with 2022-11-23T02:45:26.7229907Z [ 2022-11-23T02:45:26.7230323Z T=torch::jit::SourceRange 2022-11-23T02:45:26.7230660Z ] 2022-11-23T02:45:26.7310114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7310587Z with 2022-11-23T02:45:26.7310754Z [ 2022-11-23T02:45:26.7310979Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:26.7311198Z ] 2022-11-23T02:45:26.7311637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.7312022Z with 2022-11-23T02:45:26.7312184Z [ 2022-11-23T02:45:26.7312394Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:26.7312596Z ] 2022-11-23T02:45:26.7313124Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.7313563Z with 2022-11-23T02:45:26.7313750Z [ 2022-11-23T02:45:26.7313975Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:26.7314179Z ] 2022-11-23T02:45:26.7314665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.7315202Z with 2022-11-23T02:45:26.7315365Z [ 2022-11-23T02:45:26.7315564Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:26.7315767Z ] 2022-11-23T02:45:26.7316241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.7316977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.7317682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7318093Z with 2022-11-23T02:45:26.7318261Z [ 2022-11-23T02:45:26.7318459Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:45:26.7318665Z ] 2022-11-23T02:45:26.7338730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7339203Z with 2022-11-23T02:45:26.7339377Z [ 2022-11-23T02:45:26.7339595Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:26.7339810Z ] 2022-11-23T02:45:26.7340233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.7340634Z with 2022-11-23T02:45:26.7340796Z [ 2022-11-23T02:45:26.7341007Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:26.7341208Z ] 2022-11-23T02:45:26.7341660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.7342197Z with 2022-11-23T02:45:26.7342360Z [ 2022-11-23T02:45:26.7342568Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:26.7342768Z ] 2022-11-23T02:45:26.7343413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.7343943Z with 2022-11-23T02:45:26.7344091Z [ 2022-11-23T02:45:26.7344356Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:26.7344558Z ] 2022-11-23T02:45:26.7345018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.7345747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.7346459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7346868Z with 2022-11-23T02:45:26.7347018Z [ 2022-11-23T02:45:26.7347228Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:45:26.7347430Z ] 2022-11-23T02:45:26.7408549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7409079Z with 2022-11-23T02:45:26.7409243Z [ 2022-11-23T02:45:26.7409435Z T=torch::jit::ScopePtr 2022-11-23T02:45:26.7409610Z ] 2022-11-23T02:45:26.7410035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.7410426Z with 2022-11-23T02:45:26.7410592Z [ 2022-11-23T02:45:26.7410785Z T=torch::jit::ScopePtr 2022-11-23T02:45:26.7410953Z ] 2022-11-23T02:45:26.7411430Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.7411855Z with 2022-11-23T02:45:26.7412016Z [ 2022-11-23T02:45:26.7412259Z T=torch::jit::ScopePtr 2022-11-23T02:45:26.7412442Z ] 2022-11-23T02:45:26.7412985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.7413424Z with 2022-11-23T02:45:26.7413585Z [ 2022-11-23T02:45:26.7413773Z T=torch::jit::ScopePtr 2022-11-23T02:45:26.7413957Z ] 2022-11-23T02:45:26.7414398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.7415090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.7415785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.7416184Z with 2022-11-23T02:45:26.7416349Z [ 2022-11-23T02:45:26.7416536Z T=torch::jit::ScopePtr 2022-11-23T02:45:26.7416720Z ] 2022-11-23T02:45:26.9778935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.9779374Z with 2022-11-23T02:45:26.9779544Z [ 2022-11-23T02:45:26.9779745Z T=at::ThreadLocalState 2022-11-23T02:45:26.9779942Z ] 2022-11-23T02:45:26.9780378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.9780847Z with 2022-11-23T02:45:26.9781009Z [ 2022-11-23T02:45:26.9781203Z T=at::ThreadLocalState 2022-11-23T02:45:26.9781422Z ] 2022-11-23T02:45:26.9781959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.9782418Z with 2022-11-23T02:45:26.9782580Z [ 2022-11-23T02:45:26.9782770Z T=at::ThreadLocalState 2022-11-23T02:45:26.9782954Z ] 2022-11-23T02:45:26.9783449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.9806558Z with 2022-11-23T02:45:26.9807055Z [ 2022-11-23T02:45:26.9807277Z T=at::ThreadLocalState 2022-11-23T02:45:26.9807477Z ] 2022-11-23T02:45:26.9807943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.9808672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.9809397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.9809807Z with 2022-11-23T02:45:26.9809971Z [ 2022-11-23T02:45:26.9810162Z T=at::ThreadLocalState 2022-11-23T02:45:26.9810350Z ] 2022-11-23T02:45:26.9955641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.9956040Z with 2022-11-23T02:45:26.9956208Z [ 2022-11-23T02:45:26.9956438Z T=std::shared_ptr 2022-11-23T02:45:26.9956697Z ] 2022-11-23T02:45:26.9957143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.9957594Z with 2022-11-23T02:45:26.9957741Z [ 2022-11-23T02:45:26.9957946Z T=std::shared_ptr 2022-11-23T02:45:26.9958149Z ] 2022-11-23T02:45:26.9958613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.9959064Z with 2022-11-23T02:45:26.9959222Z [ 2022-11-23T02:45:26.9959414Z T=std::shared_ptr 2022-11-23T02:45:26.9959608Z ] 2022-11-23T02:45:26.9960272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.9960732Z with 2022-11-23T02:45:26.9960893Z [ 2022-11-23T02:45:26.9961102Z T=std::shared_ptr 2022-11-23T02:45:26.9961286Z ] 2022-11-23T02:45:26.9961736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:26.9962433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:26.9963221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:45:26.9964009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.9964426Z with 2022-11-23T02:45:26.9964577Z [ 2022-11-23T02:45:26.9964790Z T=std::shared_ptr 2022-11-23T02:45:26.9964993Z ] 2022-11-23T02:45:26.9987741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:26.9988130Z with 2022-11-23T02:45:26.9988340Z [ 2022-11-23T02:45:26.9988569Z T=torch::jit::GraphExecutor 2022-11-23T02:45:26.9988761Z ] 2022-11-23T02:45:26.9989189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:26.9989584Z with 2022-11-23T02:45:26.9989745Z [ 2022-11-23T02:45:26.9989941Z T=torch::jit::GraphExecutor 2022-11-23T02:45:26.9990135Z ] 2022-11-23T02:45:26.9990597Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:26.9991026Z with 2022-11-23T02:45:26.9991188Z [ 2022-11-23T02:45:26.9991381Z T=torch::jit::GraphExecutor 2022-11-23T02:45:26.9991573Z ] 2022-11-23T02:45:26.9992054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:26.9992505Z with 2022-11-23T02:45:26.9992724Z [ 2022-11-23T02:45:26.9992923Z T=torch::jit::GraphExecutor 2022-11-23T02:45:26.9993114Z ] 2022-11-23T02:45:26.9993610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:26.9994302Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:26.9995029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:45:26.9995811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:26.9996227Z with 2022-11-23T02:45:26.9996392Z [ 2022-11-23T02:45:26.9996590Z T=torch::jit::GraphExecutor 2022-11-23T02:45:26.9996786Z ] 2022-11-23T02:45:27.0105475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:27.0105864Z with 2022-11-23T02:45:27.0106024Z [ 2022-11-23T02:45:27.0106214Z T=torch::jit::Method 2022-11-23T02:45:27.0106471Z ] 2022-11-23T02:45:27.0106905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:27.0107343Z with 2022-11-23T02:45:27.0107496Z [ 2022-11-23T02:45:27.0107686Z T=torch::jit::Method 2022-11-23T02:45:27.0107871Z ] 2022-11-23T02:45:27.0108343Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:27.0108774Z with 2022-11-23T02:45:27.0109041Z [ 2022-11-23T02:45:27.0109226Z T=torch::jit::Method 2022-11-23T02:45:27.0109395Z ] 2022-11-23T02:45:27.0109883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:27.0110337Z with 2022-11-23T02:45:27.0110504Z [ 2022-11-23T02:45:27.0110691Z T=torch::jit::Method 2022-11-23T02:45:27.0110858Z ] 2022-11-23T02:45:27.0111293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:27.0111967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:27.0112705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:27.0113166Z with 2022-11-23T02:45:27.0113333Z [ 2022-11-23T02:45:27.0113518Z T=torch::jit::Method 2022-11-23T02:45:27.0113703Z ] 2022-11-23T02:45:27.0913713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:27.0914143Z with 2022-11-23T02:45:27.0914316Z [ 2022-11-23T02:45:27.0914574Z T=std::vector> 2022-11-23T02:45:27.0914800Z ] 2022-11-23T02:45:27.0915236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:27.0915639Z with 2022-11-23T02:45:27.0915790Z [ 2022-11-23T02:45:27.0916028Z T=std::vector> 2022-11-23T02:45:27.0916250Z ] 2022-11-23T02:45:27.0916875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:27.0917318Z with 2022-11-23T02:45:27.0917469Z [ 2022-11-23T02:45:27.0917705Z T=std::vector> 2022-11-23T02:45:27.0917934Z ] 2022-11-23T02:45:27.0918429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:27.0918889Z with 2022-11-23T02:45:27.0919052Z [ 2022-11-23T02:45:27.0919288Z T=std::vector> 2022-11-23T02:45:27.0919494Z ] 2022-11-23T02:45:27.0919970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:27.0920724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:27.0921449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:27.0921934Z with 2022-11-23T02:45:27.0922100Z [ 2022-11-23T02:45:27.0922335Z T=std::vector> 2022-11-23T02:45:27.0922544Z ] 2022-11-23T02:45:27.2293112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:27.2293547Z with 2022-11-23T02:45:27.2293716Z [ 2022-11-23T02:45:27.2294001Z T=std::function 2022-11-23T02:45:27.2294251Z ] 2022-11-23T02:45:27.2294686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:27.2295073Z with 2022-11-23T02:45:27.2295239Z [ 2022-11-23T02:45:27.2295552Z T=std::function 2022-11-23T02:45:27.2295798Z ] 2022-11-23T02:45:27.2296315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:27.2296764Z with 2022-11-23T02:45:27.2296919Z [ 2022-11-23T02:45:27.2297179Z T=std::function 2022-11-23T02:45:27.2297429Z ] 2022-11-23T02:45:27.2297933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:27.2298395Z with 2022-11-23T02:45:27.2298556Z [ 2022-11-23T02:45:27.2298818Z T=std::function 2022-11-23T02:45:27.2299047Z ] 2022-11-23T02:45:27.2299547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:27.2300516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:27.2301290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:27.2301823Z with 2022-11-23T02:45:27.2301990Z [ 2022-11-23T02:45:27.2302305Z T=std::function 2022-11-23T02:45:27.2302558Z ] 2022-11-23T02:45:27.4739533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:27.4739994Z with 2022-11-23T02:45:27.4740177Z [ 2022-11-23T02:45:27.4740541Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:27.4740816Z ] 2022-11-23T02:45:27.4741275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:27.4741671Z with 2022-11-23T02:45:27.4742118Z [ 2022-11-23T02:45:27.4742407Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:27.4742677Z ] 2022-11-23T02:45:27.4743141Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:27.4743569Z with 2022-11-23T02:45:27.4743735Z [ 2022-11-23T02:45:27.4744018Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:27.4744290Z ] 2022-11-23T02:45:27.4744781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:27.4745230Z with 2022-11-23T02:45:27.4745396Z [ 2022-11-23T02:45:27.4745665Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:27.4745933Z ] 2022-11-23T02:45:27.4746456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:45:27.4747324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:45:27.4748130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:27.4748546Z with 2022-11-23T02:45:27.4748703Z [ 2022-11-23T02:45:27.4748990Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:45:27.4749247Z ] 2022-11-23T02:45:27.6150925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:27.6151343Z with 2022-11-23T02:45:27.6151692Z [ 2022-11-23T02:45:27.6151933Z T=std::vector> 2022-11-23T02:45:27.6152168Z ] 2022-11-23T02:45:27.6152586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:27.6153042Z with 2022-11-23T02:45:27.6153203Z [ 2022-11-23T02:45:27.6153429Z T=std::vector> 2022-11-23T02:45:27.6153693Z ] 2022-11-23T02:45:27.6154166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:27.6154647Z with 2022-11-23T02:45:27.6154797Z [ 2022-11-23T02:45:27.6155020Z T=std::vector> 2022-11-23T02:45:27.6155228Z ] 2022-11-23T02:45:27.6155718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:27.6156179Z with 2022-11-23T02:45:27.6156351Z [ 2022-11-23T02:45:27.6156570Z T=std::vector> 2022-11-23T02:45:27.6156880Z ] 2022-11-23T02:45:27.6157333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:27.6157754Z with 2022-11-23T02:45:27.6157916Z [ 2022-11-23T02:45:27.6158078Z T=double 2022-11-23T02:45:27.6158232Z ] 2022-11-23T02:45:27.6158728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:27.6159248Z with 2022-11-23T02:45:27.6159411Z [ 2022-11-23T02:45:27.6159574Z T=double 2022-11-23T02:45:27.6159778Z ] 2022-11-23T02:45:27.6160231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:27.6160641Z with 2022-11-23T02:45:27.6160805Z [ 2022-11-23T02:45:27.6161026Z T=std::vector> 2022-11-23T02:45:27.6161239Z ] 2022-11-23T02:45:28.2096758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:28.2097184Z with 2022-11-23T02:45:28.2097353Z [ 2022-11-23T02:45:28.2097559Z T=std::tuple 2022-11-23T02:45:28.2097775Z ] 2022-11-23T02:45:28.2098211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:28.2098622Z with 2022-11-23T02:45:28.2098781Z [ 2022-11-23T02:45:28.2098986Z T=std::tuple 2022-11-23T02:45:28.2099232Z ] 2022-11-23T02:45:28.2099703Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:28.2100195Z with 2022-11-23T02:45:28.2100353Z [ 2022-11-23T02:45:28.2100742Z T=std::tuple 2022-11-23T02:45:28.2100945Z ] 2022-11-23T02:45:28.2101438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:28.2101986Z with 2022-11-23T02:45:28.2102150Z [ 2022-11-23T02:45:28.2102365Z T=std::tuple 2022-11-23T02:45:28.2102564Z ] 2022-11-23T02:45:28.2103019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:45:28.2103764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:45:28.2104502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:28.2104901Z with 2022-11-23T02:45:28.2105063Z [ 2022-11-23T02:45:28.2105270Z T=std::tuple 2022-11-23T02:45:28.2105614Z ] 2022-11-23T02:45:28.3514567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:45:28.3515066Z with 2022-11-23T02:45:28.3515224Z [ 2022-11-23T02:45:28.3515524Z T=std::vector> 2022-11-23T02:45:28.3515760Z ] 2022-11-23T02:45:28.3516208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:45:28.3516607Z with 2022-11-23T02:45:28.3516771Z [ 2022-11-23T02:45:28.3516988Z T=std::vector> 2022-11-23T02:45:28.3517206Z ] 2022-11-23T02:45:28.3517674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:45:28.3518120Z with 2022-11-23T02:45:28.3518287Z [ 2022-11-23T02:45:28.3518516Z T=std::vector> 2022-11-23T02:45:28.3518731Z ] 2022-11-23T02:45:28.3519211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:45:28.3519660Z with 2022-11-23T02:45:28.3519818Z [ 2022-11-23T02:45:28.3520045Z T=std::vector> 2022-11-23T02:45:28.3520260Z ] 2022-11-23T02:45:28.3520731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:45:28.3521616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:45:28.3522559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:45:28.3522962Z with 2022-11-23T02:45:28.3523127Z [ 2022-11-23T02:45:28.3523359Z T=std::vector> 2022-11-23T02:45:28.3523580Z ] 2022-11-23T02:45:29.0407737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T02:45:29.0408337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T02:45:29.0510738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T02:45:31.0859549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:45:31.0860016Z with 2022-11-23T02:45:31.0860174Z [ 2022-11-23T02:45:31.0860351Z scalar_t=float 2022-11-23T02:45:31.0860535Z ] 2022-11-23T02:45:31.0860991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:45:31.0861597Z with 2022-11-23T02:45:31.0861848Z [ 2022-11-23T02:45:31.0862012Z scalar_t=float 2022-11-23T02:45:31.0862184Z ] 2022-11-23T02:45:31.0864677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:45:31.0865087Z with 2022-11-23T02:45:31.0865251Z [ 2022-11-23T02:45:31.0865483Z scalar_t=float 2022-11-23T02:45:31.0865643Z ] 2022-11-23T02:45:31.0866136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T02:45:31.0866548Z with 2022-11-23T02:45:31.0866707Z [ 2022-11-23T02:45:31.0866876Z scalar_t=float 2022-11-23T02:45:31.0867052Z ] 2022-11-23T02:45:32.3197271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:45:32.3197691Z with 2022-11-23T02:45:32.3197859Z [ 2022-11-23T02:45:32.3198039Z scalar_t=float 2022-11-23T02:45:32.3198296Z ] 2022-11-23T02:45:32.3198852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T02:45:32.3199323Z with 2022-11-23T02:45:32.3199489Z [ 2022-11-23T02:45:32.3199652Z scalar_t=float 2022-11-23T02:45:32.3199827Z ] 2022-11-23T02:45:32.3200272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:45:32.3200692Z with 2022-11-23T02:45:32.3200853Z [ 2022-11-23T02:45:32.3201011Z scalar_t=float 2022-11-23T02:45:32.3201186Z ] 2022-11-23T02:45:32.3238658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:45:32.3239016Z with 2022-11-23T02:45:32.3239187Z [ 2022-11-23T02:45:32.3239559Z T=float 2022-11-23T02:45:32.3239715Z ] 2022-11-23T02:45:32.3240206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T02:45:32.3240732Z with 2022-11-23T02:45:32.3240892Z [ 2022-11-23T02:45:32.3241104Z T=float 2022-11-23T02:45:32.3241273Z ] 2022-11-23T02:45:32.3241678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T02:45:32.3242066Z with 2022-11-23T02:45:32.3242229Z [ 2022-11-23T02:45:32.3242391Z T=float 2022-11-23T02:45:32.3242555Z ] 2022-11-23T02:45:32.3299296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:45:32.3299654Z with 2022-11-23T02:45:32.3299818Z [ 2022-11-23T02:45:32.3299990Z T=float 2022-11-23T02:45:32.3300153Z ] 2022-11-23T02:45:32.3300692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T02:45:32.3301375Z with 2022-11-23T02:45:32.3301527Z [ 2022-11-23T02:45:32.3301687Z T=float 2022-11-23T02:45:32.3301942Z ] 2022-11-23T02:45:32.9372806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:45:32.9373258Z with 2022-11-23T02:45:32.9373431Z [ 2022-11-23T02:45:32.9373622Z scalar_t=float 2022-11-23T02:45:32.9373815Z ] 2022-11-23T02:45:32.9374276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:45:32.9374722Z with 2022-11-23T02:45:32.9374871Z [ 2022-11-23T02:45:32.9375043Z scalar_t=float 2022-11-23T02:45:32.9375215Z ] 2022-11-23T02:45:32.9375673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T02:45:32.9376099Z with 2022-11-23T02:45:32.9376260Z [ 2022-11-23T02:45:32.9376422Z scalar_t=float 2022-11-23T02:45:32.9376659Z ] 2022-11-23T02:45:32.9377082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:45:32.9377450Z with 2022-11-23T02:45:32.9377662Z [ 2022-11-23T02:45:32.9377822Z scalar_t=float 2022-11-23T02:45:32.9377995Z ] 2022-11-23T02:45:32.9378416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:45:32.9378815Z with 2022-11-23T02:45:32.9378971Z [ 2022-11-23T02:45:32.9379126Z scalar_t=float 2022-11-23T02:45:32.9379350Z ] 2022-11-23T02:45:33.2740648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:45:33.2741070Z with 2022-11-23T02:45:33.2741245Z [ 2022-11-23T02:45:33.2741414Z scalar_t=float 2022-11-23T02:45:33.2741853Z ] 2022-11-23T02:45:33.2742330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T02:45:33.2742758Z with 2022-11-23T02:45:33.2742920Z [ 2022-11-23T02:45:33.2743092Z scalar_t=float 2022-11-23T02:45:33.2743253Z ] 2022-11-23T02:45:33.2743717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:45:33.2744150Z with 2022-11-23T02:45:33.2744307Z [ 2022-11-23T02:45:33.2744476Z scalar_t=float 2022-11-23T02:45:33.2744645Z ] 2022-11-23T02:45:33.2745027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:45:33.2745390Z with 2022-11-23T02:45:33.2745545Z [ 2022-11-23T02:45:33.2745716Z scalar_t=float 2022-11-23T02:45:33.2745883Z ] 2022-11-23T02:45:34.5027902Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T02:45:34.7130454Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T02:45:34.8981324Z Generating code 2022-11-23T02:45:36.9025324Z Finished generating code 2022-11-23T02:45:37.1173761Z running install_lib 2022-11-23T02:45:37.1274460Z creating install 2022-11-23T02:45:37.1276208Z creating install\Jenkins 2022-11-23T02:45:37.1277523Z creating install\Jenkins\Miniconda3 2022-11-23T02:45:37.1278845Z creating install\Jenkins\Miniconda3\Lib 2022-11-23T02:45:37.1280080Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-11-23T02:45:37.1283506Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:45:37.1286655Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:45:37.1299511Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:45:37.1311139Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:45:37.1548036Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:45:37.1565976Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-11-23T02:45:37.1575810Z running install_egg_info 2022-11-23T02:45:37.1868433Z running egg_info 2022-11-23T02:45:37.1869299Z creating torch_test_cpp_extension.egg-info 2022-11-23T02:45:37.1937857Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T02:45:37.1943255Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T02:45:37.1949241Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T02:45:37.2201106Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:45:37.2283457Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:45:37.2296435Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:45:37.2301276Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T02:45:37.2342962Z running install_scripts 2022-11-23T02:45:37.2718960Z Error in atexit._run_exitfuncs: 2022-11-23T02:45:37.2719257Z Traceback (most recent call last): 2022-11-23T02:45:37.2719804Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T02:45:37.2732183Z return stream.closed 2022-11-23T02:45:37.2732440Z ValueError: underlying buffer has been detached 2022-11-23T02:45:37.5981155Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:37.596481] 2022-11-23T02:45:41.5760592Z 2022-11-23T02:45:41.5761480Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-11-23T02:45:41.5762414Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_no_ninja_xeovyqap) 2022-11-23T02:45:41.5762930Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:45:41.5763153Z 2022-11-23T02:45:41.5763234Z Running tests... 2022-11-23T02:45:41.5763501Z ---------------------------------------------------------------------- 2022-11-23T02:45:41.5763877Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_no_ninja 2022-11-23T02:45:41.5764303Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-11-23T02:45:41.5764682Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-11-23T02:45:41.5765084Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-11-23T02:45:41.5765458Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.003s) 2022-11-23T02:45:41.5765818Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-11-23T02:45:41.5766183Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-11-23T02:45:41.5766507Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-11-23T02:45:41.5766907Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.000s) 2022-11-23T02:45:41.5767282Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.006s) 2022-11-23T02:45:41.5767560Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:45:41.5767833Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:45:41.5768135Z test_unregistered (__main__.TestORTTensor) ... ok (0.650s) 2022-11-23T02:45:41.5768417Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:45:41.5768682Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-11-23T02:45:41.5768989Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-11-23T02:45:41.5769177Z 2022-11-23T02:45:41.5769330Z ---------------------------------------------------------------------- 2022-11-23T02:45:41.5769575Z Ran 15 tests in 0.688s 2022-11-23T02:45:41.5769699Z 2022-11-23T02:45:41.5769955Z OK (skipped=6) 2022-11-23T02:45:41.5770071Z 2022-11-23T02:45:41.5770193Z Generating XML reports... 2022-11-23T02:45:41.5770622Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestCppExtensionAOT-20221123024540.xml 2022-11-23T02:45:41.5771207Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestORTTensor-20221123024540.xml 2022-11-23T02:45:41.5771737Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestRNGExtension-20221123024540.xml 2022-11-23T02:45:41.5772267Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestTorchLibrary-20221123024540.xml 2022-11-23T02:45:41.5772533Z 2022-11-23T02:45:41.5772764Z ##[endgroup] 2022-11-23T02:45:41.5773163Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_no_ninja_xeovyqap) 2022-11-23T02:45:41.5773474Z 2022-11-23T02:45:41.5773594Z Running test_prims ... [2022-11-23 02:45:41.577079] 2022-11-23T02:45:41.5779671Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:41.577700] 2022-11-23T02:45:45.5730914Z 2022-11-23T02:45:45.5731564Z Expand the folded group to see the log file of test_prims 2022-11-23T02:45:45.5732379Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_tqba7ccu) 2022-11-23T02:45:45.5733509Z 2022-11-23T02:45:45.5733788Z Running tests... 2022-11-23T02:45:45.5734156Z ---------------------------------------------------------------------- 2022-11-23T02:45:45.5734533Z Test results will be stored in test-reports\python-unittest\test_prims 2022-11-23T02:45:45.5734911Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-11-23T02:45:45.5735355Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-11-23T02:45:45.5735803Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:45:45.5736240Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5736836Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5737358Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5737712Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.002s) 2022-11-23T02:45:45.5738005Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-11-23T02:45:45.5738315Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.010s) 2022-11-23T02:45:45.5738827Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5739322Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5739709Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5740087Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5740538Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.009s) 2022-11-23T02:45:45.5740905Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.006s) 2022-11-23T02:45:45.5741233Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:45:45.5741571Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5742204Z test_cudnn_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5742601Z test_cudnn_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5742954Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.023s) 2022-11-23T02:45:45.5743316Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:45:45.5743703Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5744081Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.084s) 2022-11-23T02:45:45.5744441Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:45:45.5744793Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5745181Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5745574Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5745957Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5746374Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5746763Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:45:45.5747204Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5747546Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5747928Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5748329Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5748661Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.005s) 2022-11-23T02:45:45.5748981Z test_nvprims_view_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5749331Z test_nvprims_view_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5749703Z test_nvprims_view_partitioner_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5750081Z test_nvprims_view_partitioner_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:45:45.5750441Z test_partitioner_tuple_output_cpu (__main__.TestPrimsCPU) ... ok (0.006s) 2022-11-23T02:45:45.5750797Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:45:45.5751148Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.000s) 2022-11-23T02:45:45.5751520Z test_silu_backward_no_filled_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:45:45.5751889Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.010s) 2022-11-23T02:45:45.5752234Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.011s) 2022-11-23T02:45:45.5752573Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:45:45.5752942Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:45:45.5753339Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:45:45.5753755Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:45:45.5754225Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5754636Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5755042Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5755432Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5755837Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5756247Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:45:45.5756627Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.006s) 2022-11-23T02:45:45.5756819Z 2022-11-23T02:45:45.5756976Z ---------------------------------------------------------------------- 2022-11-23T02:45:45.5757237Z Ran 56 tests in 0.328s 2022-11-23T02:45:45.5757355Z 2022-11-23T02:45:45.5757432Z OK (skipped=41) 2022-11-23T02:45:45.5757546Z 2022-11-23T02:45:45.5757625Z Generating XML reports... 2022-11-23T02:45:45.5757980Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestDecompCPU-20221123024544.xml 2022-11-23T02:45:45.5758453Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221123024544.xml 2022-11-23T02:45:45.5758914Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsCPU-20221123024544.xml 2022-11-23T02:45:45.5759413Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestRefsCPU-20221123024544.xml 2022-11-23T02:45:45.5759654Z 2022-11-23T02:45:45.5759959Z ##[endgroup] 2022-11-23T02:45:45.5760297Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_tqba7ccu) 2022-11-23T02:45:45.5760556Z 2022-11-23T02:45:45.5760665Z Running test_cuda ... [2022-11-23 02:45:45.573174] 2022-11-23T02:45:45.5761092Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:45.573174] 2022-11-23T02:45:47.9303164Z 2022-11-23T02:45:47.9303924Z Expand the folded group to see the log file of test_cuda 2022-11-23T02:45:47.9304773Z ##[group]PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_7p0h67wu) 2022-11-23T02:45:47.9305152Z CUDA not available, skipping tests 2022-11-23T02:45:47.9305310Z 2022-11-23T02:45:47.9305387Z Running tests... 2022-11-23T02:45:47.9305658Z ---------------------------------------------------------------------- 2022-11-23T02:45:47.9305842Z 2022-11-23T02:45:47.9305993Z ---------------------------------------------------------------------- 2022-11-23T02:45:47.9306243Z Ran 0 tests in 0.000s 2022-11-23T02:45:47.9306362Z 2022-11-23T02:45:47.9306410Z OK 2022-11-23T02:45:47.9306504Z 2022-11-23T02:45:47.9306605Z Generating XML reports... 2022-11-23T02:45:47.9306888Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-11-23T02:45:47.9307075Z 2022-11-23T02:45:47.9307297Z ##[endgroup] 2022-11-23T02:45:47.9307637Z FINISHED PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_7p0h67wu) 2022-11-23T02:45:47.9307887Z 2022-11-23T02:45:47.9308017Z Running test_cuda_primary_ctx ... [2022-11-23 02:45:47.923667] 2022-11-23T02:45:47.9313922Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:47.923667] 2022-11-23T02:45:50.2587130Z 2022-11-23T02:45:50.2589253Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T02:45:50.2590028Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_mmdvic5b) 2022-11-23T02:45:50.2591226Z CUDA not available, skipping tests 2022-11-23T02:45:50.2591386Z 2022-11-23T02:45:50.2591630Z ##[endgroup] 2022-11-23T02:45:50.2592001Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_mmdvic5b) 2022-11-23T02:45:50.2592281Z 2022-11-23T02:45:50.2592413Z Running test_cuda_trace ... [2022-11-23 02:45:50.258814] 2022-11-23T02:45:50.2598090Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:50.259428] 2022-11-23T02:45:52.5894463Z 2022-11-23T02:45:52.5895274Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T02:45:52.5896127Z ##[group]PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace__7o32mzk) 2022-11-23T02:45:52.5896510Z CUDA not available, skipping tests 2022-11-23T02:45:52.5896653Z 2022-11-23T02:45:52.5896890Z ##[endgroup] 2022-11-23T02:45:52.5897243Z FINISHED PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace__7o32mzk) 2022-11-23T02:45:52.5897502Z 2022-11-23T02:45:52.5899334Z Running doctests ... [2022-11-23 02:45:52.587449] 2022-11-23T02:45:59.9149904Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-11-23T02:45:59.9150381Z Listing tests 2022-11-23T02:45:59.9150971Z msg = Cannot scrape callname=parallelize_module in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\api.py line=28. 2022-11-23T02:45:59.9151876Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:45:59.9152135Z 2022-11-23T02:45:59.9152369Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T02:45:59.9152847Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T02:45:59.9153327Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T02:45:59.9153803Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T02:45:59.9154282Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T02:45:59.9154775Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T02:45:59.9155033Z 2022-11-23T02:45:59.9155131Z Args: 2022-11-23T02:45:59.9155371Z module (nn.Module): 2022-11-23T02:45:59.9155695Z :class:`nn.Module` object to be parallelized. 2022-11-23T02:45:59.9156018Z device_mesh (DeviceMesh): 2022-11-23T02:45:59.9156374Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T02:45:59.9156715Z of devices for the DTensor. 2022-11-23T02:45:59.9157109Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T02:45:59.9157528Z The plan used to parallelize the module. It can be either a 2022-11-23T02:45:59.9157924Z :class:`ParallelStyle` object which contains how 2022-11-23T02:45:59.9158328Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T02:45:59.9158750Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T02:45:59.9159096Z tp_mesh_dim (int): 2022-11-23T02:45:59.9159425Z the dimension of ``device_mesh`` where we perform 2022-11-23T02:45:59.9159748Z Tensor Parallelism on. 2022-11-23T02:45:59.9159922Z 2022-11-23T02:45:59.9160015Z Return: 2022-11-23T02:45:59.9160284Z A :class:`nn.Module` object parallelized. 2022-11-23T02:45:59.9160431Z 2022-11-23T02:45:59.9160535Z Example:: 2022-11-23T02:45:59.9160734Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T02:45:59.9161066Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:45:59.9161340Z >>> 2022-11-23T02:45:59.9161618Z >>> # Define the module. 2022-11-23T02:45:59.9161799Z >>> m = Model(...) 2022-11-23T02:45:59.9162038Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T02:45:59.9162254Z >>> 2022-11-23T02:45:59.9162350Z 2022-11-23T02:45:59.9162422Z .. warning:: 2022-11-23T02:45:59.9162680Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T02:45:59.9163016Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T02:45:59.9163213Z 2022-11-23T02:45:59.9163499Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T02:45:59.9163792Z 2022-11-23T02:45:59.9163985Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:45:59.9164260Z ^ 2022-11-23T02:45:59.9164676Z msg = Cannot scrape callname=DiagnosticEngine in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\diagnostics\infra\engine.py line=13. 2022-11-23T02:45:59.9165157Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:45:59.9165456Z A generic diagnostic engine based on SARIF. 2022-11-23T02:45:59.9165867Z 2022-11-23T02:45:59.9166060Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T02:45:59.9166433Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T02:45:59.9166808Z See infra.DiagnosticContext for more details. 2022-11-23T02:45:59.9166968Z 2022-11-23T02:45:59.9167039Z Examples: 2022-11-23T02:45:59.9167241Z Step 1: Create a set of rules. 2022-11-23T02:45:59.9167493Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T02:45:59.9167748Z ... "CustomRuleCollection", 2022-11-23T02:45:59.9167932Z ... [ 2022-11-23T02:45:59.9168115Z ... infra.Rule( 2022-11-23T02:45:59.9168310Z ... id="r1", 2022-11-23T02:45:59.9168504Z ... name="rule-1", 2022-11-23T02:45:59.9168745Z ... message_default_template="Mising xxx", 2022-11-23T02:45:59.9168946Z ... ), 2022-11-23T02:45:59.9169115Z ... ], 2022-11-23T02:45:59.9169275Z ... ) 2022-11-23T02:45:59.9169382Z 2022-11-23T02:45:59.9169488Z Step 2: Create a diagnostic engine. 2022-11-23T02:45:59.9169723Z >>> engine = DiagnosticEngine() 2022-11-23T02:45:59.9169858Z 2022-11-23T02:45:59.9169970Z Step 3: Start a new diagnostic context. 2022-11-23T02:45:59.9170276Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:45:59.9170481Z 2022-11-23T02:45:59.9170589Z Step 4: Add diagnostics in your code. 2022-11-23T02:45:59.9170867Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T02:45:59.9171039Z 2022-11-23T02:45:59.9171153Z Step 5: Afterwards, get the SARIF log. 2022-11-23T02:45:59.9171388Z >>> sarif_log = engine.sarif_log() 2022-11-23T02:45:59.9171579Z 2022-11-23T02:45:59.9171944Z 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-23T02:45:59.9172241Z 2022-11-23T02:45:59.9172414Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:45:59.9172721Z ^ 2022-11-23T02:45:59.9173076Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-11-23T02:45:59.9173554Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-11-23T02:45:59.9174094Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-11-23T02:45:59.9174598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-11-23T02:45:59.9175103Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-11-23T02:45:59.9175585Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-11-23T02:45:59.9176123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-11-23T02:45:59.9176628Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-11-23T02:45:59.9177090Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-11-23T02:45:59.9177560Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-11-23T02:45:59.9178055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-11-23T02:45:59.9178546Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-11-23T02:45:59.9179027Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-11-23T02:45:59.9179543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-11-23T02:45:59.9180003Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-11-23T02:45:59.9180462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-11-23T02:45:59.9180939Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-11-23T02:45:59.9181401Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-11-23T02:45:59.9181857Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-11-23T02:45:59.9182404Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-11-23T02:45:59.9182875Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-11-23T02:45:59.9183309Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-11-23T02:45:59.9183737Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-11-23T02:45:59.9184158Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-11-23T02:45:59.9184595Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-11-23T02:45:59.9185052Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-11-23T02:45:59.9185529Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load_state_dict_from_url:0 2022-11-23T02:45:59.9186007Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-11-23T02:45:59.9186469Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-11-23T02:45:59.9186953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-11-23T02:45:59.9187518Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-11-23T02:45:59.9188010Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-11-23T02:45:59.9188502Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-11-23T02:45:59.9189005Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_method_or_property:0 2022-11-23T02:45:59.9189497Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-11-23T02:45:59.9189974Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-11-23T02:45:59.9190435Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-11-23T02:45:59.9190898Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-11-23T02:45:59.9191369Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-11-23T02:45:59.9191850Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-11-23T02:45:59.9192334Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-11-23T02:45:59.9192873Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-11-23T02:45:59.9193365Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-11-23T02:45:59.9193850Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-11-23T02:45:59.9194311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-11-23T02:45:59.9194782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-11-23T02:45:59.9195255Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-11-23T02:45:59.9195736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-11-23T02:45:59.9196203Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-11-23T02:45:59.9196667Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-11-23T02:45:59.9197161Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.add_done_callback:0 2022-11-23T02:45:59.9197659Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-11-23T02:45:59.9198145Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-11-23T02:45:59.9198628Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-11-23T02:45:59.9199092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-11-23T02:45:59.9199550Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-11-23T02:45:59.9200045Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-11-23T02:45:59.9200593Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py as_nested_tensor:0 2022-11-23T02:45:59.9201057Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-11-23T02:45:59.9201561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\qat\modules\linear_relu.py LinearReLU:0 2022-11-23T02:45:59.9202116Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py LinearReLU:0 2022-11-23T02:45:59.9202687Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py LinearReLU:0 2022-11-23T02:45:59.9203225Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTMCell:0 2022-11-23T02:45:59.9203737Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTM:0 2022-11-23T02:45:59.9204237Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-11-23T02:45:59.9204728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-11-23T02:45:59.9205218Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-11-23T02:45:59.9205771Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py Quantize:0 2022-11-23T02:45:59.9206288Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py DeQuantize:0 2022-11-23T02:45:59.9206797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv1d:0 2022-11-23T02:45:59.9207308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv2d:0 2022-11-23T02:45:59.9207814Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv3d:0 2022-11-23T02:45:59.9208346Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose1d:0 2022-11-23T02:45:59.9208906Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose2d:0 2022-11-23T02:45:59.9209465Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose3d:0 2022-11-23T02:45:59.9210005Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py Linear:0 2022-11-23T02:45:59.9210519Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTM:0 2022-11-23T02:45:59.9211032Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRU:0 2022-11-23T02:45:59.9211538Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py RNNCell:0 2022-11-23T02:45:59.9212068Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTMCell:0 2022-11-23T02:45:59.9212591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRUCell:0 2022-11-23T02:45:59.9213144Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py ReLU6:0 2022-11-23T02:45:59.9213656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv1d:0 2022-11-23T02:45:59.9214143Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv2d:0 2022-11-23T02:45:59.9214633Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv3d:0 2022-11-23T02:45:59.9215149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose1d:0 2022-11-23T02:45:59.9215675Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose2d:0 2022-11-23T02:45:59.9216202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose3d:0 2022-11-23T02:45:59.9216741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py Embedding:0 2022-11-23T02:45:59.9217289Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py EmbeddingBag:0 2022-11-23T02:45:59.9217855Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py FloatFunctional:0 2022-11-23T02:45:59.9218466Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py QFunctional:0 2022-11-23T02:45:59.9219004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py Linear:0 2022-11-23T02:45:59.9219500Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py LSTM:0 2022-11-23T02:45:59.9220008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py LambdaSL:0 2022-11-23T02:45:59.9220552Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier:0 2022-11-23T02:45:59.9221140Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier.squash_mask:0 2022-11-23T02:45:59.9221784Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py ActivationSparsifier:0 2022-11-23T02:45:59.9222564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-11-23T02:45:59.9223223Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py BaseDataSparsifier:0 2022-11-23T02:45:59.9223820Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn:0 2022-11-23T02:45:59.9224370Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn_relu:0 2022-11-23T02:45:59.9224935Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_linear_bn:0 2022-11-23T02:45:59.9225494Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_convtranspose_bn:0 2022-11-23T02:45:59.9226097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py fuse_modules:0 2022-11-23T02:45:59.9226600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-11-23T02:45:59.9227113Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_callable_args:0 2022-11-23T02:45:59.9227636Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py fuse_fx:0 2022-11-23T02:45:59.9228149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_fx:0 2022-11-23T02:45:59.9228669Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_qat_fx:0 2022-11-23T02:45:59.9229185Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_fx:0 2022-11-23T02:45:59.9229711Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_to_reference_fx:0 2022-11-23T02:45:59.9230271Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py _convert_to_reference_decomposed_fx:0 2022-11-23T02:45:59.9230813Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_path_of_module:0 2022-11-23T02:45:59.9231365Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_signature_locals:0 2022-11-23T02:45:59.9231877Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_default_kwargs:0 2022-11-23T02:45:59.9232387Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-11-23T02:45:59.9232899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_num_pos_args:0 2022-11-23T02:45:59.9233431Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\backend_config.py DTypeConfig:0 2022-11-23T02:45:59.9233997Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py ModelReport:0 2022-11-23T02:45:59.9234634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-11-23T02:45:59.9235353Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-11-23T02:45:59.9236068Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-11-23T02:45:59.9236789Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-11-23T02:45:59.9237389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-11-23T02:45:59.9237881Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-11-23T02:45:59.9238367Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-11-23T02:45:59.9238899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-11-23T02:45:59.9239416Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_backward:0 2022-11-23T02:45:59.9239957Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_forward:0 2022-11-23T02:45:59.9240485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-11-23T02:45:59.9241034Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_non_differentiable:0 2022-11-23T02:45:59.9241595Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.set_materialize_grads:0 2022-11-23T02:45:59.9242102Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-11-23T02:45:59.9242581Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-11-23T02:45:59.9243056Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-11-23T02:45:59.9243533Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-11-23T02:45:59.9244020Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-11-23T02:45:59.9244538Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-11-23T02:45:59.9245008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-11-23T02:45:59.9245476Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-11-23T02:45:59.9245945Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-11-23T02:45:59.9246432Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py set_grad_enabled:0 2022-11-23T02:45:59.9246917Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-11-23T02:45:59.9247411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-11-23T02:45:59.9247897Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-11-23T02:45:59.9248398Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py disable_saved_tensors_hooks:0 2022-11-23T02:45:59.9248911Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py register_multi_grad_hook:0 2022-11-23T02:45:59.9249428Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py allow_mutation_on_saved_tensors:0 2022-11-23T02:45:59.9274734Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-11-23T02:45:59.9275458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-11-23T02:45:59.9275983Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-11-23T02:45:59.9276475Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-11-23T02:45:59.9277190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-11-23T02:45:59.9277691Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-11-23T02:45:59.9278235Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-11-23T02:45:59.9278751Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_multi_output_jit_fn:0 2022-11-23T02:45:59.9279265Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-11-23T02:45:59.9279804Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-11-23T02:45:59.9280435Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py batch_isend_irecv:0 2022-11-23T02:45:59.9280959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-11-23T02:45:59.9281479Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_object:0 2022-11-23T02:45:59.9282192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-11-23T02:45:59.9282945Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py broadcast_object_list:0 2022-11-23T02:45:59.9283581Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter_object_list:0 2022-11-23T02:45:59.9284096Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-11-23T02:45:59.9284615Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_into_tensor:0 2022-11-23T02:45:59.9285160Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_coalesced:0 2022-11-23T02:45:59.9285680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter:0 2022-11-23T02:45:59.9286208Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py reduce_scatter_tensor:0 2022-11-23T02:45:59.9286734Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all_single:0 2022-11-23T02:45:59.9287256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all:0 2022-11-23T02:45:59.9287775Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-11-23T02:45:59.9288303Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-11-23T02:45:59.9288845Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups_by_enumeration:0 2022-11-23T02:45:59.9289357Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-11-23T02:45:59.9289833Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-11-23T02:45:59.9290321Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-11-23T02:45:59.9290872Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-11-23T02:45:59.9291417Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py register_ddp_comm_hook:0 2022-11-23T02:45:59.9291999Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py noop_hook:0 2022-11-23T02:45:59.9292578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py allreduce_hook:0 2022-11-23T02:45:59.9293178Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_hook:0 2022-11-23T02:45:59.9293765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_hook:0 2022-11-23T02:45:59.9294355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_wrapper:0 2022-11-23T02:45:59.9294948Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_wrapper:0 2022-11-23T02:45:59.9295559Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py post_localSGD_hook:0 2022-11-23T02:45:59.9296207Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py powerSGD_hook:0 2022-11-23T02:45:59.9296804Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py batched_powerSGD_hook:0 2022-11-23T02:45:59.9297422Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_pertensor_hook:0 2022-11-23T02:45:59.9298061Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_perchannel_hook:0 2022-11-23T02:45:59.9298693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py PeriodicModelAverager:0 2022-11-23T02:45:59.9299357Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py HierarchicalModelAverager:0 2022-11-23T02:45:59.9299971Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py SavePlanner:0 2022-11-23T02:45:59.9300513Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py LoadPlanner:0 2022-11-23T02:45:59.9301053Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_loader.py load_state_dict:0 2022-11-23T02:45:59.9301614Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py save_state_dict:0 2022-11-23T02:45:59.9302272Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\__init__.py start_processes:0 2022-11-23T02:45:59.9302840Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py Std.from_str:0 2022-11-23T02:45:59.9303388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py to_map:0 2022-11-23T02:45:59.9304023Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\errors\__init__.py ChildFailedError:0 2022-11-23T02:45:59.9304630Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py RendezvousHandler.shutdown:0 2022-11-23T02:45:59.9305186Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py StateDictType:0 2022-11-23T02:45:59.9305717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py FullStateDictConfig:0 2022-11-23T02:45:59.9306287Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-11-23T02:45:59.9306940Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.set_state_dict_type:0 2022-11-23T02:45:59.9307605Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-11-23T02:45:59.9308283Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-11-23T02:45:59.9309017Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-11-23T02:45:59.9309711Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-11-23T02:45:59.9310339Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py ShardedGradScaler:0 2022-11-23T02:45:59.9310886Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py _all_gather_base:0 2022-11-23T02:45:59.9311433Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.__init__:0 2022-11-23T02:45:59.9312018Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.init_from_module_rref:0 2022-11-23T02:45:59.9312588Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py RemoteModule:0 2022-11-23T02:45:59.9313155Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py _apply_optimizer_in_backward:0 2022-11-23T02:45:59.9313746Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-11-23T02:45:59.9314331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-11-23T02:45:59.9314910Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py register_functional_optim:0 2022-11-23T02:45:59.9315496Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-11-23T02:45:59.9316069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-11-23T02:45:59.9316650Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-11-23T02:45:59.9317157Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-11-23T02:45:59.9317648Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-11-23T02:45:59.9318117Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-11-23T02:45:59.9318601Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-11-23T02:45:59.9319092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-11-23T02:45:59.9319601Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-11-23T02:45:59.9320191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-11-23T02:45:59.9320823Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py _server_process_global_profile:0 2022-11-23T02:45:59.9321419Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py checkpoint:0 2022-11-23T02:45:59.9322735Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py contract:0 2022-11-23T02:45:59.9323272Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py replicate:0 2022-11-23T02:45:59.9323809Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py mark_root_module:0 2022-11-23T02:45:59.9324383Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel:0 2022-11-23T02:45:59.9324980Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.no_sync:0 2022-11-23T02:45:59.9325579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.join:0 2022-11-23T02:45:59.9326199Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:0 2022-11-23T02:45:59.9326827Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:1 2022-11-23T02:45:59.9327456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T02:45:59.9328086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_fused_optim:0 2022-11-23T02:45:59.9328669Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-11-23T02:45:59.9329226Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py named_params_with_sharded_tensor:0 2022-11-23T02:45:59.9329809Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py init_from_local_shards:0 2022-11-23T02:45:59.9330431Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py custom_sharded_op_impl:0 2022-11-23T02:45:59.9331016Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor._init_from_local_tensor:0 2022-11-23T02:45:59.9331613Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor.reshard:0 2022-11-23T02:45:59.9332189Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py _sharded_op_common:0 2022-11-23T02:45:59.9332750Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py ShardingPlan:0 2022-11-23T02:45:59.9333311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_input_validate:0 2022-11-23T02:45:59.9333886Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_output_validate:0 2022-11-23T02:45:59.9334426Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-11-23T02:45:59.9334905Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-11-23T02:45:59.9335393Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-11-23T02:45:59.9335954Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-11-23T02:45:59.9336452Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-11-23T02:45:59.9336937Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-11-23T02:45:59.9337447Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-11-23T02:45:59.9338018Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T02:45:59.9338553Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-11-23T02:45:59.9339058Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-11-23T02:45:59.9339602Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-11-23T02:45:59.9340116Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-11-23T02:45:59.9340612Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-11-23T02:45:59.9341108Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-11-23T02:45:59.9341604Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-11-23T02:45:59.9342207Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-11-23T02:45:59.9342740Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-11-23T02:45:59.9343257Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-11-23T02:45:59.9343813Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-11-23T02:45:59.9344330Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-11-23T02:45:59.9344860Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-11-23T02:45:59.9345387Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-11-23T02:45:59.9345948Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T02:45:59.9346536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-11-23T02:45:59.9347077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-11-23T02:45:59.9347621Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-11-23T02:45:59.9348151Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-11-23T02:45:59.9348664Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-11-23T02:45:59.9349228Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-11-23T02:45:59.9349723Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-11-23T02:45:59.9350251Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T02:45:59.9350835Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T02:45:59.9351377Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-11-23T02:45:59.9351893Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-11-23T02:45:59.9352419Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-11-23T02:45:59.9352983Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-11-23T02:45:59.9353509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-11-23T02:45:59.9354015Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-11-23T02:45:59.9354502Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-11-23T02:45:59.9354985Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-11-23T02:45:59.9355447Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-11-23T02:45:59.9355934Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.eliminate_dead_code:0 2022-11-23T02:45:59.9356427Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.on_generate_code:0 2022-11-23T02:45:59.9356967Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-11-23T02:45:59.9357457Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-11-23T02:45:59.9357959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-11-23T02:45:59.9358454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-11-23T02:45:59.9358932Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-11-23T02:45:59.9359414Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_more_precise:0 2022-11-23T02:45:59.9359940Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-11-23T02:45:59.9360481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-11-23T02:45:59.9361022Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-11-23T02:45:59.9361549Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-11-23T02:45:59.9362084Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py reify_object:0 2022-11-23T02:45:59.9362666Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unify_object:0 2022-11-23T02:45:59.9363200Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge:0 2022-11-23T02:45:59.9363765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge_with:0 2022-11-23T02:45:59.9364325Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valmap:0 2022-11-23T02:45:59.9364877Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keymap:0 2022-11-23T02:45:59.9365434Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemmap:0 2022-11-23T02:45:59.9365992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valfilter:0 2022-11-23T02:45:59.9366536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keyfilter:0 2022-11-23T02:45:59.9367098Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemfilter:0 2022-11-23T02:45:59.9367656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc:0 2022-11-23T02:45:59.9368202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py dissoc:0 2022-11-23T02:45:59.9368758Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc_in:0 2022-11-23T02:45:59.9369323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py update_in:0 2022-11-23T02:45:59.9369933Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py get_in:0 2022-11-23T02:45:59.9370489Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py groupby:0 2022-11-23T02:45:59.9371038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py first:0 2022-11-23T02:45:59.9371586Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py transitive_get:0 2022-11-23T02:45:59.9372114Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-11-23T02:45:59.9372656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py reverse_dict:0 2022-11-23T02:45:59.9373191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-11-23T02:45:59.9373724Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-11-23T02:45:59.9374287Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py dispatch:0 2022-11-23T02:45:59.9374884Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher:0 2022-11-23T02:45:59.9375571Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.register:0 2022-11-23T02:45:59.9376208Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.add:0 2022-11-23T02:45:59.9376842Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.dispatch:0 2022-11-23T02:45:59.9377454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py str_signature:0 2022-11-23T02:45:59.9378054Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py expand_tuples:0 2022-11-23T02:45:59.9378722Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py _toposort:0 2022-11-23T02:45:59.9379359Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py reverse_dict:0 2022-11-23T02:45:59.9379951Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py groupby:0 2022-11-23T02:45:59.9380538Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py typename:0 2022-11-23T02:45:59.9381128Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py isvariadic:0 2022-11-23T02:45:59.9381729Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py Variadic:0 2022-11-23T02:45:59.9382367Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-11-23T02:45:59.9382868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py split_module:0 2022-11-23T02:45:59.9383986Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T02:45:59.9384530Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-11-23T02:45:59.9385005Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-11-23T02:45:59.9385509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save_jit_module_to_flatbuffer:0 2022-11-23T02:45:59.9386049Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _load_for_lite_interpreter:0 2022-11-23T02:45:59.9386571Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_bytecode_version:0 2022-11-23T02:45:59.9387099Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_mobile_model_contained_types:0 2022-11-23T02:45:59.9387616Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_ops_and_info:0 2022-11-23T02:45:59.9388114Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py is_masked_tensor:0 2022-11-23T02:45:59.9388648Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool2d_with_indices:0 2022-11-23T02:45:59.9389239Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool3d_with_indices:0 2022-11-23T02:45:59.9389745Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-11-23T02:45:59.9390224Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-11-23T02:45:59.9390705Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-11-23T02:45:59.9391185Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-11-23T02:45:59.9391649Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-11-23T02:45:59.9392119Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-11-23T02:45:59.9392608Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-11-23T02:45:59.9393122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy_with_logits:0 2022-11-23T02:45:59.9393618Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-11-23T02:45:59.9394081Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-11-23T02:45:59.9394536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-11-23T02:45:59.9394984Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-11-23T02:45:59.9395434Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-11-23T02:45:59.9395868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-11-23T02:45:59.9396322Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-11-23T02:45:59.9396829Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-11-23T02:45:59.9397272Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-11-23T02:45:59.9397719Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-11-23T02:45:59.9398177Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-11-23T02:45:59.9398617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-11-23T02:45:59.9399053Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-11-23T02:45:59.9399475Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-11-23T02:45:59.9399915Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-11-23T02:45:59.9400364Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-11-23T02:45:59.9400828Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-11-23T02:45:59.9401293Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-11-23T02:45:59.9401792Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-11-23T02:45:59.9402254Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-11-23T02:45:59.9402699Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-11-23T02:45:59.9403168Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-11-23T02:45:59.9403659Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-11-23T02:45:59.9404142Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-11-23T02:45:59.9404630Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-11-23T02:45:59.9405120Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-11-23T02:45:59.9405600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-11-23T02:45:59.9406097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-11-23T02:45:59.9406578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-11-23T02:45:59.9407047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-11-23T02:45:59.9407528Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-11-23T02:45:59.9408022Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-11-23T02:45:59.9408505Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-11-23T02:45:59.9408977Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-11-23T02:45:59.9409447Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-11-23T02:45:59.9409968Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-11-23T02:45:59.9410437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-11-23T02:45:59.9410921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-11-23T02:45:59.9411416Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-11-23T02:45:59.9411913Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-11-23T02:45:59.9412405Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-11-23T02:45:59.9412895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-11-23T02:45:59.9413406Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-11-23T02:45:59.9413919Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-11-23T02:45:59.9414392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-11-23T02:45:59.9414938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-11-23T02:45:59.9415427Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-11-23T02:45:59.9415914Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-11-23T02:45:59.9416400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-11-23T02:45:59.9416896Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-11-23T02:45:59.9417389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-11-23T02:45:59.9417880Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-11-23T02:45:59.9418356Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-11-23T02:45:59.9418866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-11-23T02:45:59.9419418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-11-23T02:45:59.9419976Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-11-23T02:45:59.9420489Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-11-23T02:45:59.9420982Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-11-23T02:45:59.9421470Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-11-23T02:45:59.9421964Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-11-23T02:45:59.9422559Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-11-23T02:45:59.9423135Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-11-23T02:45:59.9423652Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-11-23T02:45:59.9424147Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-11-23T02:45:59.9424625Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-11-23T02:45:59.9425117Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-11-23T02:45:59.9425588Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-11-23T02:45:59.9426075Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-11-23T02:45:59.9426594Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-11-23T02:45:59.9427083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-11-23T02:45:59.9427562Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-11-23T02:45:59.9428083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-11-23T02:45:59.9428541Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-11-23T02:45:59.9429035Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-11-23T02:45:59.9429554Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-11-23T02:45:59.9430067Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-11-23T02:45:59.9430568Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-11-23T02:45:59.9431039Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-11-23T02:45:59.9431523Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-11-23T02:45:59.9431994Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-11-23T02:45:59.9432463Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-11-23T02:45:59.9432923Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-11-23T02:45:59.9433397Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-11-23T02:45:59.9433891Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-11-23T02:45:59.9434360Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-11-23T02:45:59.9434823Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-11-23T02:45:59.9435275Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-11-23T02:45:59.9435799Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-11-23T02:45:59.9436316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-11-23T02:45:59.9436824Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-11-23T02:45:59.9437328Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-11-23T02:45:59.9437827Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-11-23T02:45:59.9438323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-11-23T02:45:59.9438843Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-11-23T02:45:59.9439356Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-11-23T02:45:59.9439848Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.register_buffer:0 2022-11-23T02:45:59.9440358Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-11-23T02:45:59.9440847Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-11-23T02:45:59.9441386Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.state_dict:0 2022-11-23T02:45:59.9441895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-11-23T02:45:59.9442414Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_parameters:0 2022-11-23T02:45:59.9442906Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-11-23T02:45:59.9443409Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_buffers:0 2022-11-23T02:45:59.9443924Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_children:0 2022-11-23T02:45:59.9444430Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-11-23T02:45:59.9444931Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_modules:0 2022-11-23T02:45:59.9445458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-11-23T02:45:59.9445977Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-11-23T02:45:59.9446486Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-11-23T02:45:59.9446978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-11-23T02:45:59.9447481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-11-23T02:45:59.9447978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-11-23T02:45:59.9448485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-11-23T02:45:59.9449037Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-11-23T02:45:59.9449542Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-11-23T02:45:59.9450050Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-11-23T02:45:59.9450557Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-11-23T02:45:59.9451065Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-11-23T02:45:59.9451563Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-11-23T02:45:59.9452069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-11-23T02:45:59.9452587Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-11-23T02:45:59.9453085Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-11-23T02:45:59.9453565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-11-23T02:45:59.9454091Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-11-23T02:45:59.9454572Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-11-23T02:45:59.9455047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-11-23T02:45:59.9455530Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-11-23T02:45:59.9456015Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-11-23T02:45:59.9456501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-11-23T02:45:59.9456970Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-11-23T02:45:59.9457466Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-11-23T02:45:59.9457991Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-11-23T02:45:59.9458494Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-11-23T02:45:59.9458968Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-11-23T02:45:59.9459478Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-11-23T02:45:59.9460001Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-11-23T02:45:59.9460509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-11-23T02:45:59.9461012Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-11-23T02:45:59.9461514Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-11-23T02:45:59.9462060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-11-23T02:45:59.9462638Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-11-23T02:45:59.9463093Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-11-23T02:45:59.9463531Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-11-23T02:45:59.9463992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-11-23T02:45:59.9464450Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-11-23T02:45:59.9464905Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-11-23T02:45:59.9465376Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-11-23T02:45:59.9465881Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding.from_pretrained:0 2022-11-23T02:45:59.9466399Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-11-23T02:45:59.9466910Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag.from_pretrained:0 2022-11-23T02:45:59.9467487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-11-23T02:45:59.9468008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-11-23T02:45:59.9468547Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-11-23T02:45:59.9469082Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-11-23T02:45:59.9469633Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-11-23T02:45:59.9470194Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-11-23T02:45:59.9470713Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-11-23T02:45:59.9471227Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-11-23T02:45:59.9471764Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-11-23T02:45:59.9472292Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-11-23T02:45:59.9472830Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-11-23T02:45:59.9473409Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.no_sync:0 2022-11-23T02:45:59.9474002Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-11-23T02:45:59.9474607Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:0 2022-11-23T02:45:59.9475433Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:1 2022-11-23T02:45:59.9476073Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T02:45:59.9476694Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_fused_optim:0 2022-11-23T02:45:59.9477222Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-11-23T02:45:59.9477741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py convert_conv2d_weight_memory_format:0 2022-11-23T02:45:59.9478285Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-11-23T02:45:59.9478808Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-11-23T02:45:59.9479392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-11-23T02:45:59.9479908Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-11-23T02:45:59.9480436Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-11-23T02:45:59.9481067Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-11-23T02:45:59.9481553Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-11-23T02:45:59.9482036Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-11-23T02:45:59.9482533Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-11-23T02:45:59.9483028Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py custom_from_mask:0 2022-11-23T02:45:59.9483507Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-11-23T02:45:59.9483972Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-11-23T02:45:59.9484458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_packed_sequence:0 2022-11-23T02:45:59.9484936Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-11-23T02:45:59.9485461Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-11-23T02:45:59.9485930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-11-23T02:45:59.9486444Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-11-23T02:45:59.9486942Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py spectral_norm:0 2022-11-23T02:45:59.9487453Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py remove_spectral_norm:0 2022-11-23T02:45:59.9487963Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-11-23T02:45:59.9488455Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py weight_norm:0 2022-11-23T02:45:59.9489083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py remove_weight_norm:0 2022-11-23T02:45:59.9489614Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py call_for_per_sample_grads:0 2022-11-23T02:45:59.9490136Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py unfold3d:0 2022-11-23T02:45:59.9490711Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-11-23T02:45:59.9491265Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-11-23T02:45:59.9491805Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-11-23T02:45:59.9492358Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-11-23T02:45:59.9492858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-11-23T02:45:59.9493347Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-11-23T02:45:59.9493836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-11-23T02:45:59.9494448Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-11-23T02:45:59.9494937Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-11-23T02:45:59.9495437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-11-23T02:45:59.9495946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-11-23T02:45:59.9496460Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T02:45:59.9496962Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-11-23T02:45:59.9497506Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T02:45:59.9498155Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T02:45:59.9498741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-11-23T02:45:59.9499195Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-11-23T02:45:59.9499662Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-11-23T02:45:59.9500148Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-11-23T02:45:59.9500618Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-11-23T02:45:59.9501085Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-11-23T02:45:59.9501560Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-11-23T02:45:59.9502278Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-11-23T02:45:59.9502782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-11-23T02:45:59.9503260Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-11-23T02:45:59.9503815Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-11-23T02:45:59.9504410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_symmetric_psd_matrix:0 2022-11-23T02:45:59.9504973Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_psd_matrix:0 2022-11-23T02:45:59.9505532Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_pd_matrix:0 2022-11-23T02:45:59.9506118Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\distributed\_tensor\common_dtensor.py skip_unless_torch_gpu:0 2022-11-23T02:45:59.9506693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py rename_privateuse1_backend:0 2022-11-23T02:45:59.9507226Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-11-23T02:45:59.9507879Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-11-23T02:45:59.9508371Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-11-23T02:45:59.9508872Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-11-23T02:45:59.9509363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-11-23T02:45:59.9509889Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-11-23T02:45:59.9510411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-11-23T02:45:59.9510930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T02:45:59.9511466Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-11-23T02:45:59.9511970Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-11-23T02:45:59.9512478Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-11-23T02:45:59.9513021Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-11-23T02:45:59.9513543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-11-23T02:45:59.9514063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-11-23T02:45:59.9514606Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-11-23T02:45:59.9515159Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py MapperIterDataPipe:0 2022-11-23T02:45:59.9516039Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py CollatorIterDataPipe:0 2022-11-23T02:45:59.9516679Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T02:45:59.9517272Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ConcaterIterDataPipe:0 2022-11-23T02:45:59.9517836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ForkerIterDataPipe:0 2022-11-23T02:45:59.9518400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py _ChildDataPipe:0 2022-11-23T02:45:59.9518980Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py DemultiplexerIterDataPipe:0 2022-11-23T02:45:59.9519587Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py MultiplexerIterDataPipe:0 2022-11-23T02:45:59.9520169Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ZipperIterDataPipe:0 2022-11-23T02:45:59.9520745Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py FileListerIterDataPipe:0 2022-11-23T02:45:59.9521480Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py FileOpenerIterDataPipe:0 2022-11-23T02:45:59.9522109Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py BatcherIterDataPipe:0 2022-11-23T02:45:59.9522731Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py UnBatcherIterDataPipe:0 2022-11-23T02:45:59.9523290Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py GrouperIterDataPipe:0 2022-11-23T02:45:59.9523854Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py FilterIterDataPipe:0 2022-11-23T02:45:59.9524457Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py StreamReaderIterDataPipe:0 2022-11-23T02:45:59.9525062Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py IterableWrapperIterDataPipe:0 2022-11-23T02:45:59.9525642Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py MapperMapDataPipe:0 2022-11-23T02:45:59.9526223Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T02:45:59.9526807Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ConcaterMapDataPipe:0 2022-11-23T02:45:59.9527378Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ZipperMapDataPipe:0 2022-11-23T02:45:59.9527988Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py BatcherMapDataPipe:0 2022-11-23T02:45:59.9528606Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py SequenceWrapperMapDataPipe:0 2022-11-23T02:45:59.9529175Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py validate_input_col:0 2022-11-23T02:45:59.9529845Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_convert:0 2022-11-23T02:45:59.9530353Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py collate:0 2022-11-23T02:45:59.9530849Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_collate:0 2022-11-23T02:45:59.9531365Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py find_closure_group:0 2022-11-23T02:45:59.9531909Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py replace_extern_shared:0 2022-11-23T02:45:59.9532451Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-11-23T02:45:59.9533004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_hparams:0 2022-11-23T02:45:59.9533588Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalar:0 2022-11-23T02:45:59.9534183Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalars:0 2022-11-23T02:45:59.9534739Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram:0 2022-11-23T02:45:59.9536033Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram_raw:0 2022-11-23T02:45:59.9536594Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_image:0 2022-11-23T02:45:59.9537147Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_images:0 2022-11-23T02:45:59.9537695Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_text:0 2022-11-23T02:45:59.9538241Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_embedding:0 2022-11-23T02:45:59.9538793Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_pr_curve:0 2022-11-23T02:45:59.9539361Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-11-23T02:45:59.9540025Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-11-23T02:45:59.9540650Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars:0 2022-11-23T02:45:59.9541201Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_mesh:0 2022-11-23T02:45:59.9541728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-11-23T02:45:59.9542351Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-11-23T02:46:00.2767562Z 2022-11-23T02:46:00.2768114Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:46:00.2769381Z 2022-11-23T02:46:00.2769884Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:46:00.2774581Z 2022-11-23T02:46:00.2775041Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:46:00.2797187Z + [[ 1 == 1 ]] 2022-11-23T02:46:00.2797467Z + [[ 2 -gt 1 ]] 2022-11-23T02:46:00.2797781Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-11-23T02:46:00.3000754Z 2022-11-23T02:46:00.3001209Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "0" IF NOT "cpu" == "cpu" exit /b 0 2022-11-23T02:46:00.3003462Z 2022-11-23T02:46:00.3003812Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:46:00.3014804Z 2022-11-23T02:46:00.3015164Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:46:00.3015638Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:46:00.3015920Z exit /b 0 2022-11-23T02:46:00.3016145Z ) 2022-11-23T02:46:00.8058657Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-11-23T02:46:00.8069387Z Note: Google Test filter = -IntegrationTest.MNIST*:*_CUDA:*_MultiCUDA 2022-11-23T02:46:00.8069694Z [==========] Running 979 tests from 47 test suites. 2022-11-23T02:46:00.8069953Z [----------] Global test environment set-up. 2022-11-23T02:46:00.8070222Z [----------] 9 tests from AutogradAPITests 2022-11-23T02:46:00.8070501Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-11-23T02:46:00.8080724Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-11-23T02:46:00.8081031Z [ RUN ] AutogradAPITests.BackwardTest 2022-11-23T02:46:00.8081843Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\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-23T02:46:00.8084146Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-11-23T02:46:00.8084439Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-11-23T02:46:00.8086275Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-11-23T02:46:00.8086545Z [ RUN ] AutogradAPITests.GradTest 2022-11-23T02:46:00.8090087Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-11-23T02:46:00.8090369Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-11-23T02:46:00.8093015Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-11-23T02:46:00.8094194Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-11-23T02:46:00.8095483Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-11-23T02:46:00.8096657Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-11-23T02:46:00.8098322Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-11-23T02:46:00.8098626Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-11-23T02:46:01.4507492Z [ OK ] AutogradAPITests.GradUnreachableTest (640 ms) 2022-11-23T02:46:01.4507825Z [ RUN ] AutogradAPITests.EmptyInput 2022-11-23T02:46:01.4509240Z [ OK ] AutogradAPITests.EmptyInput (0 ms) 2022-11-23T02:46:01.4509519Z [ RUN ] AutogradAPITests.RetainGrad 2022-11-23T02:46:01.4514352Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-11-23T02:46:01.4514903Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator ()) 2022-11-23T02:46:01.4515373Z [ RUN ] AutogradAPITests.AnomalyMode 2022-11-23T02:46:01.4566586Z [ OK ] AutogradAPITests.AnomalyMode (5 ms) 2022-11-23T02:46:01.4566937Z [----------] 9 tests from AutogradAPITests (649 ms total) 2022-11-23T02:46:01.4567290Z 2022-11-23T02:46:01.4567412Z [----------] 33 tests from CustomAutogradTest 2022-11-23T02:46:01.4567737Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-11-23T02:46:01.4568132Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-11-23T02:46:01.4568477Z [ RUN ] CustomAutogradTest.CustomFunction 2022-11-23T02:46:01.4570712Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-11-23T02:46:01.4571069Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-11-23T02:46:01.4572961Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-11-23T02:46:01.4573323Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-11-23T02:46:01.4577248Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-11-23T02:46:01.4577582Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-11-23T02:46:01.4578685Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-11-23T02:46:01.4579035Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-11-23T02:46:01.4580219Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-11-23T02:46:01.4580556Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-11-23T02:46:01.4581843Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-11-23T02:46:01.4582256Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-11-23T02:46:01.4582595Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-11-23T02:46:01.4582929Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-11-23T02:46:01.4583264Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-11-23T02:46:01.4583562Z [ RUN ] CustomAutogradTest.MarkDirty 2022-11-23T02:46:01.4584065Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-11-23T02:46:01.4584409Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-11-23T02:46:01.4585235Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-11-23T02:46:01.4585594Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-11-23T02:46:01.4587531Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-11-23T02:46:01.4587903Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-11-23T02:46:01.4588268Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-11-23T02:46:01.4588609Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-11-23T02:46:01.4589980Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-11-23T02:46:01.4590493Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-11-23T02:46:01.4592664Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (0 ms) 2022-11-23T02:46:01.4593002Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-11-23T02:46:01.4593309Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-11-23T02:46:01.4593631Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-11-23T02:46:01.4594674Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-11-23T02:46:01.4595003Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-11-23T02:46:01.4598384Z [ OK ] CustomAutogradTest.InvalidGradients (0 ms) 2022-11-23T02:46:01.4598676Z [ RUN ] CustomAutogradTest.NoGradInput 2022-11-23T02:46:01.4598961Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-11-23T02:46:01.4599247Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-11-23T02:46:01.4599534Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-11-23T02:46:01.4599819Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-11-23T02:46:01.4600229Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-11-23T02:46:01.4600489Z [ RUN ] CustomAutogradTest.Reentrant 2022-11-23T02:46:01.4602028Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-11-23T02:46:01.4602316Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-11-23T02:46:02.0848280Z [ OK ] CustomAutogradTest.DeepReentrant (624 ms) 2022-11-23T02:46:02.0848690Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-11-23T02:46:02.0855483Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-11-23T02:46:02.0855909Z [ RUN ] CustomAutogradTest.Hooks 2022-11-23T02:46:02.0862722Z [ OK ] CustomAutogradTest.Hooks (0 ms) 2022-11-23T02:46:02.0862994Z [ RUN ] CustomAutogradTest.HooksInplace 2022-11-23T02:46:02.0865059Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-11-23T02:46:02.0865403Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-11-23T02:46:02.0868073Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-11-23T02:46:02.0868474Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-11-23T02:46:02.0870951Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-11-23T02:46:02.0871291Z [ RUN ] CustomAutogradTest.HookNone 2022-11-23T02:46:02.0871959Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-11-23T02:46:02.0872254Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-11-23T02:46:02.0873652Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-11-23T02:46:02.0873988Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-11-23T02:46:02.0875713Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (0 ms) 2022-11-23T02:46:02.0876071Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-11-23T02:46:02.0878428Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-11-23T02:46:02.0878970Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-11-23T02:46:02.0879370Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-11-23T02:46:02.0879724Z [----------] 33 tests from CustomAutogradTest (631 ms total) 2022-11-23T02:46:02.0879902Z 2022-11-23T02:46:02.0880008Z [----------] 18 tests from AnyModuleTest 2022-11-23T02:46:02.0880265Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-11-23T02:46:02.0880559Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-11-23T02:46:02.0880881Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-11-23T02:46:02.0881267Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-11-23T02:46:02.0881655Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-11-23T02:46:02.0882044Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-11-23T02:46:02.0882426Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-11-23T02:46:02.0882811Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-11-23T02:46:02.0883392Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-11-23T02:46:02.0883946Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-11-23T02:46:02.0884371Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-11-23T02:46:02.0884664Z [ OK ] AnyModuleTest.WrongArgumentType (0 ms) 2022-11-23T02:46:02.0884966Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-11-23T02:46:02.0886130Z [ OK ] AnyModuleTest.WrongNumberOfArguments (0 ms) 2022-11-23T02:46:02.0886580Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-11-23T02:46:02.0892118Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (0 ms) 2022-11-23T02:46:02.0892584Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-11-23T02:46:02.0892925Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-11-23T02:46:02.0893266Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-11-23T02:46:02.0893660Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (0 ms) 2022-11-23T02:46:02.0893994Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-11-23T02:46:02.0894368Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-11-23T02:46:02.0894694Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-11-23T02:46:02.0895046Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-11-23T02:46:02.0895465Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-11-23T02:46:02.0895796Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (0 ms) 2022-11-23T02:46:02.0896105Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-11-23T02:46:02.0896407Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-11-23T02:46:02.0896733Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-11-23T02:46:02.0898584Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (0 ms) 2022-11-23T02:46:02.0898959Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-11-23T02:46:02.0899315Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-11-23T02:46:02.0899660Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-11-23T02:46:02.0900052Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-11-23T02:46:02.0900394Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-11-23T02:46:02.0900812Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-11-23T02:46:02.0901154Z [----------] 18 tests from AnyModuleTest (2 ms total) 2022-11-23T02:46:02.0901312Z 2022-11-23T02:46:02.0901413Z [----------] 12 tests from AnyValueTest 2022-11-23T02:46:02.0901718Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-11-23T02:46:02.0902104Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-11-23T02:46:02.0902603Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-11-23T02:46:02.0903109Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-11-23T02:46:02.0903543Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-11-23T02:46:02.0903948Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-11-23T02:46:02.0904365Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-11-23T02:46:02.0904785Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-11-23T02:46:02.0905214Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-11-23T02:46:02.0905636Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-11-23T02:46:02.0906050Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-11-23T02:46:02.0906437Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-11-23T02:46:02.0906788Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-11-23T02:46:02.0907755Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (0 ms) 2022-11-23T02:46:02.0908096Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-11-23T02:46:02.0908408Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-11-23T02:46:02.0908729Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-11-23T02:46:02.0909045Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-11-23T02:46:02.0909362Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-11-23T02:46:02.0909677Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-11-23T02:46:02.0910013Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-11-23T02:46:02.0910387Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-11-23T02:46:02.0910740Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-11-23T02:46:02.0911075Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-11-23T02:46:02.0911403Z [----------] 12 tests from AnyValueTest (0 ms total) 2022-11-23T02:46:02.0911560Z 2022-11-23T02:46:02.0911659Z [----------] 50 tests from DataTest 2022-11-23T02:46:02.0911914Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-11-23T02:46:02.0912202Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-11-23T02:46:02.0912518Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-11-23T02:46:02.0912859Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-11-23T02:46:02.0913211Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-11-23T02:46:02.0913578Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (0 ms) 2022-11-23T02:46:02.0913964Z [ RUN ] DataTest.InfiniteStreamDataset 2022-11-23T02:46:02.0914232Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-11-23T02:46:02.0914509Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-11-23T02:46:02.0914790Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-11-23T02:46:02.0915090Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-11-23T02:46:02.0915409Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-11-23T02:46:02.0915735Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-11-23T02:46:02.0916059Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-11-23T02:46:02.0916399Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-11-23T02:46:02.0916747Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-11-23T02:46:02.0917095Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-11-23T02:46:02.0917429Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-11-23T02:46:02.0917717Z [ RUN ] DataTest.CollateReducesBatch 2022-11-23T02:46:02.0917991Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-11-23T02:46:02.0918263Z [ RUN ] DataTest.CollationReducesBatch 2022-11-23T02:46:02.0918544Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-11-23T02:46:02.0918873Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-11-23T02:46:02.0919255Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-11-23T02:46:02.0919649Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-11-23T02:46:02.0920083Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-11-23T02:46:02.0920456Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-11-23T02:46:02.0920770Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-11-23T02:46:02.0921112Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-11-23T02:46:02.0921494Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-11-23T02:46:02.0921844Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-11-23T02:46:02.1094710Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (18 ms) 2022-11-23T02:46:02.1095204Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-11-23T02:46:02.1095606Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-11-23T02:46:02.1096144Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-11-23T02:46:02.1096557Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-11-23T02:46:02.1096897Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-11-23T02:46:02.1097197Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-11-23T02:46:02.1097525Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-11-23T02:46:02.1097881Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-11-23T02:46:02.1098283Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-11-23T02:46:02.1100701Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-11-23T02:46:02.1101198Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-11-23T02:46:02.1101643Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-11-23T02:46:02.1102019Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-11-23T02:46:02.1102386Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-11-23T02:46:02.1102714Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-11-23T02:46:02.1103113Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-11-23T02:46:02.1103484Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-11-23T02:46:02.1103864Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-11-23T02:46:02.1104292Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-11-23T02:46:02.1104843Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-11-23T02:46:02.1105241Z [ RUN ] DataTest.StackTransformWorksForExample 2022-11-23T02:46:02.1106610Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-11-23T02:46:02.1107005Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-11-23T02:46:02.1107887Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-11-23T02:46:02.1108248Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-11-23T02:46:02.1109131Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-11-23T02:46:02.1109494Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-11-23T02:46:02.1110142Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-11-23T02:46:02.1110449Z [ RUN ] DataTest.NormalizeTransform 2022-11-23T02:46:02.1116224Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-11-23T02:46:02.1116486Z [ RUN ] DataTest.MapDoesNotCopy 2022-11-23T02:46:02.1116734Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-11-23T02:46:02.1117025Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-11-23T02:46:02.1117361Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-11-23T02:46:02.1117714Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-11-23T02:46:02.1295117Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (17 ms) 2022-11-23T02:46:02.1295538Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-11-23T02:46:02.1620652Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (32 ms) 2022-11-23T02:46:02.1621053Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-11-23T02:46:02.1768221Z [ OK ] DataTest.QueueClearEmptiesTheQueue (14 ms) 2022-11-23T02:46:02.1768576Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-11-23T02:46:02.1768912Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-11-23T02:46:02.1769245Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-11-23T02:46:02.1769596Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-11-23T02:46:02.1769994Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-11-23T02:46:02.1770481Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-11-23T02:46:02.1770936Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-11-23T02:46:02.1771360Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-11-23T02:46:02.1771958Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-11-23T02:46:02.1922885Z [ OK ] DataTest.DataShuttlePopResultTimesOut (15 ms) 2022-11-23T02:46:02.1923214Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-11-23T02:46:02.1930128Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (0 ms) 2022-11-23T02:46:02.1930585Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-11-23T02:46:02.1931113Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-11-23T02:46:02.1931542Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-11-23T02:46:02.1931864Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-11-23T02:46:02.1932291Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-11-23T02:46:02.1932817Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:46:02.1933397Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-11-23T02:46:02.1933969Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:46:02.1934425Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-11-23T02:46:02.1938465Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-11-23T02:46:02.1938945Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-11-23T02:46:02.1939557Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:46:02.1940296Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-11-23T02:46:02.1940848Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-11-23T02:46:02.1941326Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-11-23T02:46:02.1941738Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-11-23T02:46:02.1942095Z [----------] 50 tests from DataTest (103 ms total) 2022-11-23T02:46:02.1942325Z 2022-11-23T02:46:02.1942435Z [----------] 37 tests from DataLoaderTest 2022-11-23T02:46:02.1942741Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-11-23T02:46:02.1943141Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-11-23T02:46:02.1943559Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-11-23T02:46:02.1943993Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-11-23T02:46:02.1944402Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-11-23T02:46:02.1944795Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-11-23T02:46:02.1945342Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-11-23T02:46:02.1946017Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (0 ms) 2022-11-23T02:46:02.1946518Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-11-23T02:46:02.1946910Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-11-23T02:46:02.1947330Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-11-23T02:46:02.1947771Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-11-23T02:46:02.1948209Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-11-23T02:46:02.1948645Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-11-23T02:46:02.1949110Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-11-23T02:46:02.1972910Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-11-23T02:46:02.1973350Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-11-23T02:46:02.1973668Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-11-23T02:46:02.1974184Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-11-23T02:46:02.1974597Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-11-23T02:46:02.1974971Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-11-23T02:46:02.1975365Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-11-23T02:46:02.1975761Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-11-23T02:46:02.1976322Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (0 ms) 2022-11-23T02:46:02.1976789Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-11-23T02:46:02.1977227Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (0 ms) 2022-11-23T02:46:02.1977664Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-11-23T02:46:02.1978107Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (0 ms) 2022-11-23T02:46:02.1978522Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-11-23T02:46:02.1978905Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (0 ms) 2022-11-23T02:46:02.1979305Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-11-23T02:46:02.1979709Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (0 ms) 2022-11-23T02:46:02.1980069Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-11-23T02:46:02.1980392Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-11-23T02:46:02.1980913Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-11-23T02:46:02.1981548Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-11-23T02:46:02.1982292Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-11-23T02:46:02.1982928Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-11-23T02:46:02.1983386Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-11-23T02:46:02.2079984Z [ OK ] DataLoaderTest.RespectsTimeout (12 ms) 2022-11-23T02:46:02.2089885Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-11-23T02:46:02.2090339Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (0 ms) 2022-11-23T02:46:02.2090690Z [ RUN ] DataLoaderTest.Reset 2022-11-23T02:46:02.2090931Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-11-23T02:46:02.2091268Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-11-23T02:46:02.2092810Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-11-23T02:46:02.2093210Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-11-23T02:46:02.2093562Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-11-23T02:46:02.2093929Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-11-23T02:46:02.2101248Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (0 ms) 2022-11-23T02:46:02.2101603Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-11-23T02:46:02.2102577Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-11-23T02:46:02.2102935Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-11-23T02:46:02.2105229Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-11-23T02:46:02.2105697Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-11-23T02:46:02.2182319Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (7 ms) 2022-11-23T02:46:02.2182724Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-11-23T02:46:02.2184521Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (0 ms) 2022-11-23T02:46:02.2184905Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-11-23T02:46:02.2185833Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-11-23T02:46:02.2186235Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-11-23T02:46:02.2188409Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-11-23T02:46:02.2188835Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-11-23T02:46:02.2190153Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-11-23T02:46:02.2190533Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-11-23T02:46:02.2192909Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-11-23T02:46:02.2193323Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-11-23T02:46:02.2662744Z [ OK ] DataLoaderTest.ChunkDatasetSave (46 ms) 2022-11-23T02:46:02.2663098Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-11-23T02:46:02.2726289Z [ OK ] DataLoaderTest.ChunkDatasetLoad (6 ms) 2022-11-23T02:46:02.2726655Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-11-23T02:46:02.2734498Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-11-23T02:46:02.2734874Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-11-23T02:46:02.2739084Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-11-23T02:46:02.2739415Z [----------] 37 tests from DataLoaderTest (79 ms total) 2022-11-23T02:46:02.2739580Z 2022-11-23T02:46:02.2739676Z [----------] 1 test from EnumTest 2022-11-23T02:46:02.2739883Z [ RUN ] EnumTest.AllEnums 2022-11-23T02:46:02.2740216Z [ OK ] EnumTest.AllEnums (0 ms) 2022-11-23T02:46:02.2740473Z [----------] 1 test from EnumTest (0 ms total) 2022-11-23T02:46:02.2740623Z 2022-11-23T02:46:02.2740908Z [----------] 6 tests from ExpandingArrayTest 2022-11-23T02:46:02.2741240Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-11-23T02:46:02.2741656Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-11-23T02:46:02.2742026Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-11-23T02:46:02.2742499Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-11-23T02:46:02.2742848Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-11-23T02:46:02.2743193Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-11-23T02:46:02.2743554Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-11-23T02:46:02.2743931Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-11-23T02:46:02.2744466Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-11-23T02:46:02.2745183Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (0 ms) 2022-11-23T02:46:02.2745850Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-11-23T02:46:02.2746475Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (0 ms) 2022-11-23T02:46:02.2746941Z [----------] 6 tests from ExpandingArrayTest (0 ms total) 2022-11-23T02:46:02.2747108Z 2022-11-23T02:46:02.2747202Z [----------] 10 tests from FFTTest 2022-11-23T02:46:02.2747412Z [ RUN ] FFTTest.fft 2022-11-23T02:46:02.2749087Z [ OK ] FFTTest.fft (0 ms) 2022-11-23T02:46:02.2749307Z [ RUN ] FFTTest.fft_real 2022-11-23T02:46:02.2750947Z [ OK ] FFTTest.fft_real (0 ms) 2022-11-23T02:46:02.2751169Z [ RUN ] FFTTest.fft_pad 2022-11-23T02:46:02.2753891Z [ OK ] FFTTest.fft_pad (0 ms) 2022-11-23T02:46:02.2754110Z [ RUN ] FFTTest.fft_norm 2022-11-23T02:46:02.2756375Z [ OK ] FFTTest.fft_norm (0 ms) 2022-11-23T02:46:02.2756591Z [ RUN ] FFTTest.ifft 2022-11-23T02:46:02.2759874Z [ OK ] FFTTest.ifft (0 ms) 2022-11-23T02:46:02.2760416Z [ RUN ] FFTTest.fft_ifft 2022-11-23T02:46:02.2762033Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-11-23T02:46:02.2762247Z [ RUN ] FFTTest.rfft 2022-11-23T02:46:02.2765547Z [ OK ] FFTTest.rfft (0 ms) 2022-11-23T02:46:02.2765748Z [ RUN ] FFTTest.rfft_irfft 2022-11-23T02:46:02.2766772Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-11-23T02:46:02.2766993Z [ RUN ] FFTTest.ihfft 2022-11-23T02:46:02.2770436Z [ OK ] FFTTest.ihfft (0 ms) 2022-11-23T02:46:02.2770658Z [ RUN ] FFTTest.hfft_ihfft 2022-11-23T02:46:02.2772625Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-11-23T02:46:02.2772865Z [----------] 10 tests from FFTTest (2 ms total) 2022-11-23T02:46:02.2773015Z 2022-11-23T02:46:02.2773126Z [----------] 132 tests from FunctionalTest 2022-11-23T02:46:02.2773366Z [ RUN ] FunctionalTest.Conv1d 2022-11-23T02:46:02.2796350Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-11-23T02:46:02.2796607Z [ RUN ] FunctionalTest.Conv2dEven 2022-11-23T02:46:02.2804547Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-11-23T02:46:02.2804987Z [ RUN ] FunctionalTest.Conv2dUneven 2022-11-23T02:46:02.2807571Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-11-23T02:46:02.2807985Z [ RUN ] FunctionalTest.Conv3d 2022-11-23T02:46:02.2812813Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-11-23T02:46:02.2813220Z [ RUN ] FunctionalTest.MaxPool1d 2022-11-23T02:46:02.2814040Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-11-23T02:46:02.2814461Z [ RUN ] FunctionalTest.MaxPool2d 2022-11-23T02:46:02.2815300Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-11-23T02:46:02.2815746Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-11-23T02:46:02.2816992Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-11-23T02:46:02.2817445Z [ RUN ] FunctionalTest.MaxPool3d 2022-11-23T02:46:02.2818277Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-11-23T02:46:02.2818841Z [ RUN ] FunctionalTest.AvgPool1d 2022-11-23T02:46:02.2819870Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-11-23T02:46:02.2820269Z [ RUN ] FunctionalTest.AvgPool2d 2022-11-23T02:46:02.2820780Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-11-23T02:46:02.2821190Z [ RUN ] FunctionalTest.AvgPool3d 2022-11-23T02:46:02.2822007Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-11-23T02:46:02.2822565Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-11-23T02:46:02.2827575Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-11-23T02:46:02.2828082Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-11-23T02:46:02.2830576Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-11-23T02:46:02.2831035Z [ RUN ] FunctionalTest.LPPool1d 2022-11-23T02:46:02.2833023Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-11-23T02:46:02.2833431Z [ RUN ] FunctionalTest.LPPool2d 2022-11-23T02:46:02.2834628Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-11-23T02:46:02.2835071Z [ RUN ] FunctionalTest.CosineSimilarity 2022-11-23T02:46:02.2837059Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-11-23T02:46:02.2837567Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-11-23T02:46:02.2840208Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-11-23T02:46:02.2840731Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-11-23T02:46:02.2842091Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-11-23T02:46:02.2842595Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-11-23T02:46:02.2844016Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-11-23T02:46:02.2844537Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-11-23T02:46:02.2846468Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-11-23T02:46:02.2846960Z [ RUN ] FunctionalTest.HuberLossDelta 2022-11-23T02:46:02.2848322Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-11-23T02:46:02.2848805Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-11-23T02:46:02.2850061Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-11-23T02:46:02.2850612Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-11-23T02:46:02.2853401Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:46:02.2854047Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-11-23T02:46:02.2863204Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:46:02.2864053Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-11-23T02:46:02.2864622Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-11-23T02:46:02.2865292Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-11-23T02:46:02.2866763Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-11-23T02:46:02.2867378Z [ RUN ] FunctionalTest.PairwiseDistance 2022-11-23T02:46:02.2869056Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-11-23T02:46:02.2869526Z [ RUN ] FunctionalTest.PDist 2022-11-23T02:46:02.2872013Z [ OK ] FunctionalTest.PDist (0 ms) 2022-11-23T02:46:02.2872448Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-11-23T02:46:02.2873833Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-11-23T02:46:02.2874310Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-11-23T02:46:02.2875478Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-11-23T02:46:02.2875822Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-11-23T02:46:02.2876854Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-11-23T02:46:02.2877158Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-11-23T02:46:02.2878528Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-11-23T02:46:02.2878827Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-11-23T02:46:02.2879823Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-11-23T02:46:02.2880123Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-11-23T02:46:02.2881412Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-11-23T02:46:02.2881684Z [ RUN ] FunctionalTest.L1Loss 2022-11-23T02:46:02.2884488Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-11-23T02:46:02.2884738Z [ RUN ] FunctionalTest.MSELoss 2022-11-23T02:46:02.2886813Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-11-23T02:46:02.2887047Z [ RUN ] FunctionalTest.BCELoss 2022-11-23T02:46:02.2889368Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-11-23T02:46:02.2889631Z [ RUN ] FunctionalTest.KLDivLoss 2022-11-23T02:46:02.2890612Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-11-23T02:46:02.2892336Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-11-23T02:46:02.2892625Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-11-23T02:46:02.2895479Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-11-23T02:46:02.2895766Z [ RUN ] FunctionalTest.GridSample 2022-11-23T02:46:02.2900761Z [W vision.h:87] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-11-23T02:46:02.2906237Z [ OK ] FunctionalTest.GridSample (1 ms) 2022-11-23T02:46:02.2906489Z [ RUN ] FunctionalTest.AffineGrid 2022-11-23T02:46:02.2940701Z [ OK ] FunctionalTest.AffineGrid (3 ms) 2022-11-23T02:46:02.2940981Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-11-23T02:46:02.2943497Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-11-23T02:46:02.2943797Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-11-23T02:46:02.2947418Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-11-23T02:46:02.2947780Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-11-23T02:46:02.2950937Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-11-23T02:46:02.2951333Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-11-23T02:46:02.2953668Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-11-23T02:46:02.2954007Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-11-23T02:46:02.2956605Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-11-23T02:46:02.2957116Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-11-23T02:46:02.3215005Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (25 ms) 2022-11-23T02:46:02.3215576Z [ RUN ] FunctionalTest.NLLLoss 2022-11-23T02:46:02.3217570Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-11-23T02:46:02.3217838Z [ RUN ] FunctionalTest.CrossEntropy 2022-11-23T02:46:02.3225546Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-11-23T02:46:02.3225826Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-11-23T02:46:02.3231334Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-11-23T02:46:02.3231822Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-11-23T02:46:02.3234153Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-11-23T02:46:02.3235773Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-11-23T02:46:02.3236250Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-11-23T02:46:02.3236683Z [ RUN ] FunctionalTest.ELU 2022-11-23T02:46:02.3253958Z [ OK ] FunctionalTest.ELU (1 ms) 2022-11-23T02:46:02.3254387Z [ RUN ] FunctionalTest.SELU 2022-11-23T02:46:02.3258492Z [ OK ] FunctionalTest.SELU (0 ms) 2022-11-23T02:46:02.3260103Z [ RUN ] FunctionalTest.GLU 2022-11-23T02:46:02.3260520Z [ OK ] FunctionalTest.GLU (0 ms) 2022-11-23T02:46:02.3260922Z [ RUN ] FunctionalTest.GELU 2022-11-23T02:46:02.3265070Z [ OK ] FunctionalTest.GELU (0 ms) 2022-11-23T02:46:02.3266318Z [ RUN ] FunctionalTest.TanhGELU 2022-11-23T02:46:02.3266967Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-11-23T02:46:02.3267390Z [ RUN ] FunctionalTest.Hardshrink 2022-11-23T02:46:02.3276816Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-11-23T02:46:02.3277332Z [ RUN ] FunctionalTest.OneHot 2022-11-23T02:46:02.3281389Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-11-23T02:46:02.3281833Z [ RUN ] FunctionalTest.Hardtanh 2022-11-23T02:46:02.3318759Z [ OK ] FunctionalTest.Hardtanh (3 ms) 2022-11-23T02:46:02.3319231Z [ RUN ] FunctionalTest.LeakyReLU 2022-11-23T02:46:02.3331232Z [ OK ] FunctionalTest.LeakyReLU (1 ms) 2022-11-23T02:46:02.3331701Z [ RUN ] FunctionalTest.LogSigmoid 2022-11-23T02:46:02.3332428Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-11-23T02:46:02.3332940Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-11-23T02:46:02.3373922Z [ OK ] FunctionalTest.GumbelSoftmax (4 ms) 2022-11-23T02:46:02.3374209Z [ RUN ] FunctionalTest.Softmax 2022-11-23T02:46:02.3375296Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-11-23T02:46:02.3375540Z [ RUN ] FunctionalTest.Softmin 2022-11-23T02:46:02.3377087Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-11-23T02:46:02.3377342Z [ RUN ] FunctionalTest.LogSoftmax 2022-11-23T02:46:02.3378631Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-11-23T02:46:02.3378898Z [ RUN ] FunctionalTest.PReLU 2022-11-23T02:46:02.3380702Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-11-23T02:46:02.3380944Z [ RUN ] FunctionalTest.LayerNorm 2022-11-23T02:46:02.3381997Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-11-23T02:46:02.3382398Z [ RUN ] FunctionalTest.GroupNorm 2022-11-23T02:46:02.3383394Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-11-23T02:46:02.3383675Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-11-23T02:46:02.3385633Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-11-23T02:46:02.3385906Z [ RUN ] FunctionalTest.Linear 2022-11-23T02:46:02.3389183Z [ OK ] FunctionalTest.Linear (0 ms) 2022-11-23T02:46:02.3389481Z [ RUN ] FunctionalTest.Embedding 2022-11-23T02:46:02.3390725Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-11-23T02:46:02.3390986Z [ RUN ] FunctionalTest.EmbeddingBag 2022-11-23T02:46:02.3399770Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-11-23T02:46:02.3400052Z [ RUN ] FunctionalTest.Bilinear 2022-11-23T02:46:02.3403486Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-11-23T02:46:02.3403729Z [ RUN ] FunctionalTest.Normalize 2022-11-23T02:46:02.3408731Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-11-23T02:46:02.3408987Z [ RUN ] FunctionalTest.ReLU 2022-11-23T02:46:02.3412278Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-11-23T02:46:02.3412555Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-11-23T02:46:02.3413407Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-11-23T02:46:02.3413714Z [ RUN ] FunctionalTest.ReLU6 2022-11-23T02:46:02.3417605Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-11-23T02:46:02.3417890Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-11-23T02:46:02.3419015Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-11-23T02:46:02.3419288Z [ RUN ] FunctionalTest.RReLU 2022-11-23T02:46:02.3468656Z [ OK ] FunctionalTest.RReLU (4 ms) 2022-11-23T02:46:02.3469175Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-11-23T02:46:02.3471500Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-11-23T02:46:02.3472003Z [ RUN ] FunctionalTest.CELU 2022-11-23T02:46:02.3486134Z [ OK ] FunctionalTest.CELU (1 ms) 2022-11-23T02:46:02.3486642Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-11-23T02:46:02.3487814Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-11-23T02:46:02.3488381Z [ RUN ] FunctionalTest.PixelShuffle 2022-11-23T02:46:02.3490094Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-11-23T02:46:02.3490573Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-11-23T02:46:02.3491997Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-11-23T02:46:02.3492656Z [ RUN ] FunctionalTest.Softplus 2022-11-23T02:46:02.3501363Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-11-23T02:46:02.3502082Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-11-23T02:46:02.3502766Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-11-23T02:46:02.3503253Z [ RUN ] FunctionalTest.Fold 2022-11-23T02:46:02.3504176Z [ OK ] FunctionalTest.Fold (0 ms) 2022-11-23T02:46:02.3504608Z [ RUN ] FunctionalTest.Unfold 2022-11-23T02:46:02.3505975Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-11-23T02:46:02.3506420Z [ RUN ] FunctionalTest.Softshrink 2022-11-23T02:46:02.3514482Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-11-23T02:46:02.3515012Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-11-23T02:46:02.3515563Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-11-23T02:46:02.3516037Z [ RUN ] FunctionalTest.Softsign 2022-11-23T02:46:02.3516460Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-11-23T02:46:02.3516851Z [ RUN ] FunctionalTest.Mish 2022-11-23T02:46:02.3517635Z [ OK ] FunctionalTest.Mish (0 ms) 2022-11-23T02:46:02.3518035Z [ RUN ] FunctionalTest.Tanhshrink 2022-11-23T02:46:02.3519512Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-11-23T02:46:02.3520590Z [ RUN ] FunctionalTest.Threshold 2022-11-23T02:46:02.3536253Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-11-23T02:46:02.3536690Z [ RUN ] FunctionalTest.BatchNorm1d 2022-11-23T02:46:02.3538989Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-11-23T02:46:02.3539490Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-11-23T02:46:02.3540052Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-11-23T02:46:02.3540520Z [ RUN ] FunctionalTest.BatchNorm2d 2022-11-23T02:46:02.3541296Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-11-23T02:46:02.3541787Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-11-23T02:46:02.3542787Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-11-23T02:46:02.3544889Z [ RUN ] FunctionalTest.BatchNorm3d 2022-11-23T02:46:02.3545327Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-11-23T02:46:02.3545817Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-11-23T02:46:02.3546352Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-11-23T02:46:02.3546846Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-11-23T02:46:02.3549040Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-11-23T02:46:02.3551197Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-11-23T02:46:02.3551791Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-11-23T02:46:02.3552297Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-11-23T02:46:02.3554149Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-11-23T02:46:02.3554679Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-11-23T02:46:02.3557592Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-11-23T02:46:02.3558121Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-11-23T02:46:02.3560953Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-11-23T02:46:02.3561475Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-11-23T02:46:02.3564724Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-11-23T02:46:02.3565214Z [ RUN ] FunctionalTest.Interpolate 2022-11-23T02:46:02.3566727Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3570009Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3571823Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3573470Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3576720Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3578357Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3579982Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3583388Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:02.3588362Z [ OK ] FunctionalTest.Interpolate (2 ms) 2022-11-23T02:46:02.3588786Z [ RUN ] FunctionalTest.Pad1 2022-11-23T02:46:02.3589816Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-11-23T02:46:02.3590204Z [ RUN ] FunctionalTest.Pad2 2022-11-23T02:46:02.3592169Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-11-23T02:46:02.3593508Z [ RUN ] FunctionalTest.Pad3 2022-11-23T02:46:02.3598432Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-11-23T02:46:02.3600402Z [ RUN ] FunctionalTest.Pad4 2022-11-23T02:46:02.3600872Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-11-23T02:46:02.3601243Z [ RUN ] FunctionalTest.Pad5 2022-11-23T02:46:02.3606425Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-11-23T02:46:02.3606803Z [ RUN ] FunctionalTest.Pad6 2022-11-23T02:46:02.3607788Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-11-23T02:46:02.3608167Z [ RUN ] FunctionalTest.Pad7 2022-11-23T02:46:02.3608538Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-11-23T02:46:02.3608910Z [ RUN ] FunctionalTest.Pad8 2022-11-23T02:46:02.3609276Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-11-23T02:46:02.3609636Z [ RUN ] FunctionalTest.CTCLoss 2022-11-23T02:46:02.3629663Z [ OK ] FunctionalTest.CTCLoss (2 ms) 2022-11-23T02:46:02.3630118Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-11-23T02:46:02.3633729Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-11-23T02:46:02.3634054Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-11-23T02:46:02.3638399Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-11-23T02:46:02.3638692Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-11-23T02:46:02.3642751Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-11-23T02:46:02.3643087Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-11-23T02:46:02.3649685Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-11-23T02:46:02.3650006Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-11-23T02:46:02.3655756Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-11-23T02:46:02.3656072Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-11-23T02:46:02.3660202Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-11-23T02:46:02.3660492Z [ RUN ] FunctionalTest.AlphaDropout 2022-11-23T02:46:02.3680476Z [ OK ] FunctionalTest.AlphaDropout (2 ms) 2022-11-23T02:46:02.3680773Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-11-23T02:46:02.3700181Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-11-23T02:46:02.3700462Z [ RUN ] FunctionalTest.Dropout 2022-11-23T02:46:02.3711003Z [ OK ] FunctionalTest.Dropout (1 ms) 2022-11-23T02:46:02.3711250Z [ RUN ] FunctionalTest.Dropout2d 2022-11-23T02:46:02.3722576Z [ OK ] FunctionalTest.Dropout2d (1 ms) 2022-11-23T02:46:02.3722836Z [ RUN ] FunctionalTest.Dropout3d 2022-11-23T02:46:02.3732747Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-11-23T02:46:02.3733005Z [ RUN ] FunctionalTest.isfinite 2022-11-23T02:46:02.3743767Z [ OK ] FunctionalTest.isfinite (1 ms) 2022-11-23T02:46:02.3744008Z [ RUN ] FunctionalTest.isinf 2022-11-23T02:46:02.3752850Z [ OK ] FunctionalTest.isinf (0 ms) 2022-11-23T02:46:02.3753101Z [ RUN ] FunctionalTest.AllClose 2022-11-23T02:46:02.3902895Z [ OK ] FunctionalTest.AllClose (14 ms) 2022-11-23T02:46:02.3930994Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-11-23T02:46:02.3931395Z [ OK ] FunctionalTest.BCEWithLogitsLoss (2 ms) 2022-11-23T02:46:02.3931719Z [----------] 132 tests from FunctionalTest (115 ms total) 2022-11-23T02:46:02.3931884Z 2022-11-23T02:46:02.3931980Z [----------] 1 test from IntegrationTest 2022-11-23T02:46:02.3932227Z [ RUN ] IntegrationTest.CartPole 2022-11-23T02:46:20.0927180Z [ OK ] IntegrationTest.CartPole (17699 ms) 2022-11-23T02:46:20.0927558Z [----------] 1 test from IntegrationTest (17699 ms total) 2022-11-23T02:46:20.0927731Z 2022-11-23T02:46:20.0927843Z [----------] 9 tests from InitTest 2022-11-23T02:46:20.0928127Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-11-23T02:46:20.0946264Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (1 ms) 2022-11-23T02:46:20.0946593Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-11-23T02:46:20.0965336Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-11-23T02:46:20.0965723Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-11-23T02:46:20.0983856Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-11-23T02:46:20.0984204Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-11-23T02:46:20.1002301Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-11-23T02:46:20.1002665Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-11-23T02:46:20.1004623Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (0 ms) 2022-11-23T02:46:20.1004952Z [ RUN ] InitTest.CalculateGainWithTanh 2022-11-23T02:46:20.1005241Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-11-23T02:46:20.1005525Z [ RUN ] InitTest.CalculateGainWithRelu 2022-11-23T02:46:20.1005812Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-11-23T02:46:20.1006110Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-11-23T02:46:20.1007637Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-11-23T02:46:20.1008159Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-11-23T02:46:20.1008700Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-11-23T02:46:20.1009170Z [----------] 9 tests from InitTest (8 ms total) 2022-11-23T02:46:20.1009399Z 2022-11-23T02:46:20.1009572Z [----------] 6 tests from TorchScriptTest 2022-11-23T02:46:20.1010058Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-11-23T02:46:20.1585823Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (57 ms) 2022-11-23T02:46:20.1586484Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-11-23T02:46:20.1599950Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (1 ms) 2022-11-23T02:46:20.1600539Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-11-23T02:46:20.1604268Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-11-23T02:46:20.1604794Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-11-23T02:46:20.1606507Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-11-23T02:46:20.1607032Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-11-23T02:46:20.1613200Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-11-23T02:46:20.1613677Z [ RUN ] TorchScriptTest.TestPickle 2022-11-23T02:46:20.1614059Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-11-23T02:46:20.1614394Z [----------] 6 tests from TorchScriptTest (60 ms total) 2022-11-23T02:46:20.1614574Z 2022-11-23T02:46:20.1614703Z [----------] 3 tests from MakeUniqueTest 2022-11-23T02:46:20.1615044Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-11-23T02:46:20.1615505Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-11-23T02:46:20.1616015Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-11-23T02:46:20.1616533Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-11-23T02:46:20.1617064Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-11-23T02:46:20.1617636Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-11-23T02:46:20.1618145Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-11-23T02:46:20.1618390Z 2022-11-23T02:46:20.1618554Z [----------] 2 tests from MetaTensorTest 2022-11-23T02:46:20.1618945Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-11-23T02:46:20.1619376Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-11-23T02:46:20.1619989Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-11-23T02:46:20.1620489Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-11-23T02:46:20.1620950Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-11-23T02:46:20.1621197Z 2022-11-23T02:46:20.1621346Z [----------] 2 tests from UtilsTest 2022-11-23T02:46:20.1621691Z [ RUN ] UtilsTest.WarnOnce 2022-11-23T02:46:20.1622043Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-11-23T02:46:20.1622537Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-11-23T02:46:20.1623034Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-11-23T02:46:20.1623486Z [----------] 2 tests from UtilsTest (0 ms total) 2022-11-23T02:46:20.1623715Z 2022-11-23T02:46:20.1623864Z [----------] 1 test from NoGradTest 2022-11-23T02:46:20.1624237Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-11-23T02:46:20.1624664Z [ OK ] NoGradTest.SetsGradModeCorrectly (0 ms) 2022-11-23T02:46:20.1624947Z [----------] 1 test from NoGradTest (0 ms total) 2022-11-23T02:46:20.1625095Z 2022-11-23T02:46:20.1625194Z [----------] 3 tests from AutogradTest 2022-11-23T02:46:20.1625451Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-11-23T02:46:20.1625739Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-11-23T02:46:20.1626125Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-11-23T02:46:20.1626552Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-11-23T02:46:20.1626902Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-11-23T02:46:20.1627340Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-11-23T02:46:20.1627695Z [----------] 3 tests from AutogradTest (0 ms total) 2022-11-23T02:46:20.1627852Z 2022-11-23T02:46:20.1627972Z [----------] 1 test from OptionalArrayRefTest 2022-11-23T02:46:20.1628269Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-11-23T02:46:20.1628640Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-11-23T02:46:20.1629003Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-11-23T02:46:20.1629171Z 2022-11-23T02:46:20.1629269Z [----------] 52 tests from ModuleTest 2022-11-23T02:46:20.1629551Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-11-23T02:46:20.1629909Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-11-23T02:46:20.1630194Z [ RUN ] ModuleTest.ZeroGrad 2022-11-23T02:46:20.1630423Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-11-23T02:46:20.1630675Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-11-23T02:46:20.1630967Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-11-23T02:46:20.1631314Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-11-23T02:46:20.1631940Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (0 ms) 2022-11-23T02:46:20.1633363Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-11-23T02:46:20.1633786Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (0 ms) 2022-11-23T02:46:20.1634207Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-11-23T02:46:20.1634601Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (0 ms) 2022-11-23T02:46:20.1634933Z [ RUN ] ModuleTest.ReplaceModule 2022-11-23T02:46:20.1635258Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-11-23T02:46:20.1635518Z [ RUN ] ModuleTest.UnregisterModule 2022-11-23T02:46:20.1636604Z [ OK ] ModuleTest.UnregisterModule (0 ms) 2022-11-23T02:46:20.1636987Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-11-23T02:46:20.1638903Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (0 ms) 2022-11-23T02:46:20.1639339Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-11-23T02:46:20.1640147Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (0 ms) 2022-11-23T02:46:20.1640554Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-11-23T02:46:20.1641018Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-11-23T02:46:20.1641403Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-11-23T02:46:20.1642447Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (0 ms) 2022-11-23T02:46:20.1642866Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-11-23T02:46:20.1643423Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (0 ms) 2022-11-23T02:46:20.1643753Z [ RUN ] ModuleTest.CanGetName 2022-11-23T02:46:20.1644341Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-11-23T02:46:20.1644662Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-11-23T02:46:20.1645033Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-11-23T02:46:20.1645410Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-11-23T02:46:20.1645851Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-11-23T02:46:20.1646315Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-11-23T02:46:20.1646783Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-11-23T02:46:20.1647258Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-11-23T02:46:20.1648213Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (0 ms) 2022-11-23T02:46:20.1648750Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-11-23T02:46:20.1649391Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-11-23T02:46:20.1649820Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-11-23T02:46:20.1657194Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-11-23T02:46:20.1657580Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-11-23T02:46:20.1658991Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-11-23T02:46:20.1659406Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-11-23T02:46:20.1660927Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-11-23T02:46:20.1661329Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-11-23T02:46:20.1661665Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-11-23T02:46:20.1662025Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-11-23T02:46:20.1662533Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-11-23T02:46:20.1662893Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-11-23T02:46:20.1663264Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-11-23T02:46:20.1663603Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-11-23T02:46:20.1663964Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-11-23T02:46:20.1664434Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-11-23T02:46:20.1665010Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-11-23T02:46:20.1665556Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-11-23T02:46:20.1666111Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-11-23T02:46:20.1666631Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-11-23T02:46:20.1667119Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (0 ms) 2022-11-23T02:46:20.1667589Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-11-23T02:46:20.1668025Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-11-23T02:46:20.1668499Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-11-23T02:46:20.1668935Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-11-23T02:46:20.1669459Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-11-23T02:46:20.1670097Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-11-23T02:46:20.1670591Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-11-23T02:46:20.1671063Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-11-23T02:46:20.1671519Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-11-23T02:46:20.1671965Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-11-23T02:46:20.1672450Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-11-23T02:46:20.1672972Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-11-23T02:46:20.1673447Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-11-23T02:46:20.1673888Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:46:20.1674340Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-11-23T02:46:20.1674857Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:46:20.1675357Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-11-23T02:46:20.1675773Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:46:20.1676206Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-11-23T02:46:20.1676652Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-11-23T02:46:20.1677168Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-11-23T02:46:20.1677604Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-11-23T02:46:20.1678063Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-11-23T02:46:20.1678576Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-11-23T02:46:20.1679060Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-11-23T02:46:20.1679511Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-11-23T02:46:20.1679999Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-11-23T02:46:20.1680535Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-11-23T02:46:20.1681015Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-11-23T02:46:20.1681405Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:46:20.1681756Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-11-23T02:46:20.1682117Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:46:20.1682592Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-11-23T02:46:20.1682956Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:46:20.1683400Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-11-23T02:46:20.1683800Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-11-23T02:46:20.1684187Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-11-23T02:46:20.1684565Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-11-23T02:46:20.1684955Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-11-23T02:46:20.1685365Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-11-23T02:46:20.1685802Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-11-23T02:46:20.1686297Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (0 ms) 2022-11-23T02:46:20.1686696Z [ RUN ] ModuleTest.PrettyPrint 2022-11-23T02:46:20.1686968Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-11-23T02:46:20.1687315Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-11-23T02:46:20.1687919Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-11-23T02:46:20.1688285Z [----------] 52 tests from ModuleTest (5 ms total) 2022-11-23T02:46:20.1688428Z 2022-11-23T02:46:20.1688536Z [----------] 11 tests from ModuleDictTest 2022-11-23T02:46:20.1688799Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-11-23T02:46:20.1689095Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-11-23T02:46:20.1689410Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-11-23T02:46:20.1689748Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-11-23T02:46:20.1690065Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-11-23T02:46:20.1690388Z [ OK ] ModuleDictTest.UpdatePopClearContains (0 ms) 2022-11-23T02:46:20.1690678Z [ RUN ] ModuleDictTest.UpdateExist 2022-11-23T02:46:20.1690942Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-11-23T02:46:20.1691187Z [ RUN ] ModuleDictTest.Keys 2022-11-23T02:46:20.1691425Z [ OK ] ModuleDictTest.Keys (0 ms) 2022-11-23T02:46:20.1691646Z [ RUN ] ModuleDictTest.Values 2022-11-23T02:46:20.1691888Z [ OK ] ModuleDictTest.Values (0 ms) 2022-11-23T02:46:20.1692209Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-11-23T02:46:20.1692620Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-11-23T02:46:20.1693040Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-11-23T02:46:20.1693357Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-11-23T02:46:20.1693737Z [ RUN ] ModuleDictTest.IsCloneable 2022-11-23T02:46:20.1695873Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-11-23T02:46:20.1696188Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-11-23T02:46:20.1697304Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-11-23T02:46:20.1697651Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-11-23T02:46:20.1699322Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-11-23T02:46:20.1699720Z [----------] 11 tests from ModuleDictTest (1 ms total) 2022-11-23T02:46:20.1699870Z 2022-11-23T02:46:20.1699978Z [----------] 15 tests from ModuleListTest 2022-11-23T02:46:20.1700314Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-11-23T02:46:20.1700677Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-11-23T02:46:20.1701025Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-11-23T02:46:20.1701366Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-11-23T02:46:20.1701708Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-11-23T02:46:20.1702038Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-11-23T02:46:20.1702444Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-11-23T02:46:20.1702764Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-11-23T02:46:20.1703043Z [ RUN ] ModuleListTest.Insertion 2022-11-23T02:46:20.1703294Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-11-23T02:46:20.1703559Z [ RUN ] ModuleListTest.AccessWithAt 2022-11-23T02:46:20.1703819Z [ OK ] ModuleListTest.AccessWithAt (0 ms) 2022-11-23T02:46:20.1704087Z [ RUN ] ModuleListTest.AccessWithPtr 2022-11-23T02:46:20.1705824Z [ OK ] ModuleListTest.AccessWithPtr (0 ms) 2022-11-23T02:46:20.1706174Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-11-23T02:46:20.1707620Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-11-23T02:46:20.1708086Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-11-23T02:46:20.1708511Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-11-23T02:46:20.1708887Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-11-23T02:46:20.1709208Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-11-23T02:46:20.1709495Z [ RUN ] ModuleListTest.IsCloneable 2022-11-23T02:46:20.1712935Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-11-23T02:46:20.1713969Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-11-23T02:46:20.1714357Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-11-23T02:46:20.1714680Z [ RUN ] ModuleListTest.NestingIsPossible 2022-11-23T02:46:20.1714981Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-11-23T02:46:20.1715295Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-11-23T02:46:20.1715678Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-11-23T02:46:20.1716031Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-11-23T02:46:20.1716334Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-11-23T02:46:20.1716619Z [----------] 15 tests from ModuleListTest (1 ms total) 2022-11-23T02:46:20.1716785Z 2022-11-23T02:46:20.1716888Z [----------] 256 tests from ModulesTest 2022-11-23T02:46:20.1717187Z [ RUN ] ModulesTest.Conv1d 2022-11-23T02:46:20.1728040Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-11-23T02:46:20.1728333Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-11-23T02:46:20.1730838Z [ OK ] ModulesTest.Conv1dSameStrided (0 ms) 2022-11-23T02:46:20.1731114Z [ RUN ] ModulesTest.Conv2dEven 2022-11-23T02:46:20.1734833Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-11-23T02:46:20.1735210Z [ RUN ] ModulesTest.Conv2dUneven 2022-11-23T02:46:20.1738603Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-11-23T02:46:20.1738903Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-11-23T02:46:20.1742118Z [ OK ] ModulesTest.Conv2dSameStrided (0 ms) 2022-11-23T02:46:20.1742655Z [ RUN ] ModulesTest.Conv3d 2022-11-23T02:46:20.1747535Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-11-23T02:46:20.1747813Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-11-23T02:46:20.1751763Z [ OK ] ModulesTest.Conv3dSameStrided (0 ms) 2022-11-23T02:46:20.1752044Z [ RUN ] ModulesTest.ConvTranspose1d 2022-11-23T02:46:20.1756164Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-11-23T02:46:20.1756453Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-11-23T02:46:20.1761835Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-11-23T02:46:20.1762329Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-11-23T02:46:20.1766018Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-11-23T02:46:20.1766366Z [ RUN ] ModulesTest.ConvTranspose3d 2022-11-23T02:46:20.1769691Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-11-23T02:46:20.1769951Z [ RUN ] ModulesTest.MaxPool1d 2022-11-23T02:46:20.1771915Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-11-23T02:46:20.1772246Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-11-23T02:46:20.1774667Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-11-23T02:46:20.1774949Z [ RUN ] ModulesTest.MaxPool2dEven 2022-11-23T02:46:20.1776198Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-11-23T02:46:20.1776464Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-11-23T02:46:20.1777813Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-11-23T02:46:20.1778235Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-11-23T02:46:20.1779761Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-11-23T02:46:20.1780074Z [ RUN ] ModulesTest.MaxPool3d 2022-11-23T02:46:20.1781223Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-11-23T02:46:20.1781507Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-11-23T02:46:20.1783439Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-11-23T02:46:20.1783720Z [ RUN ] ModulesTest.AvgPool1d 2022-11-23T02:46:20.1785764Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-11-23T02:46:20.1786007Z [ RUN ] ModulesTest.AvgPool2dEven 2022-11-23T02:46:20.1787100Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-11-23T02:46:20.1787369Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-11-23T02:46:20.1788524Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-11-23T02:46:20.1788780Z [ RUN ] ModulesTest.AvgPool3d 2022-11-23T02:46:20.1790013Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-11-23T02:46:20.1790409Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-11-23T02:46:20.1791911Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-11-23T02:46:20.1792239Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-11-23T02:46:20.1793677Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-11-23T02:46:20.1794009Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-11-23T02:46:20.1795332Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-11-23T02:46:20.1795658Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-11-23T02:46:20.1797306Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-11-23T02:46:20.1797594Z [ RUN ] ModulesTest.LPPool1d 2022-11-23T02:46:20.1798758Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-11-23T02:46:20.1799000Z [ RUN ] ModulesTest.LPPool2d 2022-11-23T02:46:20.1800160Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-11-23T02:46:20.1800397Z [ RUN ] ModulesTest.Identity 2022-11-23T02:46:20.1801536Z [ OK ] ModulesTest.Identity (0 ms) 2022-11-23T02:46:20.1801768Z [ RUN ] ModulesTest.Flatten 2022-11-23T02:46:20.1804117Z [ OK ] ModulesTest.Flatten (0 ms) 2022-11-23T02:46:20.1804358Z [ RUN ] ModulesTest.Unflatten 2022-11-23T02:46:20.1805617Z [W TensorImpl.h:1787] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator ()) 2022-11-23T02:46:20.1806192Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-11-23T02:46:20.1806452Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-11-23T02:46:20.1808159Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-11-23T02:46:20.1808481Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-11-23T02:46:20.1809920Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-11-23T02:46:20.1810252Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-11-23T02:46:20.1811856Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-11-23T02:46:20.1812168Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-11-23T02:46:20.1813690Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-11-23T02:46:20.1814039Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-11-23T02:46:20.1816458Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-11-23T02:46:20.1816835Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-11-23T02:46:20.1818992Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-11-23T02:46:20.1819338Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-11-23T02:46:20.1821140Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-11-23T02:46:20.1821458Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-11-23T02:46:20.1824589Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-11-23T02:46:20.1824990Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-11-23T02:46:20.1826491Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-11-23T02:46:20.1826792Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-11-23T02:46:20.1828491Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-11-23T02:46:20.1828803Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-11-23T02:46:20.1830307Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-11-23T02:46:20.1830657Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-11-23T02:46:20.1832665Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-11-23T02:46:20.1832925Z [ RUN ] ModulesTest.MaxUnpool1d 2022-11-23T02:46:20.1835183Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-11-23T02:46:20.1835454Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-11-23T02:46:20.1838310Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-11-23T02:46:20.1838576Z [ RUN ] ModulesTest.MaxUnpool2d 2022-11-23T02:46:20.1841373Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-11-23T02:46:20.1841641Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-11-23T02:46:20.1844404Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-11-23T02:46:20.1844820Z [ RUN ] ModulesTest.MaxUnpool3d 2022-11-23T02:46:20.1846366Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-11-23T02:46:20.1849085Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-11-23T02:46:20.1849389Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-11-23T02:46:20.1849682Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-11-23T02:46:20.2883404Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (103 ms) 2022-11-23T02:46:20.2883737Z [ RUN ] ModulesTest.Linear 2022-11-23T02:46:20.2891650Z [ OK ] ModulesTest.Linear (0 ms) 2022-11-23T02:46:20.2891919Z [ RUN ] ModulesTest.LocalResponseNorm 2022-11-23T02:46:20.2900716Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-11-23T02:46:20.2901157Z [ RUN ] ModulesTest.LayerNorm 2022-11-23T02:46:20.2903094Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-11-23T02:46:20.2903474Z [ RUN ] ModulesTest.GroupNorm 2022-11-23T02:46:20.2905999Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-11-23T02:46:20.2906374Z [ RUN ] ModulesTest.Bilinear 2022-11-23T02:46:20.2910374Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-11-23T02:46:20.2910772Z [ RUN ] ModulesTest.Fold 2022-11-23T02:46:20.2914893Z [ OK ] ModulesTest.Fold (0 ms) 2022-11-23T02:46:20.2915248Z [ RUN ] ModulesTest.Unfold 2022-11-23T02:46:20.2921487Z [ OK ] ModulesTest.Unfold (0 ms) 2022-11-23T02:46:20.2922150Z [ RUN ] ModulesTest.SimpleContainer 2022-11-23T02:46:20.2939011Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-11-23T02:46:20.2939496Z [ RUN ] ModulesTest.EmbeddingBasic 2022-11-23T02:46:20.2940779Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-11-23T02:46:20.2941193Z [ RUN ] ModulesTest.EmbeddingList 2022-11-23T02:46:20.2941760Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-11-23T02:46:20.2942202Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-11-23T02:46:20.2943832Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-11-23T02:46:20.2944345Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-11-23T02:46:20.2945991Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-11-23T02:46:20.2946455Z [ RUN ] ModulesTest.AlphaDropout 2022-11-23T02:46:20.2947457Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-11-23T02:46:20.2947917Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-11-23T02:46:20.2948900Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-11-23T02:46:20.2949322Z [ RUN ] ModulesTest.Dropout 2022-11-23T02:46:20.2951177Z [ OK ] ModulesTest.Dropout (0 ms) 2022-11-23T02:46:20.2951551Z [ RUN ] ModulesTest.Dropout2d 2022-11-23T02:46:20.2959519Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-11-23T02:46:20.2959932Z [ RUN ] ModulesTest.Dropout3d 2022-11-23T02:46:20.2970985Z [ OK ] ModulesTest.Dropout3d (1 ms) 2022-11-23T02:46:20.2971414Z [ RUN ] ModulesTest.Parameters 2022-11-23T02:46:20.2971980Z [ OK ] ModulesTest.Parameters (0 ms) 2022-11-23T02:46:20.2972500Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-11-23T02:46:20.2973084Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-11-23T02:46:20.2973650Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-11-23T02:46:20.2974180Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-11-23T02:46:20.2974685Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-11-23T02:46:20.2975201Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-11-23T02:46:20.2975683Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-11-23T02:46:20.2976140Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-11-23T02:46:20.2976592Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-11-23T02:46:20.2977027Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-11-23T02:46:20.2977481Z [ RUN ] ModulesTest.BatchNorm1d 2022-11-23T02:46:20.2977938Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-11-23T02:46:20.2978576Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-11-23T02:46:20.2978937Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-11-23T02:46:20.2979224Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-11-23T02:46:20.2979512Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-11-23T02:46:20.2979765Z [ RUN ] ModulesTest.BatchNorm2d 2022-11-23T02:46:20.2983045Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-11-23T02:46:20.2983428Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-11-23T02:46:20.2983809Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-11-23T02:46:20.2984097Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-11-23T02:46:20.2984441Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-11-23T02:46:20.2984695Z [ RUN ] ModulesTest.BatchNorm3d 2022-11-23T02:46:20.2989958Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-11-23T02:46:20.2990336Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-11-23T02:46:20.2990723Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-11-23T02:46:20.2991027Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-11-23T02:46:20.2991335Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-11-23T02:46:20.2991603Z [ RUN ] ModulesTest.InstanceNorm1d 2022-11-23T02:46:20.2994343Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-11-23T02:46:20.2994828Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-11-23T02:46:20.2995314Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-11-23T02:46:20.2996025Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-11-23T02:46:20.2996552Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-11-23T02:46:20.2996984Z [ RUN ] ModulesTest.InstanceNorm2d 2022-11-23T02:46:20.2999053Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-11-23T02:46:20.2999438Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-11-23T02:46:20.2999815Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-11-23T02:46:20.3000125Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-11-23T02:46:20.3000434Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-11-23T02:46:20.3000706Z [ RUN ] ModulesTest.InstanceNorm3d 2022-11-23T02:46:20.3006063Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-11-23T02:46:20.3006311Z [ RUN ] ModulesTest.L1Loss 2022-11-23T02:46:20.3007861Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-11-23T02:46:20.3008096Z [ RUN ] ModulesTest.MSELoss 2022-11-23T02:46:20.3009420Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-11-23T02:46:20.3009641Z [ RUN ] ModulesTest.BCELoss 2022-11-23T02:46:20.3011045Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-11-23T02:46:20.3011285Z [ RUN ] ModulesTest.KLDivLoss 2022-11-23T02:46:20.3012326Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-11-23T02:46:20.3013281Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-11-23T02:46:20.3013687Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-11-23T02:46:20.3022557Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-11-23T02:46:20.3023028Z [ RUN ] ModulesTest.MultiMarginLoss 2022-11-23T02:46:20.3024627Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-11-23T02:46:20.3025071Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-11-23T02:46:20.3031224Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-11-23T02:46:20.3031568Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-11-23T02:46:20.3034126Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-11-23T02:46:20.3035057Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-11-23T02:46:20.3035641Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-11-23T02:46:20.3036263Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-11-23T02:46:20.3038028Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-11-23T02:46:20.3038406Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-11-23T02:46:20.3040327Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-11-23T02:46:20.3055525Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-11-23T02:46:20.3055960Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-11-23T02:46:20.3056493Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-11-23T02:46:20.3057063Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-11-23T02:46:20.3057559Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-11-23T02:46:20.3058053Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-11-23T02:46:20.3058673Z [ RUN ] ModulesTest.HuberLossDelta 2022-11-23T02:46:20.3059220Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-11-23T02:46:20.3059748Z [ RUN ] ModulesTest.TripletMarginLoss 2022-11-23T02:46:20.3060203Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-11-23T02:46:20.3060764Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-11-23T02:46:20.3258398Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (20 ms) 2022-11-23T02:46:20.3258884Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-11-23T02:46:20.3623663Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (36 ms) 2022-11-23T02:46:20.3624053Z [ RUN ] ModulesTest.NLLLoss 2022-11-23T02:46:20.3626236Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-11-23T02:46:20.3626505Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-11-23T02:46:20.3635179Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-11-23T02:46:20.3635590Z [ RUN ] ModulesTest.CosineSimilarity 2022-11-23T02:46:20.3638932Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-11-23T02:46:20.3639251Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-11-23T02:46:20.3641054Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:46:20.3641435Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-11-23T02:46:20.3644500Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-11-23T02:46:20.3644855Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-11-23T02:46:20.3646443Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-11-23T02:46:20.3646833Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-11-23T02:46:20.3649697Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-11-23T02:46:20.3650243Z [ RUN ] ModulesTest.PairwiseDistance 2022-11-23T02:46:20.3651734Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-11-23T02:46:20.3651989Z [ RUN ] ModulesTest.ELU 2022-11-23T02:46:20.3669901Z [ OK ] ModulesTest.ELU (1 ms) 2022-11-23T02:46:20.3670327Z [ RUN ] ModulesTest.SELU 2022-11-23T02:46:20.3674968Z [ OK ] ModulesTest.SELU (0 ms) 2022-11-23T02:46:20.3675398Z [ RUN ] ModulesTest.Hardshrink 2022-11-23T02:46:20.3687091Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-11-23T02:46:20.3687376Z [ RUN ] ModulesTest.Hardtanh 2022-11-23T02:46:20.3738437Z [ OK ] ModulesTest.Hardtanh (5 ms) 2022-11-23T02:46:20.3738736Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-11-23T02:46:20.3744897Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (0 ms) 2022-11-23T02:46:20.3745209Z [ RUN ] ModulesTest.LeakyReLU 2022-11-23T02:46:20.3767928Z [ OK ] ModulesTest.LeakyReLU (2 ms) 2022-11-23T02:46:20.3768199Z [ RUN ] ModulesTest.LogSigmoid 2022-11-23T02:46:20.3770342Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-11-23T02:46:20.3770580Z [ RUN ] ModulesTest.Softmax 2022-11-23T02:46:20.3772723Z [ OK ] ModulesTest.Softmax (0 ms) 2022-11-23T02:46:20.3772967Z [ RUN ] ModulesTest.Softmin 2022-11-23T02:46:20.3774750Z [ OK ] ModulesTest.Softmin (0 ms) 2022-11-23T02:46:20.3775002Z [ RUN ] ModulesTest.LogSoftmax 2022-11-23T02:46:20.3776936Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-11-23T02:46:20.3777243Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-11-23T02:46:20.3817151Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (4 ms) 2022-11-23T02:46:20.3817450Z [ RUN ] ModulesTest.Softmax2d 2022-11-23T02:46:20.3838431Z [ OK ] ModulesTest.Softmax2d (2 ms) 2022-11-23T02:46:20.3838717Z [ RUN ] ModulesTest.PReLU 2022-11-23T02:46:20.3845338Z [ OK ] ModulesTest.PReLU (0 ms) 2022-11-23T02:46:20.3845607Z [ RUN ] ModulesTest.ReLU 2022-11-23T02:46:20.3849798Z [ OK ] ModulesTest.ReLU (0 ms) 2022-11-23T02:46:20.3850107Z [ RUN ] ModulesTest.ReLU6 2022-11-23T02:46:20.3854540Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-11-23T02:46:20.3854790Z [ RUN ] ModulesTest.RReLU 2022-11-23T02:46:20.3931339Z [ OK ] ModulesTest.RReLU (7 ms) 2022-11-23T02:46:20.3931590Z [ RUN ] ModulesTest.CELU 2022-11-23T02:46:20.3947583Z [ OK ] ModulesTest.CELU (1 ms) 2022-11-23T02:46:20.3947818Z [ RUN ] ModulesTest.GLU 2022-11-23T02:46:20.3950643Z [ OK ] ModulesTest.GLU (0 ms) 2022-11-23T02:46:20.3950900Z [ RUN ] ModulesTest.GELU 2022-11-23T02:46:20.3953385Z [ OK ] ModulesTest.GELU (0 ms) 2022-11-23T02:46:20.3953650Z [ RUN ] ModulesTest.TanhGELU 2022-11-23T02:46:20.3955294Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-11-23T02:46:20.3955530Z [ RUN ] ModulesTest.Mish 2022-11-23T02:46:20.3956632Z [ OK ] ModulesTest.Mish (0 ms) 2022-11-23T02:46:20.3957046Z [ RUN ] ModulesTest.Sigmoid 2022-11-23T02:46:20.3958089Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-11-23T02:46:20.3958361Z [ RUN ] ModulesTest.PixelShuffle 2022-11-23T02:46:20.3961394Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-11-23T02:46:20.3961676Z [ RUN ] ModulesTest.PixelUnshuffle 2022-11-23T02:46:20.3964071Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-11-23T02:46:20.3964334Z [ RUN ] ModulesTest.Softplus 2022-11-23T02:46:20.3976867Z [ OK ] ModulesTest.Softplus (1 ms) 2022-11-23T02:46:20.3977206Z [ RUN ] ModulesTest.Softshrink 2022-11-23T02:46:20.3986849Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-11-23T02:46:20.3987099Z [ RUN ] ModulesTest.Softsign 2022-11-23T02:46:20.3988215Z [ OK ] ModulesTest.Softsign (0 ms) 2022-11-23T02:46:20.3988468Z [ RUN ] ModulesTest.Tanh 2022-11-23T02:46:20.3989472Z [ OK ] ModulesTest.Tanh (0 ms) 2022-11-23T02:46:20.3989724Z [ RUN ] ModulesTest.Tanhshrink 2022-11-23T02:46:20.3990646Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-11-23T02:46:20.3990902Z [ RUN ] ModulesTest.Threshold 2022-11-23T02:46:20.4015542Z [ OK ] ModulesTest.Threshold (2 ms) 2022-11-23T02:46:20.4015789Z [ RUN ] ModulesTest.Upsampling1D 2022-11-23T02:46:20.4018639Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4020494Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4023967Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4025274Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4029043Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-11-23T02:46:20.4029330Z [ RUN ] ModulesTest.Upsampling2D 2022-11-23T02:46:20.4031542Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4033231Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4036048Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4037415Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4040193Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4042298Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4045818Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4047535Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4050577Z [ OK ] ModulesTest.Upsampling2D (2 ms) 2022-11-23T02:46:20.4050923Z [ RUN ] ModulesTest.Upsampling3D 2022-11-23T02:46:20.4053068Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4054804Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4057771Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4059150Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-11-23T02:46:20.4061522Z [ OK ] ModulesTest.Upsampling3D (1 ms) 2022-11-23T02:46:20.4061790Z [ RUN ] ModulesTest.CTCLoss 2022-11-23T02:46:20.4065334Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-11-23T02:46:20.4065595Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-11-23T02:46:20.4068461Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-11-23T02:46:20.4068743Z [ RUN ] ModulesTest.MarginRankingLoss 2022-11-23T02:46:20.4073302Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-11-23T02:46:20.4073590Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-11-23T02:46:20.4101730Z [ OK ] ModulesTest.BCEWithLogitsLoss (2 ms) 2022-11-23T02:46:20.4102100Z [ RUN ] ModulesTest.MultiheadAttention 2022-11-23T02:46:36.1361963Z [ OK ] ModulesTest.MultiheadAttention (15725 ms) 2022-11-23T02:46:36.1362370Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-11-23T02:46:36.1362722Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-11-23T02:46:36.1363001Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-11-23T02:46:36.1363288Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-11-23T02:46:36.1363614Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-11-23T02:46:36.1364059Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-11-23T02:46:36.1364548Z [ RUN ] ModulesTest.ReflectionPad1d 2022-11-23T02:46:36.1367667Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-11-23T02:46:36.1367967Z [ RUN ] ModulesTest.ReflectionPad2d 2022-11-23T02:46:36.1371392Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-11-23T02:46:36.1371672Z [ RUN ] ModulesTest.ReflectionPad3d 2022-11-23T02:46:36.1377560Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-11-23T02:46:36.1378015Z [ RUN ] ModulesTest.ReplicationPad1d 2022-11-23T02:46:36.1380771Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-11-23T02:46:36.1381055Z [ RUN ] ModulesTest.ReplicationPad2d 2022-11-23T02:46:36.1385478Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-11-23T02:46:36.1385760Z [ RUN ] ModulesTest.ReplicationPad3d 2022-11-23T02:46:36.1392253Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-11-23T02:46:36.1392514Z [ RUN ] ModulesTest.ZeroPad2d 2022-11-23T02:46:36.1397135Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-11-23T02:46:36.1397746Z [ RUN ] ModulesTest.ConstantPad1d 2022-11-23T02:46:36.1399485Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-11-23T02:46:36.1399754Z [ RUN ] ModulesTest.ConstantPad2d 2022-11-23T02:46:36.1403939Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-11-23T02:46:36.1404199Z [ RUN ] ModulesTest.ConstantPad3d 2022-11-23T02:46:36.1410942Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-11-23T02:46:36.1411205Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-11-23T02:46:36.1422857Z [ OK ] ModulesTest.CrossMapLRN2d (1 ms) 2022-11-23T02:46:36.1423096Z [ RUN ] ModulesTest.RNNCell 2022-11-23T02:46:36.1428086Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-11-23T02:46:36.1428437Z [ RUN ] ModulesTest.LSTMCell 2022-11-23T02:46:36.1434896Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-11-23T02:46:36.1435133Z [ RUN ] ModulesTest.GRUCell 2022-11-23T02:46:36.1440657Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-11-23T02:46:36.1440936Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-11-23T02:46:36.1441639Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-11-23T02:46:36.1442181Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-11-23T02:46:36.1442774Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-11-23T02:46:36.1443334Z [ RUN ] ModulesTest.PrettyPrintConv 2022-11-23T02:46:36.1447302Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-11-23T02:46:36.1447720Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-11-23T02:46:36.1449890Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-11-23T02:46:36.1450248Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-11-23T02:46:36.1450533Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-11-23T02:46:36.1450928Z [ RUN ] ModulesTest.PrettyPrintFold 2022-11-23T02:46:36.1451206Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-11-23T02:46:36.1451727Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-11-23T02:46:36.1452645Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-11-23T02:46:36.1452933Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-11-23T02:46:36.1453358Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-11-23T02:46:36.1453640Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-11-23T02:46:36.1454062Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-11-23T02:46:36.1454542Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-11-23T02:46:36.1455040Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-11-23T02:46:36.1455572Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-11-23T02:46:36.1456019Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-11-23T02:46:36.1456465Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-11-23T02:46:36.1457006Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-11-23T02:46:36.1457560Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-11-23T02:46:36.1458181Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-11-23T02:46:36.1458646Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-11-23T02:46:36.1459056Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-11-23T02:46:36.1459350Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-11-23T02:46:36.1459668Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-11-23T02:46:36.1459958Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-11-23T02:46:36.1460254Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-11-23T02:46:36.1460582Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-11-23T02:46:36.1460918Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-11-23T02:46:36.1461235Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-11-23T02:46:36.1461577Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-11-23T02:46:36.1461882Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-11-23T02:46:36.1462191Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-11-23T02:46:36.1462607Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-11-23T02:46:36.1463140Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-11-23T02:46:36.1463553Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-11-23T02:46:36.1463859Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-11-23T02:46:36.1464268Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-11-23T02:46:36.1464604Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-11-23T02:46:36.1465054Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-11-23T02:46:36.1465514Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-11-23T02:46:36.1465939Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-11-23T02:46:36.1466381Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-11-23T02:46:36.1466810Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-11-23T02:46:36.1467274Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-11-23T02:46:36.1467733Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-11-23T02:46:36.1468195Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-11-23T02:46:36.1468731Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-11-23T02:46:36.1469303Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-11-23T02:46:36.1469801Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-11-23T02:46:36.1470234Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-11-23T02:46:36.1470688Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-11-23T02:46:36.1471167Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-11-23T02:46:36.1471712Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-11-23T02:46:36.1472056Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-11-23T02:46:36.1472433Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-11-23T02:46:36.1472847Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-11-23T02:46:36.1473202Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-11-23T02:46:36.1473585Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-11-23T02:46:36.1473951Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-11-23T02:46:36.1474329Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-11-23T02:46:36.1474779Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-11-23T02:46:36.1475245Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-11-23T02:46:36.1475753Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-11-23T02:46:36.1476222Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-11-23T02:46:36.1476727Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-11-23T02:46:36.1477200Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-11-23T02:46:36.1477735Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-11-23T02:46:36.1478321Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-11-23T02:46:36.1478768Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-11-23T02:46:36.1479039Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-11-23T02:46:36.1479465Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-11-23T02:46:36.1479799Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-11-23T02:46:36.1480255Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-11-23T02:46:36.1480631Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-11-23T02:46:36.1481100Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-11-23T02:46:36.1481586Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-11-23T02:46:36.1481942Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-11-23T02:46:36.1482309Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-11-23T02:46:36.1482728Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-11-23T02:46:36.1483065Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-11-23T02:46:36.1483398Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-11-23T02:46:36.1483796Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-11-23T02:46:36.1484123Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-11-23T02:46:36.1484490Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-11-23T02:46:36.1484866Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-11-23T02:46:36.1485195Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-11-23T02:46:36.1485497Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-11-23T02:46:36.1485931Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-11-23T02:46:36.1486334Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-11-23T02:46:36.1486758Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-11-23T02:46:36.1487171Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-11-23T02:46:36.1487482Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-11-23T02:46:36.1487748Z [ RUN ] ModulesTest.PrettyPrintELU 2022-11-23T02:46:36.1488015Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-11-23T02:46:36.1488284Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-11-23T02:46:36.1488709Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-11-23T02:46:36.1489101Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-11-23T02:46:36.1489521Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-11-23T02:46:36.1490001Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-11-23T02:46:36.1490467Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-11-23T02:46:36.1490768Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-11-23T02:46:36.1491176Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-11-23T02:46:36.1491474Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-11-23T02:46:36.1491763Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-11-23T02:46:36.1492062Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-11-23T02:46:36.1492365Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-11-23T02:46:36.1492656Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-11-23T02:46:36.1492956Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-11-23T02:46:36.1493393Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-11-23T02:46:36.1493829Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-11-23T02:46:36.1494289Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-11-23T02:46:36.1494763Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-11-23T02:46:36.1495234Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-11-23T02:46:36.1495696Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-11-23T02:46:36.1496130Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-11-23T02:46:36.1496565Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-11-23T02:46:36.1496991Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-11-23T02:46:36.1497420Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-11-23T02:46:36.1497843Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-11-23T02:46:36.1498699Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator ()) 2022-11-23T02:46:36.1499444Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-11-23T02:46:36.1499874Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-11-23T02:46:36.1500296Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-11-23T02:46:36.1500720Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-11-23T02:46:36.1501146Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-11-23T02:46:36.1501592Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-11-23T02:46:36.1502037Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-11-23T02:46:36.1502581Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-11-23T02:46:36.1503078Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-11-23T02:46:36.1503580Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-11-23T02:46:36.1504095Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-11-23T02:46:36.1504661Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-11-23T02:46:36.1505118Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-11-23T02:46:36.1505568Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-11-23T02:46:36.1506046Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-11-23T02:46:36.1506506Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-11-23T02:46:36.1506964Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-11-23T02:46:36.1507399Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-11-23T02:46:36.1507816Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-11-23T02:46:36.1508266Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-11-23T02:46:36.1508746Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-11-23T02:46:36.1513502Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-11-23T02:46:36.1513824Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-11-23T02:46:36.1514123Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-11-23T02:46:36.1514410Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-11-23T02:46:36.1514715Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-11-23T02:46:36.1515042Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-11-23T02:46:36.1515373Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-11-23T02:46:36.1515716Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-11-23T02:46:36.1516043Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-11-23T02:46:36.1516474Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-11-23T02:46:36.1518164Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-11-23T02:46:36.1518695Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-11-23T02:46:36.1519226Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-11-23T02:46:36.1519793Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-11-23T02:46:36.1520326Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-11-23T02:46:36.1520874Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-11-23T02:46:36.1521415Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-11-23T02:46:36.1521961Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-11-23T02:46:36.1522452Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-11-23T02:46:36.1522895Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-11-23T02:46:36.1523331Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-11-23T02:46:36.1523784Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-11-23T02:46:36.1524237Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-11-23T02:46:36.1524677Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-11-23T02:46:36.1525216Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-11-23T02:46:36.1525855Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-11-23T02:46:36.1526387Z [----------] 256 tests from ModulesTest (15976 ms total) 2022-11-23T02:46:36.1526629Z 2022-11-23T02:46:36.1526782Z [----------] 1 test from NestedTest 2022-11-23T02:46:36.1527118Z [ RUN ] NestedTest.Nested 2022-11-23T02:46:36.1527465Z [ OK ] NestedTest.Nested (0 ms) 2022-11-23T02:46:36.1527841Z [----------] 1 test from NestedTest (0 ms total) 2022-11-23T02:46:36.1528068Z 2022-11-23T02:46:36.1528244Z [----------] 10 tests from ParameterDictTest 2022-11-23T02:46:36.1528675Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-11-23T02:46:36.1529184Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-11-23T02:46:36.1529710Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-11-23T02:46:36.1530269Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-11-23T02:46:36.1530786Z [ RUN ] ParameterDictTest.InsertAndContains 2022-11-23T02:46:36.1531263Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-11-23T02:46:36.1531735Z [ RUN ] ParameterDictTest.InsertAndClear 2022-11-23T02:46:36.1532198Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-11-23T02:46:36.1532747Z [ RUN ] ParameterDictTest.InsertAndPop 2022-11-23T02:46:36.1533199Z [ OK ] ParameterDictTest.InsertAndPop (0 ms) 2022-11-23T02:46:36.1533646Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-11-23T02:46:36.1534075Z [ OK ] ParameterDictTest.SimpleUpdate (0 ms) 2022-11-23T02:46:36.1534488Z [ RUN ] ParameterDictTest.Keys 2022-11-23T02:46:36.1534872Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-11-23T02:46:36.1535258Z [ RUN ] ParameterDictTest.Values 2022-11-23T02:46:36.1535660Z [ OK ] ParameterDictTest.Values (0 ms) 2022-11-23T02:46:36.1536028Z [ RUN ] ParameterDictTest.Get 2022-11-23T02:46:36.1536403Z [ OK ] ParameterDictTest.Get (0 ms) 2022-11-23T02:46:36.1536872Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-11-23T02:46:36.1537436Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-11-23T02:46:36.1537951Z [----------] 10 tests from ParameterDictTest (0 ms total) 2022-11-23T02:46:36.1538209Z 2022-11-23T02:46:36.1538387Z [----------] 8 tests from ParameterListTest 2022-11-23T02:46:36.1538858Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-11-23T02:46:36.1539450Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-11-23T02:46:36.1539941Z [ RUN ] ParameterListTest.isEmpty 2022-11-23T02:46:36.1540350Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-11-23T02:46:36.1540819Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-11-23T02:46:36.1541418Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-11-23T02:46:36.1541886Z [ RUN ] ParameterListTest.ForEachLoop 2022-11-23T02:46:36.1542409Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-11-23T02:46:36.1542850Z [ RUN ] ParameterListTest.AccessWithAt 2022-11-23T02:46:36.1543323Z [ OK ] ParameterListTest.AccessWithAt (0 ms) 2022-11-23T02:46:36.1543947Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-11-23T02:46:36.1544751Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-11-23T02:46:36.1545416Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-11-23T02:46:36.1545980Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-11-23T02:46:36.1546478Z [ RUN ] ParameterListTest.IncrementAdd 2022-11-23T02:46:36.1546922Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-11-23T02:46:36.1547380Z [----------] 8 tests from ParameterListTest (0 ms total) 2022-11-23T02:46:36.1547644Z 2022-11-23T02:46:36.1547804Z [----------] 1 test from NamespaceTests 2022-11-23T02:46:36.1548342Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-11-23T02:46:36.1549082Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-11-23T02:46:36.1549677Z [----------] 1 test from NamespaceTests (0 ms total) 2022-11-23T02:46:36.1549918Z 2022-11-23T02:46:36.1550070Z [----------] 7 tests from NNUtilsTest 2022-11-23T02:46:36.1550439Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-11-23T02:46:36.1550834Z [ OK ] NNUtilsTest.ClipGradNorm (2 ms) 2022-11-23T02:46:36.1551283Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-11-23T02:46:36.2307404Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (77 ms) 2022-11-23T02:46:36.2307764Z [ RUN ] NNUtilsTest.ClipGradValue 2022-11-23T02:46:36.2309618Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-11-23T02:46:36.2309948Z [ RUN ] NNUtilsTest.ConvertParameters 2022-11-23T02:46:36.2314543Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-11-23T02:46:36.2314955Z [ RUN ] NNUtilsTest.PackSequence 2022-11-23T02:46:36.2855037Z [ OK ] NNUtilsTest.PackSequence (53 ms) 2022-11-23T02:46:36.2855451Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-11-23T02:46:36.2975962Z [ OK ] NNUtilsTest.PackPaddedSequence (12 ms) 2022-11-23T02:46:36.2976264Z [ RUN ] NNUtilsTest.PadSequence 2022-11-23T02:46:36.3064667Z [ OK ] NNUtilsTest.PadSequence (8 ms) 2022-11-23T02:46:36.3065213Z [----------] 7 tests from NNUtilsTest (156 ms total) 2022-11-23T02:46:36.3065380Z 2022-11-23T02:46:36.3065502Z [----------] 3 tests from PackedSequenceTest 2022-11-23T02:46:36.3065756Z [ RUN ] PackedSequenceTest.WrongOrder 2022-11-23T02:46:36.3067792Z [ OK ] PackedSequenceTest.WrongOrder (0 ms) 2022-11-23T02:46:36.3068228Z [ RUN ] PackedSequenceTest.TotalLength 2022-11-23T02:46:36.3082645Z [ OK ] PackedSequenceTest.TotalLength (1 ms) 2022-11-23T02:46:36.3082920Z [ RUN ] PackedSequenceTest.To 2022-11-23T02:46:36.3084857Z [ OK ] PackedSequenceTest.To (0 ms) 2022-11-23T02:46:36.3085211Z [----------] 3 tests from PackedSequenceTest (2 ms total) 2022-11-23T02:46:36.3085383Z 2022-11-23T02:46:36.3085486Z [----------] 34 tests from OptimTest 2022-11-23T02:46:36.3085732Z [ RUN ] OptimTest.OptimizerAccessors 2022-11-23T02:46:36.3088002Z [ OK ] OptimTest.OptimizerAccessors (0 ms) 2022-11-23T02:46:36.3088298Z [ RUN ] OptimTest.OldInterface 2022-11-23T02:46:36.3090022Z [ OK ] OptimTest.OldInterface (0 ms) 2022-11-23T02:46:36.3090288Z [ RUN ] OptimTest.XORConvergence_SGD 2022-11-23T02:46:38.5498634Z [ OK ] OptimTest.XORConvergence_SGD (2240 ms) 2022-11-23T02:46:38.5498964Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-11-23T02:46:39.9369730Z [ OK ] OptimTest.XORConvergence_LBFGS (1387 ms) 2022-11-23T02:46:39.9370072Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-11-23T02:46:40.7588162Z [ OK ] OptimTest.XORConvergence_Adagrad (821 ms) 2022-11-23T02:46:40.7588731Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-11-23T02:46:41.6429499Z [ OK ] OptimTest.XORConvergence_RMSprop (884 ms) 2022-11-23T02:46:41.6429863Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-11-23T02:46:43.8323226Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (2189 ms) 2022-11-23T02:46:43.8323594Z [ RUN ] OptimTest.XORConvergence_Adam 2022-11-23T02:46:44.7220138Z [ OK ] OptimTest.XORConvergence_Adam (889 ms) 2022-11-23T02:46:44.7220476Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-11-23T02:46:45.6815675Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (959 ms) 2022-11-23T02:46:45.6816059Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-11-23T02:46:45.9420055Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (260 ms) 2022-11-23T02:46:45.9420446Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-11-23T02:46:46.1873773Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (245 ms) 2022-11-23T02:46:46.1874236Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-11-23T02:46:46.4396145Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (252 ms) 2022-11-23T02:46:46.4396552Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-11-23T02:46:47.3373935Z [ OK ] OptimTest.XORConvergence_AdamW (897 ms) 2022-11-23T02:46:47.3375370Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-11-23T02:46:48.1790165Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (841 ms) 2022-11-23T02:46:48.1790542Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-11-23T02:46:48.4424364Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (263 ms) 2022-11-23T02:46:48.4424762Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-11-23T02:46:48.6773695Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (234 ms) 2022-11-23T02:46:48.6774204Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-11-23T02:46:48.9294189Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (252 ms) 2022-11-23T02:46:48.9294584Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-11-23T02:46:49.1241103Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (194 ms) 2022-11-23T02:46:49.3274096Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-11-23T02:46:49.3274758Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (203 ms) 2022-11-23T02:46:49.3275181Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-11-23T02:46:49.5290831Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (201 ms) 2022-11-23T02:46:49.7665809Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-11-23T02:46:49.7666182Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (237 ms) 2022-11-23T02:46:49.7666538Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-11-23T02:46:49.9801893Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (213 ms) 2022-11-23T02:46:49.9802365Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-11-23T02:46:50.2153393Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (235 ms) 2022-11-23T02:46:50.2153901Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-11-23T02:46:50.4636834Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (248 ms) 2022-11-23T02:46:50.4637295Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-11-23T02:46:50.6162895Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (152 ms) 2022-11-23T02:46:50.6163306Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-11-23T02:46:50.7789543Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (162 ms) 2022-11-23T02:46:50.7789988Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-11-23T02:46:50.9673529Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (188 ms) 2022-11-23T02:46:50.9674021Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-11-23T02:46:51.1657204Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (198 ms) 2022-11-23T02:46:51.1657633Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-11-23T02:46:51.3389181Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (173 ms) 2022-11-23T02:46:51.3389558Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-11-23T02:46:52.2697913Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (930 ms) 2022-11-23T02:46:52.2698275Z [ RUN ] OptimTest.ZeroGrad 2022-11-23T02:46:52.2699862Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-11-23T02:46:52.2700149Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-11-23T02:46:52.2702545Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-11-23T02:46:52.2702860Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-11-23T02:46:52.2703751Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-11-23T02:46:52.2704022Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-11-23T02:46:52.2704308Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-11-23T02:46:52.2704606Z [----------] 34 tests from OptimTest (15961 ms total) 2022-11-23T02:46:52.2704764Z 2022-11-23T02:46:52.2704882Z [----------] 29 tests from OrderedDictTest 2022-11-23T02:46:52.2705205Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-11-23T02:46:52.2705590Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-11-23T02:46:52.2706001Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-11-23T02:46:52.2706469Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-11-23T02:46:52.2706902Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-11-23T02:46:52.2707311Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-11-23T02:46:52.2707734Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-11-23T02:46:52.2708189Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-11-23T02:46:52.2708570Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-11-23T02:46:52.2708879Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-11-23T02:46:52.2709474Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-11-23T02:46:52.2709961Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (0 ms) 2022-11-23T02:46:52.2710372Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-11-23T02:46:52.2710712Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-11-23T02:46:52.2711041Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-11-23T02:46:52.2711355Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2022-11-23T02:46:52.2711681Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-11-23T02:46:52.2712013Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-11-23T02:46:52.2712331Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-11-23T02:46:52.2712642Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (0 ms) 2022-11-23T02:46:52.2713011Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-11-23T02:46:52.2713433Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-11-23T02:46:52.2713938Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-11-23T02:46:52.2714492Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-11-23T02:46:52.2715047Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-11-23T02:46:52.2715646Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-11-23T02:46:52.2716317Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-11-23T02:46:52.2716913Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-11-23T02:46:52.2717480Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-11-23T02:46:52.2718044Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (0 ms) 2022-11-23T02:46:52.2718560Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-11-23T02:46:52.2719031Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-11-23T02:46:52.2719453Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-11-23T02:46:52.2719837Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (0 ms) 2022-11-23T02:46:52.2720167Z [ RUN ] OrderedDictTest.CanIterateItems 2022-11-23T02:46:52.2720443Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-11-23T02:46:52.2720717Z [ RUN ] OrderedDictTest.EraseWorks 2022-11-23T02:46:52.2720979Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-11-23T02:46:52.2721275Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-11-23T02:46:52.2721605Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-11-23T02:46:52.2721900Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-11-23T02:46:52.2722192Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-11-23T02:46:52.2722477Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-11-23T02:46:52.2722753Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-11-23T02:46:52.2723036Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-11-23T02:46:52.2723329Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-11-23T02:46:52.2723598Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-11-23T02:46:52.2723872Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-11-23T02:46:52.2724161Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-11-23T02:46:52.2724473Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-11-23T02:46:52.2724837Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-11-23T02:46:52.2725251Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (0 ms) 2022-11-23T02:46:52.2725613Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-11-23T02:46:52.2725913Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-11-23T02:46:52.2727003Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-11-23T02:46:52.2727361Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-11-23T02:46:52.2727700Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-11-23T02:46:52.2728006Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-11-23T02:46:52.2728318Z [----------] 29 tests from OrderedDictTest (1 ms total) 2022-11-23T02:46:52.2728489Z 2022-11-23T02:46:52.2728585Z [----------] 13 tests from RNNTest 2022-11-23T02:46:52.2728824Z [ RUN ] RNNTest.CheckOutputSizes 2022-11-23T02:46:52.2847593Z [ OK ] RNNTest.CheckOutputSizes (12 ms) 2022-11-23T02:46:52.2847880Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-11-23T02:46:52.2983006Z [ OK ] RNNTest.CheckOutputSizesProj (13 ms) 2022-11-23T02:46:52.2983371Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-11-23T02:46:52.2989316Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-11-23T02:46:52.2989607Z [ RUN ] RNNTest.EndToEndLSTM 2022-11-23T02:46:54.6486045Z [ OK ] RNNTest.EndToEndLSTM (2349 ms) 2022-11-23T02:46:54.6486353Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-11-23T02:46:56.9445031Z [ OK ] RNNTest.EndToEndLSTMProj (2295 ms) 2022-11-23T02:46:56.9445338Z [ RUN ] RNNTest.EndToEndGRU 2022-11-23T02:46:58.7524471Z [ OK ] RNNTest.EndToEndGRU (1807 ms) 2022-11-23T02:46:58.7524763Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-11-23T02:46:59.7293450Z [ OK ] RNNTest.EndToEndRNNRelu (976 ms) 2022-11-23T02:46:59.7294573Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-11-23T02:47:00.8517406Z [ OK ] RNNTest.EndToEndRNNTanh (1122 ms) 2022-11-23T02:47:00.8517728Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-11-23T02:47:00.8541066Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-11-23T02:47:00.8541372Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-11-23T02:47:00.8660514Z [ OK ] RNNTest.BidirectionalFlattenParameters (11 ms) 2022-11-23T02:47:00.8660900Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-11-23T02:47:00.8677037Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-11-23T02:47:00.8677378Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-11-23T02:47:00.8690691Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-11-23T02:47:00.8691016Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-11-23T02:47:00.8711447Z [ OK ] RNNTest.UsePackedSequenceAsInput (2 ms) 2022-11-23T02:47:00.8711755Z [----------] 13 tests from RNNTest (8599 ms total) 2022-11-23T02:47:00.8711905Z 2022-11-23T02:47:00.8712013Z [----------] 19 tests from SequentialTest 2022-11-23T02:47:00.8712277Z [ RUN ] SequentialTest.CanContainThings 2022-11-23T02:47:00.8712574Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-11-23T02:47:00.8712896Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-11-23T02:47:00.8713254Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-11-23T02:47:00.8713601Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-11-23T02:47:00.8713936Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-11-23T02:47:00.8714278Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-11-23T02:47:00.8714625Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-11-23T02:47:00.8714954Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-11-23T02:47:00.8715269Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-11-23T02:47:00.8715615Z [ RUN ] SequentialTest.AccessWithAt 2022-11-23T02:47:00.8717304Z [ OK ] SequentialTest.AccessWithAt (0 ms) 2022-11-23T02:47:00.8717582Z [ RUN ] SequentialTest.AccessWithPtr 2022-11-23T02:47:00.8719322Z [ OK ] SequentialTest.AccessWithPtr (0 ms) 2022-11-23T02:47:00.8719696Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-11-23T02:47:00.8720491Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (0 ms) 2022-11-23T02:47:00.8721102Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-11-23T02:47:00.8721522Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-11-23T02:47:00.8721919Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-11-23T02:47:00.8722424Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (0 ms) 2022-11-23T02:47:00.8722869Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-11-23T02:47:00.8723293Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-11-23T02:47:00.8723696Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-11-23T02:47:00.8726924Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-11-23T02:47:00.8727889Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-11-23T02:47:00.8728924Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-11-23T02:47:00.8729742Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-11-23T02:47:00.8730536Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-11-23T02:47:00.8731211Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-11-23T02:47:00.8731783Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-11-23T02:47:00.8732294Z [ RUN ] SequentialTest.IsCloneable 2022-11-23T02:47:00.8735104Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-11-23T02:47:00.8735619Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-11-23T02:47:00.8736209Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-11-23T02:47:00.8736971Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-11-23T02:47:00.8738714Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-11-23T02:47:00.8739281Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-11-23T02:47:00.8779909Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (4 ms) 2022-11-23T02:47:00.8780441Z [----------] 19 tests from SequentialTest (6 ms total) 2022-11-23T02:47:00.8780705Z 2022-11-23T02:47:00.8780879Z [----------] 11 tests from TransformerTest 2022-11-23T02:47:00.8781331Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-11-23T02:47:00.8904847Z [ OK ] TransformerTest.TransformerEncoderLayer (12 ms) 2022-11-23T02:47:00.8905412Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-11-23T02:47:00.9006124Z [ OK ] TransformerTest.TransformerDecoderLayer (10 ms) 2022-11-23T02:47:00.9006693Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-11-23T02:47:00.9061981Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (5 ms) 2022-11-23T02:47:00.9062554Z [ RUN ] TransformerTest.TransformerEncoder 2022-11-23T02:47:00.9288450Z [ OK ] TransformerTest.TransformerEncoder (22 ms) 2022-11-23T02:47:00.9289090Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-11-23T02:47:00.9291077Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-11-23T02:47:00.9291734Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-11-23T02:47:00.9300568Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-11-23T02:47:00.9301185Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-11-23T02:47:00.9303116Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-11-23T02:47:00.9303704Z [ RUN ] TransformerTest.TransformerDecoder 2022-11-23T02:47:00.9863722Z [ OK ] TransformerTest.TransformerDecoder (55 ms) 2022-11-23T02:47:00.9864371Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-11-23T02:47:00.9874824Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-11-23T02:47:00.9875342Z [ RUN ] TransformerTest.Transformer 2022-11-23T02:47:01.0146682Z [ OK ] TransformerTest.Transformer (27 ms) 2022-11-23T02:47:01.0147064Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-11-23T02:47:01.0157327Z [ OK ] TransformerTest.TransformerArgsCorrectness (1 ms) 2022-11-23T02:47:01.0159336Z [----------] 11 tests from TransformerTest (137 ms total) 2022-11-23T02:47:01.0159511Z 2022-11-23T02:47:01.0159624Z [----------] 23 tests from SerializeTest 2022-11-23T02:47:01.0159862Z [ RUN ] SerializeTest.KeysFunc 2022-11-23T02:47:01.0238539Z [ OK ] SerializeTest.KeysFunc (7 ms) 2022-11-23T02:47:01.0238821Z [ RUN ] SerializeTest.TryReadFunc 2022-11-23T02:47:01.0254954Z [ OK ] SerializeTest.TryReadFunc (1 ms) 2022-11-23T02:47:01.0255230Z [ RUN ] SerializeTest.Basic 2022-11-23T02:47:01.0257943Z [ OK ] SerializeTest.Basic (0 ms) 2022-11-23T02:47:01.0258259Z [ RUN ] SerializeTest.MathBits 2022-11-23T02:47:01.0270229Z [ OK ] SerializeTest.MathBits (1 ms) 2022-11-23T02:47:01.0270511Z [ RUN ] SerializeTest.BasicToFile 2022-11-23T02:47:01.0329775Z [ OK ] SerializeTest.BasicToFile (5 ms) 2022-11-23T02:47:01.0330072Z [ RUN ] SerializeTest.BasicViaFunc 2022-11-23T02:47:01.0333872Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-11-23T02:47:01.0334152Z [ RUN ] SerializeTest.Resized 2022-11-23T02:47:01.0336234Z [ OK ] SerializeTest.Resized (0 ms) 2022-11-23T02:47:01.0336479Z [ RUN ] SerializeTest.Sliced 2022-11-23T02:47:01.0338579Z [ OK ] SerializeTest.Sliced (0 ms) 2022-11-23T02:47:01.0338835Z [ RUN ] SerializeTest.NonContiguous 2022-11-23T02:47:01.0341064Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-11-23T02:47:01.0341349Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-11-23T02:47:01.0350569Z [ OK ] SerializeTest.ErrorOnMissingKey (0 ms) 2022-11-23T02:47:01.0350829Z [ RUN ] SerializeTest.XOR 2022-11-23T02:47:01.2841556Z [ OK ] SerializeTest.XOR (248 ms) 2022-11-23T02:47:01.2841837Z [ RUN ] SerializeTest.Optim 2022-11-23T02:47:01.3016027Z [ OK ] SerializeTest.Optim (17 ms) 2022-11-23T02:47:01.3016312Z [ RUN ] SerializeTest.Optim_Adagrad 2022-11-23T02:47:01.3213904Z [ OK ] SerializeTest.Optim_Adagrad (19 ms) 2022-11-23T02:47:01.3214576Z [ RUN ] SerializeTest.Optim_SGD 2022-11-23T02:47:01.3360231Z [ OK ] SerializeTest.Optim_SGD (14 ms) 2022-11-23T02:47:01.3360525Z [ RUN ] SerializeTest.Optim_Adam 2022-11-23T02:47:01.3532879Z [ OK ] SerializeTest.Optim_Adam (17 ms) 2022-11-23T02:47:01.3533194Z [ RUN ] SerializeTest.Optim_AdamW 2022-11-23T02:47:01.3683846Z [ OK ] SerializeTest.Optim_AdamW (15 ms) 2022-11-23T02:47:01.3684110Z [ RUN ] SerializeTest.Optim_RMSprop 2022-11-23T02:47:01.3845166Z [ OK ] SerializeTest.Optim_RMSprop (16 ms) 2022-11-23T02:47:01.3845481Z [ RUN ] SerializeTest.Optim_LBFGS 2022-11-23T02:47:01.3996575Z [ OK ] SerializeTest.Optim_LBFGS (14 ms) 2022-11-23T02:47:01.3997068Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-11-23T02:47:01.3998869Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-11-23T02:47:01.3999392Z [ RUN ] SerializeTest.VectorOfTensors 2022-11-23T02:47:01.4001906Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-11-23T02:47:01.4002195Z [ RUN ] SerializeTest.IValue 2022-11-23T02:47:01.4055936Z [ OK ] SerializeTest.IValue (5 ms) 2022-11-23T02:47:01.4056341Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-11-23T02:47:01.4057176Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-11-23T02:47:01.4057665Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-11-23T02:47:01.4113594Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (5 ms) 2022-11-23T02:47:01.4114033Z [----------] 23 tests from SerializeTest (395 ms total) 2022-11-23T02:47:01.4114198Z 2022-11-23T02:47:01.4114309Z [----------] 1 test from SpecialTest 2022-11-23T02:47:01.4114542Z [ RUN ] SpecialTest.special 2022-11-23T02:47:01.4114791Z [ OK ] SpecialTest.special (0 ms) 2022-11-23T02:47:01.4115215Z [----------] 1 test from SpecialTest (0 ms total) 2022-11-23T02:47:01.4115361Z 2022-11-23T02:47:01.4115460Z [----------] 5 tests from TestStatic 2022-11-23T02:47:01.4115676Z [ RUN ] TestStatic.AllOf 2022-11-23T02:47:01.4115892Z [ OK ] TestStatic.AllOf (0 ms) 2022-11-23T02:47:01.4116104Z [ RUN ] TestStatic.AnyOf 2022-11-23T02:47:01.4116318Z [ OK ] TestStatic.AnyOf (0 ms) 2022-11-23T02:47:01.4116535Z [ RUN ] TestStatic.EnableIfModule 2022-11-23T02:47:01.4116794Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-11-23T02:47:01.4117067Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-11-23T02:47:01.4117348Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-11-23T02:47:01.4117595Z [ RUN ] TestStatic.Apply 2022-11-23T02:47:01.4117813Z [ OK ] TestStatic.Apply (0 ms) 2022-11-23T02:47:01.4118050Z [----------] 5 tests from TestStatic (0 ms total) 2022-11-23T02:47:01.4118201Z 2022-11-23T02:47:01.4118298Z [----------] 45 tests from TensorTest 2022-11-23T02:47:01.4118519Z [ RUN ] TensorTest.ToDtype 2022-11-23T02:47:01.4118749Z [ OK ] TensorTest.ToDtype (0 ms) 2022-11-23T02:47:01.4119028Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-11-23T02:47:01.4119340Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-11-23T02:47:01.4119658Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-11-23T02:47:01.4119976Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (0 ms) 2022-11-23T02:47:01.4120322Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-11-23T02:47:01.4120790Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-11-23T02:47:01.4121123Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-11-23T02:47:01.4121404Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-11-23T02:47:01.4121676Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-11-23T02:47:01.4121965Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-11-23T02:47:01.4122270Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-11-23T02:47:01.4122586Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-11-23T02:47:01.4122933Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-11-23T02:47:01.4125188Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (0 ms) 2022-11-23T02:47:01.4125556Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-11-23T02:47:01.4125915Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-11-23T02:47:01.4126278Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-11-23T02:47:01.4126643Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-11-23T02:47:01.4126991Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-11-23T02:47:01.4127324Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-11-23T02:47:01.4127667Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-11-23T02:47:01.4128045Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-11-23T02:47:01.4128432Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-11-23T02:47:01.4128804Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-11-23T02:47:01.4129268Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-11-23T02:47:01.4129622Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-11-23T02:47:01.4130024Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-11-23T02:47:01.4134256Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-11-23T02:47:01.4134632Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-11-23T02:47:01.4137629Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-11-23T02:47:01.4137991Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-11-23T02:47:01.4138339Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-11-23T02:47:01.4138694Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-11-23T02:47:01.4139690Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-11-23T02:47:01.4140064Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-11-23T02:47:01.4144996Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (0 ms) 2022-11-23T02:47:01.4145347Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-11-23T02:47:01.4145682Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-11-23T02:47:01.4146043Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-11-23T02:47:01.4146954Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275] Warning: Casting complex values to real discards the imaginary part (function operator ()) 2022-11-23T02:47:01.4148507Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (0 ms) 2022-11-23T02:47:01.4148928Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-11-23T02:47:01.4149558Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-11-23T02:47:01.4149918Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-11-23T02:47:01.4150414Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-11-23T02:47:01.4150795Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-11-23T02:47:01.4151477Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-11-23T02:47:01.4151777Z [ RUN ] TensorTest.Arange 2022-11-23T02:47:01.4151988Z [ OK ] TensorTest.Arange (0 ms) 2022-11-23T02:47:01.4152278Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-11-23T02:47:01.4152714Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-11-23T02:47:01.4153105Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-11-23T02:47:01.4158096Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (0 ms) 2022-11-23T02:47:01.4158436Z [ RUN ] TensorTest.FromBlob 2022-11-23T02:47:01.4158653Z [ OK ] TensorTest.FromBlob (0 ms) 2022-11-23T02:47:01.4158913Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-11-23T02:47:01.4159191Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-11-23T02:47:01.4159469Z [ RUN ] TensorTest.FromBlobWithStrides 2022-11-23T02:47:01.4159810Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-11-23T02:47:01.4160055Z [ RUN ] TensorTest.Item 2022-11-23T02:47:01.4160306Z [ OK ] TensorTest.Item (0 ms) 2022-11-23T02:47:01.4160534Z [ RUN ] TensorTest.DataPtr 2022-11-23T02:47:01.4160763Z [ OK ] TensorTest.DataPtr (0 ms) 2022-11-23T02:47:01.4160986Z [ RUN ] TensorTest.Data 2022-11-23T02:47:01.4161196Z [ OK ] TensorTest.Data (0 ms) 2022-11-23T02:47:01.4161435Z [ RUN ] TensorTest.BackwardAndGrad 2022-11-23T02:47:01.4161689Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-11-23T02:47:01.4161969Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-11-23T02:47:01.4162269Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-11-23T02:47:01.4162576Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-11-23T02:47:01.4162899Z [ OK ] TensorTest.BackwardNonScalarOutputs (0 ms) 2022-11-23T02:47:01.4163155Z [ RUN ] TensorTest.IsLeaf 2022-11-23T02:47:01.4163388Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-11-23T02:47:01.4163625Z [ RUN ] TensorTest.OutputNr 2022-11-23T02:47:01.4163868Z [ OK ] TensorTest.OutputNr (0 ms) 2022-11-23T02:47:01.4164102Z [ RUN ] TensorTest.Version 2022-11-23T02:47:01.4164329Z [ OK ] TensorTest.Version (0 ms) 2022-11-23T02:47:01.4174122Z [ RUN ] TensorTest.Detach 2022-11-23T02:47:01.4174373Z [ OK ] TensorTest.Detach (0 ms) 2022-11-23T02:47:01.4174624Z [ RUN ] TensorTest.DetachInplace 2022-11-23T02:47:01.4174879Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-11-23T02:47:01.4175114Z [ RUN ] TensorTest.SetData 2022-11-23T02:47:01.4175343Z [ OK ] TensorTest.SetData (0 ms) 2022-11-23T02:47:01.4175605Z [ RUN ] TensorTest.RequiresGradInplace 2022-11-23T02:47:01.4176053Z [ OK ] TensorTest.RequiresGradInplace (0 ms) 2022-11-23T02:47:01.4176324Z [ RUN ] TensorTest.StdDimension 2022-11-23T02:47:01.4176563Z [ OK ] TensorTest.StdDimension (0 ms) 2022-11-23T02:47:01.4176811Z [ RUN ] TensorTest.ReshapeAlias 2022-11-23T02:47:01.4177063Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-11-23T02:47:01.4177336Z [----------] 45 tests from TensorTest (5 ms total) 2022-11-23T02:47:01.4177493Z 2022-11-23T02:47:01.4177660Z [----------] 36 tests from TensorIndexingTest 2022-11-23T02:47:01.4177927Z [ RUN ] TensorIndexingTest.Slice 2022-11-23T02:47:01.4178173Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-11-23T02:47:01.4178507Z [ RUN ] TensorIndexingTest.TensorIndex 2022-11-23T02:47:01.4178792Z [ OK ] TensorIndexingTest.TensorIndex (0 ms) 2022-11-23T02:47:01.4179082Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-11-23T02:47:01.4179385Z [ OK ] TensorIndexingTest.TestNoIndices (0 ms) 2022-11-23T02:47:01.4179765Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-11-23T02:47:01.4180197Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-11-23T02:47:01.4180564Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-11-23T02:47:01.4180862Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-11-23T02:47:01.4181165Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-11-23T02:47:01.4181477Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-11-23T02:47:01.4181761Z [ RUN ] TensorIndexingTest.TestNone 2022-11-23T02:47:01.4182093Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-11-23T02:47:01.4182448Z [ RUN ] TensorIndexingTest.TestStep 2022-11-23T02:47:01.4182725Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-11-23T02:47:01.4183020Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-11-23T02:47:01.4183345Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-11-23T02:47:01.4183661Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-11-23T02:47:01.4186147Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-11-23T02:47:01.4186521Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-11-23T02:47:01.4186896Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-11-23T02:47:01.4187269Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-11-23T02:47:01.4187630Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-11-23T02:47:01.4187951Z [ RUN ] TensorIndexingTest.TestByteMask 2022-11-23T02:47:01.4188753Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-11-23T02:47:01.4189079Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-11-23T02:47:01.4189650Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-11-23T02:47:01.4190084Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-11-23T02:47:01.4190482Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-11-23T02:47:01.4190810Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-11-23T02:47:01.4191127Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-11-23T02:47:01.4191431Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-11-23T02:47:01.4191776Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-11-23T02:47:01.4192088Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-11-23T02:47:01.4192740Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-11-23T02:47:01.4193076Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-11-23T02:47:01.4193512Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-11-23T02:47:01.4193849Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-11-23T02:47:01.4194202Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-11-23T02:47:01.4194523Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-11-23T02:47:01.4197997Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (0 ms) 2022-11-23T02:47:01.4198322Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-11-23T02:47:01.4199598Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (0 ms) 2022-11-23T02:47:01.4199939Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-11-23T02:47:01.4200245Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-11-23T02:47:01.4200601Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-11-23T02:47:01.4201148Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-11-23T02:47:01.4201546Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-11-23T02:47:01.4209642Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (0 ms) 2022-11-23T02:47:01.4210032Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-11-23T02:47:01.4210409Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-11-23T02:47:01.4210786Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-11-23T02:47:01.4215542Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (0 ms) 2022-11-23T02:47:01.4215896Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-11-23T02:47:01.4221448Z [ OK ] TensorIndexingTest.TestGetitemScalars (0 ms) 2022-11-23T02:47:01.4221760Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-11-23T02:47:01.4226926Z [ OK ] TensorIndexingTest.TestSetitemScalars (0 ms) 2022-11-23T02:47:01.4227425Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-11-23T02:47:01.4228541Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-11-23T02:47:01.4228886Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-11-23T02:47:01.4229409Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-11-23T02:47:01.4229760Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-11-23T02:47:01.4230919Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-11-23T02:47:01.4231257Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-11-23T02:47:01.4231593Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-11-23T02:47:01.4231927Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-11-23T02:47:01.4232915Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-11-23T02:47:01.4233400Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-11-23T02:47:01.4237428Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (0 ms) 2022-11-23T02:47:01.4237752Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-11-23T02:47:01.4238893Z [ OK ] TensorIndexingTest.TestZeroDimIndex (0 ms) 2022-11-23T02:47:01.4239507Z [----------] 36 tests from TensorIndexingTest (6 ms total) 2022-11-23T02:47:01.4239684Z 2022-11-23T02:47:01.4239796Z [----------] 18 tests from NumpyTests 2022-11-23T02:47:01.4240037Z [ RUN ] NumpyTests.TestNoneIndex 2022-11-23T02:47:01.4240295Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-11-23T02:47:01.4240568Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-11-23T02:47:01.4241453Z [ OK ] NumpyTests.TestEmptyFancyIndex (0 ms) 2022-11-23T02:47:01.4241728Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-11-23T02:47:01.4242698Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-11-23T02:47:01.4242981Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-11-23T02:47:01.4244883Z [ OK ] NumpyTests.TestSingleIntIndex (0 ms) 2022-11-23T02:47:01.4245462Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-11-23T02:47:01.4245752Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-11-23T02:47:01.4246039Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-11-23T02:47:01.4252874Z [ OK ] NumpyTests.TestBooleanShapeMismatch (0 ms) 2022-11-23T02:47:01.4253198Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-11-23T02:47:01.4254044Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-11-23T02:47:01.4254393Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-11-23T02:47:01.4260212Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (0 ms) 2022-11-23T02:47:01.4260563Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-11-23T02:47:01.4263087Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-11-23T02:47:01.4263541Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-11-23T02:47:01.4267748Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (0 ms) 2022-11-23T02:47:01.4268159Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-11-23T02:47:01.4272825Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (0 ms) 2022-11-23T02:47:01.4273180Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-11-23T02:47:01.4273511Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-11-23T02:47:01.4273822Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-11-23T02:47:01.4275756Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-11-23T02:47:01.4276076Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-11-23T02:47:01.4276400Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-11-23T02:47:01.4276713Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-11-23T02:47:01.4282919Z [ OK ] NumpyTests.TestBroaderrorsIndexing (0 ms) 2022-11-23T02:47:01.4283245Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-11-23T02:47:01.4292134Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (0 ms) 2022-11-23T02:47:01.4292969Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-11-23T02:47:01.4293825Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-11-23T02:47:01.4294143Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-11-23T02:47:01.4296171Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-11-23T02:47:01.4296839Z [----------] 18 tests from NumpyTests (5 ms total) 2022-11-23T02:47:01.4297085Z 2022-11-23T02:47:01.4297254Z [----------] 5 tests from TensorOptionsTest 2022-11-23T02:47:01.4297721Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-11-23T02:47:01.4298330Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-11-23T02:47:01.4299036Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-11-23T02:47:01.4299828Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-11-23T02:47:01.4300506Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-11-23T02:47:01.4301077Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-11-23T02:47:01.4301669Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-11-23T02:47:01.4302381Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-11-23T02:47:01.4303016Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-11-23T02:47:01.4303604Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-11-23T02:47:01.4304136Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-11-23T02:47:01.4304436Z 2022-11-23T02:47:01.4304570Z [----------] 1 test from DeviceTest 2022-11-23T02:47:01.4305069Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-11-23T02:47:01.4305576Z [ OK ] DeviceTest.ParsesCorrectlyFromString (0 ms) 2022-11-23T02:47:01.4306012Z [----------] 1 test from DeviceTest (0 ms total) 2022-11-23T02:47:01.4306238Z 2022-11-23T02:47:01.4306414Z [----------] 3 tests from DefaultDtypeTest 2022-11-23T02:47:01.4306870Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-11-23T02:47:01.4307413Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-11-23T02:47:01.4307993Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-11-23T02:47:01.4308637Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-11-23T02:47:01.4309286Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-11-23T02:47:01.4309993Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-11-23T02:47:01.4310589Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-11-23T02:47:01.4310822Z 2022-11-23T02:47:01.4310983Z [----------] 1 test from TorchIncludeTest 2022-11-23T02:47:01.4311772Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-11-23T02:47:01.4763594Z [ OK ] TorchIncludeTest.GetSetNumThreads (45 ms) 2022-11-23T02:47:01.4764132Z [----------] 1 test from TorchIncludeTest (45 ms total) 2022-11-23T02:47:01.4764387Z 2022-11-23T02:47:01.4764566Z [----------] 28 tests from InferenceModeTest 2022-11-23T02:47:01.4764982Z [ RUN ] InferenceModeTest.TestTLSState 2022-11-23T02:47:01.4765425Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-11-23T02:47:01.4765932Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-11-23T02:47:01.4766534Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-11-23T02:47:01.4767163Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-11-23T02:47:01.4768994Z [ OK ] InferenceModeTest.TestExistingAutogradSession (0 ms) 2022-11-23T02:47:01.4769461Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-11-23T02:47:01.4770047Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-11-23T02:47:01.4770550Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-11-23T02:47:01.4771021Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-11-23T02:47:01.4771490Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-11-23T02:47:01.4771946Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-11-23T02:47:01.4772410Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-11-23T02:47:01.4773028Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-11-23T02:47:01.4773553Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-11-23T02:47:01.4774170Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (0 ms) 2022-11-23T02:47:01.4774863Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-11-23T02:47:01.4775313Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-11-23T02:47:01.4775785Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-11-23T02:47:01.4776321Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-11-23T02:47:01.4776801Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-11-23T02:47:01.4777261Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-11-23T02:47:01.4777714Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-11-23T02:47:01.4778180Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-11-23T02:47:01.4778662Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-11-23T02:47:01.4779160Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (0 ms) 2022-11-23T02:47:01.4779669Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-11-23T02:47:01.4782598Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (0 ms) 2022-11-23T02:47:01.4783073Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-11-23T02:47:01.4787714Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (0 ms) 2022-11-23T02:47:01.4788242Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-11-23T02:47:01.4788677Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-11-23T02:47:01.4789082Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-11-23T02:47:01.4790090Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (0 ms) 2022-11-23T02:47:01.4790477Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-11-23T02:47:01.4792164Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (0 ms) 2022-11-23T02:47:01.4792591Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-11-23T02:47:01.4795360Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (0 ms) 2022-11-23T02:47:01.4795868Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-11-23T02:47:01.4801481Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (0 ms) 2022-11-23T02:47:01.4801886Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-11-23T02:47:01.4805150Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (0 ms) 2022-11-23T02:47:01.4805553Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-11-23T02:47:01.4806544Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (0 ms) 2022-11-23T02:47:01.4806906Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-11-23T02:47:01.4810116Z [ OK ] InferenceModeTest.TestAccessVersionCounter (0 ms) 2022-11-23T02:47:01.4810654Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-11-23T02:47:01.4814159Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (0 ms) 2022-11-23T02:47:01.4814947Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-11-23T02:47:01.4815625Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-11-23T02:47:01.4816271Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-11-23T02:47:01.4816880Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-11-23T02:47:01.4817401Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-11-23T02:47:01.4823199Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-11-23T02:47:01.4824174Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-11-23T02:47:01.4824864Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-11-23T02:47:01.4825266Z [----------] 28 tests from InferenceModeTest (6 ms total) 2022-11-23T02:47:01.4825432Z 2022-11-23T02:47:01.4825535Z [----------] 4 tests from GradModeTest 2022-11-23T02:47:01.4825826Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-11-23T02:47:01.4826178Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-11-23T02:47:01.4826502Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-11-23T02:47:01.4826833Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-11-23T02:47:01.4827150Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-11-23T02:47:01.4827461Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-11-23T02:47:01.4827790Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-11-23T02:47:01.4828385Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (0 ms) 2022-11-23T02:47:01.4828870Z [----------] 4 tests from GradModeTest (0 ms total) 2022-11-23T02:47:01.4829149Z 2022-11-23T02:47:01.4829308Z [----------] 3 tests from OperationTest 2022-11-23T02:47:01.4829658Z [ RUN ] OperationTest.Lerp 2022-11-23T02:47:01.4839898Z [ OK ] OperationTest.Lerp (1 ms) 2022-11-23T02:47:01.4840267Z [ RUN ] OperationTest.Cross 2022-11-23T02:47:01.4889475Z [ OK ] OperationTest.Cross (4 ms) 2022-11-23T02:47:01.4890166Z [ RUN ] OperationTest.Linear_out 2022-11-23T02:47:01.4892681Z [ OK ] OperationTest.Linear_out (0 ms) 2022-11-23T02:47:01.4892973Z [----------] 3 tests from OperationTest (6 ms total) 2022-11-23T02:47:01.4893137Z 2022-11-23T02:47:01.4893260Z [----------] Global test environment tear-down 2022-11-23T02:47:01.5085768Z [==========] 979 tests from 47 test suites ran. (60682 ms total) 2022-11-23T02:47:01.5086036Z [ PASSED ] 979 tests. 2022-11-23T02:47:01.6171257Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2022-11-23T02:47:01.9828776Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:01.9829183Z [==========] Running 6 tests from 1 test suite. 2022-11-23T02:47:01.9829429Z [----------] Global test environment set-up. 2022-11-23T02:47:01.9829688Z [----------] 6 tests from ApplyUtilsTest 2022-11-23T02:47:01.9830128Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-11-23T02:47:01.9839305Z [ OK ] ApplyUtilsTest.Contiguous2D (1 ms) 2022-11-23T02:47:01.9839571Z [ RUN ] ApplyUtilsTest.Small2D 2022-11-23T02:47:01.9840188Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-11-23T02:47:01.9840418Z [ RUN ] ApplyUtilsTest._2D 2022-11-23T02:47:01.9854343Z [ OK ] ApplyUtilsTest._2D (1 ms) 2022-11-23T02:47:01.9854580Z [ RUN ] ApplyUtilsTest._3D 2022-11-23T02:47:01.9856579Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-11-23T02:47:01.9856824Z [ RUN ] ApplyUtilsTest.Medium3D 2022-11-23T02:47:01.9873922Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-11-23T02:47:01.9874172Z [ RUN ] ApplyUtilsTest._10D 2022-11-23T02:47:02.1161494Z [ OK ] ApplyUtilsTest._10D (128 ms) 2022-11-23T02:47:02.1161844Z [----------] 6 tests from ApplyUtilsTest (133 ms total) 2022-11-23T02:47:02.1162015Z 2022-11-23T02:47:02.1162138Z [----------] Global test environment tear-down 2022-11-23T02:47:02.1174259Z [==========] 6 tests from 1 test suite ran. (133 ms total) 2022-11-23T02:47:02.1174494Z [ PASSED ] 6 tests. 2022-11-23T02:47:02.1984109Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2022-11-23T02:47:02.5624684Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:02.5625089Z [==========] Running 16 tests from 1 test suite. 2022-11-23T02:47:02.5625353Z [----------] Global test environment set-up. 2022-11-23T02:47:02.5625858Z [----------] 16 tests from atest 2022-11-23T02:47:02.5626076Z [ RUN ] atest.operators 2022-11-23T02:47:02.5627916Z [ OK ] atest.operators (0 ms) 2022-11-23T02:47:02.5628196Z [ RUN ] atest.logical_and_operators 2022-11-23T02:47:02.5629273Z [ OK ] atest.logical_and_operators (0 ms) 2022-11-23T02:47:02.5629519Z [ RUN ] atest.logical_or_operators 2022-11-23T02:47:02.5629773Z [ OK ] atest.logical_or_operators (0 ms) 2022-11-23T02:47:02.5630030Z [ RUN ] atest.logical_xor_operators 2022-11-23T02:47:02.5630267Z [ OK ] atest.logical_xor_operators (0 ms) 2022-11-23T02:47:02.5630495Z [ RUN ] atest.lt_operators 2022-11-23T02:47:02.5630823Z [ OK ] atest.lt_operators (0 ms) 2022-11-23T02:47:02.5631050Z [ RUN ] atest.le_operators 2022-11-23T02:47:02.5631280Z [ OK ] atest.le_operators (0 ms) 2022-11-23T02:47:02.5631494Z [ RUN ] atest.gt_operators 2022-11-23T02:47:02.5631708Z [ OK ] atest.gt_operators (0 ms) 2022-11-23T02:47:02.5631927Z [ RUN ] atest.ge_operators 2022-11-23T02:47:02.5633035Z [ OK ] atest.ge_operators (0 ms) 2022-11-23T02:47:02.5633437Z [ RUN ] atest.eq_operators 2022-11-23T02:47:02.5633655Z [ OK ] atest.eq_operators (0 ms) 2022-11-23T02:47:02.5633878Z [ RUN ] atest.ne_operators 2022-11-23T02:47:02.5634093Z [ OK ] atest.ne_operators (0 ms) 2022-11-23T02:47:02.5634298Z [ RUN ] atest.add_operators 2022-11-23T02:47:02.5634517Z [ OK ] atest.add_operators (0 ms) 2022-11-23T02:47:02.5634741Z [ RUN ] atest.max_operators 2022-11-23T02:47:02.5636893Z [ OK ] atest.max_operators (0 ms) 2022-11-23T02:47:02.5637117Z [ RUN ] atest.min_operators 2022-11-23T02:47:02.5637873Z [ OK ] atest.min_operators (0 ms) 2022-11-23T02:47:02.5638135Z [ RUN ] atest.sigmoid_backward_operator 2022-11-23T02:47:02.5638981Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-11-23T02:47:02.5639535Z [ RUN ] atest.fmod_tensor_operators 2022-11-23T02:47:02.5639908Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-11-23T02:47:02.5640131Z [ RUN ] atest.atest 2022-11-23T02:47:03.2230850Z [ OK ] atest.atest (658 ms) 2022-11-23T02:47:03.2231148Z [----------] 16 tests from atest (660 ms total) 2022-11-23T02:47:03.2231297Z 2022-11-23T02:47:03.2231427Z [----------] Global test environment tear-down 2022-11-23T02:47:03.2245482Z [==========] 16 tests from 1 test suite ran. (660 ms total) 2022-11-23T02:47:03.2245752Z [ PASSED ] 16 tests. 2022-11-23T02:47:03.3076801Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2022-11-23T02:47:03.7443997Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:03.7444401Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:47:03.7444658Z [----------] Global test environment set-up. 2022-11-23T02:47:03.7444930Z [----------] 3 tests from BackendFallbackTest 2022-11-23T02:47:03.7445268Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithMode 2022-11-23T02:47:03.7531905Z [ OK ] BackendFallbackTest.TestBackendFallbackWithMode (8 ms) 2022-11-23T02:47:03.7532506Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithWrapper 2022-11-23T02:47:03.7552991Z [ OK ] BackendFallbackTest.TestBackendFallbackWithWrapper (2 ms) 2022-11-23T02:47:03.7553576Z [ RUN ] BackendFallbackTest.TestFallthroughBackendFallback 2022-11-23T02:47:03.7569839Z [ OK ] BackendFallbackTest.TestFallthroughBackendFallback (1 ms) 2022-11-23T02:47:03.7570836Z [----------] 3 tests from BackendFallbackTest (12 ms total) 2022-11-23T02:47:03.7571151Z 2022-11-23T02:47:03.7571347Z [----------] Global test environment tear-down 2022-11-23T02:47:03.7583604Z [==========] 3 tests from 1 test suite ran. (12 ms total) 2022-11-23T02:47:03.7583940Z [ PASSED ] 3 tests. 2022-11-23T02:47:03.8369387Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2022-11-23T02:47:04.2163498Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:04.2163954Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:47:04.2164341Z [----------] Global test environment set-up. 2022-11-23T02:47:04.2164587Z [----------] 5 tests from BasicTest 2022-11-23T02:47:04.2164823Z [ RUN ] BasicTest.BasicTestCPU 2022-11-23T02:47:04.2349212Z 5 ms 2022-11-23T02:47:04.3577101Z 122 ms 2022-11-23T02:47:04.5550491Z 197 ms 2022-11-23T02:47:05.2172640Z [ OK ] BasicTest.BasicTestCPU (1000 ms) 2022-11-23T02:47:05.2173056Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-11-23T02:47:05.2208146Z 3 ms 2022-11-23T02:47:05.3896078Z 168 ms 2022-11-23T02:47:05.5855918Z 195 ms 2022-11-23T02:47:05.5877117Z [ OK ] BasicTest.BasicTestHalfCPU (370 ms) 2022-11-23T02:47:05.5877410Z [ RUN ] BasicTest.BasicTestCUDA 2022-11-23T02:47:05.5877692Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-11-23T02:47:05.5877958Z [ RUN ] BasicTest.FactoryMethodsTest 2022-11-23T02:47:05.5879068Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-11-23T02:47:05.5879339Z [ RUN ] BasicTest.BasicStdTestCPU 2022-11-23T02:47:05.5918222Z Simple example: called once 2022-11-23T02:47:05.5918465Z throw: call_once will retry 2022-11-23T02:47:05.5918675Z throw: call_once will retry 2022-11-23T02:47:05.5918909Z Didn't throw, call_once will not attempt again 2022-11-23T02:47:05.5919191Z [ OK ] BasicTest.BasicStdTestCPU (3 ms) 2022-11-23T02:47:05.5919472Z [----------] 5 tests from BasicTest (1375 ms total) 2022-11-23T02:47:05.5919625Z 2022-11-23T02:47:05.5919744Z [----------] Global test environment tear-down 2022-11-23T02:47:05.5931315Z [==========] 5 tests from 1 test suite ran. (1375 ms total) 2022-11-23T02:47:05.5931682Z [ PASSED ] 5 tests. 2022-11-23T02:47:05.6767223Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2022-11-23T02:47:06.0498713Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.0499120Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:06.0499434Z [----------] Global test environment set-up. 2022-11-23T02:47:06.0499686Z [----------] 1 test from BroadcastTest 2022-11-23T02:47:06.0499928Z [ RUN ] BroadcastTest.Broadcast 2022-11-23T02:47:06.7213283Z [ OK ] BroadcastTest.Broadcast (671 ms) 2022-11-23T02:47:06.7213820Z [----------] 1 test from BroadcastTest (671 ms total) 2022-11-23T02:47:06.7213991Z 2022-11-23T02:47:06.7214113Z [----------] Global test environment tear-down 2022-11-23T02:47:06.7225213Z [==========] 1 test from 1 test suite ran. (671 ms total) 2022-11-23T02:47:06.7225458Z [ PASSED ] 1 test. 2022-11-23T02:47:06.8043876Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2022-11-23T02:47:06.8156267Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.8156671Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:06.8156942Z [----------] Global test environment set-up. 2022-11-23T02:47:06.8157196Z [----------] 4 tests from accumulate_test 2022-11-23T02:47:06.8157438Z [ RUN ] accumulate_test.vector_test 2022-11-23T02:47:06.8157676Z [ OK ] accumulate_test.vector_test (0 ms) 2022-11-23T02:47:06.8157928Z [ RUN ] accumulate_test.list_test 2022-11-23T02:47:06.8158167Z [ OK ] accumulate_test.list_test (0 ms) 2022-11-23T02:47:06.8158403Z [ RUN ] accumulate_test.base_cases 2022-11-23T02:47:06.8158642Z [ OK ] accumulate_test.base_cases (0 ms) 2022-11-23T02:47:06.8158861Z [ RUN ] accumulate_test.errors 2022-11-23T02:47:06.8288818Z [ OK ] accumulate_test.errors (13 ms) 2022-11-23T02:47:06.8289099Z [----------] 4 tests from accumulate_test (13 ms total) 2022-11-23T02:47:06.8289452Z 2022-11-23T02:47:06.8289571Z [----------] Global test environment tear-down 2022-11-23T02:47:06.8300751Z [==========] 4 tests from 1 test suite ran. (13 ms total) 2022-11-23T02:47:06.8300984Z [ PASSED ] 4 tests. 2022-11-23T02:47:06.8358525Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Array_test.exe" 2022-11-23T02:47:06.8461981Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.8462494Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:47:06.8471180Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:47:06.8471407Z [ PASSED ] 0 tests. 2022-11-23T02:47:06.8525300Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2022-11-23T02:47:06.8624757Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.8625163Z [==========] Running 13 tests from 3 test suites. 2022-11-23T02:47:06.8625449Z [----------] Global test environment set-up. 2022-11-23T02:47:06.8625699Z [----------] 5 tests from BFloat16Conversion 2022-11-23T02:47:06.8625990Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2022-11-23T02:47:06.8626329Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2022-11-23T02:47:06.8626671Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2022-11-23T02:47:06.8627025Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2022-11-23T02:47:06.8627309Z [ RUN ] BFloat16Conversion.NaN 2022-11-23T02:47:06.8627555Z [ OK ] BFloat16Conversion.NaN (0 ms) 2022-11-23T02:47:06.8627794Z [ RUN ] BFloat16Conversion.Inf 2022-11-23T02:47:06.8628085Z [ OK ] BFloat16Conversion.Inf (0 ms) 2022-11-23T02:47:06.8628453Z [ RUN ] BFloat16Conversion.SmallestDenormal 2022-11-23T02:47:06.8628756Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2022-11-23T02:47:06.8629114Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2022-11-23T02:47:06.8629294Z 2022-11-23T02:47:06.8629394Z [----------] 3 tests from BFloat16Math 2022-11-23T02:47:06.8629667Z [ RUN ] BFloat16Math.Addition 2022-11-23T02:47:06.8629901Z [ OK ] BFloat16Math.Addition (0 ms) 2022-11-23T02:47:06.8630142Z [ RUN ] BFloat16Math.Subtraction 2022-11-23T02:47:06.8630392Z [ OK ] BFloat16Math.Subtraction (0 ms) 2022-11-23T02:47:06.8630626Z [ RUN ] BFloat16Math.NextAfterZero 2022-11-23T02:47:06.8631044Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2022-11-23T02:47:06.8631317Z [----------] 3 tests from BFloat16Math (0 ms total) 2022-11-23T02:47:06.8631470Z 2022-11-23T02:47:06.8631622Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test 2022-11-23T02:47:06.8631953Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 2022-11-23T02:47:06.8632305Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2022-11-23T02:47:06.8632640Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 2022-11-23T02:47:06.8632985Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2022-11-23T02:47:06.8633329Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 2022-11-23T02:47:06.8633678Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2022-11-23T02:47:06.8634019Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 2022-11-23T02:47:06.8634367Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2022-11-23T02:47:06.8634699Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 2022-11-23T02:47:06.8635092Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2022-11-23T02:47:06.8635444Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test (0 ms total) 2022-11-23T02:47:06.8635675Z 2022-11-23T02:47:06.8635796Z [----------] Global test environment tear-down 2022-11-23T02:47:06.8641214Z [==========] 13 tests from 3 test suites ran. (0 ms total) 2022-11-23T02:47:06.8641484Z [ PASSED ] 13 tests. 2022-11-23T02:47:06.8695771Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2022-11-23T02:47:06.8790713Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.8791111Z [==========] Running 12 tests from 1 test suite. 2022-11-23T02:47:06.8791406Z [----------] Global test environment set-up. 2022-11-23T02:47:06.8791654Z [----------] 12 tests from BitsetTest 2022-11-23T02:47:06.8791948Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2022-11-23T02:47:06.8792301Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2022-11-23T02:47:06.8792656Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2022-11-23T02:47:06.8793003Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2022-11-23T02:47:06.8793384Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2022-11-23T02:47:06.8793782Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2022-11-23T02:47:06.8794153Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2022-11-23T02:47:06.8794496Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-11-23T02:47:06.8794861Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2022-11-23T02:47:06.8795232Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2022-11-23T02:47:06.8795602Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2022-11-23T02:47:06.8795963Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-11-23T02:47:06.8796349Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2022-11-23T02:47:06.8796764Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2022-11-23T02:47:06.8797158Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2022-11-23T02:47:06.8797518Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2022-11-23T02:47:06.8797918Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2022-11-23T02:47:06.8798497Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2022-11-23T02:47:06.8798908Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2022-11-23T02:47:06.8799297Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2022-11-23T02:47:06.8799715Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2022-11-23T02:47:06.8800159Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-11-23T02:47:06.8800614Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2022-11-23T02:47:06.8801095Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-11-23T02:47:06.8801469Z [----------] 12 tests from BitsetTest (0 ms total) 2022-11-23T02:47:06.8801626Z 2022-11-23T02:47:06.8801746Z [----------] Global test environment tear-down 2022-11-23T02:47:06.8804672Z [==========] 12 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:06.8804902Z [ PASSED ] 12 tests. 2022-11-23T02:47:06.8856920Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_C++17_test.exe" 2022-11-23T02:47:06.8961320Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.8961731Z [==========] Running 9 tests from 1 test suite. 2022-11-23T02:47:06.8961988Z [----------] Global test environment set-up. 2022-11-23T02:47:06.8962394Z [----------] 9 tests from if_constexpr 2022-11-23T02:47:06.8962669Z [ RUN ] if_constexpr.whenIsTrue_thenReturnsTrueCase 2022-11-23T02:47:06.8962987Z [ OK ] if_constexpr.whenIsTrue_thenReturnsTrueCase (0 ms) 2022-11-23T02:47:06.8963292Z [ RUN ] if_constexpr.whenIsFalse_thenReturnsFalseCase 2022-11-23T02:47:06.8963617Z [ OK ] if_constexpr.whenIsFalse_thenReturnsFalseCase (0 ms) 2022-11-23T02:47:06.8964032Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg 2022-11-23T02:47:06.8964413Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg (0 ms) 2022-11-23T02:47:06.8964847Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg 2022-11-23T02:47:06.8965231Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg (0 ms) 2022-11-23T02:47:06.8965574Z [ RUN ] if_constexpr.otherCaseCanHaveInvalidCode 2022-11-23T02:47:06.8965905Z [ OK ] if_constexpr.otherCaseCanHaveInvalidCode (0 ms) 2022-11-23T02:47:06.8966242Z [ RUN ] if_constexpr.worksWithoutElseCase_withIdentityArg 2022-11-23T02:47:06.8966584Z [ OK ] if_constexpr.worksWithoutElseCase_withIdentityArg (0 ms) 2022-11-23T02:47:06.8966930Z [ RUN ] if_constexpr.worksWithoutElseCase_withoutIdentityArg 2022-11-23T02:47:06.8967279Z [ OK ] if_constexpr.worksWithoutElseCase_withoutIdentityArg (0 ms) 2022-11-23T02:47:06.8967613Z [ RUN ] if_constexpr.returnTypeCanDiffer_withIdentityArg 2022-11-23T02:47:06.8967953Z [ OK ] if_constexpr.returnTypeCanDiffer_withIdentityArg (0 ms) 2022-11-23T02:47:06.8968296Z [ RUN ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg 2022-11-23T02:47:06.8968646Z [ OK ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg (0 ms) 2022-11-23T02:47:06.8968962Z [----------] 9 tests from if_constexpr (0 ms total) 2022-11-23T02:47:06.8969118Z 2022-11-23T02:47:06.8969241Z [----------] Global test environment tear-down 2022-11-23T02:47:06.8975324Z [==========] 9 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:06.8975573Z [ PASSED ] 9 tests. 2022-11-23T02:47:06.9029933Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2022-11-23T02:47:06.9129319Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.9129691Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:06.9129955Z [----------] Global test environment set-up. 2022-11-23T02:47:06.9130391Z [----------] 2 tests from CompileTimeFunctionPointerTest 2022-11-23T02:47:06.9130770Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2022-11-23T02:47:06.9131190Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2022-11-23T02:47:06.9131622Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2022-11-23T02:47:06.9132057Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2022-11-23T02:47:06.9132465Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2022-11-23T02:47:06.9132665Z 2022-11-23T02:47:06.9132784Z [----------] Global test environment tear-down 2022-11-23T02:47:06.9140486Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:06.9140729Z [ PASSED ] 2 tests. 2022-11-23T02:47:06.9192308Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2022-11-23T02:47:06.9285727Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.9286130Z [==========] Running 12 tests from 11 test suites. 2022-11-23T02:47:06.9286528Z [----------] Global test environment set-up. 2022-11-23T02:47:06.9286825Z [----------] 2 tests from TestExponential 2022-11-23T02:47:06.9287194Z [ RUN ] TestExponential.IPi 2022-11-23T02:47:06.9287480Z [ OK ] TestExponential.IPi (0 ms) 2022-11-23T02:47:06.9287781Z [ RUN ] TestExponential.EulerFormula 2022-11-23T02:47:06.9288240Z [ OK ] TestExponential.EulerFormula (0 ms) 2022-11-23T02:47:06.9288565Z [----------] 2 tests from TestExponential (0 ms total) 2022-11-23T02:47:06.9288731Z 2022-11-23T02:47:06.9288823Z [----------] 1 test from TestLog 2022-11-23T02:47:06.9289025Z [ RUN ] TestLog.Definition 2022-11-23T02:47:06.9289254Z [ OK ] TestLog.Definition (0 ms) 2022-11-23T02:47:06.9289521Z [----------] 1 test from TestLog (0 ms total) 2022-11-23T02:47:06.9289665Z 2022-11-23T02:47:06.9289763Z [----------] 1 test from TestLog10 2022-11-23T02:47:06.9289969Z [ RUN ] TestLog10.Rev 2022-11-23T02:47:06.9290176Z [ OK ] TestLog10.Rev (0 ms) 2022-11-23T02:47:06.9290408Z [----------] 1 test from TestLog10 (0 ms total) 2022-11-23T02:47:06.9290550Z 2022-11-23T02:47:06.9290628Z [----------] 1 test from TestLog2 2022-11-23T02:47:06.9290827Z [ RUN ] TestLog2.Rev 2022-11-23T02:47:06.9291030Z [ OK ] TestLog2.Rev (0 ms) 2022-11-23T02:47:06.9291261Z [----------] 1 test from TestLog2 (0 ms total) 2022-11-23T02:47:06.9291407Z 2022-11-23T02:47:06.9291503Z [----------] 1 test from TestPowSqrt 2022-11-23T02:47:06.9291729Z [ RUN ] TestPowSqrt.Equal 2022-11-23T02:47:06.9291940Z [ OK ] TestPowSqrt.Equal (0 ms) 2022-11-23T02:47:06.9292189Z [----------] 1 test from TestPowSqrt (0 ms total) 2022-11-23T02:47:06.9292392Z 2022-11-23T02:47:06.9292484Z [----------] 1 test from TestPow 2022-11-23T02:47:06.9292692Z [ RUN ] TestPow.Square 2022-11-23T02:47:06.9292950Z [ OK ] TestPow.Square (0 ms) 2022-11-23T02:47:06.9293174Z [----------] 1 test from TestPow (0 ms total) 2022-11-23T02:47:06.9293316Z 2022-11-23T02:47:06.9293427Z [----------] 1 test from TestSinCosSinhCosh 2022-11-23T02:47:06.9293679Z [ RUN ] TestSinCosSinhCosh.Identity 2022-11-23T02:47:06.9293946Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2022-11-23T02:47:06.9294231Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2022-11-23T02:47:06.9294396Z 2022-11-23T02:47:06.9294486Z [----------] 1 test from TestTan 2022-11-23T02:47:06.9294679Z [ RUN ] TestTan.Identity 2022-11-23T02:47:06.9294894Z [ OK ] TestTan.Identity (0 ms) 2022-11-23T02:47:06.9295131Z [----------] 1 test from TestTan (0 ms total) 2022-11-23T02:47:06.9295270Z 2022-11-23T02:47:06.9295358Z [----------] 1 test from TestTanh 2022-11-23T02:47:06.9295567Z [ RUN ] TestTanh.Identity 2022-11-23T02:47:06.9295786Z [ OK ] TestTanh.Identity (0 ms) 2022-11-23T02:47:06.9296663Z [----------] 1 test from TestTanh (0 ms total) 2022-11-23T02:47:06.9296819Z 2022-11-23T02:47:06.9296939Z [----------] 1 test from TestRevTrigonometric 2022-11-23T02:47:06.9297189Z [ RUN ] TestRevTrigonometric.Rev 2022-11-23T02:47:06.9297445Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2022-11-23T02:47:06.9297730Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2022-11-23T02:47:06.9297899Z 2022-11-23T02:47:06.9298009Z [----------] 1 test from TestRevHyperbolic 2022-11-23T02:47:06.9298288Z [ RUN ] TestRevHyperbolic.Rev 2022-11-23T02:47:06.9298535Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2022-11-23T02:47:06.9298808Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2022-11-23T02:47:06.9298974Z 2022-11-23T02:47:06.9299091Z [----------] Global test environment tear-down 2022-11-23T02:47:06.9304473Z [==========] 12 tests from 11 test suites ran. (0 ms total) 2022-11-23T02:47:06.9305446Z [ PASSED ] 12 tests. 2022-11-23T02:47:06.9357752Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2022-11-23T02:47:06.9456164Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.9456585Z [==========] Running 5 tests from 5 test suites. 2022-11-23T02:47:06.9456901Z [----------] Global test environment set-up. 2022-11-23T02:47:06.9457146Z [----------] 1 test from TestMemory 2022-11-23T02:47:06.9457385Z [ RUN ] TestMemory.ReinterpretCast 2022-11-23T02:47:06.9457849Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2022-11-23T02:47:06.9458121Z [----------] 1 test from TestMemory (0 ms total) 2022-11-23T02:47:06.9458272Z 2022-11-23T02:47:06.9458380Z [----------] 1 test from TestConstructors 2022-11-23T02:47:06.9458635Z [ RUN ] TestConstructors.UnorderedMap 2022-11-23T02:47:06.9458916Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2022-11-23T02:47:06.9459203Z [----------] 1 test from TestConstructors (0 ms total) 2022-11-23T02:47:06.9459364Z 2022-11-23T02:47:06.9459480Z [----------] 1 test from TestArithmeticIntScalar 2022-11-23T02:47:06.9459745Z [ RUN ] TestArithmeticIntScalar.All 2022-11-23T02:47:06.9460013Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2022-11-23T02:47:06.9460323Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2022-11-23T02:47:06.9460500Z 2022-11-23T02:47:06.9460586Z [----------] 1 test from TestIO 2022-11-23T02:47:06.9460787Z [ RUN ] TestIO.All 2022-11-23T02:47:06.9460971Z [ OK ] TestIO.All (0 ms) 2022-11-23T02:47:06.9461199Z [----------] 1 test from TestIO (0 ms total) 2022-11-23T02:47:06.9461339Z 2022-11-23T02:47:06.9461428Z [----------] 1 test from TestStd 2022-11-23T02:47:06.9461651Z [ RUN ] TestStd.BasicFunctions 2022-11-23T02:47:06.9461894Z [ OK ] TestStd.BasicFunctions (0 ms) 2022-11-23T02:47:06.9462237Z [----------] 1 test from TestStd (0 ms total) 2022-11-23T02:47:06.9462379Z 2022-11-23T02:47:06.9462484Z [----------] Global test environment tear-down 2022-11-23T02:47:06.9473798Z [==========] 5 tests from 5 test suites ran. (0 ms total) 2022-11-23T02:47:06.9474037Z [ PASSED ] 5 tests. 2022-11-23T02:47:06.9528933Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2022-11-23T02:47:06.9625502Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.9625891Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:47:06.9635624Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:47:06.9635854Z [ PASSED ] 0 tests. 2022-11-23T02:47:06.9688638Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2022-11-23T02:47:06.9814744Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.9815141Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:06.9815560Z [----------] Global test environment set-up. 2022-11-23T02:47:06.9815824Z [----------] 1 test from DeadlockDetection 2022-11-23T02:47:06.9816056Z [ RUN ] DeadlockDetection.basic 2022-11-23T02:47:06.9816317Z [ OK ] DeadlockDetection.basic (0 ms) 2022-11-23T02:47:06.9816598Z [----------] 1 test from DeadlockDetection (0 ms total) 2022-11-23T02:47:06.9816768Z 2022-11-23T02:47:06.9816888Z [----------] Global test environment tear-down 2022-11-23T02:47:06.9824811Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:06.9825047Z [ PASSED ] 1 test. 2022-11-23T02:47:06.9878017Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2022-11-23T02:47:06.9983334Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:06.9983738Z [==========] Running 2 tests from 2 test suites. 2022-11-23T02:47:06.9983999Z [----------] Global test environment set-up. 2022-11-23T02:47:06.9984260Z [----------] 1 test from DeviceGuard 2022-11-23T02:47:06.9984549Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2022-11-23T02:47:06.9984902Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-11-23T02:47:06.9985200Z [----------] 1 test from DeviceGuard (0 ms total) 2022-11-23T02:47:06.9985354Z 2022-11-23T02:47:06.9985472Z [----------] 1 test from OptionalDeviceGuard 2022-11-23T02:47:06.9985802Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2022-11-23T02:47:06.9986370Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-11-23T02:47:06.9986728Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2022-11-23T02:47:06.9986894Z 2022-11-23T02:47:06.9987012Z [----------] Global test environment tear-down 2022-11-23T02:47:06.9994464Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-11-23T02:47:06.9994693Z [ PASSED ] 2 tests. 2022-11-23T02:47:07.0048186Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2022-11-23T02:47:07.0150657Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.0151041Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:07.0151305Z [----------] Global test environment set-up. 2022-11-23T02:47:07.0151550Z [----------] 1 test from DeviceTest 2022-11-23T02:47:07.0151784Z [ RUN ] DeviceTest.BasicConstruction 2022-11-23T02:47:07.0285778Z [ OK ] DeviceTest.BasicConstruction (13 ms) 2022-11-23T02:47:07.0286209Z [----------] 1 test from DeviceTest (13 ms total) 2022-11-23T02:47:07.0286364Z 2022-11-23T02:47:07.0286489Z [----------] Global test environment tear-down 2022-11-23T02:47:07.0296189Z [==========] 1 test from 1 test suite ran. (13 ms total) 2022-11-23T02:47:07.0296413Z [ PASSED ] 1 test. 2022-11-23T02:47:07.0354858Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2022-11-23T02:47:07.0473060Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.0473533Z [==========] Running 16 tests from 1 test suite. 2022-11-23T02:47:07.0473790Z [----------] Global test environment set-up. 2022-11-23T02:47:07.0474088Z [----------] 16 tests from DispatchKeySet 2022-11-23T02:47:07.0474347Z [ RUN ] DispatchKeySet.ShowSemantics 2022-11-23T02:47:07.0474623Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2022-11-23T02:47:07.0474879Z [ RUN ] DispatchKeySet.Empty 2022-11-23T02:47:07.0475118Z [ OK ] DispatchKeySet.Empty (0 ms) 2022-11-23T02:47:07.0475408Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2022-11-23T02:47:07.0475746Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2022-11-23T02:47:07.0476084Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2022-11-23T02:47:07.0476414Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2022-11-23T02:47:07.0476962Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2022-11-23T02:47:07.0477374Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2022-11-23T02:47:07.0477732Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2022-11-23T02:47:07.0498678Z [ OK ] DispatchKeySet.DoubletonPerBackend (2 ms) 2022-11-23T02:47:07.0498959Z [ RUN ] DispatchKeySet.Full 2022-11-23T02:47:07.0499189Z [ OK ] DispatchKeySet.Full (0 ms) 2022-11-23T02:47:07.0499445Z [ RUN ] DispatchKeySet.IteratorBasicOps 2022-11-23T02:47:07.0499736Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2022-11-23T02:47:07.0500071Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2022-11-23T02:47:07.0500446Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2022-11-23T02:47:07.0500767Z [ RUN ] DispatchKeySet.IteratorEmpty 2022-11-23T02:47:07.0501028Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2022-11-23T02:47:07.0501324Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2022-11-23T02:47:07.0501632Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2022-11-23T02:47:07.0501919Z [ RUN ] DispatchKeySet.IteratorFull 2022-11-23T02:47:07.0502272Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2022-11-23T02:47:07.0502551Z [ RUN ] DispatchKeySet.FailAtEndIterator 2022-11-23T02:47:07.0630476Z [ OK ] DispatchKeySet.FailAtEndIterator (13 ms) 2022-11-23T02:47:07.0630817Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2022-11-23T02:47:07.0631322Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2022-11-23T02:47:07.0631699Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2022-11-23T02:47:07.0632098Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2022-11-23T02:47:07.0632503Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2022-11-23T02:47:07.0632904Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2022-11-23T02:47:07.0633263Z [----------] 16 tests from DispatchKeySet (15 ms total) 2022-11-23T02:47:07.0633428Z 2022-11-23T02:47:07.0633546Z [----------] Global test environment tear-down 2022-11-23T02:47:07.0644183Z [==========] 16 tests from 1 test suite ran. (15 ms total) 2022-11-23T02:47:07.0644414Z [ PASSED ] 16 tests. 2022-11-23T02:47:07.0702645Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_either_test.exe" 2022-11-23T02:47:07.0805745Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.0806134Z [==========] Running 83 tests from 2 test suites. 2022-11-23T02:47:07.0806402Z [----------] Global test environment set-up. 2022-11-23T02:47:07.0806648Z [----------] 73 tests from EitherTest 2022-11-23T02:47:07.0806879Z [ RUN ] EitherTest.SpaceUsage 2022-11-23T02:47:07.0807123Z [ OK ] EitherTest.SpaceUsage (0 ms) 2022-11-23T02:47:07.0807356Z [ RUN ] EitherTest.givenLeft 2022-11-23T02:47:07.0807588Z [ OK ] EitherTest.givenLeft (0 ms) 2022-11-23T02:47:07.0807819Z [ RUN ] EitherTest.givenRight 2022-11-23T02:47:07.0808060Z [ OK ] EitherTest.givenRight (0 ms) 2022-11-23T02:47:07.0808301Z [ RUN ] EitherTest.givenMakeLeft 2022-11-23T02:47:07.0808556Z [ OK ] EitherTest.givenMakeLeft (0 ms) 2022-11-23T02:47:07.0808835Z [ RUN ] EitherTest.givenMakeLeftWithSameType 2022-11-23T02:47:07.0809141Z [ OK ] EitherTest.givenMakeLeftWithSameType (0 ms) 2022-11-23T02:47:07.0809424Z [ RUN ] EitherTest.givenMakeRight 2022-11-23T02:47:07.0809697Z [ OK ] EitherTest.givenMakeRight (0 ms) 2022-11-23T02:47:07.0809982Z [ RUN ] EitherTest.givenMakeRightWithSameType 2022-11-23T02:47:07.0810304Z [ OK ] EitherTest.givenMakeRightWithSameType (0 ms) 2022-11-23T02:47:07.0810616Z [ RUN ] EitherTest.givenMovableOnlyMakeLeft 2022-11-23T02:47:07.0810910Z [ OK ] EitherTest.givenMovableOnlyMakeLeft (0 ms) 2022-11-23T02:47:07.0811368Z [ RUN ] EitherTest.givenMovableOnlyMakeRight 2022-11-23T02:47:07.0811684Z [ OK ] EitherTest.givenMovableOnlyMakeRight (0 ms) 2022-11-23T02:47:07.0811991Z [ RUN ] EitherTest.givenMultiParamMakeLeft 2022-11-23T02:47:07.0812294Z [ OK ] EitherTest.givenMultiParamMakeLeft (0 ms) 2022-11-23T02:47:07.0812586Z [ RUN ] EitherTest.givenMultiParamMakeRight 2022-11-23T02:47:07.0812900Z [ OK ] EitherTest.givenMultiParamMakeRight (0 ms) 2022-11-23T02:47:07.0813269Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0813693Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0814113Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0814530Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0814938Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0815370Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0815792Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0816220Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0816643Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0817060Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0817546Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0817952Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0818428Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0818841Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0819268Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0819685Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0820095Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0820495Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0820889Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0821269Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0821670Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0822167Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0822586Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0822989Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0823393Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0823775Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0824168Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0824562Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0824960Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect 2022-11-23T02:47:07.0825360Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0825762Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect 2022-11-23T02:47:07.0826152Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0826641Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect 2022-11-23T02:47:07.0827058Z [ OK ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0827494Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect 2022-11-23T02:47:07.0827856Z [ OK ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0828235Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0828638Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0829028Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0829434Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0829813Z [ RUN ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect 2022-11-23T02:47:07.0830183Z [ OK ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0830550Z [ RUN ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect 2022-11-23T02:47:07.0830921Z [ OK ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0831297Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0831705Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0832112Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0832578Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0833012Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect 2022-11-23T02:47:07.0833427Z [ OK ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0833771Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect 2022-11-23T02:47:07.0834132Z [ OK ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0834515Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0834915Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0835311Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0835706Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0836078Z [ RUN ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect 2022-11-23T02:47:07.0836447Z [ OK ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0836814Z [ RUN ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect 2022-11-23T02:47:07.0837178Z [ OK ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0837563Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0837973Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0838404Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0838815Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0839243Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect 2022-11-23T02:47:07.0839593Z [ OK ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0839941Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect 2022-11-23T02:47:07.0840286Z [ OK ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0840653Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0841029Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0841412Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0841795Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0842217Z [ RUN ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect 2022-11-23T02:47:07.0842569Z [ OK ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0842918Z [ RUN ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect 2022-11-23T02:47:07.0843254Z [ OK ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0843626Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0844018Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0844461Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0844852Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0845272Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect 2022-11-23T02:47:07.0845605Z [ OK ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0845953Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect 2022-11-23T02:47:07.0846293Z [ OK ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0846656Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0847040Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0847419Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0847786Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0848208Z [ RUN ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect 2022-11-23T02:47:07.0848561Z [ OK ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0848911Z [ RUN ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect 2022-11-23T02:47:07.0849263Z [ OK ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0849632Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect 2022-11-23T02:47:07.0850012Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-11-23T02:47:07.0850450Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect 2022-11-23T02:47:07.0850844Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-11-23T02:47:07.0851252Z [ RUN ] EitherTest.givenLeft_whenModified_thenValueIsChanged 2022-11-23T02:47:07.0851590Z [ OK ] EitherTest.givenLeft_whenModified_thenValueIsChanged (0 ms) 2022-11-23T02:47:07.0851924Z [ RUN ] EitherTest.givenRight_whenModified_thenValueIsChanged 2022-11-23T02:47:07.0852264Z [ OK ] EitherTest.givenRight_whenModified_thenValueIsChanged (0 ms) 2022-11-23T02:47:07.0852573Z [ RUN ] EitherTest.canEmplaceConstructLeft 2022-11-23T02:47:07.0852877Z [ OK ] EitherTest.canEmplaceConstructLeft (0 ms) 2022-11-23T02:47:07.0853178Z [ RUN ] EitherTest.canEmplaceConstructRight 2022-11-23T02:47:07.0853485Z [ OK ] EitherTest.canEmplaceConstructRight (0 ms) 2022-11-23T02:47:07.0853786Z [ RUN ] EitherTest.givenEqualLefts_thenAreEqual 2022-11-23T02:47:07.0854077Z [ OK ] EitherTest.givenEqualLefts_thenAreEqual (0 ms) 2022-11-23T02:47:07.0854386Z [ RUN ] EitherTest.givenEqualLefts_thenAreNotUnequal 2022-11-23T02:47:07.0854703Z [ OK ] EitherTest.givenEqualLefts_thenAreNotUnequal (0 ms) 2022-11-23T02:47:07.0855044Z [ RUN ] EitherTest.givenEqualRights_thenAreEqual 2022-11-23T02:47:07.0855349Z [ OK ] EitherTest.givenEqualRights_thenAreEqual (0 ms) 2022-11-23T02:47:07.0855658Z [ RUN ] EitherTest.givenEqualRights_thenAreNotUnequal 2022-11-23T02:47:07.0855980Z [ OK ] EitherTest.givenEqualRights_thenAreNotUnequal (0 ms) 2022-11-23T02:47:07.0856289Z [ RUN ] EitherTest.givenLeftAndRight_thenAreNotEqual 2022-11-23T02:47:07.0856663Z [ OK ] EitherTest.givenLeftAndRight_thenAreNotEqual (0 ms) 2022-11-23T02:47:07.0857032Z [ RUN ] EitherTest.givenLeftAndRight_thenAreUnequal 2022-11-23T02:47:07.0857405Z [ OK ] EitherTest.givenLeftAndRight_thenAreUnequal (0 ms) 2022-11-23T02:47:07.0857677Z [ RUN ] EitherTest.OutputLeft 2022-11-23T02:47:07.0857917Z [ OK ] EitherTest.OutputLeft (0 ms) 2022-11-23T02:47:07.0858147Z [ RUN ] EitherTest.OutputRight 2022-11-23T02:47:07.0858392Z [ OK ] EitherTest.OutputRight (0 ms) 2022-11-23T02:47:07.0858711Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual 2022-11-23T02:47:07.0859104Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual (0 ms) 2022-11-23T02:47:07.0859489Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal 2022-11-23T02:47:07.0859871Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal (0 ms) 2022-11-23T02:47:07.0860189Z [----------] 73 tests from EitherTest (1 ms total) 2022-11-23T02:47:07.0860343Z 2022-11-23T02:47:07.0860462Z [----------] 10 tests from EitherTest_Destructor 2022-11-23T02:47:07.0860755Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalled 2022-11-23T02:47:07.0861083Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalled (0 ms) 2022-11-23T02:47:07.0861410Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalled 2022-11-23T02:47:07.0861739Z [ OK ] EitherTest_Destructor.RightDestructorIsCalled (0 ms) 2022-11-23T02:47:07.0862170Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying 2022-11-23T02:47:07.0862631Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying (0 ms) 2022-11-23T02:47:07.0863089Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying 2022-11-23T02:47:07.0863545Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying (0 ms) 2022-11-23T02:47:07.0863944Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving 2022-11-23T02:47:07.0864332Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving (0 ms) 2022-11-23T02:47:07.0864711Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving 2022-11-23T02:47:07.0865120Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving (0 ms) 2022-11-23T02:47:07.0865528Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment 2022-11-23T02:47:07.0865948Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment (0 ms) 2022-11-23T02:47:07.0876445Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment 2022-11-23T02:47:07.0876905Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment (0 ms) 2022-11-23T02:47:07.0877352Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment 2022-11-23T02:47:07.0877790Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment (0 ms) 2022-11-23T02:47:07.0878243Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment 2022-11-23T02:47:07.0878701Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment (0 ms) 2022-11-23T02:47:07.0879092Z [----------] 10 tests from EitherTest_Destructor (0 ms total) 2022-11-23T02:47:07.0879266Z 2022-11-23T02:47:07.0879388Z [----------] Global test environment tear-down 2022-11-23T02:47:07.0879653Z [==========] 83 tests from 2 test suites ran. (1 ms total) 2022-11-23T02:47:07.0879868Z [ PASSED ] 83 tests. 2022-11-23T02:47:07.0903815Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2022-11-23T02:47:07.1011159Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.1011560Z [==========] Running 5 tests from 2 test suites. 2022-11-23T02:47:07.1011835Z [----------] Global test environment set-up. 2022-11-23T02:47:07.1012091Z [----------] 4 tests from ExceptionTest 2022-11-23T02:47:07.1012375Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2022-11-23T02:47:07.1012825Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2022-11-23T02:47:07.1013120Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2022-11-23T02:47:07.1111650Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.1192838Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (18 ms) 2022-11-23T02:47:07.1193136Z [ RUN ] ExceptionTest.ErrorFormatting 2022-11-23T02:47:07.1324747Z [ OK ] ExceptionTest.ErrorFormatting (13 ms) 2022-11-23T02:47:07.1325130Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2022-11-23T02:47:07.1326180Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2022-11-23T02:47:07.1326556Z [----------] 4 tests from ExceptionTest (31 ms total) 2022-11-23T02:47:07.1326981Z [W C:\actions-runner\_work\pytorch\pytorch\c10\test\util\exception_test.cpp:46] Warning: I'm a warning (function TestBody) 2022-11-23T02:47:07.1327243Z 2022-11-23T02:47:07.1327345Z [----------] 1 test from WarningTest 2022-11-23T02:47:07.1327600Z [ RUN ] WarningTest.JustPrintWarning 2022-11-23T02:47:07.1327879Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2022-11-23T02:47:07.1328162Z [----------] 1 test from WarningTest (0 ms total) 2022-11-23T02:47:07.1328305Z 2022-11-23T02:47:07.1328424Z [----------] Global test environment tear-down 2022-11-23T02:47:07.1337288Z [==========] 5 tests from 2 test suites ran. (31 ms total) 2022-11-23T02:47:07.1337514Z [ PASSED ] 5 tests. 2022-11-23T02:47:07.1394761Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2022-11-23T02:47:07.1504558Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.1504950Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:07.1505254Z [----------] Global test environment set-up. 2022-11-23T02:47:07.1505598Z [----------] 1 test from FlagsTest 2022-11-23T02:47:07.1505857Z [ RUN ] FlagsTest.TestGflagsCorrectness 2022-11-23T02:47:07.1506165Z Caffe2 is not built with gflags. Nothing to test here. 2022-11-23T02:47:07.1506457Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2022-11-23T02:47:07.1506742Z [----------] 1 test from FlagsTest (0 ms total) 2022-11-23T02:47:07.1506891Z 2022-11-23T02:47:07.1507014Z [----------] Global test environment tear-down 2022-11-23T02:47:07.1514665Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:07.1514893Z [ PASSED ] 1 test. 2022-11-23T02:47:07.1569928Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2022-11-23T02:47:07.1667894Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.1668317Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:07.1668596Z [----------] Global test environment set-up. 2022-11-23T02:47:07.1668970Z [----------] 1 test from HalfDoubleConversionTest 2022-11-23T02:47:07.1669313Z [ RUN ] HalfDoubleConversionTest.Half2Double 2022-11-23T02:47:07.1669640Z [ OK ] HalfDoubleConversionTest.Half2Double (0 ms) 2022-11-23T02:47:07.1669981Z [----------] 1 test from HalfDoubleConversionTest (0 ms total) 2022-11-23T02:47:07.1670164Z 2022-11-23T02:47:07.1670286Z [----------] Global test environment tear-down 2022-11-23T02:47:07.1679335Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:07.1679645Z [ PASSED ] 1 test. 2022-11-23T02:47:07.1732066Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2022-11-23T02:47:07.1837044Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.1837507Z [==========] Running 9 tests from 2 test suites. 2022-11-23T02:47:07.1837777Z [----------] Global test environment set-up. 2022-11-23T02:47:07.1838044Z [----------] 5 tests from InlineDeviceGuard 2022-11-23T02:47:07.1838465Z [ RUN ] InlineDeviceGuard.Constructor 2022-11-23T02:47:07.1838752Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2022-11-23T02:47:07.1839037Z [ RUN ] InlineDeviceGuard.ConstructorError 2022-11-23T02:47:07.1968370Z [ OK ] InlineDeviceGuard.ConstructorError (13 ms) 2022-11-23T02:47:07.1968859Z [ RUN ] InlineDeviceGuard.SetDevice 2022-11-23T02:47:07.1969181Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2022-11-23T02:47:07.1969474Z [ RUN ] InlineDeviceGuard.ResetDevice 2022-11-23T02:47:07.1969767Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2022-11-23T02:47:07.1970024Z [ RUN ] InlineDeviceGuard.SetIndex 2022-11-23T02:47:07.1970295Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2022-11-23T02:47:07.1970588Z [----------] 5 tests from InlineDeviceGuard (13 ms total) 2022-11-23T02:47:07.1970756Z 2022-11-23T02:47:07.1970894Z [----------] 4 tests from InlineOptionalDeviceGuard 2022-11-23T02:47:07.1971201Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2022-11-23T02:47:07.1971530Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2022-11-23T02:47:07.1971863Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2022-11-23T02:47:07.1972232Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2022-11-23T02:47:07.1972572Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2022-11-23T02:47:07.1972886Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2022-11-23T02:47:07.1973193Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2022-11-23T02:47:07.1973663Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2022-11-23T02:47:07.1973978Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2022-11-23T02:47:07.1974164Z 2022-11-23T02:47:07.1974283Z [----------] Global test environment tear-down 2022-11-23T02:47:07.1981199Z [==========] 9 tests from 2 test suites ran. (13 ms total) 2022-11-23T02:47:07.1981424Z [ PASSED ] 9 tests. 2022-11-23T02:47:07.2041435Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2022-11-23T02:47:07.2150940Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:07.2151382Z [==========] Running 8 tests from 3 test suites. 2022-11-23T02:47:07.2151644Z [----------] Global test environment set-up. 2022-11-23T02:47:07.2151956Z [----------] 4 tests from InlineStreamGuard 2022-11-23T02:47:07.2152223Z [ RUN ] InlineStreamGuard.Constructor 2022-11-23T02:47:07.2152565Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2022-11-23T02:47:07.2152888Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2022-11-23T02:47:07.2153252Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2022-11-23T02:47:07.2153656Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2022-11-23T02:47:07.2154045Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2022-11-23T02:47:07.2154427Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2022-11-23T02:47:07.2154802Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-11-23T02:47:07.2155142Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2022-11-23T02:47:07.2155309Z 2022-11-23T02:47:07.2155444Z [----------] 3 tests from InlineOptionalStreamGuard 2022-11-23T02:47:07.2155736Z [ RUN ] InlineOptionalStreamGuard.Constructor 2022-11-23T02:47:07.2156063Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2022-11-23T02:47:07.2156423Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2022-11-23T02:47:07.2156808Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2022-11-23T02:47:07.2157207Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2022-11-23T02:47:07.2157623Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-11-23T02:47:07.2158048Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2022-11-23T02:47:07.2158234Z 2022-11-23T02:47:07.2158569Z [----------] 1 test from InlineMultiStreamGuard 2022-11-23T02:47:07.2158908Z [ RUN ] InlineMultiStreamGuard.Constructor 2022-11-23T02:47:07.2159216Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2022-11-23T02:47:07.2159533Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2022-11-23T02:47:07.2159706Z 2022-11-23T02:47:07.2159824Z [----------] Global test environment tear-down 2022-11-23T02:47:07.2164891Z [==========] 8 tests from 3 test suites ran. (0 ms total) 2022-11-23T02:47:07.2165110Z [ PASSED ] 8 tests. 2022-11-23T02:47:07.2219157Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2022-11-23T02:47:07.2346354Z 2022-11-23T02:47:07+00:00 2022-11-23T02:47:07.2346771Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2022-11-23T02:47:07.2347115Z Run on (16 X 3000 MHz CPU s) 2022-11-23T02:47:07.2347306Z CPU Caches: 2022-11-23T02:47:07.2347500Z L1 Data 32 KiB (x8) 2022-11-23T02:47:07.2347705Z L1 Instruction 32 KiB (x8) 2022-11-23T02:47:07.2347893Z L2 Unified 1024 KiB (x8) 2022-11-23T02:47:07.2348086Z L3 Unified 25344 KiB (x1) 2022-11-23T02:47:08.0939331Z ---------------------------------------------------------------------------- 2022-11-23T02:47:08.0939738Z Benchmark Time CPU Iterations 2022-11-23T02:47:08.0940061Z ---------------------------------------------------------------------------- 2022-11-23T02:47:08.0940602Z BM_IntrusivePtrCtorDtor 12.8 ns 12.8 ns 56000000 2022-11-23T02:47:08.9543013Z BM_SharedPtrCtorDtor 12.8 ns 12.8 ns 56000000 2022-11-23T02:47:09.8959076Z BM_IntrusivePtrArray/16 239 ns 240 ns 2800000 2022-11-23T02:47:11.1141530Z BM_IntrusivePtrArray/32 476 ns 465 ns 1445161 2022-11-23T02:47:11.9342011Z BM_IntrusivePtrArray/64 954 ns 942 ns 746667 2022-11-23T02:47:12.8472464Z BM_IntrusivePtrArray/128 2039 ns 2040 ns 344615 2022-11-23T02:47:13.9592396Z BM_IntrusivePtrArray/256 3827 ns 3836 ns 179200 2022-11-23T02:47:14.7269412Z BM_IntrusivePtrArray/512 7624 ns 7499 ns 89600 2022-11-23T02:47:15.5833312Z BM_IntrusivePtrArray/1024 15326 ns 14997 ns 44800 2022-11-23T02:47:16.6275431Z BM_IntrusivePtrArray/2048 31203 ns 29994 ns 22400 2022-11-23T02:47:17.3817215Z BM_IntrusivePtrArray/4096 61225 ns 59989 ns 11200 2022-11-23T02:47:18.3768566Z BM_SharedPtrArray/16 244 ns 246 ns 2986667 2022-11-23T02:47:19.6105400Z BM_SharedPtrArray/32 477 ns 476 ns 1445161 2022-11-23T02:47:20.4373799Z BM_SharedPtrArray/64 963 ns 963 ns 746667 2022-11-23T02:47:21.3682394Z BM_SharedPtrArray/128 1919 ns 1883 ns 373333 2022-11-23T02:47:22.5460194Z BM_SharedPtrArray/256 3816 ns 3850 ns 194783 2022-11-23T02:47:23.3184217Z BM_SharedPtrArray/512 7638 ns 7499 ns 89600 2022-11-23T02:47:24.2123651Z BM_SharedPtrArray/1024 16169 ns 16044 ns 44800 2022-11-23T02:47:25.2571880Z BM_SharedPtrArray/2048 31257 ns 30692 ns 22400 2022-11-23T02:47:26.0261820Z BM_SharedPtrArray/4096 62388 ns 61384 ns 11200 2022-11-23T02:47:26.7855080Z BM_IntrusivePtrExclusiveOwnership 61.7 ns 61.4 ns 11200000 2022-11-23T02:47:27.6762867Z BM_SharedPtrExclusiveOwnership 72.7 ns 72.5 ns 11200000 2022-11-23T02:47:27.6819362Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2022-11-23T02:47:27.6945685Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.6946103Z [==========] Running 324 tests from 4 test suites. 2022-11-23T02:47:27.6946371Z [----------] Global test environment set-up. 2022-11-23T02:47:27.6946619Z [----------] 5 tests from MakeIntrusiveTest 2022-11-23T02:47:27.6946909Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2022-11-23T02:47:27.6947250Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2022-11-23T02:47:27.6947682Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2022-11-23T02:47:27.6948231Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2022-11-23T02:47:27.6948602Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2022-11-23T02:47:27.6948969Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2022-11-23T02:47:27.6949297Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2022-11-23T02:47:27.6949620Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2022-11-23T02:47:27.6949958Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2022-11-23T02:47:27.6950299Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2022-11-23T02:47:27.6950632Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2022-11-23T02:47:27.6950798Z 2022-11-23T02:47:27.6950928Z [----------] 1 test from IntrusivePtrTargetTest 2022-11-23T02:47:27.6951374Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2022-11-23T02:47:27.6951926Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2022-11-23T02:47:27.6952426Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2022-11-23T02:47:27.6952603Z 2022-11-23T02:47:27.6952717Z [----------] 146 tests from IntrusivePtrTest 2022-11-23T02:47:27.6953042Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2022-11-23T02:47:27.6953436Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2022-11-23T02:47:27.6953834Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2022-11-23T02:47:27.6954243Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2022-11-23T02:47:27.6954716Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2022-11-23T02:47:27.6955170Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2022-11-23T02:47:27.6955608Z [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 2022-11-23T02:47:27.6956001Z [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 2022-11-23T02:47:27.6956405Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2022-11-23T02:47:27.6956806Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:47:27.6957221Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2022-11-23T02:47:27.6957637Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:47:27.6958055Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2022-11-23T02:47:27.6958465Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:47:27.6958899Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2022-11-23T02:47:27.6959350Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2022-11-23T02:47:27.6959785Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:47:27.6960198Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6960666Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-11-23T02:47:27.6961130Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.6961637Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-11-23T02:47:27.6962085Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6962518Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-11-23T02:47:27.6962934Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:47:27.6963379Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-11-23T02:47:27.6963815Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:47:27.6964241Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-11-23T02:47:27.6964669Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.6965096Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:47:27.6965522Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6965989Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-11-23T02:47:27.6966526Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:47:27.6967002Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.6968226Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6968693Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.6969166Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.6969642Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.6970119Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.6970584Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.6971063Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6971612Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.6972258Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.6972860Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.6973389Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.6973848Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-11-23T02:47:27.6974263Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6974678Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-11-23T02:47:27.6975089Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-11-23T02:47:27.6975522Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-11-23T02:47:27.6975967Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6976393Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-11-23T02:47:27.6976813Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:47:27.6977292Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-11-23T02:47:27.6977725Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:47:27.6978165Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-11-23T02:47:27.6978593Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.6979099Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.6979651Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6980118Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.6980571Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.6981041Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.6981516Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.6982080Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.6982564Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6983053Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-11-23T02:47:27.6983618Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:47:27.6984100Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.6984584Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.6985086Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-11-23T02:47:27.6985498Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6985951Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-11-23T02:47:27.6986359Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.6986760Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-11-23T02:47:27.6987149Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:47:27.6987586Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.6988058Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.6988520Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.6988982Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6989435Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.6989877Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.6990322Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-11-23T02:47:27.6990773Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-11-23T02:47:27.6991271Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.6991866Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.6992443Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.6992996Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.6993450Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-11-23T02:47:27.6993849Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6994261Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-11-23T02:47:27.6994667Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-11-23T02:47:27.6995069Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-11-23T02:47:27.6995467Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:47:27.6995906Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.6996375Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.6996845Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.6997306Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.6997811Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.6998314Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.6998821Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-11-23T02:47:27.6999272Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.6999760Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7000305Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7000830Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.7001332Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.7001714Z [ RUN ] IntrusivePtrTest.SwapFunction 2022-11-23T02:47:27.7001994Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2022-11-23T02:47:27.7002266Z [ RUN ] IntrusivePtrTest.SwapMethod 2022-11-23T02:47:27.7002524Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2022-11-23T02:47:27.7002829Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2022-11-23T02:47:27.7003167Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-11-23T02:47:27.7003498Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2022-11-23T02:47:27.7003882Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-11-23T02:47:27.7004201Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2022-11-23T02:47:27.7004595Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-11-23T02:47:27.7004924Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2022-11-23T02:47:27.7005251Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-11-23T02:47:27.7005601Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-11-23T02:47:27.7005977Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-11-23T02:47:27.7006591Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-11-23T02:47:27.7006962Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-11-23T02:47:27.7007302Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2022-11-23T02:47:27.7007624Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2022-11-23T02:47:27.7007930Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2022-11-23T02:47:27.7008213Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2022-11-23T02:47:27.7008568Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2022-11-23T02:47:27.7008904Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-11-23T02:47:27.7009210Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2022-11-23T02:47:27.7009490Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2022-11-23T02:47:27.7009850Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2022-11-23T02:47:27.7010185Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-11-23T02:47:27.7010558Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2022-11-23T02:47:27.7010888Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-11-23T02:47:27.7011215Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2022-11-23T02:47:27.7011535Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-11-23T02:47:27.7011836Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2022-11-23T02:47:27.7012109Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2022-11-23T02:47:27.7012380Z [ RUN ] IntrusivePtrTest.Inequality 2022-11-23T02:47:27.7012648Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2022-11-23T02:47:27.7012933Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2022-11-23T02:47:27.7013236Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2022-11-23T02:47:27.7013542Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2022-11-23T02:47:27.7013838Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2022-11-23T02:47:27.7014185Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2022-11-23T02:47:27.7014477Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2022-11-23T02:47:27.7014808Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-11-23T02:47:27.7015151Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-11-23T02:47:27.7015491Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-11-23T02:47:27.7015815Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-11-23T02:47:27.7016206Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-11-23T02:47:27.7016574Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-11-23T02:47:27.7016906Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2022-11-23T02:47:27.7017208Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2022-11-23T02:47:27.7017482Z [ RUN ] IntrusivePtrTest.OneIsLess 2022-11-23T02:47:27.7017735Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2022-11-23T02:47:27.7018012Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2022-11-23T02:47:27.7018299Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2022-11-23T02:47:27.7018586Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2022-11-23T02:47:27.7018871Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2022-11-23T02:47:27.7019186Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2022-11-23T02:47:27.7019547Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2022-11-23T02:47:27.7019909Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2022-11-23T02:47:27.7020271Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2022-11-23T02:47:27.7020634Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2022-11-23T02:47:27.7021002Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2022-11-23T02:47:27.7021360Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-11-23T02:47:27.7021735Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-11-23T02:47:27.7022316Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7022860Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7023434Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7023974Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7024442Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-11-23T02:47:27.7024824Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7025241Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:47:27.7025681Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7026177Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7026720Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7027289Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7027874Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7028493Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7029124Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7029704Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7030186Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7030693Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7031219Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7031751Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7032293Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7032862Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7033472Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7034067Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7034710Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7035380Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7036037Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7036629Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7037161Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7037709Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7038293Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7038868Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7039972Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7040648Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7041338Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7041859Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-11-23T02:47:27.7042247Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7042667Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:47:27.7043108Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7043602Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7044143Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7044706Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7045291Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7045934Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7046508Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7047032Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-11-23T02:47:27.7047443Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-11-23T02:47:27.7047869Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-11-23T02:47:27.7048348Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-11-23T02:47:27.7048851Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-11-23T02:47:27.7049374Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-11-23T02:47:27.7049866Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-11-23T02:47:27.7050349Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-11-23T02:47:27.7050830Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-11-23T02:47:27.7051308Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-11-23T02:47:27.7051728Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2022-11-23T02:47:27.7052108Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-11-23T02:47:27.7052470Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2022-11-23T02:47:27.7052899Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-11-23T02:47:27.7053269Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2022-11-23T02:47:27.7053678Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-11-23T02:47:27.7054043Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2022-11-23T02:47:27.7054403Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-11-23T02:47:27.7054735Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-11-23T02:47:27.7055066Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7055392Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2022-11-23T02:47:27.7055766Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2022-11-23T02:47:27.7056098Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2022-11-23T02:47:27.7056443Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:47:27.7056772Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2022-11-23T02:47:27.7057111Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2022-11-23T02:47:27.7057450Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2022-11-23T02:47:27.7057792Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:47:27.7058132Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2022-11-23T02:47:27.7058469Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2022-11-23T02:47:27.7058827Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-11-23T02:47:27.7059280Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7059715Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2022-11-23T02:47:27.7060094Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2022-11-23T02:47:27.7060487Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-11-23T02:47:27.7060896Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:47:27.7061288Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2022-11-23T02:47:27.7061742Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2022-11-23T02:47:27.7062219Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-11-23T02:47:27.7062649Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7063016Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2022-11-23T02:47:27.7063378Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2022-11-23T02:47:27.7063738Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-11-23T02:47:27.7064126Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:47:27.7064512Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2022-11-23T02:47:27.7064902Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2022-11-23T02:47:27.7065348Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2022-11-23T02:47:27.7065786Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2022-11-23T02:47:27.7066175Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2022-11-23T02:47:27.7066564Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2022-11-23T02:47:27.7066958Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2022-11-23T02:47:27.7067365Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2022-11-23T02:47:27.7067764Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2022-11-23T02:47:27.7068163Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2022-11-23T02:47:27.7068594Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2022-11-23T02:47:27.7069040Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7069495Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2022-11-23T02:47:27.7069937Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-11-23T02:47:27.7070382Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2022-11-23T02:47:27.7070840Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7071391Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2022-11-23T02:47:27.7071827Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-11-23T02:47:27.7072286Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2022-11-23T02:47:27.7072665Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2022-11-23T02:47:27.7073037Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2022-11-23T02:47:27.7073412Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2022-11-23T02:47:27.7073821Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2022-11-23T02:47:27.7074268Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7074687Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2022-11-23T02:47:27.7075115Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-11-23T02:47:27.7075543Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2022-11-23T02:47:27.7075984Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7076411Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2022-11-23T02:47:27.7076836Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-11-23T02:47:27.7077288Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-11-23T02:47:27.7077742Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:47:27.7078199Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-11-23T02:47:27.7078626Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:47:27.7079032Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2022-11-23T02:47:27.7079419Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:47:27.7079817Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2022-11-23T02:47:27.7080215Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:47:27.7080572Z [----------] 146 tests from IntrusivePtrTest (1 ms total) 2022-11-23T02:47:27.7080743Z 2022-11-23T02:47:27.7080868Z [----------] 172 tests from WeakIntrusivePtrTest 2022-11-23T02:47:27.7081221Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2022-11-23T02:47:27.7081649Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2022-11-23T02:47:27.7082059Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2022-11-23T02:47:27.7082450Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2022-11-23T02:47:27.7082845Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2022-11-23T02:47:27.7083238Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2022-11-23T02:47:27.7083640Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2022-11-23T02:47:27.7083959Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2022-11-23T02:47:27.7084391Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:47:27.7084832Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7085260Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-11-23T02:47:27.7085700Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.7086131Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2022-11-23T02:47:27.7086459Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2022-11-23T02:47:27.7086851Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-11-23T02:47:27.7087302Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7087749Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-11-23T02:47:27.7088223Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7088674Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-11-23T02:47:27.7089112Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:47:27.7089553Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:47:27.7090062Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7090563Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-11-23T02:47:27.7091002Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:47:27.7091457Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-11-23T02:47:27.7091967Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7092422Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2022-11-23T02:47:27.7092881Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7093332Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-11-23T02:47:27.7093785Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:47:27.7094238Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-11-23T02:47:27.7094721Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7095223Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-11-23T02:47:27.7095740Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:47:27.7096310Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2022-11-23T02:47:27.7096877Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:47:27.7097383Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7097863Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7098345Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.7098830Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.7099325Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7099825Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7100320Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7100815Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7101381Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7102064Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7102595Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7103150Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7103657Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7104163Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7104692Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7105251Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7105767Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.7106277Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.7106746Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-11-23T02:47:27.7107189Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7107680Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-11-23T02:47:27.7108147Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-11-23T02:47:27.7108610Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-11-23T02:47:27.7109133Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7109582Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-11-23T02:47:27.7110015Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-11-23T02:47:27.7110457Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-11-23T02:47:27.7110916Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7111375Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-11-23T02:47:27.7111817Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:47:27.7112271Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-11-23T02:47:27.7112736Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7113190Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2022-11-23T02:47:27.7113645Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7114101Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-11-23T02:47:27.7114605Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-11-23T02:47:27.7115114Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-11-23T02:47:27.7115602Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7116093Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7116592Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7117140Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.7117631Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.7118130Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7118619Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7119120Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7119622Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7120144Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-11-23T02:47:27.7120724Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-11-23T02:47:27.7121294Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7121802Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7122308Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7122850Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7123358Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2022-11-23T02:47:27.7123875Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-11-23T02:47:27.7124391Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.7124902Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.7125364Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-11-23T02:47:27.7125900Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7126316Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-11-23T02:47:27.7126797Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.7127222Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-11-23T02:47:27.7127688Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:47:27.7128147Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7128643Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7129124Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7129626Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7130110Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7130589Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7131066Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.7131543Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.7132009Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-11-23T02:47:27.7132528Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-11-23T02:47:27.7133076Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7133638Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7134245Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7134809Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7135344Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.7135861Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.7136335Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-11-23T02:47:27.7136752Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7137174Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-11-23T02:47:27.7137595Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-11-23T02:47:27.7138013Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-11-23T02:47:27.7138474Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-11-23T02:47:27.7138934Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7139486Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7140025Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7140530Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7141018Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-11-23T02:47:27.7141497Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-11-23T02:47:27.7142046Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-11-23T02:47:27.7142536Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-11-23T02:47:27.7143011Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-11-23T02:47:27.7143474Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7143995Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7144554Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7145112Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-11-23T02:47:27.7145731Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-11-23T02:47:27.7146321Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-11-23T02:47:27.7146838Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-11-23T02:47:27.7147232Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2022-11-23T02:47:27.7147533Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2022-11-23T02:47:27.7147889Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2022-11-23T02:47:27.7148179Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2022-11-23T02:47:27.7148508Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2022-11-23T02:47:27.7148871Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-11-23T02:47:27.7149213Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2022-11-23T02:47:27.7149563Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-11-23T02:47:27.7149923Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2022-11-23T02:47:27.7150287Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-11-23T02:47:27.7150642Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2022-11-23T02:47:27.7150990Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-11-23T02:47:27.7151352Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-11-23T02:47:27.7151821Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-11-23T02:47:27.7152272Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-11-23T02:47:27.7152668Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-11-23T02:47:27.7153061Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2022-11-23T02:47:27.7153450Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2022-11-23T02:47:27.7153821Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2022-11-23T02:47:27.7154251Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2022-11-23T02:47:27.7154639Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2022-11-23T02:47:27.7155028Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2022-11-23T02:47:27.7155407Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2022-11-23T02:47:27.7155768Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2022-11-23T02:47:27.7156192Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2022-11-23T02:47:27.7156661Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-11-23T02:47:27.7157121Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2022-11-23T02:47:27.7157604Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-11-23T02:47:27.7158023Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2022-11-23T02:47:27.7158411Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2022-11-23T02:47:27.7158727Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2022-11-23T02:47:27.7159032Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2022-11-23T02:47:27.7159361Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2022-11-23T02:47:27.7159717Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-11-23T02:47:27.7160048Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2022-11-23T02:47:27.7160343Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2022-11-23T02:47:27.7160674Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2022-11-23T02:47:27.7161032Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-11-23T02:47:27.7161385Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2022-11-23T02:47:27.7161731Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-11-23T02:47:27.7162077Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2022-11-23T02:47:27.7162410Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-11-23T02:47:27.7162771Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2022-11-23T02:47:27.7163140Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2022-11-23T02:47:27.7163474Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2022-11-23T02:47:27.7163822Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2022-11-23T02:47:27.7164174Z [ RUN ] WeakIntrusivePtrTest.Inequality 2022-11-23T02:47:27.7164504Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2022-11-23T02:47:27.7164812Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2022-11-23T02:47:27.7165137Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2022-11-23T02:47:27.7165464Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2022-11-23T02:47:27.7165794Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2022-11-23T02:47:27.7166114Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2022-11-23T02:47:27.7166415Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2022-11-23T02:47:27.7166721Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2022-11-23T02:47:27.7167034Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2022-11-23T02:47:27.7167375Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-11-23T02:47:27.7167742Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-11-23T02:47:27.7168112Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2022-11-23T02:47:27.7168467Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2022-11-23T02:47:27.7168845Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2022-11-23T02:47:27.7169232Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2022-11-23T02:47:27.7169600Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-11-23T02:47:27.7170066Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-11-23T02:47:27.7170439Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2022-11-23T02:47:27.7170862Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2022-11-23T02:47:27.7171239Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-11-23T02:47:27.7171600Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-11-23T02:47:27.7171974Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2022-11-23T02:47:27.7172359Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2022-11-23T02:47:27.7172716Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2022-11-23T02:47:27.7173035Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2022-11-23T02:47:27.7173338Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2022-11-23T02:47:27.7173623Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2022-11-23T02:47:27.7173923Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2022-11-23T02:47:27.7174232Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2022-11-23T02:47:27.7174528Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2022-11-23T02:47:27.7174835Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2022-11-23T02:47:27.7175187Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2022-11-23T02:47:27.7175581Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2022-11-23T02:47:27.7175995Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2022-11-23T02:47:27.7176417Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2022-11-23T02:47:27.7176824Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2022-11-23T02:47:27.7177253Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2022-11-23T02:47:27.7177668Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2022-11-23T02:47:27.7178071Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-11-23T02:47:27.7178477Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2022-11-23T02:47:27.7178878Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-11-23T02:47:27.7179270Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2022-11-23T02:47:27.7179691Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-11-23T02:47:27.7180070Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2022-11-23T02:47:27.7180453Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-11-23T02:47:27.7180819Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-11-23T02:47:27.7181224Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7181579Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2022-11-23T02:47:27.7182064Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2022-11-23T02:47:27.7182424Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2022-11-23T02:47:27.7182794Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:47:27.7183160Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2022-11-23T02:47:27.7183521Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2022-11-23T02:47:27.7183892Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2022-11-23T02:47:27.7184257Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2022-11-23T02:47:27.7184629Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2022-11-23T02:47:27.7184995Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2022-11-23T02:47:27.7185383Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2022-11-23T02:47:27.7185845Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2022-11-23T02:47:27.7186248Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2022-11-23T02:47:27.7186630Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2022-11-23T02:47:27.7187033Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2022-11-23T02:47:27.7187446Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2022-11-23T02:47:27.7187885Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2022-11-23T02:47:27.7188409Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2022-11-23T02:47:27.7188821Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-11-23T02:47:27.7189226Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7189650Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2022-11-23T02:47:27.7190070Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2022-11-23T02:47:27.7190494Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-11-23T02:47:27.7190926Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:47:27.7191350Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2022-11-23T02:47:27.7191772Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2022-11-23T02:47:27.7192166Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-11-23T02:47:27.7192564Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7192961Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2022-11-23T02:47:27.7193358Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2022-11-23T02:47:27.7193763Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-11-23T02:47:27.7194173Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-11-23T02:47:27.7194564Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2022-11-23T02:47:27.7194962Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2022-11-23T02:47:27.7195424Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2022-11-23T02:47:27.7195842Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2022-11-23T02:47:27.7196257Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2022-11-23T02:47:27.7196674Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2022-11-23T02:47:27.7197085Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2022-11-23T02:47:27.7197574Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2022-11-23T02:47:27.7198049Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2022-11-23T02:47:27.7198480Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2022-11-23T02:47:27.7198922Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2022-11-23T02:47:27.7199384Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2022-11-23T02:47:27.7199886Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2022-11-23T02:47:27.7200416Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2022-11-23T02:47:27.7200880Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-11-23T02:47:27.7201326Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-11-23T02:47:27.7201778Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7202291Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7202845Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7203438Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7203910Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-11-23T02:47:27.7204315Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7204786Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:47:27.7205246Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7205758Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7206317Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7206904Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7207502Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7208108Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7208714Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7209261Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7209762Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7210286Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-11-23T02:47:27.7210885Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-11-23T02:47:27.7211442Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7211996Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7212592Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7213218Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7213837Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7214446Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7215090Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7215769Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7216383Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7216921Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7218099Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7218713Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7219318Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7219909Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7220531Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-11-23T02:47:27.7221192Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-11-23T02:47:27.7221727Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-11-23T02:47:27.7222229Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7222666Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-11-23T02:47:27.7223129Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-11-23T02:47:27.7223646Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7224205Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7224795Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7225410Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7226008Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-11-23T02:47:27.7226618Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-11-23T02:47:27.7227100Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-11-23T02:47:27.7227556Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-11-23T02:47:27.7228014Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-11-23T02:47:27.7228602Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-11-23T02:47:27.7229191Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-11-23T02:47:27.7229735Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-11-23T02:47:27.7230280Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-11-23T02:47:27.7241984Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-11-23T02:47:27.7242649Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-11-23T02:47:27.7243148Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-11-23T02:47:27.7243617Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-11-23T02:47:27.7244049Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:47:27.7244494Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-11-23T02:47:27.7245094Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-11-23T02:47:27.7245552Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-11-23T02:47:27.7246005Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:47:27.7246465Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-11-23T02:47:27.7246959Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-11-23T02:47:27.7247402Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2022-11-23T02:47:27.7247805Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2022-11-23T02:47:27.7248275Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2022-11-23T02:47:27.7248810Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2022-11-23T02:47:27.7249238Z [----------] 172 tests from WeakIntrusivePtrTest (1 ms total) 2022-11-23T02:47:27.7249414Z 2022-11-23T02:47:27.7249521Z [----------] Global test environment tear-down 2022-11-23T02:47:27.7249811Z [==========] 324 tests from 4 test suites ran. (3 ms total) 2022-11-23T02:47:27.7250033Z [ PASSED ] 324 tests. 2022-11-23T02:47:27.7250366Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2022-11-23T02:47:27.7250822Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.7251174Z [==========] Running 5 tests from 2 test suites. 2022-11-23T02:47:27.7251429Z [----------] Global test environment set-up. 2022-11-23T02:47:27.7251660Z [----------] 3 tests from irange_test 2022-11-23T02:47:27.7251886Z [ RUN ] irange_test.range_test 2022-11-23T02:47:27.7252118Z [ OK ] irange_test.range_test (0 ms) 2022-11-23T02:47:27.7252341Z [ RUN ] irange_test.end_test 2022-11-23T02:47:27.7252562Z [ OK ] irange_test.end_test (0 ms) 2022-11-23T02:47:27.7252774Z [ RUN ] irange_test.neg_range_test 2022-11-23T02:47:27.7253011Z [ OK ] irange_test.neg_range_test (0 ms) 2022-11-23T02:47:27.7253261Z [----------] 3 tests from irange_test (0 ms total) 2022-11-23T02:47:27.7253411Z 2022-11-23T02:47:27.7253565Z [----------] 2 tests from irange 2022-11-23T02:47:27.7253815Z [ RUN ] irange.empty_reverse_range_two_inputs 2022-11-23T02:47:27.7254090Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2022-11-23T02:47:27.7254346Z [ RUN ] irange.empty_reverse_range_one_input 2022-11-23T02:47:27.7254619Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2022-11-23T02:47:27.7254887Z [----------] 2 tests from irange (0 ms total) 2022-11-23T02:47:27.7255030Z 2022-11-23T02:47:27.7255150Z [----------] Global test environment tear-down 2022-11-23T02:47:27.7255415Z [==========] 5 tests from 2 test suites ran. (0 ms total) 2022-11-23T02:47:27.7255636Z [ PASSED ] 5 tests. 2022-11-23T02:47:27.7267723Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2022-11-23T02:47:27.7361178Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.7361585Z [==========] Running 12 tests from 1 test suite. 2022-11-23T02:47:27.7361858Z [----------] Global test environment set-up. 2022-11-23T02:47:27.7362114Z [----------] 12 tests from LeftRightTest 2022-11-23T02:47:27.7362438Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2022-11-23T02:47:27.7362832Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-11-23T02:47:27.7363246Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2022-11-23T02:47:27.7363806Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-11-23T02:47:27.7364226Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2022-11-23T02:47:27.7364643Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2022-11-23T02:47:27.7365003Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2022-11-23T02:47:27.7369712Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2022-11-23T02:47:27.7370072Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2022-11-23T02:47:27.7371904Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2022-11-23T02:47:27.7372323Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2022-11-23T02:47:27.7373944Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2022-11-23T02:47:27.7374349Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2022-11-23T02:47:27.8476876Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (110 ms) 2022-11-23T02:47:27.8477344Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2022-11-23T02:47:27.8477746Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2022-11-23T02:47:27.8478134Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2022-11-23T02:47:27.8478532Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2022-11-23T02:47:27.8478976Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2022-11-23T02:47:27.8479453Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2022-11-23T02:47:27.8479914Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2022-11-23T02:47:27.8480371Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2022-11-23T02:47:27.8480872Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2022-11-23T02:47:27.8481282Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2022-11-23T02:47:27.8481685Z [----------] 12 tests from LeftRightTest (111 ms total) 2022-11-23T02:47:27.8481849Z 2022-11-23T02:47:27.8481971Z [----------] Global test environment tear-down 2022-11-23T02:47:27.8495520Z [==========] 12 tests from 1 test suite ran. (111 ms total) 2022-11-23T02:47:27.8495921Z [ PASSED ] 12 tests. 2022-11-23T02:47:27.8543830Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2022-11-23T02:47:27.8661585Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.8662063Z [==========] Running 10 tests from 2 test suites. 2022-11-23T02:47:27.8662335Z [----------] Global test environment set-up. 2022-11-23T02:47:27.8662595Z [----------] 1 test from LoggingDeathTest 2022-11-23T02:47:27.8662898Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2022-11-23T02:47:27.8869908Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.8940891Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (27 ms) 2022-11-23T02:47:27.8941231Z [----------] 1 test from LoggingDeathTest (27 ms total) 2022-11-23T02:47:27.8941403Z 2022-11-23T02:47:27.8941517Z [----------] 9 tests from LoggingTest 2022-11-23T02:47:27.8941763Z [ RUN ] LoggingTest.TestEnforceTrue 2022-11-23T02:47:27.8942112Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2022-11-23T02:47:27.8942377Z [ RUN ] LoggingTest.TestEnforceFalse 2022-11-23T02:47:27.9075341Z [ OK ] LoggingTest.TestEnforceFalse (13 ms) 2022-11-23T02:47:27.9075648Z [ RUN ] LoggingTest.TestEnforceEquals 2022-11-23T02:47:27.9075932Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2022-11-23T02:47:27.9076240Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2022-11-23T02:47:27.9076780Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2022-11-23T02:47:27.9077268Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2022-11-23T02:47:27.9077926Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2022-11-23T02:47:27.9078420Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2022-11-23T02:47:27.9078756Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2022-11-23T02:47:27.9079053Z [ RUN ] LoggingTest.EnforceShowcase 2022-11-23T02:47:27.9080253Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2022-11-23T02:47:27.9080504Z [ RUN ] LoggingTest.Join 2022-11-23T02:47:27.9080724Z [ OK ] LoggingTest.Join (0 ms) 2022-11-23T02:47:27.9080958Z [ RUN ] LoggingTest.TestDanglingElse 2022-11-23T02:47:27.9081231Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2022-11-23T02:47:27.9081511Z [----------] 9 tests from LoggingTest (13 ms total) 2022-11-23T02:47:27.9081671Z 2022-11-23T02:47:27.9081790Z [----------] Global test environment tear-down 2022-11-23T02:47:27.9093130Z [==========] 10 tests from 2 test suites ran. (42 ms total) 2022-11-23T02:47:27.9093360Z [ PASSED ] 10 tests. 2022-11-23T02:47:27.9151137Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2022-11-23T02:47:27.9255876Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.9256283Z [==========] Running 39 tests from 1 test suite. 2022-11-23T02:47:27.9256558Z [----------] Global test environment set-up. 2022-11-23T02:47:27.9256832Z [----------] 39 tests from MetaprogrammingTest 2022-11-23T02:47:27.9257147Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex 2022-11-23T02:47:27.9257565Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex (0 ms) 2022-11-23T02:47:27.9257961Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput 2022-11-23T02:47:27.9258421Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput (0 ms) 2022-11-23T02:47:27.9258838Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly 2022-11-23T02:47:27.9259297Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly (0 ms) 2022-11-23T02:47:27.9259723Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary 2022-11-23T02:47:27.9260318Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary (0 ms) 2022-11-23T02:47:27.9260769Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary 2022-11-23T02:47:27.9261198Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary (0 ms) 2022-11-23T02:47:27.9261659Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact 2022-11-23T02:47:27.9262213Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact (0 ms) 2022-11-23T02:47:27.9262589Z [ RUN ] MetaprogrammingTest.FilterMap 2022-11-23T02:47:27.9262871Z [ OK ] MetaprogrammingTest.FilterMap (0 ms) 2022-11-23T02:47:27.9263171Z [ RUN ] MetaprogrammingTest.FilterMap_emptyInput 2022-11-23T02:47:27.9263474Z [ OK ] MetaprogrammingTest.FilterMap_emptyInput (0 ms) 2022-11-23T02:47:27.9263794Z [ RUN ] MetaprogrammingTest.FilterMap_emptyOutput 2022-11-23T02:47:27.9264117Z [ OK ] MetaprogrammingTest.FilterMap_emptyOutput (0 ms) 2022-11-23T02:47:27.9264500Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byRValue 2022-11-23T02:47:27.9264881Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byRValue (0 ms) 2022-11-23T02:47:27.9265255Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byValue 2022-11-23T02:47:27.9265593Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byValue (0 ms) 2022-11-23T02:47:27.9265929Z [ RUN ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 2022-11-23T02:47:27.9266379Z [ OK ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 (0 ms) 2022-11-23T02:47:27.9266734Z [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 2022-11-23T02:47:27.9267085Z [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 2022-11-23T02:47:27.9267439Z [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 2022-11-23T02:47:27.9267794Z [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 2022-11-23T02:47:27.9268127Z [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 2022-11-23T02:47:27.9268456Z [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 2022-11-23T02:47:27.9268779Z [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 2022-11-23T02:47:27.9269097Z [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 2022-11-23T02:47:27.9269401Z [ RUN ] MetaprogrammingTest.TupleTake_negative 2022-11-23T02:47:27.9269708Z [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 2022-11-23T02:47:27.9270001Z [ RUN ] MetaprogrammingTest.TupleSlice_middle 2022-11-23T02:47:27.9270353Z [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 2022-11-23T02:47:27.9270659Z [ RUN ] MetaprogrammingTest.TupleSlice_full 2022-11-23T02:47:27.9271004Z [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 2022-11-23T02:47:27.9271302Z [ RUN ] MetaprogrammingTest.TupleMap_simple 2022-11-23T02:47:27.9271585Z [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 2022-11-23T02:47:27.9271957Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 2022-11-23T02:47:27.9272397Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 2022-11-23T02:47:27.9272791Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 2022-11-23T02:47:27.9273135Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 2022-11-23T02:47:27.9273483Z [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 2022-11-23T02:47:27.9273821Z [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 2022-11-23T02:47:27.9274196Z [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 2022-11-23T02:47:27.9274600Z [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 2022-11-23T02:47:27.9274988Z [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 2022-11-23T02:47:27.9275367Z [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 2022-11-23T02:47:27.9276424Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 2022-11-23T02:47:27.9276822Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 2022-11-23T02:47:27.9277256Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 2022-11-23T02:47:27.9277645Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 2022-11-23T02:47:27.9278017Z [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 2022-11-23T02:47:27.9278385Z [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 2022-11-23T02:47:27.9278732Z [ RUN ] MetaprogrammingTest.TupleConcat_zerotuples 2022-11-23T02:47:27.9279057Z [ OK ] MetaprogrammingTest.TupleConcat_zerotuples (0 ms) 2022-11-23T02:47:27.9279371Z [ RUN ] MetaprogrammingTest.TupleConcat_oneemptytuple 2022-11-23T02:47:27.9279705Z [ OK ] MetaprogrammingTest.TupleConcat_oneemptytuple (0 ms) 2022-11-23T02:47:27.9280049Z [ RUN ] MetaprogrammingTest.TupleConcat_onenonemptytuple 2022-11-23T02:47:27.9280397Z [ OK ] MetaprogrammingTest.TupleConcat_onenonemptytuple (0 ms) 2022-11-23T02:47:27.9280730Z [ RUN ] MetaprogrammingTest.TupleConcat_twotuples 2022-11-23T02:47:27.9281039Z [ OK ] MetaprogrammingTest.TupleConcat_twotuples (0 ms) 2022-11-23T02:47:27.9281361Z [ RUN ] MetaprogrammingTest.TupleConcat_threetuples 2022-11-23T02:47:27.9281687Z [ OK ] MetaprogrammingTest.TupleConcat_threetuples (0 ms) 2022-11-23T02:47:27.9282109Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning 2022-11-23T02:47:27.9282476Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning (0 ms) 2022-11-23T02:47:27.9282891Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle 2022-11-23T02:47:27.9283242Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle (0 ms) 2022-11-23T02:47:27.9283624Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatend 2022-11-23T02:47:27.9283970Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatend (0 ms) 2022-11-23T02:47:27.9284345Z [ RUN ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers 2022-11-23T02:47:27.9284756Z [ OK ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers (0 ms) 2022-11-23T02:47:27.9285152Z [ RUN ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes 2022-11-23T02:47:27.9285523Z [ OK ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes (0 ms) 2022-11-23T02:47:27.9285915Z [ RUN ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary 2022-11-23T02:47:27.9286309Z [ OK ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary (0 ms) 2022-11-23T02:47:27.9286666Z [----------] 39 tests from MetaprogrammingTest (0 ms total) 2022-11-23T02:47:27.9286837Z 2022-11-23T02:47:27.9286960Z [----------] Global test environment tear-down 2022-11-23T02:47:27.9287231Z [==========] 39 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:27.9287451Z [ PASSED ] 39 tests. 2022-11-23T02:47:27.9287568Z 2022-11-23T02:47:27.9287648Z YOU HAVE 2 DISABLED TESTS 2022-11-23T02:47:27.9287774Z 2022-11-23T02:47:27.9330776Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2022-11-23T02:47:27.9429521Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.9429924Z [==========] Running 16 tests from 12 test suites. 2022-11-23T02:47:27.9430198Z [----------] Global test environment set-up. 2022-11-23T02:47:27.9430495Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2022-11-23T02:47:27.9430764Z [ RUN ] OptionalTest/0.Empty 2022-11-23T02:47:27.9430982Z [ OK ] OptionalTest/0.Empty (0 ms) 2022-11-23T02:47:27.9431216Z [ RUN ] OptionalTest/0.Initialized 2022-11-23T02:47:27.9431464Z [ OK ] OptionalTest/0.Initialized (0 ms) 2022-11-23T02:47:27.9431880Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2022-11-23T02:47:27.9432043Z 2022-11-23T02:47:27.9432222Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned __int64 2022-11-23T02:47:27.9432501Z [ RUN ] OptionalTest/1.Empty 2022-11-23T02:47:27.9432715Z [ OK ] OptionalTest/1.Empty (0 ms) 2022-11-23T02:47:27.9432946Z [ RUN ] OptionalTest/1.Initialized 2022-11-23T02:47:27.9433192Z [ OK ] OptionalTest/1.Initialized (0 ms) 2022-11-23T02:47:27.9433455Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2022-11-23T02:47:27.9433617Z 2022-11-23T02:47:27.9433823Z [----------] 2 tests from OptionalTest/2, where TypeParam = class c10::ArrayRef<__int64> 2022-11-23T02:47:27.9434108Z [ RUN ] OptionalTest/2.Empty 2022-11-23T02:47:27.9434322Z [ OK ] OptionalTest/2.Empty (0 ms) 2022-11-23T02:47:27.9434554Z [ RUN ] OptionalTest/2.Initialized 2022-11-23T02:47:27.9434798Z [ OK ] OptionalTest/2.Initialized (0 ms) 2022-11-23T02:47:27.9435063Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2022-11-23T02:47:27.9435218Z 2022-11-23T02:47:27.9435472Z [----------] 2 tests from OptionalTest/3, where TypeParam = class std::basic_string,class std::allocator > 2022-11-23T02:47:27.9435821Z [ RUN ] OptionalTest/3.Empty 2022-11-23T02:47:27.9436033Z [ OK ] OptionalTest/3.Empty (0 ms) 2022-11-23T02:47:27.9436265Z [ RUN ] OptionalTest/3.Initialized 2022-11-23T02:47:27.9436510Z [ OK ] OptionalTest/3.Initialized (0 ms) 2022-11-23T02:47:27.9436846Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2022-11-23T02:47:27.9436999Z 2022-11-23T02:47:27.9437097Z [----------] 1 test from OptionalTest 2022-11-23T02:47:27.9437327Z [ RUN ] OptionalTest.Nullopt 2022-11-23T02:47:27.9437552Z [ OK ] OptionalTest.Nullopt (0 ms) 2022-11-23T02:47:27.9437809Z [----------] 1 test from OptionalTest (0 ms total) 2022-11-23T02:47:27.9437960Z 2022-11-23T02:47:27.9438184Z [----------] 1 test from CmpTest/0, where TypeParam = struct std::pair,class c10::optional > 2022-11-23T02:47:27.9438494Z [ RUN ] CmpTest/0.Cmp 2022-11-23T02:47:27.9438714Z [ OK ] CmpTest/0.Cmp (0 ms) 2022-11-23T02:47:27.9438946Z [----------] 1 test from CmpTest/0 (0 ms total) 2022-11-23T02:47:27.9439089Z 2022-11-23T02:47:27.9439283Z [----------] 1 test from CmpTest/1, where TypeParam = struct std::pair,int> 2022-11-23T02:47:27.9439558Z [ RUN ] CmpTest/1.Cmp 2022-11-23T02:47:27.9439763Z [ OK ] CmpTest/1.Cmp (0 ms) 2022-11-23T02:47:27.9439993Z [----------] 1 test from CmpTest/1 (0 ms total) 2022-11-23T02:47:27.9440137Z 2022-11-23T02:47:27.9440330Z [----------] 1 test from CmpTest/2, where TypeParam = struct std::pair > 2022-11-23T02:47:27.9440614Z [ RUN ] CmpTest/2.Cmp 2022-11-23T02:47:27.9440815Z [ OK ] CmpTest/2.Cmp (0 ms) 2022-11-23T02:47:27.9441031Z [----------] 1 test from CmpTest/2 (0 ms total) 2022-11-23T02:47:27.9441173Z 2022-11-23T02:47:27.9441368Z [----------] 1 test from CmpTest/3, where TypeParam = struct std::pair,long> 2022-11-23T02:47:27.9441648Z [ RUN ] CmpTest/3.Cmp 2022-11-23T02:47:27.9441849Z [ OK ] CmpTest/3.Cmp (0 ms) 2022-11-23T02:47:27.9442077Z [----------] 1 test from CmpTest/3 (0 ms total) 2022-11-23T02:47:27.9442222Z 2022-11-23T02:47:27.9442417Z [----------] 1 test from CmpTest/4, where TypeParam = struct std::pair > 2022-11-23T02:47:27.9442700Z [ RUN ] CmpTest/4.Cmp 2022-11-23T02:47:27.9442901Z [ OK ] CmpTest/4.Cmp (0 ms) 2022-11-23T02:47:27.9443127Z [----------] 1 test from CmpTest/4 (0 ms total) 2022-11-23T02:47:27.9443268Z 2022-11-23T02:47:27.9443389Z [----------] 1 test from nullopt/SelfCompareTest 2022-11-23T02:47:27.9443670Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2022-11-23T02:47:27.9443974Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2022-11-23T02:47:27.9444322Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2022-11-23T02:47:27.9444497Z 2022-11-23T02:47:27.9444608Z [----------] 1 test from int/SelfCompareTest 2022-11-23T02:47:27.9444876Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2022-11-23T02:47:27.9445162Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2022-11-23T02:47:27.9445453Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2022-11-23T02:47:27.9445611Z 2022-11-23T02:47:27.9445728Z [----------] Global test environment tear-down 2022-11-23T02:47:27.9451513Z [==========] 16 tests from 12 test suites ran. (0 ms total) 2022-11-23T02:47:27.9451741Z [ PASSED ] 16 tests. 2022-11-23T02:47:27.9501827Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2022-11-23T02:47:27.9608980Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:27.9609385Z [==========] Running 19 tests from 1 test suite. 2022-11-23T02:47:27.9609652Z [----------] Global test environment set-up. 2022-11-23T02:47:27.9609939Z [----------] 19 tests from OrderedPreservingDictTest 2022-11-23T02:47:27.9610265Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2022-11-23T02:47:27.9610647Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2022-11-23T02:47:27.9611066Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2022-11-23T02:47:27.9611520Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2022-11-23T02:47:27.9612046Z [ RUN ] OrderedPreservingDictTest.testRefType 2022-11-23T02:47:27.9612371Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2022-11-23T02:47:27.9612691Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2022-11-23T02:47:28.0450360Z [ OK ] OrderedPreservingDictTest.DictCollisions (83 ms) 2022-11-23T02:47:28.0451442Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2022-11-23T02:47:28.0451793Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2022-11-23T02:47:28.0452123Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2022-11-23T02:47:28.0452534Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2022-11-23T02:47:28.0452862Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2022-11-23T02:47:28.0477097Z [ OK ] OrderedPreservingDictTest.test_range_erase (2 ms) 2022-11-23T02:47:28.0477446Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2022-11-23T02:47:28.0477812Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2022-11-23T02:47:28.0478162Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2022-11-23T02:47:28.0478515Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2022-11-23T02:47:28.0478887Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2022-11-23T02:47:28.0479279Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2022-11-23T02:47:28.0479653Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2022-11-23T02:47:28.0480033Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2022-11-23T02:47:28.0480480Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2022-11-23T02:47:28.0480881Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2022-11-23T02:47:28.0481286Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2022-11-23T02:47:28.0481640Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2022-11-23T02:47:28.0481991Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2022-11-23T02:47:28.0482322Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2022-11-23T02:47:28.0482640Z [ RUN ] OrderedPreservingDictTest.test_at 2022-11-23T02:47:28.0482937Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2022-11-23T02:47:28.0483444Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2022-11-23T02:47:28.0483764Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2022-11-23T02:47:28.0484088Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2022-11-23T02:47:28.0484407Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2022-11-23T02:47:28.0484724Z [ RUN ] OrderedPreservingDictTest.test_swap 2022-11-23T02:47:28.0485027Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2022-11-23T02:47:28.0485340Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2022-11-23T02:47:28.0485658Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2022-11-23T02:47:28.0485984Z [----------] 19 tests from OrderedPreservingDictTest (87 ms total) 2022-11-23T02:47:28.0486171Z 2022-11-23T02:47:28.0486333Z [----------] Global test environment tear-down 2022-11-23T02:47:28.0497774Z [==========] 19 tests from 1 test suite ran. (87 ms total) 2022-11-23T02:47:28.0498021Z [ PASSED ] 19 tests. 2022-11-23T02:47:28.0553520Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2022-11-23T02:47:28.0653857Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.0654254Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:47:28.0654526Z [----------] Global test environment set-up. 2022-11-23T02:47:28.0654764Z [----------] 3 tests from RegistryTest 2022-11-23T02:47:28.0655179Z [ RUN ] RegistryTest.CanRunCreator 2022-11-23T02:47:28.0655445Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2022-11-23T02:47:28.0655754Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2022-11-23T02:47:28.0656111Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2022-11-23T02:47:28.0656420Z [ RUN ] RegistryTest.RegistryPriorities 2022-11-23T02:47:28.0656743Z Key already registered with the same priority: FooWithPriority 2022-11-23T02:47:28.0657060Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2022-11-23T02:47:28.0657349Z [----------] 3 tests from RegistryTest (0 ms total) 2022-11-23T02:47:28.0657506Z 2022-11-23T02:47:28.0657624Z [----------] Global test environment tear-down 2022-11-23T02:47:28.0668022Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.0668284Z [ PASSED ] 3 tests. 2022-11-23T02:47:28.0719081Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2022-11-23T02:47:28.0826387Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.0826773Z [==========] Running 18 tests from 1 test suite. 2022-11-23T02:47:28.0827045Z [----------] Global test environment set-up. 2022-11-23T02:47:28.0827313Z [----------] 18 tests from SizesAndStridesTest 2022-11-23T02:47:28.0827610Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2022-11-23T02:47:28.0827951Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2022-11-23T02:47:28.0828237Z [ RUN ] SizesAndStridesTest.SetSizes 2022-11-23T02:47:28.0828510Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2022-11-23T02:47:28.0828775Z [ RUN ] SizesAndStridesTest.Resize 2022-11-23T02:47:28.0829037Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2022-11-23T02:47:28.0829307Z [ RUN ] SizesAndStridesTest.SetAtIndex 2022-11-23T02:47:28.0829579Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2022-11-23T02:47:28.0829876Z [ RUN ] SizesAndStridesTest.SetAtIterator 2022-11-23T02:47:28.0830175Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2022-11-23T02:47:28.0830513Z [ RUN ] SizesAndStridesTest.SetViaData 2022-11-23T02:47:28.0830798Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2022-11-23T02:47:28.0831092Z [ RUN ] SizesAndStridesTest.MoveConstructor 2022-11-23T02:47:28.0831437Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2022-11-23T02:47:28.0831896Z [ RUN ] SizesAndStridesTest.CopyConstructor 2022-11-23T02:47:28.0832227Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2022-11-23T02:47:28.0832568Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2022-11-23T02:47:28.0832941Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2022-11-23T02:47:28.0833313Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2022-11-23T02:47:28.0833670Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2022-11-23T02:47:28.0834043Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2022-11-23T02:47:28.0834405Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2022-11-23T02:47:28.0834769Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2022-11-23T02:47:28.0835127Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2022-11-23T02:47:28.0835480Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2022-11-23T02:47:28.0835820Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2022-11-23T02:47:28.0836168Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2022-11-23T02:47:28.0836561Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2022-11-23T02:47:28.0836916Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2022-11-23T02:47:28.0837319Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2022-11-23T02:47:28.0837680Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2022-11-23T02:47:28.0838110Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2022-11-23T02:47:28.0838452Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2022-11-23T02:47:28.0838781Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2022-11-23T02:47:28.0839102Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2022-11-23T02:47:28.0839428Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2022-11-23T02:47:28.0839736Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2022-11-23T02:47:28.0839906Z 2022-11-23T02:47:28.0840027Z [----------] Global test environment tear-down 2022-11-23T02:47:28.0842096Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.0842322Z [ PASSED ] 18 tests. 2022-11-23T02:47:28.0894979Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SmallVectorTest.exe" 2022-11-23T02:47:28.1025989Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.1026453Z [==========] Running 221 tests from 15 test suites. 2022-11-23T02:47:28.1026714Z [----------] Global test environment set-up. 2022-11-23T02:47:28.1027115Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1027505Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2022-11-23T02:47:28.1027899Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2022-11-23T02:47:28.1028206Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2022-11-23T02:47:28.1028495Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2022-11-23T02:47:28.1028774Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2022-11-23T02:47:28.1029044Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2022-11-23T02:47:28.1029315Z [ RUN ] SmallVectorTest/0.PushPopTest 2022-11-23T02:47:28.1029615Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2022-11-23T02:47:28.1029865Z [ RUN ] SmallVectorTest/0.ClearTest 2022-11-23T02:47:28.1030114Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2022-11-23T02:47:28.1030370Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2022-11-23T02:47:28.1030632Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2022-11-23T02:47:28.1030899Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2022-11-23T02:47:28.1031163Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2022-11-23T02:47:28.1031439Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2022-11-23T02:47:28.1031938Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2022-11-23T02:47:28.1032212Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2022-11-23T02:47:28.1032546Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2022-11-23T02:47:28.1032807Z [ RUN ] SmallVectorTest/0.OverflowTest 2022-11-23T02:47:28.1033068Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2022-11-23T02:47:28.1033325Z [ RUN ] SmallVectorTest/0.IterationTest 2022-11-23T02:47:28.1033586Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2022-11-23T02:47:28.1033839Z [ RUN ] SmallVectorTest/0.SwapTest 2022-11-23T02:47:28.1034071Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2022-11-23T02:47:28.1034318Z [ RUN ] SmallVectorTest/0.AppendTest 2022-11-23T02:47:28.1034618Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2022-11-23T02:47:28.1034887Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2022-11-23T02:47:28.1035171Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2022-11-23T02:47:28.1035446Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2022-11-23T02:47:28.1035727Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2022-11-23T02:47:28.1036040Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2022-11-23T02:47:28.1036394Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:47:28.1036750Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2022-11-23T02:47:28.1037062Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2022-11-23T02:47:28.1037399Z [ RUN ] SmallVectorTest/0.AssignTest 2022-11-23T02:47:28.1037653Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2022-11-23T02:47:28.1037957Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2022-11-23T02:47:28.1038226Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2022-11-23T02:47:28.1038543Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2022-11-23T02:47:28.1038819Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2022-11-23T02:47:28.1039084Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2022-11-23T02:47:28.1039358Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2022-11-23T02:47:28.1039632Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2022-11-23T02:47:28.1039899Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2022-11-23T02:47:28.1040148Z [ RUN ] SmallVectorTest/0.EraseTest 2022-11-23T02:47:28.1040384Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2022-11-23T02:47:28.1040635Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2022-11-23T02:47:28.1040902Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2022-11-23T02:47:28.1041158Z [ RUN ] SmallVectorTest/0.InsertTest 2022-11-23T02:47:28.1041407Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2022-11-23T02:47:28.1041654Z [ RUN ] SmallVectorTest/0.InsertCopy 2022-11-23T02:47:28.1041926Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2022-11-23T02:47:28.1042190Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2022-11-23T02:47:28.1042478Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2022-11-23T02:47:28.1042774Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2022-11-23T02:47:28.1043162Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:47:28.1043458Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2022-11-23T02:47:28.1043770Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:47:28.1044115Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2022-11-23T02:47:28.1044463Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:47:28.1044753Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2022-11-23T02:47:28.1045022Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2022-11-23T02:47:28.1045332Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2022-11-23T02:47:28.1045744Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2022-11-23T02:47:28.1046030Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2022-11-23T02:47:28.1046665Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2022-11-23T02:47:28.1046998Z [ RUN ] SmallVectorTest/0.ComparisonTest 2022-11-23T02:47:28.1047307Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2022-11-23T02:47:28.1047573Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2022-11-23T02:47:28.1047917Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2022-11-23T02:47:28.1048188Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2022-11-23T02:47:28.1048543Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2022-11-23T02:47:28.1048909Z [ RUN ] SmallVectorTest/0.IteratorTest 2022-11-23T02:47:28.1049277Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2022-11-23T02:47:28.1049595Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2022-11-23T02:47:28.1049759Z 2022-11-23T02:47:28.1050062Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1050453Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2022-11-23T02:47:28.1050788Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2022-11-23T02:47:28.1051077Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2022-11-23T02:47:28.1051363Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2022-11-23T02:47:28.1051638Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2022-11-23T02:47:28.1051908Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2022-11-23T02:47:28.1052170Z [ RUN ] SmallVectorTest/1.PushPopTest 2022-11-23T02:47:28.1052499Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2022-11-23T02:47:28.1052754Z [ RUN ] SmallVectorTest/1.ClearTest 2022-11-23T02:47:28.1053000Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2022-11-23T02:47:28.1053255Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2022-11-23T02:47:28.1053526Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2022-11-23T02:47:28.1053780Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2022-11-23T02:47:28.1054048Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2022-11-23T02:47:28.1054333Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2022-11-23T02:47:28.1054670Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2022-11-23T02:47:28.1054947Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2022-11-23T02:47:28.1055254Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2022-11-23T02:47:28.1055501Z [ RUN ] SmallVectorTest/1.OverflowTest 2022-11-23T02:47:28.1055759Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2022-11-23T02:47:28.1056065Z [ RUN ] SmallVectorTest/1.IterationTest 2022-11-23T02:47:28.1056330Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2022-11-23T02:47:28.1056583Z [ RUN ] SmallVectorTest/1.SwapTest 2022-11-23T02:47:28.1056856Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2022-11-23T02:47:28.1057106Z [ RUN ] SmallVectorTest/1.AppendTest 2022-11-23T02:47:28.1057360Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2022-11-23T02:47:28.1057634Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2022-11-23T02:47:28.1057921Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2022-11-23T02:47:28.1058203Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2022-11-23T02:47:28.1058472Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2022-11-23T02:47:28.1058785Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2022-11-23T02:47:28.1059135Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:47:28.1059453Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2022-11-23T02:47:28.1059733Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2022-11-23T02:47:28.1059994Z [ RUN ] SmallVectorTest/1.AssignTest 2022-11-23T02:47:28.1060231Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2022-11-23T02:47:28.1060484Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2022-11-23T02:47:28.1060751Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2022-11-23T02:47:28.1061084Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2022-11-23T02:47:28.1061364Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2022-11-23T02:47:28.1061628Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2022-11-23T02:47:28.1062023Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2022-11-23T02:47:28.1062345Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2022-11-23T02:47:28.1062611Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2022-11-23T02:47:28.1062904Z [ RUN ] SmallVectorTest/1.EraseTest 2022-11-23T02:47:28.1063153Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2022-11-23T02:47:28.1063393Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2022-11-23T02:47:28.1063655Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2022-11-23T02:47:28.1063906Z [ RUN ] SmallVectorTest/1.InsertTest 2022-11-23T02:47:28.1064156Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2022-11-23T02:47:28.1064402Z [ RUN ] SmallVectorTest/1.InsertCopy 2022-11-23T02:47:28.1064641Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2022-11-23T02:47:28.1064908Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2022-11-23T02:47:28.1065191Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2022-11-23T02:47:28.1065484Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2022-11-23T02:47:28.1065794Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:47:28.1066100Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2022-11-23T02:47:28.1066392Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:47:28.1066761Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2022-11-23T02:47:28.1067064Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:47:28.1067347Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2022-11-23T02:47:28.1067615Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2022-11-23T02:47:28.1067892Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2022-11-23T02:47:28.1068172Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2022-11-23T02:47:28.1068503Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2022-11-23T02:47:28.1068797Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2022-11-23T02:47:28.1069119Z [ RUN ] SmallVectorTest/1.ComparisonTest 2022-11-23T02:47:28.1069387Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2022-11-23T02:47:28.1069640Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2022-11-23T02:47:28.1069908Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2022-11-23T02:47:28.1070184Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2022-11-23T02:47:28.1070455Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2022-11-23T02:47:28.1070718Z [ RUN ] SmallVectorTest/1.IteratorTest 2022-11-23T02:47:28.1070975Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2022-11-23T02:47:28.1071242Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2022-11-23T02:47:28.1071408Z 2022-11-23T02:47:28.1071663Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1072047Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2022-11-23T02:47:28.1072344Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2022-11-23T02:47:28.1072634Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2022-11-23T02:47:28.1072917Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2022-11-23T02:47:28.1073179Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2022-11-23T02:47:28.1073449Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2022-11-23T02:47:28.1073710Z [ RUN ] SmallVectorTest/2.PushPopTest 2022-11-23T02:47:28.1073969Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2022-11-23T02:47:28.1074217Z [ RUN ] SmallVectorTest/2.ClearTest 2022-11-23T02:47:28.1074511Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2022-11-23T02:47:28.1074757Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2022-11-23T02:47:28.1075128Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2022-11-23T02:47:28.1075402Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2022-11-23T02:47:28.1075667Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2022-11-23T02:47:28.1075946Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2022-11-23T02:47:28.1076232Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2022-11-23T02:47:28.1076511Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2022-11-23T02:47:28.1076776Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2022-11-23T02:47:28.1077039Z [ RUN ] SmallVectorTest/2.OverflowTest 2022-11-23T02:47:28.1077295Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2022-11-23T02:47:28.1077555Z [ RUN ] SmallVectorTest/2.IterationTest 2022-11-23T02:47:28.1077804Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2022-11-23T02:47:28.1078053Z [ RUN ] SmallVectorTest/2.SwapTest 2022-11-23T02:47:28.1078297Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2022-11-23T02:47:28.1078542Z [ RUN ] SmallVectorTest/2.AppendTest 2022-11-23T02:47:28.1078795Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2022-11-23T02:47:28.1079050Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2022-11-23T02:47:28.1079335Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2022-11-23T02:47:28.1079616Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2022-11-23T02:47:28.1079894Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2022-11-23T02:47:28.1080207Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2022-11-23T02:47:28.1080657Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:47:28.1080962Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2022-11-23T02:47:28.1081288Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2022-11-23T02:47:28.1081549Z [ RUN ] SmallVectorTest/2.AssignTest 2022-11-23T02:47:28.1081797Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2022-11-23T02:47:28.1082056Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2022-11-23T02:47:28.1082323Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2022-11-23T02:47:28.1082580Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2022-11-23T02:47:28.1082856Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2022-11-23T02:47:28.1083130Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2022-11-23T02:47:28.1083403Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2022-11-23T02:47:28.1083670Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2022-11-23T02:47:28.1083928Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2022-11-23T02:47:28.1084178Z [ RUN ] SmallVectorTest/2.EraseTest 2022-11-23T02:47:28.1084427Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2022-11-23T02:47:28.1084681Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2022-11-23T02:47:28.1084944Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2022-11-23T02:47:28.1085197Z [ RUN ] SmallVectorTest/2.InsertTest 2022-11-23T02:47:28.1085438Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2022-11-23T02:47:28.1085683Z [ RUN ] SmallVectorTest/2.InsertCopy 2022-11-23T02:47:28.1085935Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2022-11-23T02:47:28.1086202Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2022-11-23T02:47:28.1086526Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2022-11-23T02:47:28.1086813Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2022-11-23T02:47:28.1087168Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:47:28.1087478Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2022-11-23T02:47:28.1087782Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:47:28.1088084Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2022-11-23T02:47:28.1088390Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:47:28.1088661Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2022-11-23T02:47:28.1088979Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2022-11-23T02:47:28.1089258Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2022-11-23T02:47:28.1089546Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2022-11-23T02:47:28.1089834Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2022-11-23T02:47:28.1090124Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2022-11-23T02:47:28.1090390Z [ RUN ] SmallVectorTest/2.ComparisonTest 2022-11-23T02:47:28.1090659Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2022-11-23T02:47:28.1090926Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2022-11-23T02:47:28.1091192Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2022-11-23T02:47:28.1091461Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2022-11-23T02:47:28.1091722Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2022-11-23T02:47:28.1091983Z [ RUN ] SmallVectorTest/2.IteratorTest 2022-11-23T02:47:28.1092239Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2022-11-23T02:47:28.1092562Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2022-11-23T02:47:28.1092723Z 2022-11-23T02:47:28.1093012Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1093403Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2022-11-23T02:47:28.1093703Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2022-11-23T02:47:28.1093978Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2022-11-23T02:47:28.1094317Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2022-11-23T02:47:28.1094592Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2022-11-23T02:47:28.1094862Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2022-11-23T02:47:28.1095124Z [ RUN ] SmallVectorTest/3.PushPopTest 2022-11-23T02:47:28.1095370Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2022-11-23T02:47:28.1095619Z [ RUN ] SmallVectorTest/3.ClearTest 2022-11-23T02:47:28.1095869Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2022-11-23T02:47:28.1096129Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2022-11-23T02:47:28.1096400Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2022-11-23T02:47:28.1096666Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2022-11-23T02:47:28.1096917Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2022-11-23T02:47:28.1097197Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2022-11-23T02:47:28.1097496Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2022-11-23T02:47:28.1097773Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2022-11-23T02:47:28.1098034Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2022-11-23T02:47:28.1098282Z [ RUN ] SmallVectorTest/3.OverflowTest 2022-11-23T02:47:28.1098586Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2022-11-23T02:47:28.1098845Z [ RUN ] SmallVectorTest/3.IterationTest 2022-11-23T02:47:28.1099150Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2022-11-23T02:47:28.1099398Z [ RUN ] SmallVectorTest/3.SwapTest 2022-11-23T02:47:28.1099644Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2022-11-23T02:47:28.1099875Z [ RUN ] SmallVectorTest/3.AppendTest 2022-11-23T02:47:28.1100127Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2022-11-23T02:47:28.1100392Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2022-11-23T02:47:28.1100676Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2022-11-23T02:47:28.1100956Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2022-11-23T02:47:28.1101224Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2022-11-23T02:47:28.1101539Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2022-11-23T02:47:28.1101973Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:47:28.1102290Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2022-11-23T02:47:28.1102569Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2022-11-23T02:47:28.1102890Z [ RUN ] SmallVectorTest/3.AssignTest 2022-11-23T02:47:28.1103131Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2022-11-23T02:47:28.1103388Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2022-11-23T02:47:28.1103654Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2022-11-23T02:47:28.1103925Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2022-11-23T02:47:28.1104198Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2022-11-23T02:47:28.1104518Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2022-11-23T02:47:28.1104784Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2022-11-23T02:47:28.1105096Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2022-11-23T02:47:28.1105365Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2022-11-23T02:47:28.1105615Z [ RUN ] SmallVectorTest/3.EraseTest 2022-11-23T02:47:28.1105861Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2022-11-23T02:47:28.1106102Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2022-11-23T02:47:28.1106368Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2022-11-23T02:47:28.1106621Z [ RUN ] SmallVectorTest/3.InsertTest 2022-11-23T02:47:28.1106870Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2022-11-23T02:47:28.1107117Z [ RUN ] SmallVectorTest/3.InsertCopy 2022-11-23T02:47:28.1107367Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2022-11-23T02:47:28.1107621Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2022-11-23T02:47:28.1107903Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2022-11-23T02:47:28.1108252Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2022-11-23T02:47:28.1108567Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:47:28.1108875Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2022-11-23T02:47:28.1109167Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:47:28.1109471Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2022-11-23T02:47:28.1109778Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:47:28.1110061Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2022-11-23T02:47:28.1110377Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2022-11-23T02:47:28.1110656Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2022-11-23T02:47:28.1110935Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2022-11-23T02:47:28.1111264Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2022-11-23T02:47:28.1111557Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2022-11-23T02:47:28.1111834Z [ RUN ] SmallVectorTest/3.ComparisonTest 2022-11-23T02:47:28.1112100Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2022-11-23T02:47:28.1112363Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2022-11-23T02:47:28.1112617Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2022-11-23T02:47:28.1112886Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2022-11-23T02:47:28.1113161Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2022-11-23T02:47:28.1113426Z [ RUN ] SmallVectorTest/3.IteratorTest 2022-11-23T02:47:28.1113684Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2022-11-23T02:47:28.1113952Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2022-11-23T02:47:28.1114115Z 2022-11-23T02:47:28.1114364Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1114749Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2022-11-23T02:47:28.1115051Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2022-11-23T02:47:28.1115339Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2022-11-23T02:47:28.1115623Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2022-11-23T02:47:28.1115899Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2022-11-23T02:47:28.1116156Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2022-11-23T02:47:28.1116416Z [ RUN ] SmallVectorTest/4.PushPopTest 2022-11-23T02:47:28.1116773Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2022-11-23T02:47:28.1117027Z [ RUN ] SmallVectorTest/4.ClearTest 2022-11-23T02:47:28.1117320Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2022-11-23T02:47:28.1117565Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2022-11-23T02:47:28.1117837Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2022-11-23T02:47:28.1118103Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2022-11-23T02:47:28.1118440Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2022-11-23T02:47:28.1118726Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2022-11-23T02:47:28.1119024Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2022-11-23T02:47:28.1119301Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2022-11-23T02:47:28.1119564Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2022-11-23T02:47:28.1119822Z [ RUN ] SmallVectorTest/4.OverflowTest 2022-11-23T02:47:28.1120070Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2022-11-23T02:47:28.1120330Z [ RUN ] SmallVectorTest/4.IterationTest 2022-11-23T02:47:28.1120593Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2022-11-23T02:47:28.1120841Z [ RUN ] SmallVectorTest/4.SwapTest 2022-11-23T02:47:28.1121086Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2022-11-23T02:47:28.1121320Z [ RUN ] SmallVectorTest/4.AppendTest 2022-11-23T02:47:28.1121573Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2022-11-23T02:47:28.1121842Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2022-11-23T02:47:28.1122899Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2022-11-23T02:47:28.1123226Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2022-11-23T02:47:28.1123504Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2022-11-23T02:47:28.1123808Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2022-11-23T02:47:28.1124159Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2022-11-23T02:47:28.1124483Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2022-11-23T02:47:28.1124764Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2022-11-23T02:47:28.1125026Z [ RUN ] SmallVectorTest/4.AssignTest 2022-11-23T02:47:28.1125274Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2022-11-23T02:47:28.1125517Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2022-11-23T02:47:28.1125784Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2022-11-23T02:47:28.1126055Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2022-11-23T02:47:28.1126336Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2022-11-23T02:47:28.1126609Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2022-11-23T02:47:28.1126872Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2022-11-23T02:47:28.1127140Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2022-11-23T02:47:28.1127405Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2022-11-23T02:47:28.1127658Z [ RUN ] SmallVectorTest/4.EraseTest 2022-11-23T02:47:28.1127907Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2022-11-23T02:47:28.1128159Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2022-11-23T02:47:28.1128412Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2022-11-23T02:47:28.1128713Z [ RUN ] SmallVectorTest/4.InsertTest 2022-11-23T02:47:28.1128964Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2022-11-23T02:47:28.1129251Z [ RUN ] SmallVectorTest/4.InsertCopy 2022-11-23T02:47:28.1129510Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2022-11-23T02:47:28.1129767Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2022-11-23T02:47:28.1130047Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2022-11-23T02:47:28.1130344Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2022-11-23T02:47:28.1130653Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2022-11-23T02:47:28.1130960Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2022-11-23T02:47:28.1131263Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2022-11-23T02:47:28.1131619Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2022-11-23T02:47:28.1131927Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2022-11-23T02:47:28.1132210Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2022-11-23T02:47:28.1132481Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2022-11-23T02:47:28.1132760Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2022-11-23T02:47:28.1133048Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2022-11-23T02:47:28.1133326Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2022-11-23T02:47:28.1133618Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2022-11-23T02:47:28.1133895Z [ RUN ] SmallVectorTest/4.ComparisonTest 2022-11-23T02:47:28.1134161Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2022-11-23T02:47:28.1134428Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2022-11-23T02:47:28.1134730Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2022-11-23T02:47:28.1135005Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2022-11-23T02:47:28.1135279Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2022-11-23T02:47:28.1135587Z [ RUN ] SmallVectorTest/4.IteratorTest 2022-11-23T02:47:28.1135844Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2022-11-23T02:47:28.1136125Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2022-11-23T02:47:28.1136275Z 2022-11-23T02:47:28.1136382Z [----------] 5 tests from SmallVectorTest 2022-11-23T02:47:28.1136707Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2022-11-23T02:47:28.1137010Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2022-11-23T02:47:28.1137285Z [ RUN ] SmallVectorTest.MidInsert 2022-11-23T02:47:28.1137541Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2022-11-23T02:47:28.1137801Z [ RUN ] SmallVectorTest.EmplaceBack 2022-11-23T02:47:28.1138058Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2022-11-23T02:47:28.1138353Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2022-11-23T02:47:28.1138679Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2022-11-23T02:47:28.1138977Z [ RUN ] SmallVectorTest.InitializerList 2022-11-23T02:47:28.1139261Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2022-11-23T02:47:28.1139539Z [----------] 5 tests from SmallVectorTest (0 ms total) 2022-11-23T02:47:28.1139697Z 2022-11-23T02:47:28.1140061Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:47:28.1140541Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2022-11-23T02:47:28.1140830Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2022-11-23T02:47:28.1141181Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2022-11-23T02:47:28.1141349Z 2022-11-23T02:47:28.1141744Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:47:28.1142314Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2022-11-23T02:47:28.1142601Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2022-11-23T02:47:28.1142888Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2022-11-23T02:47:28.1143056Z 2022-11-23T02:47:28.1143404Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:47:28.1143868Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2022-11-23T02:47:28.1144155Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2022-11-23T02:47:28.1144454Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2022-11-23T02:47:28.1144623Z 2022-11-23T02:47:28.1145027Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = struct std::pair,class c10::SmallVector > 2022-11-23T02:47:28.1145499Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2022-11-23T02:47:28.1145779Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2022-11-23T02:47:28.1146078Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2022-11-23T02:47:28.1146247Z 2022-11-23T02:47:28.1146370Z [----------] 1 test from SmallVectorCustomTest 2022-11-23T02:47:28.1146651Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2022-11-23T02:47:28.1146953Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2022-11-23T02:47:28.1147314Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2022-11-23T02:47:28.1147483Z 2022-11-23T02:47:28.1147724Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1148171Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2022-11-23T02:47:28.1148522Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2022-11-23T02:47:28.1148882Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2022-11-23T02:47:28.1149247Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2022-11-23T02:47:28.1149602Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2022-11-23T02:47:28.1149939Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2022-11-23T02:47:28.1150320Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2022-11-23T02:47:28.1150663Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2022-11-23T02:47:28.1151014Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2022-11-23T02:47:28.1151372Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (0 ms) 2022-11-23T02:47:28.1151718Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2022-11-23T02:47:28.1152063Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2022-11-23T02:47:28.1152398Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2022-11-23T02:47:28.1152757Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (0 ms) 2022-11-23T02:47:28.1153107Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2022-11-23T02:47:28.1153492Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2022-11-23T02:47:28.1153841Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2022-11-23T02:47:28.1154237Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2022-11-23T02:47:28.1154576Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2022-11-23T02:47:28.1154917Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2022-11-23T02:47:28.1155264Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2022-11-23T02:47:28.1155618Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (0 ms) 2022-11-23T02:47:28.1155969Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2022-11-23T02:47:28.1156318Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-11-23T02:47:28.1156684Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (0 ms total) 2022-11-23T02:47:28.1156897Z 2022-11-23T02:47:28.1157193Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector 2022-11-23T02:47:28.1157649Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2022-11-23T02:47:28.1157999Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2022-11-23T02:47:28.1158358Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2022-11-23T02:47:28.1158725Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2022-11-23T02:47:28.1159068Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2022-11-23T02:47:28.1159513Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2022-11-23T02:47:28.1159867Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2022-11-23T02:47:28.1160262Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2022-11-23T02:47:28.1160618Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2022-11-23T02:47:28.1160984Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (0 ms) 2022-11-23T02:47:28.1161332Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2022-11-23T02:47:28.1161677Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2022-11-23T02:47:28.1162036Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2022-11-23T02:47:28.1162397Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (0 ms) 2022-11-23T02:47:28.1162755Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2022-11-23T02:47:28.1163103Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2022-11-23T02:47:28.1163438Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2022-11-23T02:47:28.1163799Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2022-11-23T02:47:28.1164155Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2022-11-23T02:47:28.1177417Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2022-11-23T02:47:28.1177795Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2022-11-23T02:47:28.1178356Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (0 ms) 2022-11-23T02:47:28.1178726Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2022-11-23T02:47:28.1179084Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-11-23T02:47:28.1179460Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (0 ms total) 2022-11-23T02:47:28.1179681Z 2022-11-23T02:47:28.1179996Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector,3> 2022-11-23T02:47:28.1180483Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2022-11-23T02:47:28.1180898Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-11-23T02:47:28.1181335Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2022-11-23T02:47:28.1181571Z 2022-11-23T02:47:28.1182026Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector,3> 2022-11-23T02:47:28.1182597Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2022-11-23T02:47:28.1183015Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-11-23T02:47:28.1183483Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2022-11-23T02:47:28.1183725Z 2022-11-23T02:47:28.1183846Z [----------] Global test environment tear-down 2022-11-23T02:47:28.1184172Z [==========] 221 tests from 15 test suites ran. (3 ms total) 2022-11-23T02:47:28.1184402Z [ PASSED ] 221 tests. 2022-11-23T02:47:28.1195618Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2022-11-23T02:47:28.1296621Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.1297013Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:47:28.1307512Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:47:28.1307743Z [ PASSED ] 0 tests. 2022-11-23T02:47:28.1356777Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2022-11-23T02:47:28.1450655Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.1451196Z [==========] Running 18 tests from 1 test suite. 2022-11-23T02:47:28.1451475Z [----------] Global test environment set-up. 2022-11-23T02:47:28.1451737Z [----------] 18 tests from StringViewTest 2022-11-23T02:47:28.1452002Z [ RUN ] StringViewTest.testStringConstructor 2022-11-23T02:47:28.1452324Z [ OK ] StringViewTest.testStringConstructor (0 ms) 2022-11-23T02:47:28.1452653Z [ RUN ] StringViewTest.testConversionToString 2022-11-23T02:47:28.1452979Z [ OK ] StringViewTest.testConversionToString (0 ms) 2022-11-23T02:47:28.1453300Z [ RUN ] StringViewTest.testCopyAssignment 2022-11-23T02:47:28.1453589Z [ OK ] StringViewTest.testCopyAssignment (0 ms) 2022-11-23T02:47:28.1453966Z [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 2022-11-23T02:47:28.1454428Z [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 2022-11-23T02:47:28.1454832Z [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 2022-11-23T02:47:28.1455201Z [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 2022-11-23T02:47:28.1455578Z [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 2022-11-23T02:47:28.1455962Z [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 2022-11-23T02:47:28.1456319Z [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 2022-11-23T02:47:28.1456680Z [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 2022-11-23T02:47:28.1457127Z [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 2022-11-23T02:47:28.1457507Z [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 2022-11-23T02:47:28.1457842Z [ RUN ] StringViewTest.testSwapFunction 2022-11-23T02:47:28.1458136Z [ OK ] StringViewTest.testSwapFunction (0 ms) 2022-11-23T02:47:28.1458412Z [ RUN ] StringViewTest.testSwapMethod 2022-11-23T02:47:28.1458694Z [ OK ] StringViewTest.testSwapMethod (0 ms) 2022-11-23T02:47:28.1459068Z [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 2022-11-23T02:47:28.1459522Z [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 2022-11-23T02:47:28.1459955Z [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 2022-11-23T02:47:28.1460366Z [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 2022-11-23T02:47:28.1460742Z [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 2022-11-23T02:47:28.1461112Z [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 2022-11-23T02:47:28.1461487Z [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 2022-11-23T02:47:28.1461960Z [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 2022-11-23T02:47:28.1462123Z [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 2022-11-23T02:47:28.1462298Z [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 2022-11-23T02:47:28.1462501Z [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 2022-11-23T02:47:28.1462713Z [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 2022-11-23T02:47:28.1462847Z [ RUN ] StringViewTest.testOutputOperator 2022-11-23T02:47:28.1462979Z [ OK ] StringViewTest.testOutputOperator (0 ms) 2022-11-23T02:47:28.1463086Z [ RUN ] StringViewTest.testHash 2022-11-23T02:47:28.1463205Z [ OK ] StringViewTest.testHash (0 ms) 2022-11-23T02:47:28.1463341Z [----------] 18 tests from StringViewTest (0 ms total) 2022-11-23T02:47:28.1463349Z 2022-11-23T02:47:28.1463469Z [----------] Global test environment tear-down 2022-11-23T02:47:28.1468052Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.1468136Z [ PASSED ] 18 tests. 2022-11-23T02:47:28.1519001Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2022-11-23T02:47:28.1633770Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.1633915Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:28.1634054Z [----------] Global test environment set-up. 2022-11-23T02:47:28.1634159Z [----------] 2 tests from SymIntTest 2022-11-23T02:47:28.1634265Z [ RUN ] SymIntTest.ConcreteInts 2022-11-23T02:47:28.1634388Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2022-11-23T02:47:28.1634490Z [ RUN ] SymIntTest.CheckRange 2022-11-23T02:47:28.1634609Z [ OK ] SymIntTest.CheckRange (0 ms) 2022-11-23T02:47:28.1634738Z [----------] 2 tests from SymIntTest (0 ms total) 2022-11-23T02:47:28.1634747Z 2022-11-23T02:47:28.1634870Z [----------] Global test environment tear-down 2022-11-23T02:47:28.1644263Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.1644357Z [ PASSED ] 2 tests. 2022-11-23T02:47:28.1695688Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2022-11-23T02:47:28.1788775Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.1788910Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:28.1789048Z [----------] Global test environment set-up. 2022-11-23T02:47:28.1789157Z [----------] 2 tests from Synchronized 2022-11-23T02:47:28.1789306Z [ RUN ] Synchronized.TestSingleThreadExecution 2022-11-23T02:47:28.1789471Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2022-11-23T02:47:28.1789758Z [ RUN ] Synchronized.TestMultiThreadedExecution 2022-11-23T02:47:28.1828765Z [ OK ] Synchronized.TestMultiThreadedExecution (3 ms) 2022-11-23T02:47:28.1828946Z [----------] 2 tests from Synchronized (4 ms total) 2022-11-23T02:47:28.1829553Z 2022-11-23T02:47:28.1830209Z [----------] Global test environment tear-down 2022-11-23T02:47:28.1841002Z [==========] 2 tests from 1 test suite ran. (4 ms total) 2022-11-23T02:47:28.1841100Z [ PASSED ] 2 tests. 2022-11-23T02:47:28.1884818Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2022-11-23T02:47:28.1987818Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.1987943Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:28.1988072Z [----------] Global test environment set-up. 2022-11-23T02:47:28.1988179Z [----------] 1 test from TempDirTest 2022-11-23T02:47:28.1988305Z [ RUN ] TempDirTest.tryMakeTempdir 2022-11-23T02:47:28.1994792Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2022-11-23T02:47:28.1994923Z [----------] 1 test from TempDirTest (0 ms total) 2022-11-23T02:47:28.1994933Z 2022-11-23T02:47:28.1995053Z [----------] Global test environment tear-down 2022-11-23T02:47:28.2002502Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.2002602Z [ PASSED ] 1 test. 2022-11-23T02:47:28.2053565Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2022-11-23T02:47:28.2145500Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.2145613Z [==========] Running 12 tests from 2 test suites. 2022-11-23T02:47:28.2145770Z [----------] Global test environment set-up. 2022-11-23T02:47:28.2145863Z [----------] 1 test from ThreadLocal 2022-11-23T02:47:28.2146017Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2022-11-23T02:47:28.2146173Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2022-11-23T02:47:28.2146296Z [----------] 1 test from ThreadLocal (0 ms total) 2022-11-23T02:47:28.2146303Z 2022-11-23T02:47:28.2146417Z [----------] 11 tests from ThreadLocalTest 2022-11-23T02:47:28.2146574Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2022-11-23T02:47:28.2146745Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2022-11-23T02:47:28.2147025Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2022-11-23T02:47:28.2147178Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2022-11-23T02:47:28.2147319Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2022-11-23T02:47:28.2147473Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2022-11-23T02:47:28.2147627Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2022-11-23T02:47:28.2147796Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2022-11-23T02:47:28.2147922Z [ RUN ] ThreadLocalTest.TestClassScope 2022-11-23T02:47:28.2148058Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2022-11-23T02:47:28.2148190Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2022-11-23T02:47:28.2148356Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2022-11-23T02:47:28.2148520Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2022-11-23T02:47:28.2148699Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2022-11-23T02:47:28.2148863Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2022-11-23T02:47:28.2152857Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2022-11-23T02:47:28.2153028Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2022-11-23T02:47:28.2154164Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2022-11-23T02:47:28.2154325Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2022-11-23T02:47:28.2155255Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2022-11-23T02:47:28.2155584Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2022-11-23T02:47:28.2156563Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2022-11-23T02:47:28.2156706Z [----------] 11 tests from ThreadLocalTest (1 ms total) 2022-11-23T02:47:28.2156714Z 2022-11-23T02:47:28.2156832Z [----------] Global test environment tear-down 2022-11-23T02:47:28.2170913Z [==========] 12 tests from 2 test suites ran. (1 ms total) 2022-11-23T02:47:28.2171023Z [ PASSED ] 12 tests. 2022-11-23T02:47:28.2216013Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2022-11-23T02:47:28.2318740Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.2318876Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:47:28.2319001Z [----------] Global test environment set-up. 2022-11-23T02:47:28.2319113Z [----------] 5 tests from TypeMetaTest 2022-11-23T02:47:28.2319244Z [ RUN ] TypeMetaTest.TypeMetaStatic 2022-11-23T02:47:28.2319375Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2022-11-23T02:47:28.2319468Z [ RUN ] TypeMetaTest.Names 2022-11-23T02:47:28.2319572Z [ OK ] TypeMetaTest.Names (0 ms) 2022-11-23T02:47:28.2319670Z [ RUN ] TypeMetaTest.TypeMeta 2022-11-23T02:47:28.2319782Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2022-11-23T02:47:28.2319904Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2022-11-23T02:47:28.2320042Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2022-11-23T02:47:28.2320152Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2022-11-23T02:47:28.2320289Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2022-11-23T02:47:28.2320414Z [----------] 5 tests from TypeMetaTest (0 ms total) 2022-11-23T02:47:28.2320422Z 2022-11-23T02:47:28.2320539Z [----------] Global test environment tear-down 2022-11-23T02:47:28.2331247Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.2331336Z [ PASSED ] 5 tests. 2022-11-23T02:47:28.2383643Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2022-11-23T02:47:28.2479697Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.2479836Z [==========] Running 7 tests from 1 test suite. 2022-11-23T02:47:28.2479960Z [----------] Global test environment set-up. 2022-11-23T02:47:28.2480266Z [----------] 7 tests from TypeIndex 2022-11-23T02:47:28.2480377Z [ RUN ] TypeIndex.TopLevelName 2022-11-23T02:47:28.2480495Z [ OK ] TypeIndex.TopLevelName (0 ms) 2022-11-23T02:47:28.2480592Z [ RUN ] TypeIndex.NestedName 2022-11-23T02:47:28.2480700Z [ OK ] TypeIndex.NestedName (0 ms) 2022-11-23T02:47:28.2480828Z [ RUN ] TypeIndex.TypeTemplateParameter 2022-11-23T02:47:28.2481017Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2022-11-23T02:47:28.2481154Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2022-11-23T02:47:28.2481295Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2022-11-23T02:47:28.2481437Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2022-11-23T02:47:28.2481593Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2022-11-23T02:47:28.2481760Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2022-11-23T02:47:28.2481948Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2022-11-23T02:47:28.2482097Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2022-11-23T02:47:28.2482250Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2022-11-23T02:47:28.2482369Z [----------] 7 tests from TypeIndex (0 ms total) 2022-11-23T02:47:28.2482377Z 2022-11-23T02:47:28.2482496Z [----------] Global test environment tear-down 2022-11-23T02:47:28.2495076Z [==========] 7 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.2495161Z [ PASSED ] 7 tests. 2022-11-23T02:47:28.2546516Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2022-11-23T02:47:28.2637412Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.2637537Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:28.2637676Z [----------] Global test environment set-up. 2022-11-23T02:47:28.2637784Z [----------] 4 tests from TypeListTest 2022-11-23T02:47:28.2637926Z [ RUN ] TypeListTest.MapTypesToValues_sametype 2022-11-23T02:47:28.2638086Z [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 2022-11-23T02:47:28.2638235Z [ RUN ] TypeListTest.MapTypesToValues_differenttypes 2022-11-23T02:47:28.2638383Z [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 2022-11-23T02:47:28.2638519Z [ RUN ] TypeListTest.MapTypesToValues_members 2022-11-23T02:47:28.2638664Z [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 2022-11-23T02:47:28.2638797Z [ RUN ] TypeListTest.MapTypesToValues_empty 2022-11-23T02:47:28.2638941Z [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 2022-11-23T02:47:28.2639064Z [----------] 4 tests from TypeListTest (0 ms total) 2022-11-23T02:47:28.2639072Z 2022-11-23T02:47:28.2639189Z [----------] Global test environment tear-down 2022-11-23T02:47:28.2649677Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.2649763Z [ PASSED ] 4 tests. 2022-11-23T02:47:28.2698080Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2022-11-23T02:47:28.2793272Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.2793405Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:47:28.2804086Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:47:28.2804175Z [ PASSED ] 0 tests. 2022-11-23T02:47:28.2855639Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2022-11-23T02:47:28.6531818Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:28.6532234Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:47:28.6532510Z [----------] Global test environment set-up. 2022-11-23T02:47:28.6532773Z [----------] 5 tests from CppSignatureTest 2022-11-23T02:47:28.6533068Z [ RUN ] CppSignatureTest.given_equalSignature_then_areEqual 2022-11-23T02:47:28.6533600Z [ OK ] CppSignatureTest.given_equalSignature_then_areEqual (0 ms) 2022-11-23T02:47:28.6533944Z [ RUN ] CppSignatureTest.given_differentSignature_then_areDifferent 2022-11-23T02:47:28.6534313Z [ OK ] CppSignatureTest.given_differentSignature_then_areDifferent (0 ms) 2022-11-23T02:47:28.6534744Z [ RUN ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual 2022-11-23T02:47:28.6535171Z [ OK ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual (0 ms) 2022-11-23T02:47:28.6535566Z [ RUN ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent 2022-11-23T02:47:28.6535974Z [ OK ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent (0 ms) 2022-11-23T02:47:28.6536379Z [ RUN ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing 2022-11-23T02:47:28.6536774Z [ OK ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing (0 ms) 2022-11-23T02:47:28.6537131Z [----------] 5 tests from CppSignatureTest (0 ms total) 2022-11-23T02:47:28.6537300Z 2022-11-23T02:47:28.6537420Z [----------] Global test environment tear-down 2022-11-23T02:47:28.6545280Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:28.6545522Z [ PASSED ] 5 tests. 2022-11-23T02:47:28.7328513Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2022-11-23T02:47:29.1100972Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:29.1101583Z [==========] Running 15 tests from 1 test suite. 2022-11-23T02:47:29.1101919Z [----------] Global test environment set-up. 2022-11-23T02:47:29.1102173Z [----------] 15 tests from CPUGeneratorImpl 2022-11-23T02:47:29.1102472Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-11-23T02:47:29.1102877Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-11-23T02:47:29.1103218Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-11-23T02:47:29.1103600Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-11-23T02:47:29.1103903Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-11-23T02:47:29.1104166Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-11-23T02:47:29.1104510Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-11-23T02:47:29.1107650Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-11-23T02:47:29.1108032Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-11-23T02:47:29.1108367Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-11-23T02:47:29.1108737Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-11-23T02:47:29.1111068Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-11-23T02:47:29.1111429Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-11-23T02:47:29.1124423Z [ OK ] CPUGeneratorImpl.TestRNGForking (1 ms) 2022-11-23T02:47:29.1124804Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-11-23T02:47:29.1125198Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-11-23T02:47:29.1125563Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-11-23T02:47:29.1125905Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-11-23T02:47:29.1126230Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-11-23T02:47:29.1126569Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-11-23T02:47:29.1126908Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-11-23T02:47:29.1127297Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-11-23T02:47:29.1127625Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-11-23T02:47:29.1127991Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-11-23T02:47:29.1128349Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-11-23T02:47:29.1128856Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-11-23T02:47:29.1129268Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-11-23T02:47:29.1129696Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-11-23T02:47:29.1130082Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-11-23T02:47:29.1130421Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-11-23T02:47:29.1130732Z [----------] 15 tests from CPUGeneratorImpl (2 ms total) 2022-11-23T02:47:29.1130905Z 2022-11-23T02:47:29.1131024Z [----------] Global test environment tear-down 2022-11-23T02:47:29.1143191Z [==========] 15 tests from 1 test suite ran. (2 ms total) 2022-11-23T02:47:29.1143455Z [ PASSED ] 15 tests. 2022-11-23T02:47:29.1924238Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2022-11-23T02:47:29.5595287Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:29.5595613Z [----------] Global test environment set-up. 2022-11-23T02:47:29.5595905Z [----------] 2 tests from CPUAllocationPlanTest 2022-11-23T02:47:29.5596203Z [ RUN ] CPUAllocationPlanTest.with_control_flow 2022-11-23T02:47:29.5797201Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5809069Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5821474Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5834272Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5846120Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5858028Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5870804Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5883448Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5895533Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5908305Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-11-23T02:47:29.5933278Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.5945622Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.5958021Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.5970139Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.5983451Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.5995563Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.6007561Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.6019417Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.6032964Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.6045063Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-11-23T02:47:29.6324725Z [ OK ] CPUAllocationPlanTest.with_control_flow (72 ms) 2022-11-23T02:47:29.6325404Z [ RUN ] CPUAllocationPlanTest.with_profiling_alloc 2022-11-23T02:47:30.3799828Z [ OK ] CPUAllocationPlanTest.with_profiling_alloc (747 ms) 2022-11-23T02:47:30.3800408Z [----------] 2 tests from CPUAllocationPlanTest (820 ms total) 2022-11-23T02:47:30.3800711Z 2022-11-23T02:47:30.3800895Z [----------] Global test environment tear-down 2022-11-23T02:47:30.3819265Z [==========] 2 tests from 1 test suite ran. (820 ms total) 2022-11-23T02:47:30.3819623Z [ PASSED ] 2 tests. 2022-11-23T02:47:30.4658412Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2022-11-23T02:47:30.8326097Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:30.8326501Z [==========] Running 22 tests from 1 test suite. 2022-11-23T02:47:30.8326766Z [----------] Global test environment set-up. 2022-11-23T02:47:30.8327007Z [----------] 22 tests from RNGTest 2022-11-23T02:47:30.8327229Z [ RUN ] RNGTest.RandomFromTo 2022-11-23T02:47:30.8553243Z [ OK ] RNGTest.RandomFromTo (22 ms) 2022-11-23T02:47:30.8553491Z [ RUN ] RNGTest.Random 2022-11-23T02:47:30.8574560Z [ OK ] RNGTest.Random (2 ms) 2022-11-23T02:47:30.8574805Z [ RUN ] RNGTest.Random64bits 2022-11-23T02:47:30.8575432Z [ OK ] RNGTest.Random64bits (0 ms) 2022-11-23T02:47:30.8575658Z [ RUN ] RNGTest.Normal 2022-11-23T02:47:30.8576536Z [ OK ] RNGTest.Normal (0 ms) 2022-11-23T02:47:30.8576776Z [ RUN ] RNGTest.Normal_float_Tensor_out 2022-11-23T02:47:30.8738492Z [ OK ] RNGTest.Normal_float_Tensor_out (16 ms) 2022-11-23T02:47:30.8738764Z [ RUN ] RNGTest.Normal_Tensor_float_out 2022-11-23T02:47:30.8739366Z [ OK ] RNGTest.Normal_Tensor_float_out (0 ms) 2022-11-23T02:47:30.8739630Z [ RUN ] RNGTest.Normal_Tensor_Tensor_out 2022-11-23T02:47:30.8740189Z [ OK ] RNGTest.Normal_Tensor_Tensor_out (0 ms) 2022-11-23T02:47:30.8740444Z [ RUN ] RNGTest.Normal_float_Tensor 2022-11-23T02:47:30.8741941Z [ OK ] RNGTest.Normal_float_Tensor (0 ms) 2022-11-23T02:47:30.8742475Z [ RUN ] RNGTest.Normal_Tensor_float 2022-11-23T02:47:30.8742758Z [ OK ] RNGTest.Normal_Tensor_float (0 ms) 2022-11-23T02:47:30.8743185Z [ RUN ] RNGTest.Normal_Tensor_Tensor 2022-11-23T02:47:30.8743445Z [ OK ] RNGTest.Normal_Tensor_Tensor (0 ms) 2022-11-23T02:47:30.8743678Z [ RUN ] RNGTest.Uniform 2022-11-23T02:47:30.8743899Z [ OK ] RNGTest.Uniform (0 ms) 2022-11-23T02:47:30.8744101Z [ RUN ] RNGTest.Cauchy 2022-11-23T02:47:30.8744743Z [ OK ] RNGTest.Cauchy (0 ms) 2022-11-23T02:47:30.8744979Z [ RUN ] RNGTest.LogNormal 2022-11-23T02:47:30.8745515Z [ OK ] RNGTest.LogNormal (0 ms) 2022-11-23T02:47:30.8745752Z [ RUN ] RNGTest.Geometric 2022-11-23T02:47:30.8746225Z [ OK ] RNGTest.Geometric (0 ms) 2022-11-23T02:47:30.8746455Z [ RUN ] RNGTest.Exponential 2022-11-23T02:47:30.8747654Z [ OK ] RNGTest.Exponential (0 ms) 2022-11-23T02:47:30.8748255Z [ RUN ] RNGTest.Bernoulli_Tensor 2022-11-23T02:47:30.8748509Z [ OK ] RNGTest.Bernoulli_Tensor (0 ms) 2022-11-23T02:47:30.8748761Z [ RUN ] RNGTest.Bernoulli_scalar 2022-11-23T02:47:30.8749018Z [ OK ] RNGTest.Bernoulli_scalar (0 ms) 2022-11-23T02:47:30.8749239Z [ RUN ] RNGTest.Bernoulli 2022-11-23T02:47:30.8749507Z [ OK ] RNGTest.Bernoulli (0 ms) 2022-11-23T02:47:30.8749742Z [ RUN ] RNGTest.Bernoulli_2 2022-11-23T02:47:30.8750117Z [ OK ] RNGTest.Bernoulli_2 (0 ms) 2022-11-23T02:47:30.8750354Z [ RUN ] RNGTest.Bernoulli_p 2022-11-23T02:47:30.8751015Z [ OK ] RNGTest.Bernoulli_p (0 ms) 2022-11-23T02:47:30.8751259Z [ RUN ] RNGTest.Bernoulli_p_2 2022-11-23T02:47:30.8751535Z [ OK ] RNGTest.Bernoulli_p_2 (0 ms) 2022-11-23T02:47:30.8751779Z [ RUN ] RNGTest.Bernoulli_out 2022-11-23T02:47:30.8752442Z [ OK ] RNGTest.Bernoulli_out (0 ms) 2022-11-23T02:47:30.8752715Z [----------] 22 tests from RNGTest (42 ms total) 2022-11-23T02:47:30.8752929Z 2022-11-23T02:47:30.8753054Z [----------] Global test environment tear-down 2022-11-23T02:47:30.8768081Z [==========] 22 tests from 1 test suite ran. (42 ms total) 2022-11-23T02:47:30.8768328Z [ PASSED ] 22 tests. 2022-11-23T02:47:30.9664002Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2022-11-23T02:47:31.3313711Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:31.3314159Z [==========] Running 47 tests from 2 test suites. 2022-11-23T02:47:31.3314439Z [----------] Global test environment set-up. 2022-11-23T02:47:31.3314685Z [----------] 46 tests from DictTest 2022-11-23T02:47:31.3315197Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-11-23T02:47:31.3315558Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-11-23T02:47:31.3315935Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-11-23T02:47:31.3316354Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-11-23T02:47:31.3316719Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-11-23T02:47:31.3317077Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-11-23T02:47:31.3317478Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-11-23T02:47:31.3317916Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-11-23T02:47:31.3318289Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-11-23T02:47:31.3318648Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-11-23T02:47:31.3319081Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-11-23T02:47:31.3319515Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-11-23T02:47:31.3319974Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-11-23T02:47:31.3320465Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-11-23T02:47:31.3320968Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-11-23T02:47:31.3321404Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-11-23T02:47:31.3321815Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-11-23T02:47:31.3322288Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-11-23T02:47:31.3322792Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-11-23T02:47:31.3323322Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-11-23T02:47:31.3323790Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-11-23T02:47:31.3324197Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-11-23T02:47:31.3324568Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-11-23T02:47:31.3324900Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-11-23T02:47:31.3325250Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-11-23T02:47:31.3325608Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-11-23T02:47:31.3325988Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-11-23T02:47:31.3326393Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T02:47:31.3326768Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-11-23T02:47:31.3327103Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-11-23T02:47:31.3327474Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-11-23T02:47:31.3327869Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T02:47:31.3328217Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-11-23T02:47:31.3328528Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-11-23T02:47:31.3328882Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-11-23T02:47:31.3329268Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-11-23T02:47:31.3329752Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-11-23T02:47:31.3330268Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-11-23T02:47:31.3330788Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-11-23T02:47:31.3331293Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-11-23T02:47:31.3331747Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-11-23T02:47:31.3332166Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-11-23T02:47:31.3332572Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-11-23T02:47:31.3333003Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-11-23T02:47:31.3333440Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-11-23T02:47:31.3333886Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-11-23T02:47:31.3334322Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-11-23T02:47:31.3334746Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-11-23T02:47:31.3335171Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-11-23T02:47:31.3335594Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-11-23T02:47:31.3336076Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-11-23T02:47:31.3336491Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-11-23T02:47:31.3336902Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-11-23T02:47:31.3337306Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-11-23T02:47:31.3337731Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-11-23T02:47:31.3338150Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-11-23T02:47:31.3338526Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-11-23T02:47:31.3338847Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-11-23T02:47:31.3339178Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-11-23T02:47:31.3339517Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-11-23T02:47:31.3339852Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-11-23T02:47:31.3340162Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-11-23T02:47:31.3340470Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-11-23T02:47:31.3340767Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-11-23T02:47:31.3341088Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-11-23T02:47:31.3341438Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-11-23T02:47:31.3341781Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-11-23T02:47:31.3342197Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-11-23T02:47:31.3342548Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-11-23T02:47:31.3342907Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-11-23T02:47:31.3343263Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-11-23T02:47:31.3343613Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-11-23T02:47:31.3344028Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T02:47:31.3344493Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T02:47:31.3344964Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:31.3345495Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:31.3345890Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-11-23T02:47:31.3346207Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-11-23T02:47:31.3346538Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-11-23T02:47:31.3346870Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-11-23T02:47:31.3347254Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-11-23T02:47:31.3347663Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-11-23T02:47:31.3348047Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-11-23T02:47:31.3348412Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-11-23T02:47:31.3348719Z [ RUN ] DictTest.isReferenceType 2022-11-23T02:47:31.3348969Z [ OK ] DictTest.isReferenceType (0 ms) 2022-11-23T02:47:31.3349245Z [ RUN ] DictTest.copyHasSeparateStorage 2022-11-23T02:47:31.3349640Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-11-23T02:47:31.3350045Z [ RUN ] DictTest.dictTensorAsKey 2022-11-23T02:47:31.3350476Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-11-23T02:47:31.3350887Z [ RUN ] DictTest.dictEquality 2022-11-23T02:47:31.3351265Z [ OK ] DictTest.dictEquality (0 ms) 2022-11-23T02:47:31.3351771Z [----------] 46 tests from DictTest (0 ms total) 2022-11-23T02:47:31.3351996Z 2022-11-23T02:47:31.3352192Z [----------] 1 test from ListTest_IValueBasedList 2022-11-23T02:47:31.3352816Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-11-23T02:47:31.3353666Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-11-23T02:47:31.3354293Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-11-23T02:47:31.3354552Z 2022-11-23T02:47:31.3354714Z [----------] Global test environment tear-down 2022-11-23T02:47:31.3355126Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-11-23T02:47:31.3355459Z [ PASSED ] 47 tests. 2022-11-23T02:47:31.4131525Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2022-11-23T02:47:31.7794150Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:31.7794573Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:31.7794845Z [----------] Global test environment set-up. 2022-11-23T02:47:31.7795085Z [----------] 4 tests from DimnameTest 2022-11-23T02:47:31.7795396Z [ RUN ] DimnameTest.isValidIdentifier 2022-11-23T02:47:31.7795679Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-11-23T02:47:31.7795994Z [ RUN ] DimnameTest.wildcardName 2022-11-23T02:47:31.7796259Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-11-23T02:47:31.7796509Z [ RUN ] DimnameTest.createNormalName 2022-11-23T02:47:32.4287696Z [ OK ] DimnameTest.createNormalName (649 ms) 2022-11-23T02:47:32.4288027Z [ RUN ] DimnameTest.unifyAndMatch 2022-11-23T02:47:32.4288644Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-11-23T02:47:32.4288971Z [----------] 4 tests from DimnameTest (649 ms total) 2022-11-23T02:47:32.4289138Z 2022-11-23T02:47:32.4289260Z [----------] Global test environment tear-down 2022-11-23T02:47:32.4300884Z [==========] 4 tests from 1 test suite ran. (649 ms total) 2022-11-23T02:47:32.4301132Z [ PASSED ] 4 tests. 2022-11-23T02:47:32.5117515Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2022-11-23T02:47:32.8777599Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:32.8777992Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:32.8778470Z [----------] Global test environment set-up. 2022-11-23T02:47:32.8778736Z [----------] 1 test from DispatchKeySetTest 2022-11-23T02:47:32.8779058Z [ RUN ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet 2022-11-23T02:47:32.8779453Z [ OK ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet (0 ms) 2022-11-23T02:47:32.8779849Z [----------] 1 test from DispatchKeySetTest (0 ms total) 2022-11-23T02:47:32.8780018Z 2022-11-23T02:47:32.8780139Z [----------] Global test environment tear-down 2022-11-23T02:47:32.8791784Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:32.8792010Z [ PASSED ] 1 test. 2022-11-23T02:47:32.9576733Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2022-11-23T02:47:33.3262437Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:33.3262833Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:33.3263097Z [----------] Global test environment set-up. 2022-11-23T02:47:33.3263359Z [----------] 2 tests from TestDlconvertor 2022-11-23T02:47:33.3263624Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-11-23T02:47:33.3265470Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-11-23T02:47:33.3265800Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-11-23T02:47:33.3266143Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-11-23T02:47:33.3266645Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-11-23T02:47:33.3266810Z 2022-11-23T02:47:33.3266930Z [----------] Global test environment tear-down 2022-11-23T02:47:33.3278597Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:33.3278839Z [ PASSED ] 2 tests. 2022-11-23T02:47:33.4072757Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2022-11-23T02:47:33.7729257Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:33.7729654Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:33.7729918Z [----------] Global test environment set-up. 2022-11-23T02:47:33.7730182Z [----------] 1 test from BackendExtensionTest 2022-11-23T02:47:33.7730467Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-11-23T02:47:33.7730789Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-11-23T02:47:33.7731107Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-11-23T02:47:33.7731273Z 2022-11-23T02:47:33.7731393Z [----------] Global test environment tear-down 2022-11-23T02:47:33.7743011Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:33.7743271Z [ PASSED ] 1 test. 2022-11-23T02:47:33.8524169Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2022-11-23T02:47:34.2200278Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:34.2200681Z [==========] Running 8 tests from 1 test suite. 2022-11-23T02:47:34.2201008Z [----------] Global test environment set-up. 2022-11-23T02:47:34.2201253Z [----------] 8 tests from TestHalf 2022-11-23T02:47:34.2201468Z [ RUN ] TestHalf.Arithmetic 2022-11-23T02:47:34.2201743Z [ OK ] TestHalf.Arithmetic (0 ms) 2022-11-23T02:47:34.2201984Z [ RUN ] TestHalf.Comparisions 2022-11-23T02:47:34.2202225Z [ OK ] TestHalf.Comparisions (0 ms) 2022-11-23T02:47:34.2202456Z [ RUN ] TestHalf.Cast 2022-11-23T02:47:34.2202653Z [ OK ] TestHalf.Cast (0 ms) 2022-11-23T02:47:34.2202885Z [ RUN ] TestHalf.Construction 2022-11-23T02:47:34.2203118Z [ OK ] TestHalf.Construction (0 ms) 2022-11-23T02:47:34.2203350Z [ RUN ] TestHalf.Half2String 2022-11-23T02:47:34.2203585Z [ OK ] TestHalf.Half2String (0 ms) 2022-11-23T02:47:34.2203831Z [ RUN ] TestHalf.HalfNumericLimits 2022-11-23T02:47:34.2204279Z [ OK ] TestHalf.HalfNumericLimits (0 ms) 2022-11-23T02:47:34.2204526Z [ RUN ] TestHalf.CommonMath 2022-11-23T02:47:34.2204754Z [ OK ] TestHalf.CommonMath (0 ms) 2022-11-23T02:47:34.2204986Z [ RUN ] TestHalf.ComplexHalf 2022-11-23T02:47:34.2205223Z [ OK ] TestHalf.ComplexHalf (0 ms) 2022-11-23T02:47:34.2205465Z [----------] 8 tests from TestHalf (0 ms total) 2022-11-23T02:47:34.2205614Z 2022-11-23T02:47:34.2205733Z [----------] Global test environment tear-down 2022-11-23T02:47:34.2214141Z [==========] 8 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:34.2214371Z [ PASSED ] 8 tests. 2022-11-23T02:47:34.2997716Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2022-11-23T02:47:34.6655749Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:34.6656153Z [==========] Running 21 tests from 3 test suites. 2022-11-23T02:47:34.6656436Z [----------] Global test environment set-up. 2022-11-23T02:47:34.6656689Z [----------] 12 tests from ITensorListRefTest 2022-11-23T02:47:34.6656980Z [ RUN ] ITensorListRefTest.CtorEmpty_IsNone_Throws 2022-11-23T02:47:34.6807277Z [ OK ] ITensorListRefTest.CtorEmpty_IsNone_Throws (15 ms) 2022-11-23T02:47:34.6807644Z [ RUN ] ITensorListRefTest.CtorBoxed_IsBoxed 2022-11-23T02:47:34.6808060Z [ OK ] ITensorListRefTest.CtorBoxed_IsBoxed (0 ms) 2022-11-23T02:47:34.6808370Z [ RUN ] ITensorListRefTest.CtorUnboxed_IsUnboxed 2022-11-23T02:47:34.6809563Z [ OK ] ITensorListRefTest.CtorUnboxed_IsUnboxed (0 ms) 2022-11-23T02:47:34.6809905Z [ RUN ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed 2022-11-23T02:47:34.6810287Z [ OK ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed (0 ms) 2022-11-23T02:47:34.6810619Z [ RUN ] ITensorListRefTest.CtorTemp_IsUnboxed 2022-11-23T02:47:34.6810917Z [ OK ] ITensorListRefTest.CtorTemp_IsUnboxed (0 ms) 2022-11-23T02:47:34.6811225Z [ RUN ] ITensorListRefTest.Boxed_GetConstRefTensor 2022-11-23T02:47:34.6811537Z [ OK ] ITensorListRefTest.Boxed_GetConstRefTensor (0 ms) 2022-11-23T02:47:34.6811838Z [ RUN ] ITensorListRefTest.Unboxed_GetConstRefTensor 2022-11-23T02:47:34.6812156Z [ OK ] ITensorListRefTest.Unboxed_GetConstRefTensor (0 ms) 2022-11-23T02:47:34.6812452Z [ RUN ] ITensorListRefTest.Boxed_Equal 2022-11-23T02:47:34.6812719Z [ OK ] ITensorListRefTest.Boxed_Equal (0 ms) 2022-11-23T02:47:34.6813072Z [ RUN ] ITensorListRefTest.Unboxed_Equal 2022-11-23T02:47:34.6813341Z [ OK ] ITensorListRefTest.Unboxed_Equal (0 ms) 2022-11-23T02:47:34.6813691Z [ RUN ] ITensorListRefTest.UnboxedIndirect_Equal 2022-11-23T02:47:34.6814014Z [ OK ] ITensorListRefTest.UnboxedIndirect_Equal (0 ms) 2022-11-23T02:47:34.6814335Z [ RUN ] ITensorListRefTest.BoxedMaterialize_Equal 2022-11-23T02:47:34.6814659Z [ OK ] ITensorListRefTest.BoxedMaterialize_Equal (0 ms) 2022-11-23T02:47:34.6814991Z [ RUN ] ITensorListRefTest.UnboxedMaterialize_Equal 2022-11-23T02:47:34.6815319Z [ OK ] ITensorListRefTest.UnboxedMaterialize_Equal (0 ms) 2022-11-23T02:47:34.6815642Z [----------] 12 tests from ITensorListRefTest (15 ms total) 2022-11-23T02:47:34.6815809Z 2022-11-23T02:47:34.6815948Z [----------] 7 tests from ITensorListRefIteratorTest 2022-11-23T02:47:34.6816271Z [ RUN ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError 2022-11-23T02:47:34.6816640Z [ OK ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError (0 ms) 2022-11-23T02:47:34.6816995Z [ RUN ] ITensorListRefIteratorTest.Boxed_GetFirstElement 2022-11-23T02:47:34.6817334Z [ OK ] ITensorListRefIteratorTest.Boxed_GetFirstElement (0 ms) 2022-11-23T02:47:34.6817670Z [ RUN ] ITensorListRefIteratorTest.Unboxed_GetFirstElement 2022-11-23T02:47:34.6818023Z [ OK ] ITensorListRefIteratorTest.Unboxed_GetFirstElement (0 ms) 2022-11-23T02:47:34.6818364Z [ RUN ] ITensorListRefIteratorTest.Boxed_Equality 2022-11-23T02:47:34.6818786Z [ OK ] ITensorListRefIteratorTest.Boxed_Equality (0 ms) 2022-11-23T02:47:34.6819163Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Equality 2022-11-23T02:47:34.6819493Z [ OK ] ITensorListRefIteratorTest.Unboxed_Equality (0 ms) 2022-11-23T02:47:34.6819853Z [ RUN ] ITensorListRefIteratorTest.Boxed_Iterate 2022-11-23T02:47:34.6820170Z [ OK ] ITensorListRefIteratorTest.Boxed_Iterate (0 ms) 2022-11-23T02:47:34.6820488Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Iterate 2022-11-23T02:47:34.6820816Z [ OK ] ITensorListRefIteratorTest.Unboxed_Iterate (0 ms) 2022-11-23T02:47:34.6821148Z [----------] 7 tests from ITensorListRefIteratorTest (0 ms total) 2022-11-23T02:47:34.6821332Z 2022-11-23T02:47:34.6821457Z [----------] 2 tests from IOptTensorListRefTest 2022-11-23T02:47:34.6821724Z [ RUN ] IOptTensorListRefTest.Boxed_Iterate 2022-11-23T02:47:34.6822114Z [ OK ] IOptTensorListRefTest.Boxed_Iterate (0 ms) 2022-11-23T02:47:34.6822414Z [ RUN ] IOptTensorListRefTest.Unboxed_Iterate 2022-11-23T02:47:34.6822719Z [ OK ] IOptTensorListRefTest.Unboxed_Iterate (0 ms) 2022-11-23T02:47:34.6823029Z [----------] 2 tests from IOptTensorListRefTest (0 ms total) 2022-11-23T02:47:34.6823200Z 2022-11-23T02:47:34.6823319Z [----------] Global test environment tear-down 2022-11-23T02:47:34.6828098Z [==========] 21 tests from 3 test suites ran. (15 ms total) 2022-11-23T02:47:34.6828359Z [ PASSED ] 21 tests. 2022-11-23T02:47:34.7628379Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2022-11-23T02:47:35.1413074Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:35.1413540Z [==========] Running 2 tests from 2 test suites. 2022-11-23T02:47:35.1414027Z [----------] Global test environment set-up. 2022-11-23T02:47:35.1414326Z [----------] 1 test from PyTorchStreamWriterAndReader 2022-11-23T02:47:35.1414677Z [ RUN ] PyTorchStreamWriterAndReader.SaveAndLoad 2022-11-23T02:47:35.1420094Z [ OK ] PyTorchStreamWriterAndReader.SaveAndLoad (0 ms) 2022-11-23T02:47:35.1420501Z [----------] 1 test from PyTorchStreamWriterAndReader (0 ms total) 2022-11-23T02:47:35.1420701Z 2022-11-23T02:47:35.1420851Z [----------] 1 test from PytorchStreamWriterAndReader 2022-11-23T02:47:35.1421228Z [ RUN ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows 2022-11-23T02:47:35.7975254Z [ OK ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows (655 ms) 2022-11-23T02:47:35.7975744Z [----------] 1 test from PytorchStreamWriterAndReader (655 ms total) 2022-11-23T02:47:35.7975947Z 2022-11-23T02:47:35.7976072Z [----------] Global test environment tear-down 2022-11-23T02:47:35.7987703Z [==========] 2 tests from 2 test suites ran. (656 ms total) 2022-11-23T02:47:35.7987937Z [ PASSED ] 2 tests. 2022-11-23T02:47:35.8820970Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2022-11-23T02:47:36.2472122Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:36.2472527Z [==========] Running 38 tests from 2 test suites. 2022-11-23T02:47:36.2472797Z [----------] Global test environment set-up. 2022-11-23T02:47:36.2473033Z [----------] 34 tests from IValueTest 2022-11-23T02:47:36.2473254Z [ RUN ] IValueTest.Basic 2022-11-23T02:47:36.2473872Z [ OK ] IValueTest.Basic (0 ms) 2022-11-23T02:47:36.2474131Z [ RUN ] IValueTest.BasicStorage 2022-11-23T02:47:36.2474385Z [ OK ] IValueTest.BasicStorage (0 ms) 2022-11-23T02:47:36.2474622Z [ RUN ] IValueTest.ComplexDict 2022-11-23T02:47:36.2474876Z [ OK ] IValueTest.ComplexDict (0 ms) 2022-11-23T02:47:36.2475103Z [ RUN ] IValueTest.Swap 2022-11-23T02:47:36.2476682Z [ OK ] IValueTest.Swap (0 ms) 2022-11-23T02:47:36.2477274Z [ RUN ] IValueTest.CopyConstruct 2022-11-23T02:47:36.2477719Z [ OK ] IValueTest.CopyConstruct (0 ms) 2022-11-23T02:47:36.2477969Z [ RUN ] IValueTest.MoveConstruct 2022-11-23T02:47:36.2478222Z [ OK ] IValueTest.MoveConstruct (0 ms) 2022-11-23T02:47:36.2478470Z [ RUN ] IValueTest.CopyAssign 2022-11-23T02:47:36.2478711Z [ OK ] IValueTest.CopyAssign (0 ms) 2022-11-23T02:47:36.2478947Z [ RUN ] IValueTest.MoveAssign 2022-11-23T02:47:36.2479193Z [ OK ] IValueTest.MoveAssign (0 ms) 2022-11-23T02:47:36.2479408Z [ RUN ] IValueTest.Tuple 2022-11-23T02:47:36.2479635Z [ OK ] IValueTest.Tuple (0 ms) 2022-11-23T02:47:36.2479876Z [ RUN ] IValueTest.unsafeRemoveAttr 2022-11-23T02:47:36.2480149Z [ OK ] IValueTest.unsafeRemoveAttr (0 ms) 2022-11-23T02:47:36.2480400Z [ RUN ] IValueTest.TuplePrint 2022-11-23T02:47:36.2480640Z [ OK ] IValueTest.TuplePrint (0 ms) 2022-11-23T02:47:36.2480885Z [ RUN ] IValueTest.ComplexIValuePrint 2022-11-23T02:47:36.2481162Z [ OK ] IValueTest.ComplexIValuePrint (0 ms) 2022-11-23T02:47:36.2481411Z [ RUN ] IValueTest.Complex 2022-11-23T02:47:36.2481636Z [ OK ] IValueTest.Complex (0 ms) 2022-11-23T02:47:36.2481939Z [ RUN ] IValueTest.BasicFuture 2022-11-23T02:47:36.2482173Z [ OK ] IValueTest.BasicFuture (0 ms) 2022-11-23T02:47:36.2482419Z [ RUN ] IValueTest.FutureCallbacks 2022-11-23T02:47:36.2482744Z [ OK ] IValueTest.FutureCallbacks (0 ms) 2022-11-23T02:47:36.2483004Z [ RUN ] IValueTest.FutureExceptions 2022-11-23T02:47:36.2483362Z [ OK ] IValueTest.FutureExceptions (0 ms) 2022-11-23T02:47:36.2483619Z [ RUN ] IValueTest.FutureSetError 2022-11-23T02:47:36.2632858Z [ OK ] IValueTest.FutureSetError (15 ms) 2022-11-23T02:47:36.2633123Z [ RUN ] IValueTest.ValueEquality 2022-11-23T02:47:36.2633382Z [ OK ] IValueTest.ValueEquality (0 ms) 2022-11-23T02:47:36.2633634Z [ RUN ] IValueTest.TensorEquality 2022-11-23T02:47:36.9007617Z [ OK ] IValueTest.TensorEquality (637 ms) 2022-11-23T02:47:36.9007953Z [ RUN ] IValueTest.ListEquality 2022-11-23T02:47:36.9008249Z [ OK ] IValueTest.ListEquality (0 ms) 2022-11-23T02:47:36.9008501Z [ RUN ] IValueTest.DictEquality 2022-11-23T02:47:36.9008752Z [ OK ] IValueTest.DictEquality (0 ms) 2022-11-23T02:47:36.9009025Z [ RUN ] IValueTest.DictEqualityDifferentOrder 2022-11-23T02:47:36.9009412Z [ OK ] IValueTest.DictEqualityDifferentOrder (0 ms) 2022-11-23T02:47:36.9009709Z [ RUN ] IValueTest.ListNestedEquality 2022-11-23T02:47:36.9010048Z [ OK ] IValueTest.ListNestedEquality (0 ms) 2022-11-23T02:47:36.9010326Z [ RUN ] IValueTest.StreamEquality 2022-11-23T02:47:36.9010583Z [ OK ] IValueTest.StreamEquality (0 ms) 2022-11-23T02:47:36.9010822Z [ RUN ] IValueTest.EnumEquality 2022-11-23T02:47:36.9011076Z [ OK ] IValueTest.EnumEquality (0 ms) 2022-11-23T02:47:36.9011323Z [ RUN ] IValueTest.isPtrType 2022-11-23T02:47:36.9011559Z [ OK ] IValueTest.isPtrType (0 ms) 2022-11-23T02:47:36.9011796Z [ RUN ] IValueTest.isAliasOf 2022-11-23T02:47:36.9012017Z [ OK ] IValueTest.isAliasOf (0 ms) 2022-11-23T02:47:36.9012270Z [ RUN ] IValueTest.internalToPointer 2022-11-23T02:47:36.9012543Z [ OK ] IValueTest.internalToPointer (0 ms) 2022-11-23T02:47:36.9012845Z [ RUN ] IValueTest.IdentityComparisonAndHashing 2022-11-23T02:47:36.9013180Z [ OK ] IValueTest.IdentityComparisonAndHashing (0 ms) 2022-11-23T02:47:36.9013502Z [ RUN ] IValueTest.IdentityAndHashing_SparseCOO 2022-11-23T02:47:36.9056263Z [ OK ] IValueTest.IdentityAndHashing_SparseCOO (4 ms) 2022-11-23T02:47:36.9056608Z [ RUN ] IValueTest.getSubValues 2022-11-23T02:47:36.9056877Z [ OK ] IValueTest.getSubValues (0 ms) 2022-11-23T02:47:36.9057236Z [ RUN ] IValueTest.ScalarBool 2022-11-23T02:47:36.9057579Z [ OK ] IValueTest.ScalarBool (0 ms) 2022-11-23T02:47:36.9057929Z [ RUN ] IValueTest.ToWeakAndBack 2022-11-23T02:47:36.9058294Z [ OK ] IValueTest.ToWeakAndBack (0 ms) 2022-11-23T02:47:36.9058809Z [ RUN ] IValueTest.UseCountCornerCases 2022-11-23T02:47:36.9059103Z [ OK ] IValueTest.UseCountCornerCases (0 ms) 2022-11-23T02:47:36.9059408Z [----------] 34 tests from IValueTest (658 ms total) 2022-11-23T02:47:36.9059572Z 2022-11-23T02:47:36.9059693Z [----------] 4 tests from TupleElementsTest 2022-11-23T02:47:36.9060071Z [ RUN ] TupleElementsTest.Basic 2022-11-23T02:47:36.9060439Z [ OK ] TupleElementsTest.Basic (0 ms) 2022-11-23T02:47:36.9060825Z [ RUN ] TupleElementsTest.Resize 2022-11-23T02:47:36.9061219Z [ OK ] TupleElementsTest.Resize (0 ms) 2022-11-23T02:47:36.9061654Z [ RUN ] TupleElementsTest.CopyAndMoveConstruct 2022-11-23T02:47:36.9062261Z [ OK ] TupleElementsTest.CopyAndMoveConstruct (0 ms) 2022-11-23T02:47:36.9062737Z [ RUN ] TupleElementsTest.CopyAndMoveAssign 2022-11-23T02:47:36.9063229Z [ OK ] TupleElementsTest.CopyAndMoveAssign (0 ms) 2022-11-23T02:47:36.9063582Z [----------] 4 tests from TupleElementsTest (0 ms total) 2022-11-23T02:47:36.9063754Z 2022-11-23T02:47:36.9063884Z [----------] Global test environment tear-down 2022-11-23T02:47:36.9076855Z [==========] 38 tests from 2 test suites ran. (658 ms total) 2022-11-23T02:47:36.9077193Z [ PASSED ] 38 tests. 2022-11-23T02:47:36.9889140Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2022-11-23T02:47:37.3558294Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:37.3558945Z [==========] Running 28 tests from 1 test suite. 2022-11-23T02:47:37.3559217Z [----------] Global test environment set-up. 2022-11-23T02:47:37.3559482Z [----------] 28 tests from KernelFunctionTest 2022-11-23T02:47:37.3559836Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3560360Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3560797Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3561297Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3561745Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3562198Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3562664Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3563150Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3563667Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3564150Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3564649Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3565176Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3565646Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3566094Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3566595Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3567089Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3567544Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3568076Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3568546Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3569027Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3569511Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3570003Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3570508Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3571021Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3571484Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3571927Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3572369Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3572877Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3573372Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3573876Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3574325Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3574767Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3575215Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3575661Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3576107Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3576561Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3577024Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3577475Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3577919Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3578377Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3578902Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3579442Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3579934Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3580424Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3580917Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3581399Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3581991Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3582493Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3582955Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3583972Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3584432Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks 2022-11-23T02:47:37.3584947Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-11-23T02:47:37.3585407Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3585865Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3586307Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks 2022-11-23T02:47:37.3586757Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-11-23T02:47:37.3587135Z [----------] 28 tests from KernelFunctionTest (0 ms total) 2022-11-23T02:47:37.3587304Z 2022-11-23T02:47:37.3587425Z [----------] Global test environment tear-down 2022-11-23T02:47:37.3587693Z [==========] 28 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:37.3587902Z [ PASSED ] 28 tests. 2022-11-23T02:47:37.4366330Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2022-11-23T02:47:37.8017257Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:37.8017896Z [==========] Running 48 tests from 1 test suite. 2022-11-23T02:47:37.8018161Z [----------] Global test environment set-up. 2022-11-23T02:47:37.8018549Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel 2022-11-23T02:47:37.8019005Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8020868Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8021425Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-11-23T02:47:37.8023168Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8023825Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T02:47:37.8026642Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T02:47:37.8027380Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T02:47:37.8029780Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T02:47:37.8030517Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T02:47:37.8031561Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-11-23T02:47:37.8032165Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8033481Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8034074Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8035441Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8036163Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8037609Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8038211Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8039598Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8040217Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8041960Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8042587Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8044954Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8045625Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8046737Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8047593Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8048703Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8049464Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8050702Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8051399Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8052434Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8053137Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8054214Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8054875Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8056630Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8057244Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8057896Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8058529Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8059872Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8060513Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8062026Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8062685Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8063723Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8064396Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8065459Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8066155Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8067319Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8068096Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8069296Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8070084Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8070914Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8071618Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8072730Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8073398Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8074717Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8075340Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8076806Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8077427Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8078830Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8079438Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8080651Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8081344Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8082783Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8083526Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8084666Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8085329Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8086507Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8087146Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8088732Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8091122Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8091745Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8092341Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8093349Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8094029Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8095686Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8096368Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8097439Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8098145Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8098961Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8099744Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8101231Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8101983Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8111193Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8112023Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:37.8112763Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:37.8113369Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T02:47:37.8113913Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T02:47:37.8114497Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T02:47:37.8115245Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T02:47:37.8115884Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T02:47:38.4610065Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (649 ms) 2022-11-23T02:47:38.4610760Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T02:47:38.4616071Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T02:47:38.4616719Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T02:47:38.4641144Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-11-23T02:47:38.4641785Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T02:47:38.4660456Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-11-23T02:47:38.4660994Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel (664 ms total) 2022-11-23T02:47:38.4661433Z 2022-11-23T02:47:38.4661616Z [----------] Global test environment tear-down 2022-11-23T02:47:38.4683339Z [==========] 48 tests from 1 test suite ran. (664 ms total) 2022-11-23T02:47:38.4683589Z [ PASSED ] 48 tests. 2022-11-23T02:47:38.5502808Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2022-11-23T02:47:38.9142252Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:38.9142716Z [==========] Running 37 tests from 2 test suites. 2022-11-23T02:47:38.9142985Z [----------] Global test environment set-up. 2022-11-23T02:47:38.9143312Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel 2022-11-23T02:47:38.9143726Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9145205Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9145762Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-11-23T02:47:38.9147113Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9147746Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-11-23T02:47:38.9149643Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9150308Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T02:47:38.9151685Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T02:47:38.9152382Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T02:47:38.9154132Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T02:47:38.9155524Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9156291Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9156837Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9157399Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9157953Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9158676Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9159243Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9161020Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9161606Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9162253Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9162834Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9163828Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9164496Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9166001Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9166988Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9167985Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9168678Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9169327Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9169992Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9170663Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9171321Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9172018Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9172674Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9173457Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9174040Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9174728Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9175453Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9176151Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9176753Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9177499Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9178171Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9179540Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9180159Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9180776Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9181381Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9182518Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9183102Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9184940Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9185514Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9186394Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9186991Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9188052Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9188704Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9189694Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9190386Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9191785Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9192404Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9193102Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9193720Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:38.9194751Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:38.9195322Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T02:47:38.9196238Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T02:47:38.9197255Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T02:47:38.9198279Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T02:47:38.9198876Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T02:47:39.5641580Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (644 ms) 2022-11-23T02:47:39.5642241Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T02:47:39.5648184Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T02:47:39.5648803Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T02:47:39.5671545Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-11-23T02:47:39.5672145Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T02:47:39.5689124Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-11-23T02:47:39.5689829Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel (654 ms total) 2022-11-23T02:47:39.5690049Z 2022-11-23T02:47:39.5690229Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel 2022-11-23T02:47:39.5690705Z [ RUN ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T02:47:39.5693657Z [ OK ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-11-23T02:47:39.5694169Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel (0 ms total) 2022-11-23T02:47:39.5694391Z 2022-11-23T02:47:39.5694512Z [----------] Global test environment tear-down 2022-11-23T02:47:39.5713961Z [==========] 37 tests from 2 test suites ran. (655 ms total) 2022-11-23T02:47:39.5714208Z [ PASSED ] 37 tests. 2022-11-23T02:47:39.6522419Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2022-11-23T02:47:40.0151641Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:40.0152035Z [==========] Running 48 tests from 1 test suite. 2022-11-23T02:47:40.0152309Z [----------] Global test environment set-up. 2022-11-23T02:47:40.0152642Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel 2022-11-23T02:47:40.0153104Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0154867Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0155408Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-11-23T02:47:40.0157149Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0157798Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T02:47:40.0160442Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T02:47:40.0161348Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T02:47:40.0163669Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T02:47:40.0164485Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T02:47:40.0165461Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-11-23T02:47:40.0166065Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0167429Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0168024Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0169281Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0169868Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0171316Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0172013Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0173355Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0173966Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0175620Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0176232Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0177581Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0178194Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0180496Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0181141Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0182598Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0183282Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0184565Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0185248Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0186365Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0187055Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0188126Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0188774Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0190282Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0190937Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0191629Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0192257Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0193530Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0194172Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0195701Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0196355Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0197247Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0197900Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0199212Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0199900Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0201047Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0201756Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0202973Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0203684Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0204490Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0205188Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0206313Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0206970Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0208189Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0208804Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0210241Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0210857Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0212094Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0212694Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0213905Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0214530Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0216015Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0216686Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0217764Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0219882Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0220680Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0221299Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0221992Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0222600Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0224248Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0224844Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0226348Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0226963Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0228581Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0229243Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0230276Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0230965Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0231956Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0232635Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0233991Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0234638Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0236393Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0237090Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:40.0237908Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:40.0238521Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T02:47:40.0239874Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T02:47:40.0240443Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T02:47:40.0241877Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T02:47:40.0242509Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T02:47:40.6906611Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (666 ms) 2022-11-23T02:47:40.6907333Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T02:47:40.6913750Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T02:47:40.6914386Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T02:47:40.6938439Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-11-23T02:47:40.6939066Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T02:47:40.6957597Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-11-23T02:47:40.6958134Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel (680 ms total) 2022-11-23T02:47:40.6958369Z 2022-11-23T02:47:40.6958492Z [----------] Global test environment tear-down 2022-11-23T02:47:40.6979877Z [==========] 48 tests from 1 test suite ran. (680 ms total) 2022-11-23T02:47:40.6980104Z [ PASSED ] 48 tests. 2022-11-23T02:47:40.7782508Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2022-11-23T02:47:41.1431047Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:41.1431449Z [==========] Running 36 tests from 1 test suite. 2022-11-23T02:47:41.1431699Z [----------] Global test environment set-up. 2022-11-23T02:47:41.1432076Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel 2022-11-23T02:47:41.1432547Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.1433982Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.1434491Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.1435830Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.1436633Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T02:47:41.1439359Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T02:47:41.1440114Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T02:47:41.1441800Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T02:47:41.1442635Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T02:47:41.8357546Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (691 ms) 2022-11-23T02:47:41.8358168Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8359654Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8360210Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8361278Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8361826Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8363087Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8363632Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8364888Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8365460Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8366800Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8367368Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8368546Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8369114Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8370850Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8371462Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8372471Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8373096Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8373896Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8374536Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8375300Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8376029Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8376662Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8377259Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8378152Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8378718Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8379467Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8380036Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8381283Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8381947Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8383047Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8383641Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8384496Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8385104Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8385866Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8386451Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8388002Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8388569Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8389966Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8390514Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8391827Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8392397Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8393566Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8394201Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8395225Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8395855Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8397055Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8397723Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8398830Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8399444Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:41.8400555Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:41.8401121Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T02:47:41.8401897Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T02:47:41.8402437Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T02:47:41.8403932Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T02:47:41.8404889Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T02:47:41.8418934Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (1 ms) 2022-11-23T02:47:41.8419596Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T02:47:41.8426508Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T02:47:41.8427093Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T02:47:41.8449344Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-11-23T02:47:41.8449934Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T02:47:41.8466788Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-11-23T02:47:41.8467288Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel (703 ms total) 2022-11-23T02:47:41.8467513Z 2022-11-23T02:47:41.8467621Z [----------] Global test environment tear-down 2022-11-23T02:47:41.8486063Z [==========] 36 tests from 1 test suite ran. (703 ms total) 2022-11-23T02:47:41.8486315Z [ PASSED ] 36 tests. 2022-11-23T02:47:41.9299710Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2022-11-23T02:47:42.3141508Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:42.3142009Z [==========] Running 9 tests from 1 test suite. 2022-11-23T02:47:42.3142307Z [----------] Global test environment set-up. 2022-11-23T02:47:42.3142626Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel 2022-11-23T02:47:42.3143036Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:42.3144131Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:42.3144718Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T02:47:42.3146920Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T02:47:42.3147790Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T02:47:42.3149266Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T02:47:42.3149900Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-11-23T02:47:42.9660750Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (651 ms) 2022-11-23T02:47:42.9661566Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:42.9663220Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:42.9663864Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:42.9665013Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:42.9665713Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel 2022-11-23T02:47:42.9667740Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel (0 ms) 2022-11-23T02:47:42.9668579Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed 2022-11-23T02:47:42.9669093Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed (0 ms) 2022-11-23T02:47:42.9669683Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels 2022-11-23T02:47:42.9749949Z [ OK ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels (8 ms) 2022-11-23T02:47:42.9750551Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel (660 ms total) 2022-11-23T02:47:42.9750821Z 2022-11-23T02:47:42.9750945Z [----------] Global test environment tear-down 2022-11-23T02:47:42.9770518Z [==========] 9 tests from 1 test suite ran. (660 ms total) 2022-11-23T02:47:42.9770767Z [ PASSED ] 9 tests. 2022-11-23T02:47:43.0648927Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2022-11-23T02:47:43.4333449Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:43.4333856Z [==========] Running 2 tests from 2 test suites. 2022-11-23T02:47:43.4334129Z [----------] Global test environment set-up. 2022-11-23T02:47:43.4334366Z [----------] 1 test from XlaTensorTest 2022-11-23T02:47:43.4334632Z [ RUN ] XlaTensorTest.TestNoStorage 2022-11-23T02:47:43.4334907Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-11-23T02:47:43.4335182Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-11-23T02:47:43.4335339Z 2022-11-23T02:47:43.4335440Z [----------] 1 test from LazyTensorTest 2022-11-23T02:47:43.4335690Z [ RUN ] LazyTensorTest.TestNoStorage 2022-11-23T02:47:43.4335953Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-11-23T02:47:43.4336237Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-11-23T02:47:43.4336393Z 2022-11-23T02:47:43.4336514Z [----------] Global test environment tear-down 2022-11-23T02:47:43.4345664Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-11-23T02:47:43.4345892Z [ PASSED ] 2 tests. 2022-11-23T02:47:43.5125293Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2022-11-23T02:47:43.8824135Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:43.8824569Z [==========] Running 139 tests from 3 test suites. 2022-11-23T02:47:43.8824855Z [----------] Global test environment set-up. 2022-11-23T02:47:43.8825133Z [----------] 67 tests from ListTest_IValueBasedList 2022-11-23T02:47:43.8825471Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-11-23T02:47:43.8825903Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-11-23T02:47:43.8826337Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-11-23T02:47:43.8826770Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-11-23T02:47:43.8827198Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-11-23T02:47:43.8827608Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-11-23T02:47:43.8828107Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-11-23T02:47:43.8828634Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-11-23T02:47:43.8829080Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-11-23T02:47:43.8829494Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-11-23T02:47:43.8830145Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-11-23T02:47:43.8830722Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T02:47:43.8831313Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8831813Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8832327Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-11-23T02:47:43.8832840Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T02:47:43.8833381Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid 2022-11-23T02:47:43.8833943Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid (0 ms) 2022-11-23T02:47:43.8834497Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8835034Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8835557Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-11-23T02:47:43.8836092Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T02:47:43.8836721Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-11-23T02:47:43.8837253Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T02:47:43.8837781Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8838453Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8839046Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8839600Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8840155Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-11-23T02:47:43.8840789Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T02:47:43.8841364Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-11-23T02:47:43.8841951Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-11-23T02:47:43.8842512Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-11-23T02:47:43.8843080Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-11-23T02:47:43.8843590Z [ RUN ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-11-23T02:47:43.8844054Z [ OK ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-11-23T02:47:43.8844581Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8845175Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8845722Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-11-23T02:47:43.8846212Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8846709Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-11-23T02:47:43.8847261Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8847757Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-11-23T02:47:43.8848252Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T02:47:43.8848743Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-11-23T02:47:43.8849239Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T02:47:43.8849697Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-11-23T02:47:43.8850147Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8850592Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-11-23T02:47:43.8851042Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8851512Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-11-23T02:47:43.8852018Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8852481Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-11-23T02:47:43.8852940Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8853398Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-11-23T02:47:43.8853852Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8854316Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-11-23T02:47:43.8854789Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8855264Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-11-23T02:47:43.8855729Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8856232Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-11-23T02:47:43.8856809Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8857270Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-11-23T02:47:43.8857672Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-11-23T02:47:43.8858050Z [ RUN ] ListTest_IValueBasedList.whenIterating_thenFindsElements 2022-11-23T02:47:43.8858414Z [ OK ] ListTest_IValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-11-23T02:47:43.8858801Z [ RUN ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-11-23T02:47:43.8859226Z [ OK ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T02:47:43.8859648Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-11-23T02:47:43.8860066Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-11-23T02:47:43.8860473Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-11-23T02:47:43.8860864Z [ OK ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-11-23T02:47:43.8861241Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-11-23T02:47:43.8861719Z [ OK ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-11-23T02:47:43.8862101Z [ RUN ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash 2022-11-23T02:47:43.8862539Z [ OK ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-11-23T02:47:43.8862927Z [ RUN ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual 2022-11-23T02:47:43.8863332Z [ OK ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-11-23T02:47:43.8863728Z [ RUN ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual 2022-11-23T02:47:43.8864104Z [ OK ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-11-23T02:47:43.8864475Z [ RUN ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual 2022-11-23T02:47:43.8864829Z [ OK ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-11-23T02:47:43.8865216Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-11-23T02:47:43.8865633Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-11-23T02:47:43.8866043Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-11-23T02:47:43.8866431Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-11-23T02:47:43.8866841Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-11-23T02:47:43.8867260Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-11-23T02:47:43.8867670Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-11-23T02:47:43.8868078Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-11-23T02:47:43.8868551Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T02:47:43.8869071Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T02:47:43.8869599Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8870123Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8870643Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T02:47:43.8871166Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T02:47:43.8871733Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8872253Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8872755Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8873236Z [ OK ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8873730Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8874220Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8874669Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-11-23T02:47:43.8875081Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-11-23T02:47:43.8875495Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-11-23T02:47:43.8875922Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-11-23T02:47:43.8876363Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-11-23T02:47:43.8876841Z [ OK ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-11-23T02:47:43.8877314Z [ RUN ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual 2022-11-23T02:47:43.8877687Z [ OK ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-11-23T02:47:43.8878076Z [ RUN ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-11-23T02:47:43.8878480Z [ OK ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-11-23T02:47:43.8878914Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-11-23T02:47:43.8879359Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-11-23T02:47:43.8879799Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-11-23T02:47:43.8880225Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-11-23T02:47:43.8880681Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-11-23T02:47:43.8881168Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-11-23T02:47:43.8881643Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-11-23T02:47:43.8882117Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-11-23T02:47:43.8882556Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-11-23T02:47:43.8882986Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-11-23T02:47:43.8883435Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-11-23T02:47:43.8883983Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-11-23T02:47:43.8884543Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-11-23T02:47:43.8885345Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-11-23T02:47:43.8885746Z [ RUN ] ListTest_IValueBasedList.isReferenceType 2022-11-23T02:47:43.8886055Z [ OK ] ListTest_IValueBasedList.isReferenceType (0 ms) 2022-11-23T02:47:43.8886387Z [ RUN ] ListTest_IValueBasedList.copyHasSeparateStorage 2022-11-23T02:47:43.8886838Z [ OK ] ListTest_IValueBasedList.copyHasSeparateStorage (0 ms) 2022-11-23T02:47:43.8887194Z [ RUN ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual 2022-11-23T02:47:43.8887544Z [ OK ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-11-23T02:47:43.8887911Z [ RUN ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual 2022-11-23T02:47:43.8888280Z [ OK ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-11-23T02:47:43.8888642Z [----------] 67 tests from ListTest_IValueBasedList (0 ms total) 2022-11-23T02:47:43.8888820Z 2022-11-23T02:47:43.8888954Z [----------] 68 tests from ListTest_NonIValueBasedList 2022-11-23T02:47:43.8889314Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-11-23T02:47:43.8889744Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-11-23T02:47:43.8890183Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-11-23T02:47:43.8890614Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-11-23T02:47:43.8891046Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-11-23T02:47:43.8891469Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-11-23T02:47:43.8891921Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-11-23T02:47:43.8892459Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-11-23T02:47:43.8892909Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-11-23T02:47:43.8893336Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-11-23T02:47:43.8893792Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-11-23T02:47:43.8894298Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T02:47:43.8894811Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8895341Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8895870Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-11-23T02:47:43.8896403Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T02:47:43.8896948Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8897495Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8898115Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-11-23T02:47:43.8898671Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T02:47:43.8899219Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-11-23T02:47:43.8899761Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-11-23T02:47:43.8900326Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8900907Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8901471Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8902241Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8902820Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-11-23T02:47:43.8903407Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-11-23T02:47:43.8903999Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-11-23T02:47:43.8904606Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-11-23T02:47:43.8905200Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-11-23T02:47:43.8905787Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-11-23T02:47:43.8906304Z [ RUN ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-11-23T02:47:43.8906788Z [ OK ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-11-23T02:47:43.8907336Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-11-23T02:47:43.8907947Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-11-23T02:47:43.8908510Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-11-23T02:47:43.8909081Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8909600Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-11-23T02:47:43.8910111Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8910630Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-11-23T02:47:43.8911147Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T02:47:43.8911661Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-11-23T02:47:43.8912168Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-11-23T02:47:43.8912652Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-11-23T02:47:43.8913112Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8913565Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-11-23T02:47:43.8914027Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8914517Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-11-23T02:47:43.8915034Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-11-23T02:47:43.8915522Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-11-23T02:47:43.8916091Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8916573Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-11-23T02:47:43.8917038Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8917518Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-11-23T02:47:43.8918014Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8918502Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-11-23T02:47:43.8919041Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8919566Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-11-23T02:47:43.8920114Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-11-23T02:47:43.8920581Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-11-23T02:47:43.8921001Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-11-23T02:47:43.8921394Z [ RUN ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements 2022-11-23T02:47:43.8921776Z [ OK ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-11-23T02:47:43.8922188Z [ RUN ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-11-23T02:47:43.8922628Z [ OK ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-11-23T02:47:43.8923053Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-11-23T02:47:43.8923495Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-11-23T02:47:43.8923960Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-11-23T02:47:43.8924368Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-11-23T02:47:43.8924818Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-11-23T02:47:43.8925229Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-11-23T02:47:43.8925630Z [ RUN ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash 2022-11-23T02:47:43.8926020Z [ OK ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-11-23T02:47:43.8926428Z [ RUN ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual 2022-11-23T02:47:43.8926847Z [ OK ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-11-23T02:47:43.8927253Z [ RUN ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual 2022-11-23T02:47:43.8927709Z [ OK ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-11-23T02:47:43.8928094Z [ RUN ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual 2022-11-23T02:47:43.8928461Z [ OK ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-11-23T02:47:43.8928865Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-11-23T02:47:43.8929293Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-11-23T02:47:43.8929717Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-11-23T02:47:43.8930130Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-11-23T02:47:43.8930590Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-11-23T02:47:43.8931032Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-11-23T02:47:43.8931463Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-11-23T02:47:43.8931883Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-11-23T02:47:43.8932369Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T02:47:43.8932911Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T02:47:43.8933451Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8934036Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8934574Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-11-23T02:47:43.8935158Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-11-23T02:47:43.8935750Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8936286Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8936862Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8937366Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8937865Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-11-23T02:47:43.8938371Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-11-23T02:47:43.8938819Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-11-23T02:47:43.8939246Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-11-23T02:47:43.8939737Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-11-23T02:47:43.8940178Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-11-23T02:47:43.8940644Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-11-23T02:47:43.8941180Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-11-23T02:47:43.8941776Z [ RUN ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual 2022-11-23T02:47:43.8942172Z [ OK ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-11-23T02:47:43.8942567Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-11-23T02:47:43.8942991Z [ OK ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-11-23T02:47:43.8943494Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-11-23T02:47:43.8943970Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-11-23T02:47:43.8944423Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-11-23T02:47:43.8944868Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-11-23T02:47:43.8945337Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-11-23T02:47:43.8945824Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-11-23T02:47:43.8946318Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-11-23T02:47:43.8946804Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-11-23T02:47:43.8947268Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-11-23T02:47:43.8947712Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-11-23T02:47:43.8948172Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-11-23T02:47:43.8948759Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-11-23T02:47:43.8949294Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-11-23T02:47:43.8949790Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-11-23T02:47:43.8950200Z [ RUN ] ListTest_NonIValueBasedList.isReferenceType 2022-11-23T02:47:43.8950533Z [ OK ] ListTest_NonIValueBasedList.isReferenceType (0 ms) 2022-11-23T02:47:43.8950882Z [ RUN ] ListTest_NonIValueBasedList.copyHasSeparateStorage 2022-11-23T02:47:43.8951254Z [ OK ] ListTest_NonIValueBasedList.copyHasSeparateStorage (0 ms) 2022-11-23T02:47:43.8951624Z [ RUN ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual 2022-11-23T02:47:43.8951974Z [ OK ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-11-23T02:47:43.8952353Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual 2022-11-23T02:47:43.8952753Z [ OK ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-11-23T02:47:43.8953114Z [ RUN ] ListTest_NonIValueBasedList.isChecksIdentity 2022-11-23T02:47:43.8953449Z [ OK ] ListTest_NonIValueBasedList.isChecksIdentity (0 ms) 2022-11-23T02:47:43.8953839Z [ RUN ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse 2022-11-23T02:47:43.8954273Z [ OK ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse (0 ms) 2022-11-23T02:47:43.8954670Z [----------] 68 tests from ListTest_NonIValueBasedList (0 ms total) 2022-11-23T02:47:43.8954899Z 2022-11-23T02:47:43.8954994Z [----------] 4 tests from ListTest 2022-11-23T02:47:43.8955257Z [ RUN ] ListTest.canAccessStringByReference 2022-11-23T02:47:43.8955568Z [ OK ] ListTest.canAccessStringByReference (0 ms) 2022-11-23T02:47:43.8955955Z [ RUN ] ListTest.canAccessOptionalStringByReference 2022-11-23T02:47:43.8956299Z [ OK ] ListTest.canAccessOptionalStringByReference (0 ms) 2022-11-23T02:47:43.8956630Z [ RUN ] ListTest.canAccessTensorByReference 2022-11-23T02:47:43.8956990Z [ OK ] ListTest.canAccessTensorByReference (0 ms) 2022-11-23T02:47:43.8957258Z [ RUN ] ListTest.toTypedList 2022-11-23T02:47:43.8989498Z [ OK ] ListTest.toTypedList (15 ms) 2022-11-23T02:47:43.8989769Z [----------] 4 tests from ListTest (15 ms total) 2022-11-23T02:47:43.8989906Z 2022-11-23T02:47:43.8990027Z [----------] Global test environment tear-down 2022-11-23T02:47:43.9026758Z [==========] 139 tests from 3 test suites ran. (16 ms total) 2022-11-23T02:47:43.9027123Z [ PASSED ] 139 tests. 2022-11-23T02:47:43.9828395Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2022-11-23T02:47:44.3476837Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:44.3477258Z [==========] Running 39 tests from 1 test suite. 2022-11-23T02:47:44.3477539Z [----------] Global test environment set-up. 2022-11-23T02:47:44.3477865Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel 2022-11-23T02:47:44.3478285Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3478909Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3479494Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-11-23T02:47:44.3482328Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-11-23T02:47:44.3483007Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-11-23T02:47:44.3485015Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-11-23T02:47:44.3485643Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3486279Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3486890Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3488116Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3488665Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3489645Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3490202Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3491188Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3491756Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3493522Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3494217Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3495102Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3495727Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3497082Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3497712Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3498696Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3499349Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3500056Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3500696Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3501412Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3502127Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3502947Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3503612Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3505124Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3505692Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3506418Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3507004Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3507607Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3508198Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3508887Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3509498Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3510272Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3510885Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3511582Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3512173Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3513674Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3514247Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3515614Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3516178Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3517442Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3518005Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3519362Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3519974Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly 2022-11-23T02:47:44.3521070Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly (0 ms) 2022-11-23T02:47:44.3521611Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3522530Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3523935Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3524560Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3525190Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3525819Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3526460Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3527235Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3527879Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3528921Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3529531Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3530547Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3531158Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-11-23T02:47:44.3532136Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-11-23T02:47:44.3532697Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-11-23T02:47:44.3533499Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-11-23T02:47:44.3534041Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T02:47:44.3535357Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T02:47:44.3535961Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema 2022-11-23T02:47:44.3536737Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-11-23T02:47:44.3537350Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-11-23T02:47:45.0053668Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (651 ms) 2022-11-23T02:47:45.0054322Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-11-23T02:47:45.0060175Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-11-23T02:47:45.0060796Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-11-23T02:47:45.0083397Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-11-23T02:47:45.0083998Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-11-23T02:47:45.0100643Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-11-23T02:47:45.0101151Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel (662 ms total) 2022-11-23T02:47:45.0101373Z 2022-11-23T02:47:45.0101495Z [----------] Global test environment tear-down 2022-11-23T02:47:45.0120927Z [==========] 39 tests from 1 test suite ran. (662 ms total) 2022-11-23T02:47:45.0121203Z [ PASSED ] 39 tests. 2022-11-23T02:47:45.1093110Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2022-11-23T02:47:45.4765344Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:45.4765799Z [==========] Running 6 tests from 1 test suite. 2022-11-23T02:47:45.4766267Z [----------] Global test environment set-up. 2022-11-23T02:47:45.4766565Z [----------] 6 tests from MathKernelTest 2022-11-23T02:47:45.4766832Z [ RUN ] MathKernelTest.NativeGroupNorm 2022-11-23T02:47:45.4855239Z [ OK ] MathKernelTest.NativeGroupNorm (8 ms) 2022-11-23T02:47:45.4855697Z [ RUN ] MathKernelTest.NativeLayerNorm 2022-11-23T02:47:45.4888214Z [ OK ] MathKernelTest.NativeLayerNorm (3 ms) 2022-11-23T02:47:45.4888585Z [ RUN ] MathKernelTest.Addr 2022-11-23T02:47:45.4895291Z [ OK ] MathKernelTest.Addr (0 ms) 2022-11-23T02:47:45.4895666Z [ RUN ] MathKernelTest.SiluBackward 2022-11-23T02:47:45.4897148Z [ OK ] MathKernelTest.SiluBackward (0 ms) 2022-11-23T02:47:45.4897523Z [ RUN ] MathKernelTest.MishBackward 2022-11-23T02:47:45.4906836Z [ OK ] MathKernelTest.MishBackward (0 ms) 2022-11-23T02:47:45.4907185Z [ RUN ] MathKernelTest.Bmm 2022-11-23T02:47:46.1356047Z [ OK ] MathKernelTest.Bmm (644 ms) 2022-11-23T02:47:46.1356414Z [----------] 6 tests from MathKernelTest (659 ms total) 2022-11-23T02:47:46.1356581Z 2022-11-23T02:47:46.1356707Z [----------] Global test environment tear-down 2022-11-23T02:47:46.1368856Z [==========] 6 tests from 1 test suite ran. (659 ms total) 2022-11-23T02:47:46.1369137Z [ PASSED ] 6 tests. 2022-11-23T02:47:46.2205704Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2022-11-23T02:47:46.5844150Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:46.5844841Z [==========] Running 30 tests from 3 test suites. 2022-11-23T02:47:46.5845520Z [----------] Global test environment set-up. 2022-11-23T02:47:46.5846087Z [----------] 10 tests from MaybeOwnedTest/0, where TypeParam = class c10::intrusive_ptr > 2022-11-23T02:47:46.5846597Z [ RUN ] MaybeOwnedTest/0.SimpleDereferencingString 2022-11-23T02:47:46.5846942Z [ OK ] MaybeOwnedTest/0.SimpleDereferencingString (0 ms) 2022-11-23T02:47:46.5847221Z [ RUN ] MaybeOwnedTest/0.DefaultCtor 2022-11-23T02:47:46.5847476Z [ OK ] MaybeOwnedTest/0.DefaultCtor (0 ms) 2022-11-23T02:47:46.5847735Z [ RUN ] MaybeOwnedTest/0.CopyConstructor 2022-11-23T02:47:46.5847994Z [ OK ] MaybeOwnedTest/0.CopyConstructor (0 ms) 2022-11-23T02:47:46.5848267Z [ RUN ] MaybeOwnedTest/0.MoveDereferencing 2022-11-23T02:47:46.5848548Z [ OK ] MaybeOwnedTest/0.MoveDereferencing (0 ms) 2022-11-23T02:47:46.5848818Z [ RUN ] MaybeOwnedTest/0.MoveConstructor 2022-11-23T02:47:46.5849081Z [ OK ] MaybeOwnedTest/0.MoveConstructor (0 ms) 2022-11-23T02:47:46.5849367Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoOwned 2022-11-23T02:47:46.5849656Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoOwned (0 ms) 2022-11-23T02:47:46.5850015Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed 2022-11-23T02:47:46.5850332Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed (0 ms) 2022-11-23T02:47:46.5850685Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoOwned 2022-11-23T02:47:46.5850987Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoOwned (0 ms) 2022-11-23T02:47:46.5851371Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed 2022-11-23T02:47:46.5851694Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed (0 ms) 2022-11-23T02:47:46.5851978Z [ RUN ] MaybeOwnedTest/0.SelfAssignment 2022-11-23T02:47:46.5852242Z [ OK ] MaybeOwnedTest/0.SelfAssignment (0 ms) 2022-11-23T02:47:46.5852522Z [----------] 10 tests from MaybeOwnedTest/0 (0 ms total) 2022-11-23T02:47:46.5852684Z 2022-11-23T02:47:46.5852859Z [----------] 10 tests from MaybeOwnedTest/1, where TypeParam = class at::Tensor 2022-11-23T02:47:46.5853176Z [ RUN ] MaybeOwnedTest/1.SimpleDereferencingString 2022-11-23T02:47:46.5853512Z [ OK ] MaybeOwnedTest/1.SimpleDereferencingString (0 ms) 2022-11-23T02:47:46.5853947Z [ RUN ] MaybeOwnedTest/1.DefaultCtor 2022-11-23T02:47:46.5854208Z [ OK ] MaybeOwnedTest/1.DefaultCtor (0 ms) 2022-11-23T02:47:46.5854472Z [ RUN ] MaybeOwnedTest/1.CopyConstructor 2022-11-23T02:47:46.5854743Z [ OK ] MaybeOwnedTest/1.CopyConstructor (0 ms) 2022-11-23T02:47:46.5855016Z [ RUN ] MaybeOwnedTest/1.MoveDereferencing 2022-11-23T02:47:46.5855279Z [ OK ] MaybeOwnedTest/1.MoveDereferencing (0 ms) 2022-11-23T02:47:46.5855550Z [ RUN ] MaybeOwnedTest/1.MoveConstructor 2022-11-23T02:47:46.5855872Z [ OK ] MaybeOwnedTest/1.MoveConstructor (0 ms) 2022-11-23T02:47:46.5863629Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoOwned 2022-11-23T02:47:46.5863960Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoOwned (0 ms) 2022-11-23T02:47:46.5864279Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed 2022-11-23T02:47:46.5864588Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed (0 ms) 2022-11-23T02:47:46.5864916Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoOwned 2022-11-23T02:47:46.5865226Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoOwned (0 ms) 2022-11-23T02:47:46.5865537Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed 2022-11-23T02:47:46.5865852Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed (0 ms) 2022-11-23T02:47:46.5866140Z [ RUN ] MaybeOwnedTest/1.SelfAssignment 2022-11-23T02:47:46.5866396Z [ OK ] MaybeOwnedTest/1.SelfAssignment (0 ms) 2022-11-23T02:47:46.5866681Z [----------] 10 tests from MaybeOwnedTest/1 (0 ms total) 2022-11-23T02:47:46.5866985Z 2022-11-23T02:47:46.5867174Z [----------] 10 tests from MaybeOwnedTest/2, where TypeParam = struct c10::IValue 2022-11-23T02:47:46.5867514Z [ RUN ] MaybeOwnedTest/2.SimpleDereferencingString 2022-11-23T02:47:46.5867886Z [ OK ] MaybeOwnedTest/2.SimpleDereferencingString (0 ms) 2022-11-23T02:47:46.5868173Z [ RUN ] MaybeOwnedTest/2.DefaultCtor 2022-11-23T02:47:46.5868458Z [ OK ] MaybeOwnedTest/2.DefaultCtor (0 ms) 2022-11-23T02:47:46.5868730Z [ RUN ] MaybeOwnedTest/2.CopyConstructor 2022-11-23T02:47:46.5869004Z [ OK ] MaybeOwnedTest/2.CopyConstructor (0 ms) 2022-11-23T02:47:46.5869281Z [ RUN ] MaybeOwnedTest/2.MoveDereferencing 2022-11-23T02:47:46.5869560Z [ OK ] MaybeOwnedTest/2.MoveDereferencing (0 ms) 2022-11-23T02:47:46.5869833Z [ RUN ] MaybeOwnedTest/2.MoveConstructor 2022-11-23T02:47:46.5870086Z [ OK ] MaybeOwnedTest/2.MoveConstructor (0 ms) 2022-11-23T02:47:46.5870373Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoOwned 2022-11-23T02:47:46.5870748Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoOwned (0 ms) 2022-11-23T02:47:46.5871063Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed 2022-11-23T02:47:46.5871381Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed (0 ms) 2022-11-23T02:47:46.5871676Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoOwned 2022-11-23T02:47:46.5871983Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoOwned (0 ms) 2022-11-23T02:47:46.5872292Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed 2022-11-23T02:47:46.5872614Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed (0 ms) 2022-11-23T02:47:46.5872905Z [ RUN ] MaybeOwnedTest/2.SelfAssignment 2022-11-23T02:47:46.5873171Z [ OK ] MaybeOwnedTest/2.SelfAssignment (0 ms) 2022-11-23T02:47:46.5873441Z [----------] 10 tests from MaybeOwnedTest/2 (0 ms total) 2022-11-23T02:47:46.5873604Z 2022-11-23T02:47:46.5873723Z [----------] Global test environment tear-down 2022-11-23T02:47:46.5874049Z [==========] 30 tests from 3 test suites ran. (0 ms total) 2022-11-23T02:47:46.5874273Z [ PASSED ] 30 tests. 2022-11-23T02:47:46.6658989Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2022-11-23T02:47:47.0328750Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:47.0329149Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:47.0329633Z [----------] Global test environment set-up. 2022-11-23T02:47:47.0329902Z [----------] 4 tests from MemoryFormatTest 2022-11-23T02:47:47.0330176Z [ RUN ] MemoryFormatTest.SetMemoryFormat 2022-11-23T02:47:47.0331047Z [ OK ] MemoryFormatTest.SetMemoryFormat (0 ms) 2022-11-23T02:47:47.0331379Z [ RUN ] MemoryFormatTest.TransposeMemoryFormat 2022-11-23T02:47:47.0332066Z [ OK ] MemoryFormatTest.TransposeMemoryFormat (0 ms) 2022-11-23T02:47:47.0332411Z [ RUN ] MemoryFormatTest.SliceStepTwoMemoryFormat 2022-11-23T02:47:47.0334235Z [ OK ] MemoryFormatTest.SliceStepTwoMemoryFormat (0 ms) 2022-11-23T02:47:47.0334578Z [ RUN ] MemoryFormatTest.SliceFirstMemoryFormat 2022-11-23T02:47:47.0335084Z [ OK ] MemoryFormatTest.SliceFirstMemoryFormat (0 ms) 2022-11-23T02:47:47.0335392Z [----------] 4 tests from MemoryFormatTest (0 ms total) 2022-11-23T02:47:47.0335558Z 2022-11-23T02:47:47.0335677Z [----------] Global test environment tear-down 2022-11-23T02:47:47.0348135Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:47.0348364Z [ PASSED ] 4 tests. 2022-11-23T02:47:47.1135567Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2022-11-23T02:47:47.4803491Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:47.4803888Z [==========] Running 6 tests from 1 test suite. 2022-11-23T02:47:47.4804150Z [----------] Global test environment set-up. 2022-11-23T02:47:47.4804588Z [----------] 6 tests from MemoryOverlapTest 2022-11-23T02:47:47.4804864Z [ RUN ] MemoryOverlapTest.TensorExpanded 2022-11-23T02:47:47.4805173Z [ OK ] MemoryOverlapTest.TensorExpanded (0 ms) 2022-11-23T02:47:47.4805471Z [ RUN ] MemoryOverlapTest.ScalarExpanded 2022-11-23T02:47:47.4805769Z [ OK ] MemoryOverlapTest.ScalarExpanded (0 ms) 2022-11-23T02:47:47.4806075Z [ RUN ] MemoryOverlapTest.NonContiguousTensor 2022-11-23T02:47:47.4807476Z [ OK ] MemoryOverlapTest.NonContiguousTensor (0 ms) 2022-11-23T02:47:47.4807834Z [ RUN ] MemoryOverlapTest.NonContiguousExpandedTensor 2022-11-23T02:47:47.4808215Z [ OK ] MemoryOverlapTest.NonContiguousExpandedTensor (0 ms) 2022-11-23T02:47:47.4808556Z [ RUN ] MemoryOverlapTest.ContiguousTensor 2022-11-23T02:47:47.4808864Z [ OK ] MemoryOverlapTest.ContiguousTensor (0 ms) 2022-11-23T02:47:47.4809192Z [ RUN ] MemoryOverlapTest.ContiguousExpandedTensor 2022-11-23T02:47:47.4809554Z [ OK ] MemoryOverlapTest.ContiguousExpandedTensor (0 ms) 2022-11-23T02:47:47.4809872Z [----------] 6 tests from MemoryOverlapTest (0 ms total) 2022-11-23T02:47:47.4810040Z 2022-11-23T02:47:47.4810162Z [----------] Global test environment tear-down 2022-11-23T02:47:47.4822246Z [==========] 6 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:47.4822509Z [ PASSED ] 6 tests. 2022-11-23T02:47:47.5606695Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2022-11-23T02:47:47.9268015Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:47.9268427Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:47.9268691Z [----------] Global test environment set-up. 2022-11-23T02:47:47.9268943Z [----------] 2 tests from MemoryCleanUp 2022-11-23T02:47:47.9269227Z [ RUN ] MemoryCleanUp.NoErrorWithoutRelease 2022-11-23T02:47:47.9470818Z [ OK ] MemoryCleanUp.NoErrorWithoutRelease (20 ms) 2022-11-23T02:47:47.9471133Z [ RUN ] MemoryCleanUp.UnpackError 2022-11-23T02:47:48.5993520Z [ OK ] MemoryCleanUp.UnpackError (652 ms) 2022-11-23T02:47:48.5993887Z [----------] 2 tests from MemoryCleanUp (672 ms total) 2022-11-23T02:47:48.5994055Z 2022-11-23T02:47:48.5994180Z [----------] Global test environment tear-down 2022-11-23T02:47:48.6005882Z [==========] 2 tests from 1 test suite ran. (672 ms total) 2022-11-23T02:47:48.6006321Z [ PASSED ] 2 tests. 2022-11-23T02:47:48.6831543Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2022-11-23T02:47:49.0490335Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:49.0490739Z [==========] Running 10 tests from 1 test suite. 2022-11-23T02:47:49.0491009Z [----------] Global test environment set-up. 2022-11-23T02:47:49.0491271Z [----------] 10 tests from NamedTensorTest 2022-11-23T02:47:49.0491531Z [ RUN ] NamedTensorTest.isNamed 2022-11-23T02:47:49.0492025Z [W TensorImpl.h:1787] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator ()) 2022-11-23T02:47:49.0492499Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-11-23T02:47:49.0492754Z [ RUN ] NamedTensorTest.attachMetadata 2022-11-23T02:47:49.0493048Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-11-23T02:47:49.0493358Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-11-23T02:47:49.0493696Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-11-23T02:47:49.0493981Z [ RUN ] NamedTensorTest.empty 2022-11-23T02:47:49.6947819Z [ OK ] NamedTensorTest.empty (645 ms) 2022-11-23T02:47:49.6948142Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-11-23T02:47:49.6949004Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-11-23T02:47:49.6949520Z [ RUN ] NamedTensorTest.unifyFromRight 2022-11-23T02:47:49.6957759Z [ OK ] NamedTensorTest.unifyFromRight (0 ms) 2022-11-23T02:47:49.6958028Z [ RUN ] NamedTensorTest.alias 2022-11-23T02:47:49.6958307Z [ OK ] NamedTensorTest.alias (0 ms) 2022-11-23T02:47:49.6958570Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-11-23T02:47:49.6958844Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-11-23T02:47:49.6959140Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-11-23T02:47:49.6959430Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-11-23T02:47:49.6959740Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-11-23T02:47:49.6960055Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-11-23T02:47:49.6960386Z [----------] 10 tests from NamedTensorTest (647 ms total) 2022-11-23T02:47:49.6960554Z 2022-11-23T02:47:49.6960673Z [----------] Global test environment tear-down 2022-11-23T02:47:49.6973913Z [==========] 10 tests from 1 test suite ran. (647 ms total) 2022-11-23T02:47:49.6974221Z [ PASSED ] 10 tests. 2022-11-23T02:47:49.7785358Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2022-11-23T02:47:50.1990920Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:50.1991310Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:50.1991583Z [----------] Global test environment set-up. 2022-11-23T02:47:50.1991831Z [----------] 2 tests from TestNative 2022-11-23T02:47:50.1992068Z [ RUN ] TestNative.NativeTestCPU 2022-11-23T02:47:50.8726812Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorCompare.cpp:491] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator ()) 2022-11-23T02:47:50.8727775Z [ OK ] TestNative.NativeTestCPU (673 ms) 2022-11-23T02:47:50.8728194Z [ RUN ] TestNative.NativeTestGPU 2022-11-23T02:47:50.8728583Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-11-23T02:47:50.8728998Z [----------] 2 tests from TestNative (673 ms total) 2022-11-23T02:47:50.8729239Z 2022-11-23T02:47:50.8729413Z [----------] Global test environment tear-down 2022-11-23T02:47:50.8741935Z [==========] 2 tests from 1 test suite ran. (673 ms total) 2022-11-23T02:47:50.8742345Z [ PASSED ] 2 tests. 2022-11-23T02:47:50.9562724Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2022-11-23T02:47:51.3227838Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:51.3228267Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:51.3228531Z [----------] Global test environment set-up. 2022-11-23T02:47:51.3228786Z [----------] 4 tests from OperatorsTest 2022-11-23T02:47:51.3229074Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-11-23T02:47:51.3234046Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-11-23T02:47:51.3234368Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-11-23T02:47:51.3234741Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-11-23T02:47:51.3235028Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-11-23T02:47:51.3243185Z [ OK ] OperatorsTest.Test_ATEN_FN (0 ms) 2022-11-23T02:47:51.3243483Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-11-23T02:47:51.3243889Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-11-23T02:47:51.3244205Z [----------] 4 tests from OperatorsTest (1 ms total) 2022-11-23T02:47:51.3244367Z 2022-11-23T02:47:51.3244488Z [----------] Global test environment tear-down 2022-11-23T02:47:51.3257204Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-11-23T02:47:51.3257428Z [ PASSED ] 4 tests. 2022-11-23T02:47:51.4051459Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2022-11-23T02:47:51.4149246Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:51.4149641Z [==========] Running 2 tests from 1 test suite. 2022-11-23T02:47:51.4149909Z [----------] Global test environment set-up. 2022-11-23T02:47:51.4150172Z [----------] 2 tests from OperatorNameTest 2022-11-23T02:47:51.4150538Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace 2022-11-23T02:47:51.4151028Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace (0 ms) 2022-11-23T02:47:51.4151501Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace 2022-11-23T02:47:51.4151962Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace (0 ms) 2022-11-23T02:47:51.4152343Z [----------] 2 tests from OperatorNameTest (0 ms total) 2022-11-23T02:47:51.4152508Z 2022-11-23T02:47:51.4152628Z [----------] Global test environment tear-down 2022-11-23T02:47:51.4161287Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:51.4161533Z [ PASSED ] 2 tests. 2022-11-23T02:47:51.4210727Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2022-11-23T02:47:51.4308246Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:51.4308645Z [==========] Running 0 tests from 0 test suites. 2022-11-23T02:47:51.4318636Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-11-23T02:47:51.4318865Z [ PASSED ] 0 tests. 2022-11-23T02:47:51.4367725Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2022-11-23T02:47:51.8081785Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:51.8082170Z [==========] Running 77 tests from 2 test suites. 2022-11-23T02:47:51.8082454Z [----------] Global test environment set-up. 2022-11-23T02:47:51.8082738Z [----------] 49 tests from OperatorRegistrationTest 2022-11-23T02:47:51.8083223Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled 2022-11-23T02:47:51.8084951Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T02:47:51.8085816Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled 2022-11-23T02:47:51.8087129Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T02:47:51.8087784Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled 2022-11-23T02:47:51.8088865Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T02:47:51.8089520Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled 2022-11-23T02:47:51.8090687Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-11-23T02:47:51.8091236Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails 2022-11-23T02:47:52.4727314Z [ OK ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails (663 ms) 2022-11-23T02:47:52.4727861Z [ RUN ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails 2022-11-23T02:47:52.4732737Z [ OK ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails (0 ms) 2022-11-23T02:47:52.4733264Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel 2022-11-23T02:47:52.4735549Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel (0 ms) 2022-11-23T02:47:52.4736188Z [ RUN ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel 2022-11-23T02:47:52.4738848Z [ OK ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-11-23T02:47:52.4739599Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel 2022-11-23T02:47:52.4741795Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-11-23T02:47:52.4742447Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema 2022-11-23T02:47:52.4745570Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema (0 ms) 2022-11-23T02:47:52.4746099Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails 2022-11-23T02:47:52.4747336Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails (0 ms) 2022-11-23T02:47:52.4747845Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone 2022-11-23T02:47:52.4748697Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone (0 ms) 2022-11-23T02:47:52.4749311Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters 2022-11-23T02:47:52.4750054Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters (0 ms) 2022-11-23T02:47:52.4751009Z [ RUN ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails 2022-11-23T02:47:52.4751741Z [ OK ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-11-23T02:47:52.4752359Z [ RUN ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails 2022-11-23T02:47:52.4753046Z [ OK ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-11-23T02:47:52.4753629Z [ RUN ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey 2022-11-23T02:47:52.4757161Z [ OK ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey (0 ms) 2022-11-23T02:47:52.4757814Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel 2022-11-23T02:47:52.4764467Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel (0 ms) 2022-11-23T02:47:52.4765165Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails 2022-11-23T02:47:52.4765897Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails (0 ms) 2022-11-23T02:47:52.4766606Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds 2022-11-23T02:47:52.4768157Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds (0 ms) 2022-11-23T02:47:52.4768887Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds 2022-11-23T02:47:52.4769620Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-11-23T02:47:52.4770353Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds 2022-11-23T02:47:52.4771100Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-11-23T02:47:52.4771860Z [ RUN ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails 2022-11-23T02:47:52.4774680Z [ OK ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails (0 ms) 2022-11-23T02:47:52.4775246Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled 2022-11-23T02:47:52.4836991Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled (6 ms) 2022-11-23T02:47:52.4837648Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled 2022-11-23T02:47:52.4876709Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled (3 ms) 2022-11-23T02:47:52.4877508Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled 2022-11-23T02:47:52.4908546Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled (3 ms) 2022-11-23T02:47:52.4909464Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled 2022-11-23T02:47:52.4938164Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled (2 ms) 2022-11-23T02:47:52.4939044Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel 2022-11-23T02:47:52.4967806Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel (2 ms) 2022-11-23T02:47:52.4968480Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel 2022-11-23T02:47:52.4972103Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel (0 ms) 2022-11-23T02:47:52.4972697Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel 2022-11-23T02:47:52.4973399Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel (0 ms) 2022-11-23T02:47:52.4974059Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel 2022-11-23T02:47:52.4975533Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel (0 ms) 2022-11-23T02:47:52.4976204Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel 2022-11-23T02:47:52.4977571Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel (0 ms) 2022-11-23T02:47:52.4978150Z [ RUN ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel 2022-11-23T02:47:52.4983498Z [ OK ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel (0 ms) 2022-11-23T02:47:52.4984274Z [ RUN ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel 2022-11-23T02:47:52.4986916Z [ OK ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel (0 ms) 2022-11-23T02:47:52.4987450Z [ RUN ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled 2022-11-23T02:47:52.4990768Z [ OK ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled (0 ms) 2022-11-23T02:47:52.4991349Z [ RUN ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled 2022-11-23T02:47:52.4994053Z [ OK ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled (0 ms) 2022-11-23T02:47:52.4994645Z [ RUN ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname 2022-11-23T02:47:52.4997657Z [ OK ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname (0 ms) 2022-11-23T02:47:52.4998381Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5000743Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5001395Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5003819Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5004523Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5007372Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5008005Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5010186Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5010774Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5013445Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5014035Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5016618Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5017190Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5019516Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5020101Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-11-23T02:47:52.5023168Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-11-23T02:47:52.5023658Z [ RUN ] OperatorRegistrationTest.testAvailableArgTypes 2022-11-23T02:47:52.5707531Z [ OK ] OperatorRegistrationTest.testAvailableArgTypes (68 ms) 2022-11-23T02:47:52.5708310Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels 2022-11-23T02:47:52.5709277Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels (0 ms) 2022-11-23T02:47:52.5709959Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels 2022-11-23T02:47:52.5710641Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels (0 ms) 2022-11-23T02:47:52.5711354Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels 2022-11-23T02:47:52.5712076Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels (0 ms) 2022-11-23T02:47:52.5712658Z [ RUN ] OperatorRegistrationTest.getRegistrationsForDispatchKey 2022-11-23T02:47:52.6546893Z [ OK ] OperatorRegistrationTest.getRegistrationsForDispatchKey (83 ms) 2022-11-23T02:47:52.6547357Z [----------] 49 tests from OperatorRegistrationTest (846 ms total) 2022-11-23T02:47:52.6547549Z 2022-11-23T02:47:52.6547696Z [----------] 28 tests from NewOperatorRegistrationTest 2022-11-23T02:47:52.6548084Z [ RUN ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname 2022-11-23T02:47:52.6550229Z [ OK ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname (0 ms) 2022-11-23T02:47:52.6550841Z [ RUN ] NewOperatorRegistrationTest.testBasics 2022-11-23T02:47:52.6559116Z [ OK ] NewOperatorRegistrationTest.testBasics (0 ms) 2022-11-23T02:47:52.6559465Z [ RUN ] NewOperatorRegistrationTest.importTopLevel 2022-11-23T02:47:52.6564564Z [ OK ] NewOperatorRegistrationTest.importTopLevel (0 ms) 2022-11-23T02:47:52.6564899Z [ RUN ] NewOperatorRegistrationTest.overload 2022-11-23T02:47:52.6567842Z [ OK ] NewOperatorRegistrationTest.overload (0 ms) 2022-11-23T02:47:52.6568216Z [ RUN ] NewOperatorRegistrationTest.importNamespace 2022-11-23T02:47:52.6574646Z [ OK ] NewOperatorRegistrationTest.importNamespace (0 ms) 2022-11-23T02:47:52.6574981Z [ RUN ] NewOperatorRegistrationTest.schema 2022-11-23T02:47:52.6578942Z [ OK ] NewOperatorRegistrationTest.schema (0 ms) 2022-11-23T02:47:52.6579547Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel 2022-11-23T02:47:52.6641111Z [ OK ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel (6 ms) 2022-11-23T02:47:52.6641897Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel 2022-11-23T02:47:52.6642577Z [ OK ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel (0 ms) 2022-11-23T02:47:52.6643235Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel 2022-11-23T02:47:52.6644776Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel (0 ms) 2022-11-23T02:47:52.6645392Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel 2022-11-23T02:47:52.6646094Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel (0 ms) 2022-11-23T02:47:52.6646754Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel 2022-11-23T02:47:52.6647478Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:47:52.6647954Z operator: test::fn(Tensor _0) -> Tensor _0 2022-11-23T02:47:52.6648487Z registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-11-23T02:47:52.6648844Z dispatch key: (catch all) 2022-11-23T02:47:52.6649269Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-11-23T02:47:52.6649891Z new kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 (function registerKernel) 2022-11-23T02:47:52.6650535Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel (0 ms) 2022-11-23T02:47:52.6651201Z [ RUN ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel 2022-11-23T02:47:52.6651872Z [ OK ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-11-23T02:47:52.6652504Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel 2022-11-23T02:47:52.6653101Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-11-23T02:47:52.6653675Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel 2022-11-23T02:47:52.6654229Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel (0 ms) 2022-11-23T02:47:52.6654924Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel 2022-11-23T02:47:52.6656332Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel (0 ms) 2022-11-23T02:47:52.6657130Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel 2022-11-23T02:47:52.6657726Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel (0 ms) 2022-11-23T02:47:52.6658180Z [ RUN ] NewOperatorRegistrationTest.dispatch 2022-11-23T02:47:52.6660812Z [ OK ] NewOperatorRegistrationTest.dispatch (0 ms) 2022-11-23T02:47:52.6661240Z [ RUN ] NewOperatorRegistrationTest.dispatchAutogradPrecedence 2022-11-23T02:47:52.6663120Z [ OK ] NewOperatorRegistrationTest.dispatchAutogradPrecedence (0 ms) 2022-11-23T02:47:52.6663665Z [ RUN ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther 2022-11-23T02:47:52.6666942Z [ OK ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther (0 ms) 2022-11-23T02:47:52.6667501Z [ RUN ] NewOperatorRegistrationTest.dispatchMultipleTensors 2022-11-23T02:47:52.6698405Z [ OK ] NewOperatorRegistrationTest.dispatchMultipleTensors (3 ms) 2022-11-23T02:47:52.6699255Z [ RUN ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite 2022-11-23T02:47:52.6700026Z [ OK ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite (0 ms) 2022-11-23T02:47:52.6700572Z [ RUN ] NewOperatorRegistrationTest.dispatchMultiple 2022-11-23T02:47:52.6701365Z [ OK ] NewOperatorRegistrationTest.dispatchMultiple (0 ms) 2022-11-23T02:47:52.6701796Z [ RUN ] NewOperatorRegistrationTest.fallback 2022-11-23T02:47:52.6736173Z [ OK ] NewOperatorRegistrationTest.fallback (3 ms) 2022-11-23T02:47:52.6736577Z [ RUN ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU 2022-11-23T02:47:52.6737714Z [ OK ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU (0 ms) 2022-11-23T02:47:52.6738167Z [ RUN ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError 2022-11-23T02:47:52.6739601Z [ OK ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError (0 ms) 2022-11-23T02:47:52.6739982Z [ RUN ] NewOperatorRegistrationTest.CppFunction 2022-11-23T02:47:52.6748793Z [ OK ] NewOperatorRegistrationTest.CppFunction (0 ms) 2022-11-23T02:47:52.6749164Z [ RUN ] NewOperatorRegistrationTest.testDelayedListener 2022-11-23T02:47:52.6751355Z [ OK ] NewOperatorRegistrationTest.testDelayedListener (0 ms) 2022-11-23T02:47:52.6751763Z [ RUN ] NewOperatorRegistrationTest.testImplNoDefGetsCaught 2022-11-23T02:47:52.6752188Z [ OK ] NewOperatorRegistrationTest.testImplNoDefGetsCaught (0 ms) 2022-11-23T02:47:52.6752582Z [----------] 28 tests from NewOperatorRegistrationTest (20 ms total) 2022-11-23T02:47:52.6752766Z 2022-11-23T02:47:52.6752887Z [----------] Global test environment tear-down 2022-11-23T02:47:52.6778710Z [==========] 77 tests from 2 test suites ran. (867 ms total) 2022-11-23T02:47:52.6778967Z [ PASSED ] 77 tests. 2022-11-23T02:47:52.7575558Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2022-11-23T02:47:53.1212763Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:53.1213168Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:53.1213428Z [----------] Global test environment set-up. 2022-11-23T02:47:53.1213724Z [----------] 1 test from PackedtensoraccessorTest 2022-11-23T02:47:53.1214020Z [ RUN ] PackedtensoraccessorTest.TransposeTest 2022-11-23T02:47:53.1370705Z [ OK ] PackedtensoraccessorTest.TransposeTest (15 ms) 2022-11-23T02:47:53.1371092Z [----------] 1 test from PackedtensoraccessorTest (15 ms total) 2022-11-23T02:47:53.1371321Z 2022-11-23T02:47:53.1371458Z [----------] Global test environment tear-down 2022-11-23T02:47:53.1382761Z [==========] 1 test from 1 test suite ran. (15 ms total) 2022-11-23T02:47:53.1383208Z [ PASSED ] 1 test. 2022-11-23T02:47:53.2169833Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2022-11-23T02:47:53.5817220Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:53.5817689Z [==========] Running 13 tests from 1 test suite. 2022-11-23T02:47:53.5818627Z [----------] Global test environment set-up. 2022-11-23T02:47:53.5819269Z [----------] 13 tests from PowTest 2022-11-23T02:47:53.5819535Z [ RUN ] PowTest.IntTensorPowAllScalars 2022-11-23T02:47:53.6002134Z [ OK ] PowTest.IntTensorPowAllScalars (18 ms) 2022-11-23T02:47:53.6002461Z [ RUN ] PowTest.LongTensorPowAllScalars 2022-11-23T02:47:53.6186210Z [ OK ] PowTest.LongTensorPowAllScalars (18 ms) 2022-11-23T02:47:53.6186535Z [ RUN ] PowTest.FloatTensorPowAllScalars 2022-11-23T02:47:53.6426665Z [ OK ] PowTest.FloatTensorPowAllScalars (24 ms) 2022-11-23T02:47:53.6426996Z [ RUN ] PowTest.DoubleTensorPowAllScalars 2022-11-23T02:47:53.6560760Z [ OK ] PowTest.DoubleTensorPowAllScalars (13 ms) 2022-11-23T02:47:53.6561063Z [ RUN ] PowTest.IntScalarPowAllTensors 2022-11-23T02:47:53.6612180Z [ OK ] PowTest.IntScalarPowAllTensors (5 ms) 2022-11-23T02:47:53.6612516Z [ RUN ] PowTest.LongScalarPowAllTensors 2022-11-23T02:47:53.6644775Z [ OK ] PowTest.LongScalarPowAllTensors (3 ms) 2022-11-23T02:47:53.6645095Z [ RUN ] PowTest.FloatScalarPowAllTensors 2022-11-23T02:47:53.6667189Z [ OK ] PowTest.FloatScalarPowAllTensors (2 ms) 2022-11-23T02:47:53.6667498Z [ RUN ] PowTest.DoubleScalarPowAllTensors 2022-11-23T02:47:53.6678185Z [ OK ] PowTest.DoubleScalarPowAllTensors (1 ms) 2022-11-23T02:47:53.6678483Z [ RUN ] PowTest.IntTensorPowIntTensor 2022-11-23T02:47:53.6692764Z [ OK ] PowTest.IntTensorPowIntTensor (1 ms) 2022-11-23T02:47:53.6693054Z [ RUN ] PowTest.LongTensorPowLongTensor 2022-11-23T02:47:53.6707087Z [ OK ] PowTest.LongTensorPowLongTensor (1 ms) 2022-11-23T02:47:53.6707387Z [ RUN ] PowTest.FloatTensorPowFloatTensor 2022-11-23T02:47:53.6721890Z [ OK ] PowTest.FloatTensorPowFloatTensor (1 ms) 2022-11-23T02:47:53.6722202Z [ RUN ] PowTest.DoubleTensorPowDoubleTensor 2022-11-23T02:47:53.6737201Z [ OK ] PowTest.DoubleTensorPowDoubleTensor (1 ms) 2022-11-23T02:47:53.6737494Z [ RUN ] PowTest.TestIntegralPow 2022-11-23T02:47:53.6737941Z [ OK ] PowTest.TestIntegralPow (0 ms) 2022-11-23T02:47:53.6738212Z [----------] 13 tests from PowTest (92 ms total) 2022-11-23T02:47:53.6738363Z 2022-11-23T02:47:53.6738488Z [----------] Global test environment tear-down 2022-11-23T02:47:53.6752492Z [==========] 13 tests from 1 test suite ran. (92 ms total) 2022-11-23T02:47:53.6752759Z [ PASSED ] 13 tests. 2022-11-23T02:47:53.7551940Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2022-11-23T02:47:54.1280651Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:54.1281061Z [==========] Running 9 tests from 1 test suite. 2022-11-23T02:47:54.1281323Z [----------] Global test environment set-up. 2022-11-23T02:47:54.1281576Z [----------] 9 tests from TestQTensor 2022-11-23T02:47:54.1281813Z [ RUN ] TestQTensor.QuantDequantAPIs 2022-11-23T02:47:54.1584120Z [ OK ] TestQTensor.QuantDequantAPIs (30 ms) 2022-11-23T02:47:54.1584559Z [ RUN ] TestQTensor.RoundingMode 2022-11-23T02:47:54.1584924Z [ OK ] TestQTensor.RoundingMode (0 ms) 2022-11-23T02:47:54.1585253Z [ RUN ] TestQTensor.Item 2022-11-23T02:47:54.1585544Z [ OK ] TestQTensor.Item (0 ms) 2022-11-23T02:47:54.1585882Z [ RUN ] TestQTensor.EmptyQuantized 2022-11-23T02:47:54.1586255Z [ OK ] TestQTensor.EmptyQuantized (0 ms) 2022-11-23T02:47:54.1586700Z [ RUN ] TestQTensor.EmptyPerchannelQuantized 2022-11-23T02:47:54.1588883Z [ OK ] TestQTensor.EmptyPerchannelQuantized (0 ms) 2022-11-23T02:47:54.1589319Z [ RUN ] TestQTensor.QuantizePerChannel4d 2022-11-23T02:47:54.1596904Z [ OK ] TestQTensor.QuantizePerChannel4d (0 ms) 2022-11-23T02:47:54.1597364Z [ RUN ] TestQTensor.QuantizePerChannel4dChannelsLast 2022-11-23T02:47:54.1861387Z [ OK ] TestQTensor.QuantizePerChannel4dChannelsLast (26 ms) 2022-11-23T02:47:54.1861943Z [ RUN ] TestQTensor.FromBlobQuantizedPerTensor 2022-11-23T02:47:54.1865737Z [ OK ] TestQTensor.FromBlobQuantizedPerTensor (0 ms) 2022-11-23T02:47:54.1866203Z [ RUN ] TestQTensor.FromBlobQuantizedPerChannel 2022-11-23T02:47:54.1870484Z [ OK ] TestQTensor.FromBlobQuantizedPerChannel (0 ms) 2022-11-23T02:47:54.1870921Z [----------] 9 tests from TestQTensor (59 ms total) 2022-11-23T02:47:54.1871133Z 2022-11-23T02:47:54.1871286Z [----------] Global test environment tear-down 2022-11-23T02:47:54.1887366Z [==========] 9 tests from 1 test suite ran. (59 ms total) 2022-11-23T02:47:54.1887723Z [ PASSED ] 9 tests. 2022-11-23T02:47:54.2695896Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2022-11-23T02:47:54.6337213Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:54.6337621Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:54.6337881Z [----------] Global test environment set-up. 2022-11-23T02:47:54.6338146Z [----------] 1 test from ReduceOpsTest 2022-11-23T02:47:54.6338424Z [ RUN ] ReduceOpsTest.MaxValuesAndMinValues 2022-11-23T02:47:54.6338742Z [ OK ] ReduceOpsTest.MaxValuesAndMinValues (0 ms) 2022-11-23T02:47:54.6339088Z [----------] 1 test from ReduceOpsTest (0 ms total) 2022-11-23T02:47:54.6339261Z 2022-11-23T02:47:54.6339382Z [----------] Global test environment tear-down 2022-11-23T02:47:54.6349421Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:54.6349649Z [ PASSED ] 1 test. 2022-11-23T02:47:54.7136809Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2022-11-23T02:47:55.0789841Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:55.0790263Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:47:55.0790529Z [----------] Global test environment set-up. 2022-11-23T02:47:55.0791005Z [----------] 1 test from DefaultCPUAllocator 2022-11-23T02:47:55.0791282Z [ RUN ] DefaultCPUAllocator.check_reporter 2022-11-23T02:47:55.0791577Z [ OK ] DefaultCPUAllocator.check_reporter (0 ms) 2022-11-23T02:47:55.0791870Z [----------] 1 test from DefaultCPUAllocator (0 ms total) 2022-11-23T02:47:55.0792040Z 2022-11-23T02:47:55.0792159Z [----------] Global test environment tear-down 2022-11-23T02:47:55.0801830Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:47:55.0802055Z [ PASSED ] 1 test. 2022-11-23T02:47:55.1596838Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2022-11-23T02:47:55.5251424Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:55.5251829Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:47:55.5252091Z [----------] Global test environment set-up. 2022-11-23T02:47:55.5252340Z [----------] 3 tests from TestScalarTensor 2022-11-23T02:47:55.5252639Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-11-23T02:47:56.2030489Z [ OK ] TestScalarTensor.TestScalarTensorCPU (677 ms) 2022-11-23T02:47:56.2030900Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-11-23T02:47:56.2031219Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-11-23T02:47:56.2031546Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-11-23T02:47:56.2031866Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-11-23T02:47:56.2032392Z [----------] 3 tests from TestScalarTensor (677 ms total) 2022-11-23T02:47:56.2032559Z 2022-11-23T02:47:56.2032677Z [----------] Global test environment tear-down 2022-11-23T02:47:56.2043929Z [==========] 3 tests from 1 test suite ran. (677 ms total) 2022-11-23T02:47:56.2044163Z [ PASSED ] 3 tests. 2022-11-23T02:47:56.2863169Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2022-11-23T02:47:56.6493467Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:56.6493870Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:56.6494139Z [----------] Global test environment set-up. 2022-11-23T02:47:56.6494385Z [----------] 4 tests from TestScalar 2022-11-23T02:47:56.6494620Z [ RUN ] TestScalar.TestScalar 2022-11-23T02:47:57.2996727Z H2: 3 257 3 1 2022-11-23T02:47:57.2997025Z [ OK ] TestScalar.TestScalar (650 ms) 2022-11-23T02:47:57.2997302Z [ RUN ] TestScalar.TestConj 2022-11-23T02:47:57.2997537Z [ OK ] TestScalar.TestConj (0 ms) 2022-11-23T02:47:57.2997769Z [ RUN ] TestScalar.TestEqual 2022-11-23T02:47:57.2997994Z [ OK ] TestScalar.TestEqual (0 ms) 2022-11-23T02:47:57.2998237Z [ RUN ] TestScalar.TestFormatting 2022-11-23T02:47:57.2998495Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-11-23T02:47:57.2998769Z [----------] 4 tests from TestScalar (650 ms total) 2022-11-23T02:47:57.2998925Z 2022-11-23T02:47:57.2999048Z [----------] Global test environment tear-down 2022-11-23T02:47:57.3010209Z [==========] 4 tests from 1 test suite ran. (650 ms total) 2022-11-23T02:47:57.3010463Z [ PASSED ] 4 tests. 2022-11-23T02:47:57.3829917Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2022-11-23T02:47:57.7508286Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:57.7508706Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:47:57.7508968Z [----------] Global test environment set-up. 2022-11-23T02:47:57.7509236Z [----------] 4 tests from StridePropertiesTest 2022-11-23T02:47:57.7509534Z [ RUN ] StridePropertiesTest.StrideIndicesTest 2022-11-23T02:47:57.7511107Z [ OK ] StridePropertiesTest.StrideIndicesTest (0 ms) 2022-11-23T02:47:57.7511572Z [ RUN ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest 2022-11-23T02:47:57.7513190Z [ OK ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest (0 ms) 2022-11-23T02:47:57.7513630Z [ RUN ] StridePropertiesTest.ExpandedStrideIndicesTest 2022-11-23T02:47:57.7514008Z [ OK ] StridePropertiesTest.ExpandedStrideIndicesTest (0 ms) 2022-11-23T02:47:57.7514383Z [ RUN ] StridePropertiesTest.SlicedStrideIndicesTest 2022-11-23T02:47:57.7514748Z [ OK ] StridePropertiesTest.SlicedStrideIndicesTest (0 ms) 2022-11-23T02:47:57.7515084Z [----------] 4 tests from StridePropertiesTest (0 ms total) 2022-11-23T02:47:57.7515263Z 2022-11-23T02:47:57.7515382Z [----------] Global test environment tear-down 2022-11-23T02:47:57.7527990Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:47:57.7528249Z [ PASSED ] 4 tests. 2022-11-23T02:47:57.8318505Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2022-11-23T02:47:58.2194304Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:58.2194733Z [==========] Running 65 tests from 1 test suite. 2022-11-23T02:47:58.2195002Z [----------] Global test environment set-up. 2022-11-23T02:47:58.2195268Z [----------] 65 tests from TensorIteratorTest 2022-11-23T02:47:58.2195534Z [ RUN ] TensorIteratorTest.CPUScalar 2022-11-23T02:47:58.2195815Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-11-23T02:47:58.2196094Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-11-23T02:47:58.2196604Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-11-23T02:47:58.2196905Z [ RUN ] TensorIteratorTest.MixedDevices 2022-11-23T02:47:58.2197193Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-11-23T02:47:58.2197503Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-11-23T02:47:58.8717584Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (652 ms) 2022-11-23T02:47:58.8717967Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-11-23T02:47:58.8719170Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (0 ms) 2022-11-23T02:47:58.8719509Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-11-23T02:47:58.8720708Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (0 ms) 2022-11-23T02:47:58.8721035Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-11-23T02:47:58.8722213Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (0 ms) 2022-11-23T02:47:58.8722534Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-11-23T02:47:58.8723880Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (0 ms) 2022-11-23T02:47:58.8724247Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-11-23T02:47:58.8725486Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (0 ms) 2022-11-23T02:47:58.8725817Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-11-23T02:47:58.8727209Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (0 ms) 2022-11-23T02:47:58.8727545Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-11-23T02:47:58.8728601Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (0 ms) 2022-11-23T02:47:58.8728936Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-11-23T02:47:58.8729831Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (0 ms) 2022-11-23T02:47:58.8730146Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-11-23T02:47:58.8731132Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (0 ms) 2022-11-23T02:47:58.8731462Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-11-23T02:47:58.8732349Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (0 ms) 2022-11-23T02:47:58.8732673Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-11-23T02:47:58.8733561Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (0 ms) 2022-11-23T02:47:58.8733890Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-11-23T02:47:58.8734750Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (0 ms) 2022-11-23T02:47:58.8735272Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-11-23T02:47:58.8736019Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (0 ms) 2022-11-23T02:47:58.8736363Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-11-23T02:47:58.8737305Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (0 ms) 2022-11-23T02:47:58.8737652Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-11-23T02:47:58.8738543Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (0 ms) 2022-11-23T02:47:58.8738902Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-11-23T02:47:58.8739851Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (0 ms) 2022-11-23T02:47:58.8740199Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-11-23T02:47:58.8741079Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (0 ms) 2022-11-23T02:47:58.8741513Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-11-23T02:47:58.8742461Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (0 ms) 2022-11-23T02:47:58.8742813Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-11-23T02:47:58.8743834Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (0 ms) 2022-11-23T02:47:58.8744174Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-11-23T02:47:58.8745169Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (0 ms) 2022-11-23T02:47:58.8745537Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-11-23T02:47:58.8745910Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-11-23T02:47:58.8746388Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-11-23T02:47:58.8746756Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-11-23T02:47:58.8747143Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-11-23T02:47:58.8747498Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-11-23T02:47:58.8747868Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-11-23T02:47:58.8748237Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-11-23T02:47:58.8748607Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-11-23T02:47:58.8748974Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-11-23T02:47:58.8749347Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-11-23T02:47:58.8749710Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-11-23T02:47:58.8750088Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-11-23T02:47:58.8750463Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-11-23T02:47:58.8750836Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-11-23T02:47:58.8751207Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-11-23T02:47:58.8751579Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-11-23T02:47:58.8751936Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-11-23T02:47:58.8752315Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-11-23T02:47:58.8752691Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-11-23T02:47:58.8753066Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-11-23T02:47:58.8753436Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-11-23T02:47:58.8753809Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-11-23T02:47:58.8754175Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-11-23T02:47:58.8754555Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-11-23T02:47:58.8754930Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-11-23T02:47:58.8755310Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-11-23T02:47:58.8755687Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-11-23T02:47:58.8756147Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-11-23T02:47:58.8756545Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-11-23T02:47:58.8756996Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-11-23T02:47:58.8757399Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-11-23T02:47:58.8757794Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-11-23T02:47:58.8758191Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-11-23T02:47:58.8758591Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-11-23T02:47:58.8758966Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-11-23T02:47:58.8759351Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-11-23T02:47:58.8759738Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-11-23T02:47:58.8760125Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-11-23T02:47:58.8760515Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-11-23T02:47:58.8760903Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-11-23T02:47:58.8761281Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-11-23T02:47:58.8761652Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-11-23T02:47:58.8761999Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-11-23T02:47:58.8763068Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-11-23T02:47:58.8763419Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-11-23T02:47:58.8763771Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-11-23T02:47:58.8764109Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-11-23T02:47:58.8764463Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-11-23T02:47:58.8764813Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-11-23T02:47:58.8765158Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-11-23T02:47:58.8765503Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-11-23T02:47:58.8765856Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-11-23T02:47:58.8766224Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-11-23T02:47:58.8766585Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-11-23T02:47:58.8766941Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-11-23T02:47:58.8767674Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-11-23T02:47:58.8768061Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-11-23T02:47:58.8768415Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-11-23T02:47:58.8794222Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (4 ms) 2022-11-23T02:47:58.8794713Z [ RUN ] TensorIteratorTest.InputDType 2022-11-23T02:47:58.8795118Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-11-23T02:47:58.8795586Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-11-23T02:47:58.8796125Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-11-23T02:47:58.8796687Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-11-23T02:47:58.8797265Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-11-23T02:47:58.8797812Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-11-23T02:47:58.8798326Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-11-23T02:47:58.8798843Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-11-23T02:47:58.8799383Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-11-23T02:47:58.8799909Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-11-23T02:47:58.8800432Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-11-23T02:47:58.8801092Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-11-23T02:47:58.8801626Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-11-23T02:47:58.8802157Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-11-23T02:47:58.8802688Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-11-23T02:47:58.8803218Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-11-23T02:47:58.8803745Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-11-23T02:47:58.8804271Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-11-23T02:47:58.8804811Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-11-23T02:47:58.8805344Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-11-23T02:47:58.8805881Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-11-23T02:47:58.8806367Z [----------] 65 tests from TensorIteratorTest (660 ms total) 2022-11-23T02:47:58.8806603Z 2022-11-23T02:47:58.8806768Z [----------] Global test environment tear-down 2022-11-23T02:47:58.8823103Z [==========] 65 tests from 1 test suite ran. (660 ms total) 2022-11-23T02:47:58.8823436Z [ PASSED ] 65 tests. 2022-11-23T02:47:58.9642231Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2022-11-23T02:47:59.3274212Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:47:59.3274820Z [==========] Running 5 tests from 1 test suite. 2022-11-23T02:47:59.3275081Z [----------] Global test environment set-up. 2022-11-23T02:47:59.3275332Z [----------] 5 tests from TestParallel 2022-11-23T02:47:59.3275578Z [ RUN ] TestParallel.TestParallel 2022-11-23T02:47:59.3365007Z [ OK ] TestParallel.TestParallel (9 ms) 2022-11-23T02:47:59.3398695Z [ RUN ] TestParallel.NestedParallel 2022-11-23T02:47:59.3399136Z [ OK ] TestParallel.NestedParallel (3 ms) 2022-11-23T02:47:59.3399567Z [ RUN ] TestParallel.NestedParallelThreadId 2022-11-23T02:47:59.4024127Z [ OK ] TestParallel.NestedParallelThreadId (62 ms) 2022-11-23T02:47:59.4024609Z [ RUN ] TestParallel.Exceptions 2022-11-23T02:47:59.4025062Z [ OK ] TestParallel.Exceptions (0 ms) 2022-11-23T02:47:59.4025486Z [ RUN ] TestParallel.IntraOpLaunchFuture 2022-11-23T02:47:59.4025931Z [ OK ] TestParallel.IntraOpLaunchFuture (0 ms) 2022-11-23T02:47:59.4026395Z [----------] 5 tests from TestParallel (75 ms total) 2022-11-23T02:47:59.4026629Z 2022-11-23T02:47:59.4026804Z [----------] Global test environment tear-down 2022-11-23T02:47:59.4041715Z [==========] 5 tests from 1 test suite ran. (75 ms total) 2022-11-23T02:47:59.4042024Z [ PASSED ] 5 tests. 2022-11-23T02:47:59.4855014Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2022-11-23T02:48:01.3276348Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2022-11-23T02:48:01.6952704Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:01.6953104Z [==========] Running 4 tests from 1 test suite. 2022-11-23T02:48:01.6953373Z [----------] Global test environment set-up. 2022-11-23T02:48:01.6953640Z [----------] 4 tests from SingletonOrSharedTypePtr 2022-11-23T02:48:01.6953930Z [ RUN ] SingletonOrSharedTypePtr.Empty 2022-11-23T02:48:01.6954239Z [ OK ] SingletonOrSharedTypePtr.Empty (0 ms) 2022-11-23T02:48:01.6954534Z [ RUN ] SingletonOrSharedTypePtr.NonEmpty 2022-11-23T02:48:01.6954836Z [ OK ] SingletonOrSharedTypePtr.NonEmpty (0 ms) 2022-11-23T02:48:01.6955145Z [ RUN ] SingletonOrSharedTypePtr.Comparison 2022-11-23T02:48:01.6955501Z [ OK ] SingletonOrSharedTypePtr.Comparison (0 ms) 2022-11-23T02:48:01.6955841Z [ RUN ] SingletonOrSharedTypePtr.SingletonComparison 2022-11-23T02:48:01.6956446Z [ OK ] SingletonOrSharedTypePtr.SingletonComparison (0 ms) 2022-11-23T02:48:01.6956807Z [----------] 4 tests from SingletonOrSharedTypePtr (0 ms total) 2022-11-23T02:48:01.6956991Z 2022-11-23T02:48:01.6957111Z [----------] Global test environment tear-down 2022-11-23T02:48:01.6965577Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:48:01.6965807Z [ PASSED ] 4 tests. 2022-11-23T02:48:01.7755895Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2022-11-23T02:48:02.1401327Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:02.1401734Z [==========] Running 9 tests from 2 test suites. 2022-11-23T02:48:02.1401979Z [----------] Global test environment set-up. 2022-11-23T02:48:02.1402244Z [----------] 3 tests from TypeCustomPrinter 2022-11-23T02:48:02.1402496Z [ RUN ] TypeCustomPrinter.Basic 2022-11-23T02:48:02.1402969Z [ OK ] TypeCustomPrinter.Basic (0 ms) 2022-11-23T02:48:02.1403247Z [ RUN ] TypeCustomPrinter.ContainedTypes 2022-11-23T02:48:02.1403550Z [ OK ] TypeCustomPrinter.ContainedTypes (0 ms) 2022-11-23T02:48:02.1403865Z [ RUN ] TypeCustomPrinter.NamedTuples 2022-11-23T02:48:02.1404162Z [ OK ] TypeCustomPrinter.NamedTuples (0 ms) 2022-11-23T02:48:02.1404460Z [----------] 3 tests from TypeCustomPrinter (0 ms total) 2022-11-23T02:48:02.1404627Z 2022-11-23T02:48:02.1404729Z [----------] 6 tests from TypeEquality 2022-11-23T02:48:02.1405171Z [ RUN ] TypeEquality.ClassBasic 2022-11-23T02:48:02.1493897Z [ OK ] TypeEquality.ClassBasic (8 ms) 2022-11-23T02:48:02.1494214Z [ RUN ] TypeEquality.ClassInequality 2022-11-23T02:48:02.1496006Z [ OK ] TypeEquality.ClassInequality (0 ms) 2022-11-23T02:48:02.1496299Z [ RUN ] TypeEquality.InterfaceEquality 2022-11-23T02:48:02.1497309Z [ OK ] TypeEquality.InterfaceEquality (0 ms) 2022-11-23T02:48:02.1497615Z [ RUN ] TypeEquality.InterfaceInequality 2022-11-23T02:48:02.1498356Z [ OK ] TypeEquality.InterfaceInequality (0 ms) 2022-11-23T02:48:02.1498642Z [ RUN ] TypeEquality.TupleEquality 2022-11-23T02:48:02.1498895Z [ OK ] TypeEquality.TupleEquality (0 ms) 2022-11-23T02:48:02.1499173Z [ RUN ] TypeEquality.NamedTupleEquality 2022-11-23T02:48:02.1499463Z [ OK ] TypeEquality.NamedTupleEquality (0 ms) 2022-11-23T02:48:02.1499758Z [----------] 6 tests from TypeEquality (9 ms total) 2022-11-23T02:48:02.1499925Z 2022-11-23T02:48:02.1500043Z [----------] Global test environment tear-down 2022-11-23T02:48:02.1512617Z [==========] 9 tests from 2 test suites ran. (9 ms total) 2022-11-23T02:48:02.1512862Z [ PASSED ] 9 tests. 2022-11-23T02:48:02.2300759Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2022-11-23T02:48:02.5986089Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:02.5986495Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:48:02.5986747Z [----------] Global test environment set-up. 2022-11-23T02:48:02.5987003Z [----------] 1 test from TestUndefined 2022-11-23T02:48:02.5987237Z [ RUN ] TestUndefined.UndefinedTest 2022-11-23T02:48:03.2577110Z [ OK ] TestUndefined.UndefinedTest (659 ms) 2022-11-23T02:48:03.2577457Z [----------] 1 test from TestUndefined (659 ms total) 2022-11-23T02:48:03.2577621Z 2022-11-23T02:48:03.2577760Z [----------] Global test environment tear-down 2022-11-23T02:48:03.2589138Z [==========] 1 test from 1 test suite ran. (659 ms total) 2022-11-23T02:48:03.2589394Z [ PASSED ] 1 test. 2022-11-23T02:48:03.3400399Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\variant_test.exe" 2022-11-23T02:48:03.3505349Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:03.3505903Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:48:03.3506173Z [----------] Global test environment set-up. 2022-11-23T02:48:03.3506420Z [----------] 1 test from VariantTest 2022-11-23T02:48:03.3506632Z [ RUN ] VariantTest.Basic 2022-11-23T02:48:03.3506866Z [ OK ] VariantTest.Basic (0 ms) 2022-11-23T02:48:03.3507121Z [----------] 1 test from VariantTest (0 ms total) 2022-11-23T02:48:03.3507272Z 2022-11-23T02:48:03.3507390Z [----------] Global test environment tear-down 2022-11-23T02:48:03.3516850Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:48:03.3517071Z [ PASSED ] 1 test. 2022-11-23T02:48:03.3588949Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\vmap_test.exe" 2022-11-23T02:48:03.7239158Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:03.7239559Z [==========] Running 23 tests from 1 test suite. 2022-11-23T02:48:03.7239825Z [----------] Global test environment set-up. 2022-11-23T02:48:03.7240070Z [----------] 23 tests from VmapTest 2022-11-23T02:48:03.7240314Z [ RUN ] VmapTest.TestBatchedTensor 2022-11-23T02:48:04.3781265Z [ OK ] VmapTest.TestBatchedTensor (654 ms) 2022-11-23T02:48:04.3781609Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-11-23T02:48:04.3784345Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (0 ms) 2022-11-23T02:48:04.3784651Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-11-23T02:48:04.3792435Z [ OK ] VmapTest.TestBatchedTensorActualDim (0 ms) 2022-11-23T02:48:04.3792756Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-11-23T02:48:04.3799171Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-11-23T02:48:04.3799522Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-11-23T02:48:04.3801765Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-11-23T02:48:04.3802134Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-11-23T02:48:04.3804003Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-11-23T02:48:04.3804402Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-11-23T02:48:04.3804813Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-11-23T02:48:04.3805186Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-11-23T02:48:04.3808337Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-11-23T02:48:04.3808690Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-11-23T02:48:04.3817638Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-11-23T02:48:04.3818054Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-11-23T02:48:04.3825721Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-11-23T02:48:04.3826132Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-11-23T02:48:04.3830817Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-11-23T02:48:04.3831156Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-11-23T02:48:04.3833848Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-11-23T02:48:04.3834131Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-11-23T02:48:04.3838727Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-11-23T02:48:04.3839065Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-11-23T02:48:04.3839437Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-11-23T02:48:04.3839774Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-11-23T02:48:04.3848712Z [ OK ] VmapTest.TestBatchedTensorExpand (0 ms) 2022-11-23T02:48:04.3849020Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-11-23T02:48:04.3850449Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-11-23T02:48:04.3850745Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-11-23T02:48:04.3852249Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-11-23T02:48:04.3852683Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-11-23T02:48:04.3855149Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-11-23T02:48:04.3855456Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-11-23T02:48:04.3857750Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-11-23T02:48:04.3858106Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-11-23T02:48:04.3879102Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (2 ms) 2022-11-23T02:48:04.3879523Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-11-23T02:48:04.3888529Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-11-23T02:48:04.3888924Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-11-23T02:48:04.3894257Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-11-23T02:48:04.3894696Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-11-23T02:48:04.3900610Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-11-23T02:48:04.3900976Z [----------] 23 tests from VmapTest (666 ms total) 2022-11-23T02:48:04.3901126Z 2022-11-23T02:48:04.3901339Z [----------] Global test environment tear-down 2022-11-23T02:48:04.3916977Z [==========] 23 tests from 1 test suite ran. (666 ms total) 2022-11-23T02:48:04.3917238Z [ PASSED ] 23 tests. 2022-11-23T02:48:04.4728288Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2022-11-23T02:48:04.8374135Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:04.8374534Z [==========] Running 3 tests from 1 test suite. 2022-11-23T02:48:04.8374796Z [----------] Global test environment set-up. 2022-11-23T02:48:04.8375042Z [----------] 3 tests from TestWeakPointer 2022-11-23T02:48:04.8375341Z [ RUN ] TestWeakPointer.WeakPointerGetsInvalidated 2022-11-23T02:48:04.8376220Z [ OK ] TestWeakPointer.WeakPointerGetsInvalidated (0 ms) 2022-11-23T02:48:04.8376573Z [ RUN ] TestWeakPointer.WeakPointerLock 2022-11-23T02:48:04.8376866Z [ OK ] TestWeakPointer.WeakPointerLock (0 ms) 2022-11-23T02:48:04.8377182Z [ RUN ] TestWeakPointer.WeakUpdatesRefcountsTest 2022-11-23T02:48:04.8377560Z [ OK ] TestWeakPointer.WeakUpdatesRefcountsTest (0 ms) 2022-11-23T02:48:04.8377883Z [----------] 3 tests from TestWeakPointer (0 ms total) 2022-11-23T02:48:04.8378049Z 2022-11-23T02:48:04.8378209Z [----------] Global test environment tear-down 2022-11-23T02:48:04.8396922Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-11-23T02:48:04.8397266Z [ PASSED ] 3 tests. 2022-11-23T02:48:04.9177442Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2022-11-23T02:48:05.2854000Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:05.2854396Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:48:05.2854659Z [----------] Global test environment set-up. 2022-11-23T02:48:05.2854909Z [----------] 1 test from TestWrapdim 2022-11-23T02:48:05.2855151Z [ RUN ] TestWrapdim.TestWrapdim 2022-11-23T02:48:05.2859312Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-11-23T02:48:05.2859588Z [----------] 1 test from TestWrapdim (0 ms total) 2022-11-23T02:48:05.2859744Z 2022-11-23T02:48:05.2859866Z [----------] Global test environment tear-down 2022-11-23T02:48:05.2872144Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:48:05.2872397Z [ PASSED ] 1 test. 2022-11-23T02:48:05.3678130Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2022-11-23T02:48:05.7351135Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-11-23T02:48:05.7351546Z [==========] Running 1 test from 1 test suite. 2022-11-23T02:48:05.7351807Z [----------] Global test environment set-up. 2022-11-23T02:48:05.7352894Z [----------] 1 test from XlaTensorTest 2022-11-23T02:48:05.7353163Z [ RUN ] XlaTensorTest.TestNoStorage 2022-11-23T02:48:05.7353441Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-11-23T02:48:05.7353705Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-11-23T02:48:05.7353932Z 2022-11-23T02:48:05.7354054Z [----------] Global test environment tear-down 2022-11-23T02:48:05.7362961Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-11-23T02:48:05.7363200Z [ PASSED ] 1 test. 2022-11-23T02:48:05.8145552Z + [[ 0 == \1 ]] 2022-11-23T02:48:05.8145832Z + assert_git_not_dirty 2022-11-23T02:48:05.8146076Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-11-23T02:48:05.8146321Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-11-23T02:48:05.8224467Z ++ git status --porcelain 2022-11-23T02:48:06.8641063Z + git_status= 2022-11-23T02:48:06.8641299Z + [[ -n '' ]] 2022-11-23T02:48:06.8641504Z + echo 'TEST PASSED' 2022-11-23T02:48:06.8641707Z TEST PASSED 2022-11-23T02:48:06.8828136Z Prepare all required actions 2022-11-23T02:48:06.8828833Z Getting action download info 2022-11-23T02:48:07.0470883Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:48:07.3872202Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:48:07.3872434Z with: 2022-11-23T02:48:07.3872842Z github-token: *** 2022-11-23T02:48:07.3873003Z env: 2022-11-23T02:48:07.3873182Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:07.3873559Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.3873908Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:07.3875702Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.3876003Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.3876350Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.3876589Z ##[endgroup] 2022-11-23T02:48:07.4020348Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:48:07.4020601Z with: 2022-11-23T02:48:07.4020750Z shell: bash 2022-11-23T02:48:07.4020929Z timeout_minutes: 10 2022-11-23T02:48:07.4021115Z max_attempts: 5 2022-11-23T02:48:07.4021392Z retry_wait_seconds: 30 2022-11-23T02:48:07.4021804Z 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-23T02:48:07.4022222Z polling_interval_seconds: 1 2022-11-23T02:48:07.4022421Z warning_on_retry: true 2022-11-23T02:48:07.4022603Z continue_on_error: false 2022-11-23T02:48:07.4022778Z env: 2022-11-23T02:48:07.4023007Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:07.4023273Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.4023669Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:07.4023994Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.4024306Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.4024609Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:07.4025007Z GITHUB_TOKEN: *** 2022-11-23T02:48:07.4025189Z ##[endgroup] 2022-11-23T02:48:07.5164973Z + python3 -m pip install requests==2.26.0 2022-11-23T02:48:08.2003865Z Collecting requests==2.26.0 2022-11-23T02:48:08.2114206Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:48:08.3695756Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:48:08.3793535Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:48:08.4162919Z Collecting certifi>=2017.4.17 2022-11-23T02:48:08.4236549Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:48:08.4920114Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:48:08.5032022Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:48:08.5333798Z Collecting idna<4,>=2.5 2022-11-23T02:48:08.5408217Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:48:08.6516412Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:48:09.5931005Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T02:48:09.6986200Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-0f729c75f840089bf 2022-11-23T02:48:11.5211686Z + GHA_WORKFLOW_JOB_ID=9655252878 2022-11-23T02:48:11.5211989Z + echo job-id=9655252878 2022-11-23T02:48:12.5121089Z Command completed after 1 attempt(s). 2022-11-23T02:48:12.5396970Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:48:12.5397277Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:48:12.5426688Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:48:12.5426977Z env: 2022-11-23T02:48:12.5427164Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:12.5427442Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:12.5427787Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:12.5428111Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:12.5428420Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:12.5428834Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:12.5429090Z MONITOR_SCRIPT_PID: 873 2022-11-23T02:48:12.5429280Z ##[endgroup] 2022-11-23T02:48:12.5853299Z Prepare all required actions 2022-11-23T02:48:12.5853920Z Getting action download info 2022-11-23T02:48:12.7511526Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:48:13.5853998Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:48:13.8635100Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:48:13.8635338Z with: 2022-11-23T02:48:13.8635566Z file-suffix: test-default-1-2-windows.4xlarge_9655252878 2022-11-23T02:48:13.8635799Z env: 2022-11-23T02:48:13.8635976Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:13.8636246Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8636596Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:13.8636916Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8637259Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8637563Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8637798Z ##[endgroup] 2022-11-23T02:48:13.8796115Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:48:13.8796418Z # -ir => recursive include all files in pattern 2022-11-23T02:48:13.8796706Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:48:13.8820487Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:48:13.8820773Z env: 2022-11-23T02:48:13.8820956Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:13.8821318Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8821656Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:13.8821984Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8822302Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8822613Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:13.8822928Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_9655252878 2022-11-23T02:48:13.8823174Z ##[endgroup] 2022-11-23T02:48:14.3208730Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:48:14.4372880Z Finished 2022-11-23T02:48:14.7270719Z 2022-11-23T02:48:14.7271259Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:48:14.7271469Z 2022-11-23T02:48:14.7271553Z Scanning the drive: 2022-11-23T02:48:14.7271773Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:48:14.7271898Z 2022-11-23T02:48:14.7272112Z Creating archive: test-jsons-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:14.7272335Z 2022-11-23T02:48:14.7272458Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:48:14.7272612Z 2022-11-23T02:48:14.7272622Z 2022-11-23T02:48:14.7272706Z Files read from disk: 5 2022-11-23T02:48:14.7272905Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:48:14.7273105Z Everything is Ok 2022-11-23T02:48:14.7695505Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:48:14.7695806Z # -ir => recursive include all files in pattern 2022-11-23T02:48:14.7696120Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:48:14.7719634Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:48:14.7719915Z env: 2022-11-23T02:48:14.7720096Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:14.7720369Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:14.7720793Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:14.7721126Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:14.7722337Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:14.7722664Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:14.7722975Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_9655252878 2022-11-23T02:48:14.7723214Z ##[endgroup] 2022-11-23T02:48:15.1594754Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:48:15.2487862Z Finished 2022-11-23T02:48:15.6745560Z 2022-11-23T02:48:15.6746018Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:48:15.6746226Z 2022-11-23T02:48:15.6746321Z Scanning the drive: 2022-11-23T02:48:15.6746534Z 350 files, 19963251 bytes (20 MiB) 2022-11-23T02:48:15.6746660Z 2022-11-23T02:48:15.6746925Z Creating archive: test-reports-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:15.6747153Z 2022-11-23T02:48:15.6747281Z Add new data to archive: 350 files, 19963251 bytes (20 MiB) 2022-11-23T02:48:15.6747503Z 2022-11-23T02:48:15.6747508Z 2022-11-23T02:48:15.6747597Z Files read from disk: 350 2022-11-23T02:48:15.6747798Z Archive size: 922212 bytes (901 KiB) 2022-11-23T02:48:15.6748111Z Everything is Ok 2022-11-23T02:48:15.7097145Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:48:15.7097448Z # -ir => recursive include all files in pattern 2022-11-23T02:48:15.7097787Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:48:15.7121660Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:48:15.7121992Z env: 2022-11-23T02:48:15.7122178Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:15.7122438Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:15.7122790Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:15.7123118Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:15.7123433Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:15.7123745Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:15.7124054Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_9655252878 2022-11-23T02:48:15.7124293Z ##[endgroup] 2022-11-23T02:48:16.0999883Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:48:16.1929410Z Finished 2022-11-23T02:48:16.6569033Z 2022-11-23T02:48:16.6569534Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:48:16.6569740Z 2022-11-23T02:48:16.6569835Z Scanning the drive: 2022-11-23T02:48:16.6570043Z 1 file, 5904891 bytes (5767 KiB) 2022-11-23T02:48:16.6570224Z 2022-11-23T02:48:16.6570494Z Creating archive: usage-log-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:16.6570713Z 2022-11-23T02:48:16.6570838Z Add new data to archive: 1 file, 5904891 bytes (5767 KiB) 2022-11-23T02:48:16.6571046Z 2022-11-23T02:48:16.6571062Z 2022-11-23T02:48:16.6571148Z Files read from disk: 1 2022-11-23T02:48:16.6571345Z Archive size: 229850 bytes (225 KiB) 2022-11-23T02:48:16.6571555Z Everything is Ok 2022-11-23T02:48:16.6931172Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:48:16.6931391Z with: 2022-11-23T02:48:16.6931602Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:48:16.6931829Z retention-days: 14 2022-11-23T02:48:16.6932029Z if-no-files-found: warn 2022-11-23T02:48:16.6932232Z path: test-jsons-*.zip 2022-11-23T02:48:16.6932407Z name: artifact 2022-11-23T02:48:16.6932592Z s3-bucket: gha-artifacts 2022-11-23T02:48:16.6932785Z region: us-east-1 2022-11-23T02:48:16.6932951Z env: 2022-11-23T02:48:16.6933121Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:16.6933463Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:16.6933800Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:16.6934613Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:16.6935003Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:16.6935315Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:16.6935553Z ##[endgroup] 2022-11-23T02:48:17.6075954Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:48:17.6076297Z With the provided path, there will be 1 file uploaded 2022-11-23T02:48:17.6076597Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:48:17.6091554Z Starting upload of test-jsons-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:17.7258315Z Finished upload of test-jsons-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:17.7561555Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:48:17.7561786Z with: 2022-11-23T02:48:17.7562000Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:48:17.7562285Z retention-days: 14 2022-11-23T02:48:17.7562491Z if-no-files-found: error 2022-11-23T02:48:17.7562691Z path: test-reports-*.zip 2022-11-23T02:48:17.7562881Z name: artifact 2022-11-23T02:48:17.7563069Z s3-bucket: gha-artifacts 2022-11-23T02:48:17.7563264Z region: us-east-1 2022-11-23T02:48:17.7563432Z env: 2022-11-23T02:48:17.7563594Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:17.7563862Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:17.7564205Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:17.7564541Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:17.7564850Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:17.7565165Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:17.7565391Z ##[endgroup] 2022-11-23T02:48:18.1762471Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:48:18.1762822Z With the provided path, there will be 1 file uploaded 2022-11-23T02:48:18.1763115Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:48:18.1776847Z Starting upload of test-reports-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:18.4011010Z Finished upload of test-reports-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:18.4298926Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:48:18.4299141Z with: 2022-11-23T02:48:18.4299421Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:48:18.4299650Z retention-days: 14 2022-11-23T02:48:18.4299854Z if-no-files-found: ignore 2022-11-23T02:48:18.4300061Z path: usage-log-*.zip 2022-11-23T02:48:18.4300234Z name: artifact 2022-11-23T02:48:18.4300429Z s3-bucket: gha-artifacts 2022-11-23T02:48:18.4300624Z region: us-east-1 2022-11-23T02:48:18.4300790Z env: 2022-11-23T02:48:18.4301062Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:18.4301323Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:18.4301663Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:18.4301991Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:18.4302300Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:18.4302614Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:18.4302849Z ##[endgroup] 2022-11-23T02:48:18.8495438Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:48:18.8495763Z With the provided path, there will be 1 file uploaded 2022-11-23T02:48:18.8496061Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:48:18.8509659Z Starting upload of usage-log-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:19.0150480Z Finished upload of usage-log-test-default-1-2-windows.4xlarge_9655252878.zip 2022-11-23T02:48:19.0454055Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:48:19.0454376Z .github/scripts/parse_ref.py 2022-11-23T02:48:19.0507341Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:48:19.0507633Z env: 2022-11-23T02:48:19.0507817Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:19.0508078Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.0508423Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:19.0508754Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.0509063Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.0509370Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.0509622Z ##[endgroup] 2022-11-23T02:48:19.4316465Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:48:19.5206037Z Finished 2022-11-23T02:48:19.8478092Z ##[group]Run set -x 2022-11-23T02:48:19.8478348Z set -x 2022-11-23T02:48:19.8478584Z python3 -m pip install -r requirements.txt 2022-11-23T02:48:19.8478852Z python3 -m pip install boto3==1.19.12 2022-11-23T02:48:19.8479167Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:48:19.8507411Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:48:19.8507685Z env: 2022-11-23T02:48:19.8507870Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:48:19.8508143Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.8508471Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:48:19.8508804Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.8509126Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.8509474Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:48:19.8509727Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:48:19.8509914Z BRANCH: 2022-11-23T02:48:19.8510075Z TEST_CONFIG: default 2022-11-23T02:48:19.8510258Z SHARD_NUMBER: 1 2022-11-23T02:48:19.8510472Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-11-23T02:48:19.8510679Z PR_NUMBER: 2022-11-23T02:48:19.8510866Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:48:19.8511071Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:48:19.8511309Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:48:19.8511507Z TAG: 2022-11-23T02:48:19.8511672Z WORKFLOW_ID: 3528293562 2022-11-23T02:48:19.8512010Z GITHUB_TOKEN: *** 2022-11-23T02:48:19.8512194Z GHA_WORKFLOW_JOB_ID: 9655252878 2022-11-23T02:48:19.8512388Z ##[endgroup] 2022-11-23T02:48:19.8745498Z + python3 -m pip install -r requirements.txt 2022-11-23T02:48:20.5079089Z Collecting astunparse 2022-11-23T02:48:20.5338733Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:48:20.5611189Z Collecting expecttest 2022-11-23T02:48:20.5898039Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:48:20.6177399Z Collecting future 2022-11-23T02:48:20.6266881Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:48:20.6809144Z ------------------------------------- 829.2/829.2 kB 13.2 MB/s eta 0:00:00 2022-11-23T02:48:21.0197880Z Preparing metadata (setup.py): started 2022-11-23T02:48:21.6165495Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:48:22.0565533Z Collecting hypothesis 2022-11-23T02:48:22.0647927Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:48:22.0764673Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T02:48:22.2519266Z Collecting numpy 2022-11-23T02:48:22.2643252Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:48:22.5311583Z --------------------------------------- 14.6/14.6 MB 43.7 MB/s eta 0:00:00 2022-11-23T02:48:22.5909458Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T02:48:22.6402698Z Collecting pyyaml 2022-11-23T02:48:22.6553015Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:48:22.6672662Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T02:48:22.6685496Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T02:48:22.6833900Z Collecting six 2022-11-23T02:48:22.6877519Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:48:22.7126549Z Collecting types-dataclasses 2022-11-23T02:48:22.7174346Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:48:22.7469213Z Collecting typing_extensions 2022-11-23T02:48:22.7513625Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:48:22.7945353Z Collecting sympy 2022-11-23T02:48:22.8204840Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:48:22.9052778Z Collecting filelock 2022-11-23T02:48:22.9099318Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:48:22.9558068Z Collecting networkx 2022-11-23T02:48:22.9654369Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:48:23.0811574Z ---------------------------------------- 2.0/2.0 MB 18.3 MB/s eta 0:00:00 2022-11-23T02:48:23.1208367Z Collecting jinja2 2022-11-23T02:48:23.1252673Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:48:23.1645475Z -------------------------------------- 133.1/133.1 kB 2.6 MB/s eta 0:00:00 2022-11-23T02:48:23.2393976Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:48:23.2469147Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:48:23.3105368Z Collecting attrs>=19.2.0 2022-11-23T02:48:23.3213312Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:48:23.3522360Z ---------------------------------------- 58.8/58.8 kB 1.6 MB/s eta 0:00:00 2022-11-23T02:48:23.3817806Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:48:23.3868989Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:48:23.4295289Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T02:48:23.4309306Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T02:48:23.4332079Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T02:48:23.4354524Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T02:48:23.4848959Z Collecting mpmath>=0.19 2022-11-23T02:48:23.4959659Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:48:23.6434862Z Collecting MarkupSafe>=2.0 2022-11-23T02:48:23.6491355Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:48:23.6924514Z Preparing metadata (setup.py): started 2022-11-23T02:48:24.2039670Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:48:24.5421388Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T02:49:02.2080410Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:49:02.2087471Z Running setup.py install for MarkupSafe: started 2022-11-23T02:49:04.4886898Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:49:04.4963700Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:49:04.4969990Z Running setup.py install for future: started 2022-11-23T02:49:08.1079330Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:49:10.0312616Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T02:49:10.2856743Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:49:11.2147071Z Collecting boto3==1.19.12 2022-11-23T02:49:11.2707511Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:49:11.2855870Z ---------------------------------------- 131.8/131.8 kB ? eta 0:00:00 2022-11-23T02:49:11.6581037Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:49:11.6670280Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:49:11.7674814Z ---------------------------------------- 8.1/8.1 MB 87.0 MB/s eta 0:00:00 2022-11-23T02:49:11.8244532Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:49:11.8289608Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:49:11.8607432Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:49:11.8654918Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:49:11.8735255Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T02:49:11.9050254Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:49:11.9096315Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:49:11.9197108Z ------------------------------------- 247.7/247.7 kB 14.8 MB/s eta 0:00:00 2022-11-23T02:49:11.9331828Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T02:49:12.0741577Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T02:49:12.3179542Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:49:15.2432633Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T02:49:15.3929973Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:50:38.9011906Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:50:38.9014442Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-11-23T02:50:38.9015848Z 2022-11-23T02:50:38.9016029Z ----- Historic stats comparison result ------ 2022-11-23T02:50:38.9016334Z 2022-11-23T02:50:38.9016467Z job: win-vs2019-cpu-py3 2022-11-23T02:50:38.9016729Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:50:38.9016889Z 2022-11-23T02:50:38.9017091Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:50:38.9017304Z 2022-11-23T02:50:38.9017414Z : (master) 2022-11-23T02:50:38.9017695Z | 2022-11-23T02:50:38.9018071Z * 1cfd3858ac (HEAD) total time 7974.44s 2022-11-23T02:50:38.9019951Z * 26322544b8 (base) 3 reports, total time 5837.71s � 1830.82s 2022-11-23T02:50:38.9020568Z * 7f4b4d2827 3 reports, total time 5747.91s � 1992.27s 2022-11-23T02:50:38.9021037Z * b50699f247 3 reports, total time 5889.03s � 2169.70s 2022-11-23T02:50:38.9021335Z * 8bf8e4d71e 3 reports, total time 5696.67s � 1929.91s 2022-11-23T02:50:38.9021650Z * ce856cee7e 3 reports, total time 5892.75s � 1959.95s 2022-11-23T02:50:38.9021912Z * 391b593ca2 3 reports, total time 5804.30s � 1955.04s 2022-11-23T02:50:38.9022195Z * 5bba783d21 3 reports, total time 5732.30s � 2042.47s 2022-11-23T02:50:38.9022483Z * ea920a1115 3 reports, total time 5729.53s � 2015.78s 2022-11-23T02:50:38.9022865Z * 74e62a1fef 3 reports, total time 5689.86s � 1921.44s 2022-11-23T02:50:38.9023155Z * 00b7d8ef23 3 reports, total time 5746.31s � 1891.76s 2022-11-23T02:50:38.9023379Z | 2022-11-23T02:50:38.9023526Z : 2022-11-23T02:50:38.9023630Z 2022-11-23T02:50:38.9023768Z Removed (across 303 suites) 0 tests, totaling 0.00s 2022-11-23T02:50:38.9024062Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:50:38.9024353Z Added (across 449 suites) 92951 tests, totaling +7974.44s 2022-11-23T02:50:39.1606771Z Prepare all required actions 2022-11-23T02:50:39.1663797Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:50:39.1664073Z with: 2022-11-23T02:50:39.1664266Z env: 2022-11-23T02:50:39.1664482Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:50:39.1664799Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1665158Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:50:39.1665512Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1665858Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1666209Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1666492Z ##[endgroup] 2022-11-23T02:50:39.1781829Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:50:39.1782169Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:50:39.1806719Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:50:39.1807021Z env: 2022-11-23T02:50:39.1807193Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:50:39.1807514Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1807907Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:50:39.1808283Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1808808Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1809167Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:39.1809502Z ##[endgroup] 2022-11-23T02:50:39.5876655Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:50:39.6769479Z Finished 2022-11-23T02:50:40.0247866Z Holding runner until all ssh sessions have logged out 2022-11-23T02:50:40.0597672Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:50:40.0597997Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:50:40.0622014Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:50:40.0622302Z env: 2022-11-23T02:50:40.0622496Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:50:40.0622780Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.0623112Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:50:40.0623463Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.0623787Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.0624106Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.0624362Z ##[endgroup] 2022-11-23T02:50:40.4579468Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:50:40.5552532Z Finished 2022-11-23T02:50:40.6230526Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:50:40.6230876Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:50:40.6231124Z rm -rf ./* 2022-11-23T02:50:40.6259937Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:50:40.6260228Z env: 2022-11-23T02:50:40.6260420Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:50:40.6260689Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.6261103Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:50:40.6261444Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.6261820Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.6262142Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:50:40.6262397Z EXTRA_DELETE_DIR: 2022-11-23T02:50:40.6263425Z ##[endgroup] 2022-11-23T02:50:57.8272903Z Post job cleanup. 2022-11-23T02:50:57.8450379Z Post job cleanup. 2022-11-23T02:50:58.2865638Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:50:58.3141555Z Post job cleanup. 2022-11-23T02:50:58.3333506Z Post job cleanup. 2022-11-23T02:51:01.2876966Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:51:01.3095960Z git version 2.38.1.windows.1 2022-11-23T02:51:01.3151523Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e81a0589-46f4-4248-85b4-2620cba82856\.gitconfig' 2022-11-23T02:51:01.3216869Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e81a0589-46f4-4248-85b4-2620cba82856' before making global git config changes 2022-11-23T02:51:01.3217745Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:51:01.3226265Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:51:01.3474712Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:51:01.3709920Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T02:51:01.9094089Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:51:01.9292380Z http.https://github.com/.extraheader 2022-11-23T02:51:01.9331636Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:51:01.9582080Z [command]"C:\Program Files\Git\cmd\git.exe" 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-23T02:51:02.3964383Z Cleaning up orphan processes